diff options
author | Michael Hanson <hansonorders@verizon.net> | 2010-12-07 01:56:31 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2010-12-07 01:56:31 (GMT) |
commit | 8da84b4643024d307844ba433d0e567405860336 (patch) | |
tree | f6966fed9c64cb74e230b04425149176e7b9be6e /abs | |
parent | c57653e02d0cf1fbd97ea5cf7815f2ac9ec52051 (diff) | |
download | linhes_pkgbuild-8da84b4643024d307844ba433d0e567405860336.zip linhes_pkgbuild-8da84b4643024d307844ba433d0e567405860336.tar.gz linhes_pkgbuild-8da84b4643024d307844ba433d0e567405860336.tar.bz2 |
transcode: recompile due to imagemagick upgrade. I'm not
100% sure this was needed, but I recall some issue in the past
with transcode after imagemagick bump.
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/transcode/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/transcode/PKGBUILD b/abs/core/transcode/PKGBUILD index 2dc24f0..4e6718c 100644 --- a/abs/core/transcode/PKGBUILD +++ b/abs/core/transcode/PKGBUILD @@ -6,12 +6,12 @@ pkgname=transcode _sripver=0.3-4 pkgver=1.1.5 -pkgrel=7 +pkgrel=8 pkgdesc="A video/DVD ripper and encoder for the terminal/console" arch=('i686' 'x86_64') url="http://tcforge.berlios.de/" license=('GPL') -depends=('imagemagick=6.6.5.7' 'lzo2' 'libdv' 'libdvdread' 'ffmpeg-svn' 'mjpegtools' +depends=('imagemagick' 'lzo2' 'libdv' 'libdvdread' 'ffmpeg-svn' 'mjpegtools' 'libmpeg2' 'libtheora' 'libxaw' 'libxml2' 'libxv' 'a52dec' 'alsa-lib') makedepends=('nasm' 'pkg-config') options=('!libtool' '!makeflags') |