[csw-devel] SF.net SVN: gar:[15487] csw/mgar/pkg/ffmpeg/trunk

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Thu Sep 1 15:12:35 CEST 2011


Revision: 15487
          http://gar.svn.sourceforge.net/gar/?rev=15487&view=rev
Author:   janholzh
Date:     2011-09-01 13:12:35 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
ffmpeg: Update to 0.8.2, tests pass with static build

Modified Paths:
--------------
    csw/mgar/pkg/ffmpeg/trunk/Makefile
    csw/mgar/pkg/ffmpeg/trunk/checksums

Modified: csw/mgar/pkg/ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/Makefile	2011-09-01 10:41:42 UTC (rev 15486)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile	2011-09-01 13:12:35 UTC (rev 15487)
@@ -1,16 +1,15 @@
 # Copyright 2009 OpenCSW
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
-# It builds fine. The Test are failing though.
+# It builds fine. 
 # The Linker fix patch is from http://blogs.everycity.co.uk/alasdair/2009/05/ffmpeg-64bit-x86_64-amd64-on-solaris-10/
 # This also mentions that ffmpeg build static is way faster then shared. So this would need two builds
 # one static for static ffmpeg and one shared to get the shared libs. 
 # Another thing is to see if it can be build with suncc see http://ftp.jaist.ac.jp/pub/pkgsrc/current/pkgsrc/multimedia/ffmpeg/Makefile.common
 # They disable all optimizations though. I don't know why. 
-# 3. No external libs are enabled atm. We might want to think about two versions with and without external libs
 
 NAME = ffmpeg
-VERSION = 0.8
+VERSION = 0.8.2
 CATEGORIES = lib
 
 DESCRIPTION = Very fast video and audio converter (includes libavcodec)
@@ -28,8 +27,8 @@
 PATCHFILES += 0003-fix-testsuite-shells.patch
 
 BUILD64 = 1
-# Tests need to be fixed
-TEST_SCRIPTS = 
+# Tests only work with static build
+#TEST_SCRIPTS = 
 
 NODIRPATHS += --exec_prefix
 NODIRPATHS += --sbindir
@@ -46,8 +45,18 @@
 CONFIGURE_ARGS += --mandir=$(mandir)
 CONFIGURE_ARGS += --disable-debug
 CONFIGURE_ARGS += --enable-gpl
-CONFIGURE_ARGS += --enable-shared
+CONFIGURE_ARGS += --enable-version3
+#CONFIGURE_ARGS += --enable-shared
 
+#externel libs:
+# libfaac is not free
+#CONFIGURE_ARGS += --enable-libfaac
+CONFIGURE_ARGS += --enable-libfreetype
+CONFIGURE_ARGS += --enable-libmp3lame
+CONFIGURE_ARGS += --enable-libspeex
+#CONFIGURE_ARGS += --enable-libtheora
+CONFIGURE_ARGS += --enable-libvorbis
+
 GARCOMPILER = GNU
 
 include gar/category.mk

Modified: csw/mgar/pkg/ffmpeg/trunk/checksums
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/checksums	2011-09-01 10:41:42 UTC (rev 15486)
+++ csw/mgar/pkg/ffmpeg/trunk/checksums	2011-09-01 13:12:35 UTC (rev 15487)
@@ -1 +1 @@
-7e9b8c8a6952de0c477027e48249f3ed  ffmpeg-0.8.tar.bz2
+967d481c98161582d149aced6e3b2f31  ffmpeg-0.8.2.tar.bz2

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list