diff options
author | Cecil <knoppmyth@gmail.com> | 2012-07-30 06:28:02 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-07-30 06:28:02 (GMT) |
commit | a93c630b80a72ccafea73b550ec73cad11b0e2c9 (patch) | |
tree | 4056acd28cba3f423bf129343ca622c7b658a92d /abs/core/mythtv/stable-0.25 | |
parent | 62ae119f3120c49f8142c02a4d9def9d74b00864 (diff) | |
download | linhes_pkgbuild-a93c630b80a72ccafea73b550ec73cad11b0e2c9.zip linhes_pkgbuild-a93c630b80a72ccafea73b550ec73cad11b0e2c9.tar.gz linhes_pkgbuild-a93c630b80a72ccafea73b550ec73cad11b0e2c9.tar.bz2 |
mythtv:Bumped to add deps for backing up DVD.
Diffstat (limited to 'abs/core/mythtv/stable-0.25')
-rw-r--r-- | abs/core/mythtv/stable-0.25/mythtv/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD index 2f0b8b7..53288a6 100644 --- a/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD +++ b/abs/core/mythtv/stable-0.25/mythtv/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mythtv pkgver=0.25 -pkgrel=10 +pkgrel=11 commit_hash=`cat ../git_src/git_hash` pkgdesc="A Homebrew PVR project $commit_hash" arch=('i686' 'x86_64') @@ -43,7 +43,9 @@ depends=('mysql-clients' 'perl-io-socket-inet6' 'glew' 'openssl' - 'libxml2') + 'libxml2' + 'lsdvd' + 'dvdbackup') #glew for gpu commerical flagging #openssl for roap |