summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythmusic
diff options
context:
space:
mode:
authorNathan Harris <nharris@eoimaging.com>2009-07-21 19:28:30 (GMT)
committerNathan Harris <nharris@eoimaging.com>2009-07-21 19:28:30 (GMT)
commit21f1106a02aed66f8b6c4cdd02c5d0418cb368ff (patch)
tree15722f3514856f72d98d0775f2ac5adf80a34bb9 /abs/core-testing/mythtv/trunk/mythmusic
parent10b3d6ce15587ae4baf8bb40ae5d67c033b440f2 (diff)
downloadlinhes_pkgbuild-21f1106a02aed66f8b6c4cdd02c5d0418cb368ff.zip
linhes_pkgbuild-21f1106a02aed66f8b6c4cdd02c5d0418cb368ff.tar.gz
linhes_pkgbuild-21f1106a02aed66f8b6c4cdd02c5d0418cb368ff.tar.bz2
mythtv-svn: update to 20975
Diffstat (limited to 'abs/core-testing/mythtv/trunk/mythmusic')
-rw-r--r--abs/core-testing/mythtv/trunk/mythmusic/PKGBUILD4
-rw-r--r--abs/core-testing/mythtv/trunk/mythmusic/aacdecoder.cpp.patch12
2 files changed, 2 insertions, 14 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythmusic/PKGBUILD b/abs/core-testing/mythtv/trunk/mythmusic/PKGBUILD
index 87bb2be..61403b2 100644
--- a/abs/core-testing/mythtv/trunk/mythmusic/PKGBUILD
+++ b/abs/core-testing/mythtv/trunk/mythmusic/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mythmusic-svn
-pkgver=20949
+pkgver=20975
pkgrel=1
pkgdesc="Music playing plugin for MythTV"
url="http://www.mythtv.org"
@@ -12,7 +12,7 @@ depends=('mythtv-svn' 'libid3tag' 'libmad' 'libvorbis' 'flac>=1.1.4' 'libcdaudio
conflicts=('mythmusic')
groups=('mythtv-extras-svn')
-patches=('aacdecoder.cpp.patch')
+patches=()
source=(`echo ${patches[@]:0}`)
_svntrunk=http://cvs.mythtv.org/svn/trunk/mythplugins
_svnmod=mythplugins
diff --git a/abs/core-testing/mythtv/trunk/mythmusic/aacdecoder.cpp.patch b/abs/core-testing/mythtv/trunk/mythmusic/aacdecoder.cpp.patch
deleted file mode 100644
index 8796eb4..0000000
--- a/abs/core-testing/mythtv/trunk/mythmusic/aacdecoder.cpp.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- mythmusic/mythmusic/aacdecoder.cpp.orig 2008-11-19 12:51:48.000000000 -0500
-+++ mythmusic/mythmusic/aacdecoder.cpp 2008-11-19 12:52:42.000000000 -0500
-@@ -17,6 +17,9 @@
- #define FAAD_MODIFIED
- #endif
-
-+// LinHES need this undefined
-+#undef FAAD_MODIFIED
-+
- // ANSI C headers
- #include <cstdlib>
-