summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD')
-rwxr-xr-xabs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD b/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD
index c36e423..a3420b5 100755
--- a/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD
+++ b/abs/core-testing/mythtv/stable-0.23/mythtv/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythtv
pkgver=0.23
-pkgrel=30
+pkgrel=31
pkgdesc="A personal video recorder for Linux"
url="http://www.mythtv.org"
license="GPL"
@@ -37,6 +37,9 @@ build() {
done
echo "--------------------------done applying patches-----------------------------------------------"
+ # Fix to allow AC3 5.1 to return http://svn.mythtv.org/trac/ticket/8659
+ sed -i 's/#define\ AUDIOMAXFRAMES\ \ \ \ \ \ \ 30/#define\ AUDIOMAXFRAMES\ \ \ \ \ \ \ 0/' libs/libmythtv/avformatdecoder.h
+
sed -i -e "s/\`(svnversion \$\${SVNTREEDIR} 2>\/dev\/null) || echo Unknown\`/$pkgver/" version.pro
[ "$CARCH" = "i686" ] && ARCH="i686"