diff options
author | Michael Hanson <mihanson@linhes.org> | 2012-07-10 21:12:52 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2012-07-10 21:12:52 (GMT) |
commit | 858b19d7635e8228315daa2f2808b28f80fac67b (patch) | |
tree | 3193cba401568d4a9bec5d1e9bc63cddd037bb74 /abs/core/linhes-scripts/PKGBUILD | |
parent | ba751f7f49901e11050a4d5019fd61157e8d2334 (diff) | |
download | linhes_pkgbuild-858b19d7635e8228315daa2f2808b28f80fac67b.zip linhes_pkgbuild-858b19d7635e8228315daa2f2808b28f80fac67b.tar.gz linhes_pkgbuild-858b19d7635e8228315daa2f2808b28f80fac67b.tar.bz2 |
linhes-scripts: Add myth2mkv to convert recordings to x264/mkv.
Diffstat (limited to 'abs/core/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index aed756e..829694b 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,11 +3,12 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=40 +pkgrel=41 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') -depends=('xosd' 'cpulimit' 'screen' 'mencoder' 'tablet-encode' 'mplayer' 'normalize') +depends=('xosd' 'cpulimit' 'screen' 'mencoder' 'tablet-encode' 'mplayer' + 'normalize' 'handbrake-cli' 'mkvtoolnix') url="http://linhes.org/" install="linhes-scripts.install" source=( @@ -49,6 +50,7 @@ upgrade_linhes_script.sh find_orphans.py acl_fix_fstab.py stop_xss.sh +myth2mkv ) build() { @@ -101,4 +103,5 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' 'f454faeabfa153b10389a9a3bfd51c4a' 'd8838461af9d446a1fd7e7883fdc75d1' 'cc9cdabcdfc969c2829b58c0e513488c' - '54a478660d0f8150fe10112a9ecf2740') + '54a478660d0f8150fe10112a9ecf2740' + '980423e07c8c6ffd0ea1bf9a1959fdc2') |