Update of /cvsroot/fink/experimental/rangerrick/3rdparty/main/finkinfo/libs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15034

Added Files:
        libfame1.info libfame1.patch 
Log Message:
update that works on intel

--- NEW FILE: libfame1.info ---
Package: libfame1
Version: 0.9.1
Revision: 1
###
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libfame
Replaces: libfame
###
Source: mirror:sourceforge:fame/libfame-%v.tar.gz
Source-MD5: 880085761e17a3b4fc41f4f6f198fd3b
###
Patch: %n.patch
###
UpdateLibTool: true
UpdateConfigGuess: true
###
ConfigureParams: --with-pic --enable-shared --enable-static 
--mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-mmx
###
SplitOff: <<
  Package: %N-shlibs
  Replaces: libfame-shlibs
  Conflicts: libfame-shlibs
  Files: <<
    lib/libfame.*.dylib
  <<
  Shlibs: <<
    %p/lib/libfame.0.dylib 1.0.0 libfame1 (>= 0.9.0-2)
  <<
  DocFiles: AUTHORS BUGS CHANGES COPYING INSTALL README TODO
<<
###
DocFiles: COPYING
###
SetCFLAGS: -no-cpp-precomp
###
Description: Fast Assembly Mpeg Encoding library
DescDetail: <<
libfame is a video encoding library.

It can currently encode MPEG-1 and MPEG-4 rectangular video, as well as
MPEG-4 video with arbitrary shape.
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://fame.sourceforge.net/

--- NEW FILE: libfame1.patch ---
diff -uNr libfame-0.9.1/configure libfame-0.9.1-new/configure
--- libfame-0.9.1/configure     2004-02-11 08:12:28.000000000 -0500
+++ libfame-0.9.1-new/configure 2006-03-14 14:44:18.000000000 -0500
@@ -1288,8 +1288,8 @@
 MAJOR_VERSION=0
 MINOR_VERSION=9
 MICRO_VERSION=1
-INTERFACE_AGE=0
-BINARY_AGE=0
+INTERFACE_AGE=1
+BINARY_AGE=1
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 
 
@@ -4605,7 +4605,7 @@
 
 
 if test x$ac_cv_c_compiler_gnu = xyes; then
-       CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
+       CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
 
        gcc_major_version=`$CC --version | \
           sed -e 's,[^0-9.],,g' -e 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
diff -uNr libfame-0.9.1/src/Makefile.in libfame-0.9.1-new/src/Makefile.in
--- libfame-0.9.1/src/Makefile.in       2004-02-11 08:12:27.000000000 -0500
+++ libfame-0.9.1-new/src/Makefile.in   2006-03-14 14:39:20.000000000 -0500
@@ -186,7 +186,6 @@
 
 
 libfame_la_LDFLAGS = \
-        -release $(LT_RELEASE) \
         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
 
 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to