Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24286/10.4/unstable/main/finkinfo/libs

Modified Files:
        libfame1.info libfame1.patch 
Log Message:
new (well, old, but newer than ours ;) upstream

Index: libfame1.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libfame1.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libfame1.info       3 Mar 2006 14:12:25 -0000       1.2
+++ libfame1.info       14 Mar 2006 20:13:03 -0000      1.3
@@ -1,6 +1,6 @@
 Package: libfame1
-Version: 0.9.0
-Revision: 3
+Version: 0.9.1
+Revision: 1
 ###
 Depends: %N-shlibs (= %v-%r)
 BuildDependsOnly: true
@@ -8,7 +8,7 @@
 Replaces: libfame
 ###
 Source: mirror:sourceforge:fame/libfame-%v.tar.gz
-Source-MD5: 256d93f51820e5ec5e1ba97a67ef4d20
+Source-MD5: 880085761e17a3b4fc41f4f6f198fd3b
 ###
 Patch: %n.patch
 ###

Index: libfame1.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/libfame1.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libfame1.patch      3 Mar 2006 14:12:25 -0000       1.2
+++ libfame1.patch      14 Mar 2006 20:13:03 -0000      1.3
@@ -1,31 +1,34 @@
-diff -ruN libfame-0.9.0.orig/configure libfame-0.9.0/configure
---- libfame-0.9.0.orig/configure       2002-05-26 13:15:19.000000000 -0400
-+++ libfame-0.9.0/configure    2006-03-02 22:03:01.000000000 -0500
-@@ -2243,7 +2243,14 @@
+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
  
  
- if test x$ac_cv_prog_gcc = xyes; then
+@@ -4605,7 +4605,7 @@
+ 
+ 
+ if test x$ac_cv_c_compiler_gnu = xyes; then
 -      CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
-+      case "$target" in
-+    i386-*-*)
-+            CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops"
-+            ;;
-+    *)
-+            CFLAGS="$CFLAGS -Wall -fexpensive-optimizations -funroll-loops 
-ffast-math"
-+            ;;
-+      esac
++      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 -ruN libfame-0.9.0.orig/src/Makefile.in libfame-0.9.0/src/Makefile.in
---- libfame-0.9.0.orig/src/Makefile.in 2002-05-30 15:26:15.000000000 -0400
-+++ libfame-0.9.0/src/Makefile.in      2006-03-02 21:55:53.000000000 -0500
-@@ -89,7 +89,7 @@
- libfame_la_include_HEADERS =          fame.h                                  
        fame_version.h                                  fame_bitbuffer.h        
                        fame_profile.h                                  
fame_profile_mpeg.h                             fame_profile_mpeg1.h            
                fame_profile_mpeg4_simple.h                     
fame_profile_mpeg4_shape.h                      fame_profile_stats.h            
                fame_encoder.h                                  
fame_encoder_mpeg.h                             fame_decoder.h                  
                fame_decoder_mpeg.h                             fame_syntax.h   
                                fame_syntax_mpeg1.h                             
fame_syntax_mpeg4.h                             fame_shape.h                    
                fame_rate_simple.h                              
fame_rate_1param.h                              fame_rate.h                     
                fame_monitor.h                                  fame_motion.h   
                                fame_motion_none.h                              
fame_motion_fourstep.h                          fame_motion_pmvfast.h           
                fame_malloc.h
+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)
-+libfame_la_LDFLAGS =          -version-info 
$(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ libfame_la_LDFLAGS = \
+-        -release $(LT_RELEASE) \
+         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  
  
- EXTRA_DIST =          ac_int.h                                        
ac_mmx.h                                        bilinear_int.h                  
                cpuflags.h                                      dct_float.h     
                                dct_mmx.h                                       
fetch_float.h                                   fetch_mmx.h                     
                half_int.h                                      half_mmx.h      
                                half_sse.h                                      
pad_int.h                                       idct_float.h                    
                idct_mmx.h                                      mad_int.h       
                                mad_mmx.h                                       
mae_int.h                                       mae_mmx.h                       
                mae_sse.h                                       mean_int.h      
                                mean_mmx.h                                      
quantize_float.h                                quantize_mmx.h                  
                dequantize_float.h                              
dequantize_mmx.h                                reconstruct_float.h             
                reconstruct_mmx.h                               table_cae.h     
                                table_cbp_mpeg1.h                               
table_cbp_mpeg4.h                               table_clip_mpeg1.h              
                table_clip_mpeg4.h                              
table_dc_mpeg1.h                                table_dc_mpeg4.h                
                table_mv.h                                      
table_quant_mpeg1.h                             table_quant_mpeg4.h             
                table_rlehuff_mpeg1.h                           
table_rlehuff_mpeg4.h                           table_scale.h                   
                table_zigzag_mpeg1.h                            
table_zigzag_mpeg4.h                            table_mmx_const.h               
                transpose_mmx.h



-------------------------------------------------------
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