diff options
author | Cecil <knoppmyth@gmail.com> | 2012-01-18 06:48:05 (GMT) |
---|---|---|
committer | Cecil <knoppmyth@gmail.com> | 2012-01-18 06:48:05 (GMT) |
commit | 037d82bfb0ff60c10155253afe4da98970233ef3 (patch) | |
tree | a834e58953d86784eb93c4d5b9b44d6f96026e8c /abs | |
parent | f542d21ac146c1515650eb2da593c7b44660ace7 (diff) | |
download | linhes_pkgbuild-037d82bfb0ff60c10155253afe4da98970233ef3.zip linhes_pkgbuild-037d82bfb0ff60c10155253afe4da98970233ef3.tar.gz linhes_pkgbuild-037d82bfb0ff60c10155253afe4da98970233ef3.tar.bz2 |
tablet-encoder:Corrected dep, removed mplayer and added mencoder.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/tablet-encode/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/tablet-encode/PKGBUILD b/abs/extra/tablet-encode/PKGBUILD index cd4bc9b..02607d4 100644 --- a/abs/extra/tablet-encode/PKGBUILD +++ b/abs/extra/tablet-encode/PKGBUILD @@ -3,11 +3,11 @@ pkgname=tablet-encode pkgver=2.30 -pkgrel=3 +pkgrel=4 pkgdesc="Transcodes videos for playback on a Nokia Internet Tablet" arch=('i686' 'x86_64') license=('ARTISTIC') -depends=(mplayer) +depends=(mencoder) url="http://mediautils.garage.maemo.org/tablet-encode.html" source=(https://garage.maemo.org/frs/download.php/6892/tablet-encode-2.30.tar.gz linhes.diff) |