diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-17 17:38:18 (GMT) |
commit | 87d276ce0cf6b051d7198adf004ce15590ae294e (patch) | |
tree | 507520977c5d6047430f0f9fcd3960dfeaefc022 /abs/core-testing/mythtv | |
parent | b1b1890741091e465c5ed2d3bea92f7141b81362 (diff) | |
parent | 9d327823ebe603376dce4001876c25149c388c8d (diff) | |
download | linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.zip linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.gz linhes_pkgbuild-87d276ce0cf6b051d7198adf004ce15590ae294e.tar.bz2 |
Merge branch 'master' of ssh://igo@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/mythtv')
4 files changed, 15 insertions, 11 deletions
diff --git a/abs/core-testing/mythtv/stable/linhes-theme/PKGBUILD b/abs/core-testing/mythtv/stable/linhes-theme/PKGBUILD index 0eec33f..a81459f 100644 --- a/abs/core-testing/mythtv/stable/linhes-theme/PKGBUILD +++ b/abs/core-testing/mythtv/stable/linhes-theme/PKGBUILD @@ -3,7 +3,7 @@ pkgname=linhes-theme pkgver=1 -pkgrel=4 +pkgrel=5 pkgdesc="Default LinHES theme." arch=('i686' 'x86_64') license=('GPL2') diff --git a/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD b/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD index dfdd01b..25c91cf 100644 --- a/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythsmolt/PKGBUILD @@ -1,6 +1,6 @@ pkgname=mythsmolt pkgver=0.21 -pkgrel=6 +pkgrel=8 pkgdesc="mythsmolt, a hardware profileing tool" arch=('i686' 'x86_64') url="http://www.mythvantage.com" @@ -16,6 +16,7 @@ build() { # use QT3 qmake export PATH=$QTDIR/bin:$PATH + echo "INCLUDEPATH += /usr/include/mythtv" >> mythsmolt.pro.usr qmake mythsmolt.pro.usr make qmake || return 1 diff --git a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD index 646e61a..275afa8 100644 --- a/abs/core-testing/mythtv/stable/mythstream/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mythstream/PKGBUILD @@ -4,7 +4,7 @@ pkgname=mythstream pkgver=0.18_1 -pkgrel=7 +pkgrel=8 pkgdesc="Unofficial MythTV plugin for Internet audio and video streams." arch=('i686' 'x86_64') url="http://home.kabelfoon.nl/~moongies/streamtuned.html" @@ -25,6 +25,7 @@ build() { # use QT3 qmake export PATH=$QTDIR/bin:$PATH + echo "INCLUDEPATH += /usr/include/mythtv" >> mythstream/mythstream.pro qmake mythstream.pro make qmake || return 1 diff --git a/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD b/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD index 056a99e..4277f16 100755 --- a/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD +++ b/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD @@ -1,22 +1,24 @@ pkgname=mythtv-svn pkgver=19974 -pkgrel=1 +pkgrel=3 pkgdesc="A personal video recorder for Linux" url="http://www.mythtv.org" license="GPL" -depends=('lame' 'libmysqlclient' 'alsa-lib' 'wget' 'qt' 'x-server' 'freetype2' 'libmpeg2' 'libxml2' 'libraw1394' 'lirc' 'perl-date-manip' 'libavc1394' 'libdc1394' 'libiec61883') -makedepends=('subversion') -conflicts=(mythtv) +depends=('bash' 'mysql-clients>=5.0' 'qt' 'lame' 'lirc-utils' 'ffmpeg' \ + 'faad2' 'libxv' 'libxvmc' 'libavc1394' 'libdc1394' 'libiec61883') +makedepends=('libgl' 'subversion') +conflicts=('mythtv') replaces=() +groups=('pvr') backup=() -options=(!strip) -MAKEFLAGS="-j6" +#options=(!strip) +#MAKEFLAGS="-j6" install='mythtv.install' patchs=('smolt_jump.patch' 'DeviceReadBuffer-polltimeout.2.patch' 'mpegrecorder-hdpvr-v2a.patch' 'hdpvr-livetv.patch') #patchs=('svn_main_menu_popup.patch' 'smolt_jump.patch' 'DeviceReadBuffer-polltimeout.2.patch' 'mpegrecorder-hdpvr-v2a.patch' 'hdpvr-livetv.patch') source=('mythbackend' 'myth.sh' `echo ${patchs[@]:0}` ) -arch=('i686') +arch=('i686' 'x86_64') md5sums=() _svntrunk=http://cvs.mythtv.org/svn/trunk/mythtv @@ -46,7 +48,7 @@ build() { # configure ./configure --prefix=/usr --cpu=${ARCH} \ --enable-vdpau --enable-xvmc --enable-xvmc-pro \ - --enable-opengl-vsync --enable-libfaad --enable-dvb --enable-firewire \ + --enable-opengl-vsync --enable-libfaad --enable-dvb --disable-firewire \ --compile-type=release --with-bindings=perl,python \ --enable-audio-alsa --disable-audio-jack --disable-audio-arts || return 1 |