summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2009-02-19 15:51:28 (GMT)
committerNathan Harris <nharris@eoimaging.com>2009-02-19 15:51:28 (GMT)
commitac3eb72b60881ff3478663ec4aaf60b708edd870 (patch)
tree53aa4c2f35e28344b3798e9d70316200da064d9c /abs/core-testing/mythtv/trunk
parent489c81dc88f5eedb9c7db128f55d3128a3b9c301 (diff)
downloadlinhes_pkgbuild-ac3eb72b60881ff3478663ec4aaf60b708edd870.zip
linhes_pkgbuild-ac3eb72b60881ff3478663ec4aaf60b708edd870.tar.gz
linhes_pkgbuild-ac3eb72b60881ff3478663ec4aaf60b708edd870.tar.bz2
added firewire support
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