Difference between revisions of "MythTV"

From CBLFS
Jump to navigationJump to search
Line 4: Line 4:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://ftp.osuosl.org/.2/mythtv/mythtv-0.20.tar.bz2
+
| http://ftp.osuosl.org/.2/mythtv/mythtv-{{MythTV-Version}}.tar.bz2
 
|-
 
|-
 
!Download Plugin Source:
 
!Download Plugin Source:
| http://ftp.osuosl.org/.2/mythtv/mythplugins-0.20.tar.bz2
+
| http://ftp.osuosl.org/.2/mythtv/mythplugins-{{MythTV-Version}}.tar.bz2
 
|-
 
|-
 
!Download Themes Source:
 
!Download Themes Source:
| http://ftp.osuosl.org/.2/mythtv/myththemes-0.20.tar.bz2
+
| http://ftp.osuosl.org/.2/mythtv/myththemes-{{MythTV-Version}}.tar.bz2
 
|}
 
|}
  
Line 17: Line 17:
 
== Dependencies ==
 
== Dependencies ==
  
Required
+
=== Required ===
 
*[[MySql]] Only needed on the server.
 
*[[MySql]] Only needed on the server.
 
*[[Qt]]
 
*[[Qt]]
 
*[[Lame]]
 
*[[Lame]]
  
Optional
+
=== Optional ===
 
*[[Lirc]]
 
*[[Lirc]]
  
Line 86: Line 86:
  
 
MythTV is a server/client for watching and recording TV or other things via a Tunner Card
 
MythTV is a server/client for watching and recording TV or other things via a Tunner Card
 
*[[Main Page]]
 

Revision as of 17:54, 17 December 2006

OPPIZ IS WORKING ON THIS AND NEEDS TO FINISH WHEN HE GETS HOME FROM WORK

Download Source: http://ftp.osuosl.org/.2/mythtv/mythtv-0.21.tar.bz2
Download Plugin Source: http://ftp.osuosl.org/.2/mythtv/mythplugins-0.21.tar.bz2
Download Themes Source: http://ftp.osuosl.org/.2/mythtv/myththemes-0.21.tar.bz2

Dependencies

Required

Optional

Non-Multilib

Configure and compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install
cp database/mc.sql /usr/share/mythtv/
mysql -u root -p < database/mc.sql

Multilib

.....This package has no libraries and only needs to be install once.....

32Bit

Configure and compile the package:

DOES NOT WORK IN 32 BIT YET

export USE_ARCH=32
CC="gcc -m32" CXX="g++ -m32" PKG_CONFIG_PATH=/usr/lib/pkgconfig \
./configure --prefix=/usr
qmake mythtv.pro
make qmake
make

Install the package:

make install
cp database/mc.sql /usr/share/mythtv/
mysql -u root -p < database/mc.sql
mythtv-setup 

N32

TO DO!

64Bit

Configure and compile the package:

export USE_ARCH=64
CC="gcc -m64" CXX="g++ -m64" PKG_CONFIG_PATH=/usr/lib64/pkgconfig \
./configure --prefix=/usr
qmake mythtv.pro
make qmake
sed -i 's@$(QTDIR)/lib@$(QTDIR)/lib64@g' $(grep -lr '$(QTDIR)/lib' *)
make

Install the package:

make install
cp database/mc.sql /usr/share/mythtv/
mysql -u root -p < database/mc.sql
mythtv-setup

Contents

MythTV is a server/client for watching and recording TV or other things via a Tunner Card