Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9396ed6a479151ce19462b98515165bac0f2297a

commit 9396ed6a479151ce19462b98515165bac0f2297a
Author: voroskoi <[EMAIL PROTECTED]>
Date:   Mon Apr 28 03:32:45 2008 +0200

ffmpeg-20080427-2-x86_64
readded postproc support
added gsm support

diff --git a/source/xmultimedia/ffmpeg/FrugalBuild 
b/source/xmultimedia/ffmpeg/FrugalBuild
index 7ceffd0..d7666b4 100644
--- a/source/xmultimedia/ffmpeg/FrugalBuild
+++ b/source/xmultimedia/ffmpeg/FrugalBuild
@@ -3,11 +3,10 @@

pkgname=ffmpeg
pkgver=20080427
-pkgrel=1
+pkgrel=2
pkgdesc="FFMpeg is a complete and free Internet live audio and vide  
broadcasting solution for Linux/Unix."
url="http://ffmpeg.sourceforge.net/";
-depends=('a52dec' 'lame' 'faac' 'x264>=20080426' 'libvorbis' 'xvidcore' 'zlib' 
'sdl' 'libtheora' 'libdca>=0.0.5' 'faad2' 'imlib2' 'amrnb' 'amrwb' 'libdc1394')
-depends=('a52dec' 'amrnb' 'amrwb' 'faac' 'lame' 'libtheora' 'libvorbis' 
'x264>=20080426' 'xvidcore' 'libdc1394' 'imlib2' 'sdl' 'faad2')
+depends=('a52dec' 'amrnb' 'amrwb' 'faac' 'lame' 'libtheora' 'libvorbis' 
'x264>=20080426' 'xvidcore' 'libdc1394' 'imlib2' 'sdl' 'faad2' 'gsm')
makedepends=('freetype2')
groups=('xmultimedia')
archs=('i686' 'x86_64')
@@ -15,8 +14,6 @@ up2date=$pkgver
source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
sha1sums=('d3e42f4e307f5ed83ed877421b8f16f9c74c046b')

-# TODO: --enable-libgsm
-
build() {
unset MAKEFLAGS
Fpatchall
@@ -24,6 +21,7 @@ build() {
--enable-gpl \
--enable-nonfree \
--enable-swscale \
+               --enable-postproc \
--enable-libmp3lame \
--enable-libvorbis \
--enable-libtheora \
@@ -39,6 +37,7 @@ build() {
--enable-libvorbis \
--enable-libamr_nb \
--enable-libamr_wb \
+               --enable-libgsm \
--enable-shared \
--disable-static \
--enable-pthreads
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to