Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv5193

Modified Files:
        libavcodec53-shlibs.info 
Log Message:
0.8.2 release
remove make dependency from \!10.4

Index: libavcodec53-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libavcodec53-shlibs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libavcodec53-shlibs.info    2 Aug 2011 11:37:02 -0000       1.3
+++ libavcodec53-shlibs.info    15 Aug 2011 15:59:58 -0000      1.4
@@ -1,6 +1,6 @@
 Package: libavcodec53-shlibs
-Version: 0.8.1
-Revision: 2
+Version: 0.8.2
+Revision: 1
 ###
 BuildDepends: <<
        bzip2,
@@ -22,7 +22,6 @@
        libvorbis0,
        libvpx (>= 0.9.0-20100604-1),
        libx264-115-dev (>= 0.0.20110517-1),
-       make (>= 3.81-1),
        pkgconfig,
        sdl,
        x11-dev,
@@ -136,7 +135,7 @@
   mkdir build
   cd build
     ../configure %c
-    %p/bin/make -w V=1
+    make -w V=1
   ### The following set of commands are to fix the compat_version of 
libpostproc which 
   ### was downgraded (from 51.1.0 to 51.0.0 for libpostproc)
   ### by upstream between the ffmpeg-0.4 and ffmpeg-0.5+ releases, but kept 
the install_name the same.
@@ -160,23 +159,23 @@
     #/usr/bin/perl -pi -e 's,1\.14\.1,0\.14\.1,g' libswscale/libswscale.pc
     rm libpostproc/*.dylib
     #libswscale/*.dylib
-    %p/bin/make -w V=1
+    make -w V=1
   ### return config.mak to orig value and remake so that libavfilter.1.dylib 
doesn't get rebuilt 
   ### with an incorrect compat_value during the install phase (it deps on 
libswscale which was just modified)
     #/usr/bin/perl -pi -e 
's|compatibility_version,51.1.0|compatibility_version,\$\(LIBMAJOR\)|g' 
config.mak
     #rm libavfilter/*.dylib
-    #%p/bin/make -w V=1
+    #make -w V=1
   
   ### go back to %b so that f-p-p knows to ignore ffmpeg's own files
     cd ..
   %p/bin/fink-package-precedence --depfile-ext='\.d' .
 <<
 InfoTest: <<
-  TestScript: cd build ; 
DYLD_LIBRARY_PATH=libavdevice:libavfilter:libavformat:libavcodec:libpostproc:libswscale:libavutil
 %p/bin/make -w -j1 V=2 test || exit 2
+  TestScript: cd build ; 
DYLD_LIBRARY_PATH=libavdevice:libavfilter:libavformat:libavcodec:libpostproc:libswscale:libavutil
 make -w -j1 V=2 test || exit 2
 <<
 ###
 InstallScript: <<
-  cd build && %p/bin/make -j1 -w install DESTDIR=%d V=1
+  cd build && make -j1 -w install DESTDIR=%d V=1
   install -d %i/etc
   install -m 664 doc/ffserver.conf %i/etc
 <<
@@ -608,7 +607,6 @@
 Upstream changed the paradigm on how compat_version is entered into the 
dylibs.  This caused a decrease in compat_version for most libraries when first 
implemented, but by 0.6.1, most of the libraries had increased libfooN, so the 
problem didn't matter for them.  However, libpostproc.51.dylib still has this 
problem and so a workaround had to be created to increase its compat_version to 
match the current compat_version from Fink's ffmpeg-0.4.20071217.  That hack 
can be removed if/when libpostproc.51.dylib either actually increases its 
compat_version past the ffmpeg-0.4... value or increments the install_name.
 <<
 DescPort: <<
-Use Fink's make since 10.4 has an older system make (3.80) that doesn't like 
common.mak.  Can remove that dep once 10.4 is deprecated.
 <<
 ###
 License: GPL


------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to