summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-19 16:04:38 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-19 16:04:38 (GMT)
commit097ebc5aece43798e785d620d3ad56f568501a2b (patch)
tree364510c7db1d5cde85de51a47f012e414c29cb9f /abs/core-testing/mythtv/trunk
parent31352df953653df1b5d6f193c3ed192536467b31 (diff)
parentac3eb72b60881ff3478663ec4aaf60b708edd870 (diff)
downloadlinhes_pkgbuild-097ebc5aece43798e785d620d3ad56f568501a2b.zip
linhes_pkgbuild-097ebc5aece43798e785d620d3ad56f568501a2b.tar.gz
linhes_pkgbuild-097ebc5aece43798e785d620d3ad56f568501a2b.tar.bz2
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD.git
Diffstat (limited to 'abs/core-testing/mythtv/trunk')
-rwxr-xr-xabs/core-testing/mythtv/trunk/mythtv/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD b/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD
index 4c03923..7299836 100755
--- a/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD
+++ b/abs/core-testing/mythtv/trunk/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythtv-svn
pkgver=20018
-pkgrel=1
+pkgrel=2
pkgdesc="A personal video recorder for Linux"
url="http://www.mythtv.org"
license="GPL"
@@ -15,7 +15,7 @@ groups=('pvr')
#MAKEFLAGS="-j6"
install='mythtv.install'
-patchs=('smolt_jump.patch' 'DeviceReadBuffer-polltimeout.2.patch' 'hdpvr_audio_codec_selection-v1.1.diff')
+patchs=('smolt_jump.patch' 'hdpvr_audio_codec_selection-v1.1.diff')
#patchs=('svn_main_menu_popup.patch' 'smolt_jump.patch' 'DeviceReadBuffer-polltimeout.2.patch' 'hdpvr_audio_codec_selection-v1.1.diff')
source=('mythbackend' 'myth.sh' `echo ${patchs[@]:0}` )
arch=('i686' 'x86_64')
@@ -48,7 +48,7 @@ build() {
# configure
./configure --prefix=/usr --cpu=${ARCH} \
--enable-vdpau --enable-xvmc --enable-xvmc-pro \
- --enable-opengl-vsync --enable-libfaad --enable-dvb --disable-firewire \
+ --enable-opengl-vsync --enable-libfaad --enable-dvb --enable-firewire \
--compile-type=release --with-bindings=perl,python \
--enable-audio-alsa --disable-audio-jack --disable-audio-arts || return 1