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

janholzh at users.sourceforge.net janholzh at users.sourceforge.net
Tue Oct 4 16:13:14 CEST 2011


Revision: 15853
          http://gar.svn.sourceforge.net/gar/?rev=15853&view=rev
Author:   janholzh
Date:     2011-10-04 14:13:13 +0000 (Tue, 04 Oct 2011)
Log Message:
-----------
ffmpeg: update to 0.8.5 and disabled ASM-code since it is now picked up and does not 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-10-04 13:35:25 UTC (rev 15852)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile	2011-10-04 14:13:13 UTC (rev 15853)
@@ -6,10 +6,9 @@
 # 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. 
 
 NAME = ffmpeg
-VERSION = 0.8.3
+VERSION = 0.8.5
 CATEGORIES = lib
 
 DESCRIPTION = Very fast video and audio converter (includes libavcodec)
@@ -46,6 +45,9 @@
 CONFIGURE_ARGS += --disable-debug
 CONFIGURE_ARGS += --enable-gpl
 CONFIGURE_ARGS += --enable-version3
+CONFIGURE_ARGS += --enable-runtime-cpudetect
+# All ASM code is broke no clue if it yasm that breaks it or solaris in gerneral. As it is disabled in pkgsrc too probably a global problem.
+CONFIGURE_ARGS += --disable-asm
 # Needs two builds one shared one static
 #CONFIGURE_ARGS += --enable-shared
 

Modified: csw/mgar/pkg/ffmpeg/trunk/checksums
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/checksums	2011-10-04 13:35:25 UTC (rev 15852)
+++ csw/mgar/pkg/ffmpeg/trunk/checksums	2011-10-04 14:13:13 UTC (rev 15853)
@@ -1 +1 @@
-556870ccfd6c9c0426c7dd86dd5beb62  ffmpeg-0.8.3.tar.bz2
+726877b19ece7ea64def8b7e6727e182  ffmpeg-0.8.5.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