the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: libfame1
Version: 0.9.1
Revision: 2
###
BuildDepends: fink (>= 0.24.12)
Depends: %N-shlibs (= %v-%r)
BuildDependsOnly: true
Conflicts: libfame
Replaces: libfame
###
Source: mirror:sourceforge:fame/libfame-%v.tar.gz
Source-MD5: 880085761e17a3b4fc41f4f6f198fd3b
###
PatchFile: %n.patch
PatchFile-MD5: 5966f84a6854f9e0512d1dd40faebca3
PatchScript: <<
%{default_script}
perl -pi -e 's/(AC_DEFUN\()([^[]+)(,)/\1\[\2]\3/' libfame.m4.in
perl -pi -e 's,-march=i.86,,g' configure
<<
###
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
###
###
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
Homepage: http://fame.sourceforge.net/
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)