diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-12 01:16:54 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-03-12 01:16:54 (GMT) |
commit | 39835478f64d9efdd8f21f001c8fc12969c581e4 (patch) | |
tree | 95b2de5aae110ac7eb8c6b2b77a7f0952fe61ca7 /abs | |
parent | d01ff1ac2a8f9574176a14cca17d258e1cd6c0a5 (diff) | |
download | linhes_pkgbuild-39835478f64d9efdd8f21f001c8fc12969c581e4.zip linhes_pkgbuild-39835478f64d9efdd8f21f001c8fc12969c581e4.tar.gz linhes_pkgbuild-39835478f64d9efdd8f21f001c8fc12969c581e4.tar.bz2 |
Added mjpegtools as dep.
Diffstat (limited to 'abs')
-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 061631b..5c51153 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=4 +pkgrel=5 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') +depends=("mythtv>=${pkgver}" 'libxmu' 'mysql-python' 'pil' 'dvdauthor' 'mjpegtools') source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2") md5sums=('1b3e2a97b7ecf7373e162fe20b6faabe') groups=('mythtv-extras') |