diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-10-04 20:43:00 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-10-04 20:43:00 (GMT) |
commit | 7b65d79bd62038dcbdbdc865744ac07c3f842531 (patch) | |
tree | c9932b12eebdd263b43cde1d49a1ac4b9655f131 /abs | |
parent | 7e602bbe327e10ffda089d4f47dfe9412c184b7a (diff) | |
download | linhes_pkgbuild-7b65d79bd62038dcbdbdc865744ac07c3f842531.zip linhes_pkgbuild-7b65d79bd62038dcbdbdc865744ac07c3f842531.tar.gz linhes_pkgbuild-7b65d79bd62038dcbdbdc865744ac07c3f842531.tar.bz2 |
MythArchive:Added libjpeg6 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 f5c51f2..4862a1f 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=9 +pkgrel=10 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' 'transcode') +depends=("mythtv>=${pkgver}" 'libxmu' 'libjpeg6' 'mysql-python' 'pil' 'dvdauthor' 'mjpegtools' 'transcode') source=("ftp://ftp.knoppmyth.net/R6/sources/mythplugins-$pkgver-fixes.tar.bz2") md5sums=('1b3e2a97b7ecf7373e162fe20b6faabe') groups=('mythtv-extras') |