# Description: Multimedia framework based on the MPEG-4 standard # URL: http://gpac.sourceforge.net # Packager: Matt Housh, jaeger at morpheus dot net # Maintainer: Nathan Pardoe, npardoe at ticklestix dot co dot uk # Depends on: faad2, ffmpeg, freetype, libjpeg, libmad, libogg, libpng, libsdl, libtheora, libvorbis, libxml2, libxvid name=gpac version=0.4.4 release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { cd $name chmod +x configure sed -i -e 's/has_wx=yes/has_wx=no/' configure sed -i -e 's/osmozilla//g' applications/Makefile ./configure --prefix=/usr make make OPTFLAGS="$CFLAGS" DESTDIR=$PKG install make OPTFLAGS="$CFLAGS" DESTDIR=$PKG install-lib }