mlt 0.9.0

This commit is contained in:
AlmAck 2013-06-08 23:55:21 +02:00
parent 8a7350a36c
commit 8ecb2b05c0

View File

@ -2,8 +2,8 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
pkgver=0.8.8
pkgrel=3
pkgver=0.9.0
pkgrel=1
pkgdesc="An open s3ource multimedia framework"
arch=('x86_64')
url="http://www.mltframework.org"
@ -13,13 +13,12 @@ depends=('sdl_image' 'libsamplerate' 'libdv' 'qt' 'sox' 'libxml2' 'ffmpeg'
optdepends=('jack')
makedepends=('subversion')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
md5sums=('06de4052cffd6760c468d7da9557edae')
md5sums=('1cd2d73f3ffe77a43980e99aaa4ea06c')
build() {
# mlt
cd "${srcdir}/mlt-${pkgver}"
msg "SSE2=$SSE2"
./configure --prefix=/usr \
--enable-gpl \
--enable-gpl3 \
@ -27,7 +26,7 @@ build() {
--qimage-includedir=/usr/include/Qt \
--avformat-vdpau \
--disable-gtk2 \
--avformat-swscale $SSE2
--avformat-swscale
make
# mlt python bindings