diff options
Diffstat (limited to 'abs/extra-testing/gpac')
-rw-r--r-- | abs/extra-testing/gpac/ChangeLog | 9 | ||||
-rwxr-xr-x | abs/extra-testing/gpac/PKGBUILD | 27 | ||||
-rwxr-xr-x | abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch | 20 |
3 files changed, 0 insertions, 56 deletions
diff --git a/abs/extra-testing/gpac/ChangeLog b/abs/extra-testing/gpac/ChangeLog deleted file mode 100644 index 5e63198..0000000 --- a/abs/extra-testing/gpac/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -2009-04-19 Allan McRae <allan@archlinux.org> - * gpac-0.4.5-2 - * Rebuild against libavcodec.so.52 (FS#14291) - -2008-12-14 Allan McRae <allan@archlinux.org> - * gpac-0.4.5-1 - * upstream update - * FHS man page - diff --git a/abs/extra-testing/gpac/PKGBUILD b/abs/extra-testing/gpac/PKGBUILD deleted file mode 100755 index 04ce3cc..0000000 --- a/abs/extra-testing/gpac/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD,v 1.4 2009/04/19 08:06:33 allan Exp $ -# Maintainer: Allan McRae <allan@archlinux.org> -# Contributor: niQo - -pkgname=gpac -pkgver=0.4.5 -pkgrel=4 -pkgdesc="A multimedia framework based on the MPEG-4 Systems standard" -arch=('i686' 'x86_64') -url="http://gpac.sourceforge.net" -depends=('libxml2' 'wxgtk' 'alsa-lib' 'sdl' 'spidermonkey' 'libmad' \ - 'faad2' 'xvidcore' 'ffmpeg' 'freeglut' 'libjpeg') -license=('LGPL') -source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('755e8c438a48ebdb13525dd491f5b0d1') - -build() { - cd "${srcdir}/${pkgname}" - chmod +x configure - sed -i 's#osmozilla##g' applications/Makefile - sed -i 's#"$(prefix)#"$(DESTDIR)$(prefix)#' applications/osmo4_wx/Makefile - sed -i 's#ldconfig || true##g' Makefile - ./configure --prefix=/usr --mandir=/usr/share/man --use-js=no - make || return 1 - make DESTDIR=${pkgdir}/ install-lib - make DESTDIR=${pkgdir}/ install -} diff --git a/abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch b/abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch deleted file mode 100755 index ec59cec..0000000 --- a/abs/extra-testing/gpac/gpac-0.4.2-ffmpeg-errno.patch +++ /dev/null @@ -1,20 +0,0 @@ -Index: gpac/modules/ffmpeg_in/ffmpeg_demux.c -=================================================================== ---- gpac.orig/modules/ffmpeg_in/ffmpeg_demux.c -+++ gpac/modules/ffmpeg_in/ffmpeg_demux.c -@@ -23,6 +23,7 @@ - */ - - #include "ffmpeg_in.h" -+#include <errno.h> - - /*default buffer is 200 ms per channel*/ - #define FFD_DATA_BUFFER 800 -@@ -285,7 +286,6 @@ static GF_ESD *FFD_GetESDescriptor(FFDem - case CODEC_ID_MP3: - esd->decoderConfig->objectTypeIndication = 0x69; - break; -- case CODEC_ID_MPEG4AAC: - case CODEC_ID_AAC: - if (!dec->extradata_size) goto opaque_audio; - esd->decoderConfig->objectTypeIndication = 0x40; |