[paketler-commits] r69583 - in playground/ertan/cinelerra: . files

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
3 Haz 2009 Çar 22:34:26 EEST


Author: ert976
Date: Wed Jun  3 22:34:25 2009
New Revision: 69583

Added:
   playground/ertan/cinelerra/files/cinelerra.patch
Modified:
   playground/ertan/cinelerra/actions.py
   playground/ertan/cinelerra/files/swscaler.patch
   playground/ertan/cinelerra/pspec.xml
Log:
cinelerra - undefined symbol problem

Modified: playground/ertan/cinelerra/actions.py
=================================================================
--- playground/ertan/cinelerra/actions.py	(original)
+++ playground/ertan/cinelerra/actions.py	Wed Jun  3 22:34:25 2009
@@ -12,6 +12,8 @@
 
 WorkDir = "cinelerra"
 
+KeepSpecial = ["libtool"]
+
 def setup():
     shelltools.export("AUTOPOINT", "/bin/true")
     autotools.autoreconf("-vfi")

Modified: playground/ertan/cinelerra/files/swscaler.patch
=================================================================
--- playground/ertan/cinelerra/files/swscaler.patch	(original)
+++ playground/ertan/cinelerra/files/swscaler.patch	Wed Jun  3 22:34:25 2009
@@ -1,11 +1,16 @@
---- configure.in.orig	2009-06-02 13:01:31.215531523 +0300
-+++ configure.in	2009-06-02 13:02:24.471537591 +0300
-@@ -354,7 +354,7 @@
+--- configure.in.orig	2009-06-03 14:19:46.438692376 +0300
++++ configure.in	2009-06-03 14:21:02.940694367 +0300
+@@ -352,12 +352,7 @@
+      dnl if not, that means that libswscale is compiled in
+      
       AC_MSG_CHECKING(for ffmpeg swscale support)
-      saved_LIBS="$LIBS"
-      LIBS="$saved_LIBS $FFMPEG_TEMP_LIBS"
+-     saved_LIBS="$LIBS"
+-     LIBS="$saved_LIBS $FFMPEG_TEMP_LIBS"
 -     AC_TRY_LINK([#include <libavcodec/avcodec.h>],
-+     AC_TRY_LINK([#include <ffmpeg/avcodec.h>],
- 		 [img_convert(0, 0, 0,0,0,0)],
- 		 enable_ffmpeg_swscale=no,enable_ffmpeg_swscale=yes)
-      LIBS="$saved_LIBS"
+-		 [img_convert(0, 0, 0,0,0,0)],
+-		 enable_ffmpeg_swscale=no,enable_ffmpeg_swscale=yes)
+-     LIBS="$saved_LIBS"
++     enable_ffmpeg_swscale=yes
+      AC_MSG_RESULT($enable_ffmpeg_swscale)
+      if test x"$enable_ffmpeg_swscale" = xyes; then
+ 	     dnl AC_DEFINE(HAVE_SWSCALER)

Modified: playground/ertan/cinelerra/pspec.xml
=================================================================
--- playground/ertan/cinelerra/pspec.xml	(original)
+++ playground/ertan/cinelerra/pspec.xml	Wed Jun  3 22:34:25 2009
@@ -33,6 +33,7 @@
             <Dependency>libraw1394</Dependency>
         </BuildDependencies>
         <Patches>
+            <Patch level="1">cinelerra.patch</Patch>
             <Patch level="1">ffmpeg_external.patch</Patch>
             <Patch>libGL_fix.patch</Patch>
             <Patch>videodev2.patch</Patch>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi