diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-13 04:46:55 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-13 04:46:55 (GMT) |
commit | f73d2bfa518d0e17816fa74b853d91556b7ce08f (patch) | |
tree | 2e97495bf285af5fed4e28c1eb3ee0cda0b8c563 /abs/core-testing | |
parent | 28bde8acd493877e8edd8b922b04e59f09c1c695 (diff) | |
download | linhes_pkgbuild-f73d2bfa518d0e17816fa74b853d91556b7ce08f.zip linhes_pkgbuild-f73d2bfa518d0e17816fa74b853d91556b7ce08f.tar.gz linhes_pkgbuild-f73d2bfa518d0e17816fa74b853d91556b7ce08f.tar.bz2 |
Added transcode as dep.
Diffstat (limited to 'abs/core-testing')
-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 2eb696d..81465ec 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=7 +pkgrel=8 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') |