diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-12 01:26:33 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-12 01:26:33 (GMT) |
commit | 1f733194983126a7560112bf185af61b1bc8aa45 (patch) | |
tree | b88ad2c00d4c210c1df75b7edc63f3f01a4f3cfa | |
parent | 39835478f64d9efdd8f21f001c8fc12969c581e4 (diff) | |
download | linhes_pkgbuild-1f733194983126a7560112bf185af61b1bc8aa45.zip linhes_pkgbuild-1f733194983126a7560112bf185af61b1bc8aa45.tar.gz linhes_pkgbuild-1f733194983126a7560112bf185af61b1bc8aa45.tar.bz2 |
Added transcode as well.
-rw-r--r-- | abs/core-testing/mythtv/stable/mytharchive/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mytharchive/PKGBUILD b/abs/core-testing/mythtv/stable/mytharchive/PKGBUILD index 5c51153..8509e57 100644 --- a/abs/core-testing/mythtv/stable/mytharchive/PKGBUILD +++ b/abs/core-testing/mythtv/stable/mytharchive/PKGBUILD @@ -4,12 +4,12 @@ pkgname=mytharchive pkgver=0.21 -pkgrel=5 +pkgrel=6 pkgdesc="MythTV plugin that lets you create DVDs from or archive your recorded shows." arch=('i686' 'x86_64') url="http://www.mythtv.org" license=('GPL') -depends=("mythtv>=${pkgver}" 'libxmu' 'mysql-python' 'pil' 'dvdauthor' 'mjpegtools') +depends=("mythtv>=${pkgver}" 'libxmu' 'mysql-python' 'pil' 'dvdauthor' 'mjpegtools' 'transcode') source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2") md5sums=('1b3e2a97b7ecf7373e162fe20b6faabe') groups=('mythtv-extras') |