summaryrefslogtreecommitdiffstats
path: root/extra/mlt/Pkgfile
blob: 32c0c57ea82f833e18c73f07b22f86ef60dd86d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Description: Outil pour la diffusion vidéo
# URL: http://www.dennedy.org/mlt/twiki/bin/view/MLT/WebHome
# Packager: NuTyX core team
# Maintainer: thierryn1 at hispeed dot ch
# Depends on: sdl

name=mlt
version=0.4.4
release=1
source=(http://internap.dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz\
	ffmpeg.patch)

build() {
#	patch -Np0 -i ffmpeg.patch
        cd $name-$version
        ./configure --prefix=/usr \
        --enable-gpl --enable-shared --enable-theora \
        --enable-vorbis --enable-libogg --enable-mp3lame --enable-pp \
        --enable-shared-pp --enable-motion-est --disable-gtk --disable-mmx \
        --mandir=/usr/share/man  --qimage-include=/usr/include/Qt \
	--avformat-swscale \
        --infodir=/usr/share/info
        make
        make DESTDIR=$PKG install
}