mlt: ffmpeg rebuild

transcode: dito
This commit is contained in:
Phil 2012-01-06 10:47:16 +00:00
parent 2c4a61f880
commit 7faa8a1b4c
2 changed files with 4 additions and 4 deletions

View File

@ -12,12 +12,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
pkgver=0.7.6
pkgrel=2
pkgrel=3
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
url="http://www.mltframework.org"
license=('GPL')
depends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'ffmpeg=0.8.6' 'frei0r-plugins' 'swig' 'python2')
depends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'ffmpeg>=0.8.9' 'frei0r-plugins' 'swig' 'python2')
optdepends=('jack')
makedepends=('subversion')
conflicts=('mlt++<=0.3.8')

View File

@ -10,12 +10,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=transcode
_sripver=0.3-4
pkgver=1.1.5
pkgrel=6
pkgrel=7
pkgdesc="A video/DVD ripper and encoder for the terminal/console."
arch=('i686' 'x86_64')
url="http://tcforge.berlios.de/"
license=('GPL')
depends=('gawk' 'imagemagick' 'lzo2' 'libdv' 'libdvdread' 'ffmpeg=0.8.6' 'mjpegtools'
depends=('gawk' 'imagemagick' 'lzo2' 'libdv' 'libdvdread' 'ffmpeg>=0.8.9' 'mjpegtools'
'libmpeg2' 'libxaw' 'libxml2' 'libxv' 'a52dec')
makedepends=('nasm' 'pkgconfig')
options=('!libtool' '!makeflags')