diff options
author | Nathan Harris <nharris@eoimaging.com> | 2009-03-13 12:59:13 (GMT) |
---|---|---|
committer | Nathan Harris <nharris@eoimaging.com> | 2009-03-13 12:59:13 (GMT) |
commit | b6ccd8ca6a1b6649f5a86e17b2610c38113800ef (patch) | |
tree | 3ae0a40c44ae5e8355d83603b02eead3953cc3bf | |
parent | 2de9fa06bfe232a28dd191e8c7c96b279ee44f57 (diff) | |
download | linhes_pkgbuild-b6ccd8ca6a1b6649f5a86e17b2610c38113800ef.zip linhes_pkgbuild-b6ccd8ca6a1b6649f5a86e17b2610c38113800ef.tar.gz linhes_pkgbuild-b6ccd8ca6a1b6649f5a86e17b2610c38113800ef.tar.bz2 |
Added mjpegtools and transcode as deps
-rw-r--r-- | abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD b/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD index 7bfb66d..8d8cb9d 100644 --- a/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD +++ b/abs/core-testing/mythtv/trunk/mytharchive/PKGBUILD @@ -1,12 +1,12 @@ pkgname=mytharchive-svn pkgver=20087 -pkgrel=1 +pkgrel=2 pkgdesc="MythTV plugin that lets you create DVDs from or archive your recorded shows." url="http://www.mythtv.org" license="GPL" arch=('i686' 'x86_64') -depends=("mythtv-svn" 'libxmu' 'mysql-python' 'pil' 'dvdauthor') +depends=('mythtv-svn' 'libxmu' 'mysql-python' 'pil' 'dvdauthor' 'mjpegtools' 'transcode') conflicts=('mytharchive') groups=('mythtv-extras-svn') |