Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9740

Modified Files:
        mpg123-10.4.info mpg123.info 
Added Files:
        mpg123.patch 
Log Message:
New upstream version and add patch to work with libtool2 2.2.6b. Thanks, pogma!


--- NEW FILE: mpg123.patch ---
diff -ru mpg123-1.9.2.orig/src/module.c mpg123-1.9.2/src/module.c
--- mpg123-1.9.2.orig/src/module.c      2009-11-18 12:21:01.000000000 -0500
+++ mpg123-1.9.2/src/module.c   2009-11-21 19:32:33.000000000 -0500
@@ -121,13 +121,13 @@
                goto om_bad;
        }
        /* Work out the path of the module to open */
-       module_path_len = strlen(type) + 1 + strlen(name) + 
strlen(MODULE_FILE_SUFFIX) + 1;
+       module_path_len = strlen(type) + 1 + strlen(name) + 
strlen(MODULE_FILE_SUFFIX) + 1 + 2;
        module_path = malloc( module_path_len );
        if (module_path == NULL) {
                error1( "Failed to allocate memory for module name: %s", 
strerror(errno) );
                goto om_bad;
        }
-       snprintf( module_path, module_path_len, "%s_%s%s", type, name, 
MODULE_FILE_SUFFIX );
+       snprintf( module_path, module_path_len, "./%s_%s%s", type, name, 
MODULE_FILE_SUFFIX );
        /* Display the path of the module created */
        debug1( "Module path: %s", module_path );
 

Index: mpg123.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/mpg123.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- mpg123.info 9 Oct 2009 14:58:36 -0000       1.13
+++ mpg123.info 22 Nov 2009 00:52:22 -0000      1.14
@@ -1,6 +1,6 @@
 Info4: <<
 Package: mpg123
-Version: 1.9.1
+Version: 1.9.2
 Revision: 1
 Epoch: 1
 Distribution: 10.5, 10.6
@@ -22,7 +22,13 @@
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 #Source: http://www.mpg123.org/download/%n-%v.tar.bz2
-Source-MD5: 39aa4407b53fa8c86f7d963bfe0702c9
+Source-MD5: 5313b1bcc0274b4d7c394397c205bb20
+
+#Patch module.c to add a "./" to the beginning of the name of the module to 
+#lt_dlopen() instead of relying on ltdl to search cwd due to change in libtool 
2.2.6b
+#Thanks, pogma!
+PatchFile: %n.patch
+PatchFile-MD5: 0f5a84c7e1d1a69b14c340a9bad991dc
 
 Depends: lib%N-shlibs (= %V), libtool2-shlibs
 BuildDepends: fink (>= 0.26.2), libtool2, ( %m != x86_64 ) 
system-sdk-10.4-universal
@@ -31,16 +37,6 @@
 
 ConfigureParams: --with-audio=coreaudio,openal --enable-int-quality 
--disable-dependency-tracking ( %m = i386 ) --with-cpu=x86 ( %m = x86_64 ) 
--with-cpu=x86-64_all
 
-CompileScript: <<
-       #!/bin/bash -ev
-       #gcc-4.2 causes problems with 32 bit builds. 64 bit is fine.
-       if [ "%m" == "i386" ]; then
-               export CC=gcc-4.0
-               export LDFLAGS="$LDFLAGS -Wl,-read_only_relocs,suppress"
-       fi
-       %{default_script}
-<<
-
 InstallScript: <<
        make install DESTDIR=%d
        #No need for dependency_libs in .la files if not building static libs

Index: mpg123-10.4.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/mpg123-10.4.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- mpg123-10.4.info    9 Oct 2009 14:58:36 -0000       1.5
+++ mpg123-10.4.info    22 Nov 2009 00:52:22 -0000      1.6
@@ -1,6 +1,6 @@
 Info4: <<
 Package: mpg123
-Version: 1.9.1
+Version: 1.9.2
 Revision: 1
 Epoch: 1
 Distribution: 10.4
@@ -22,7 +22,13 @@
 
 Source: mirror:sourceforge:%n/%n-%v.tar.bz2
 #Source: http://www.mpg123.org/download/%n-%v.tar.bz2
-Source-MD5: 39aa4407b53fa8c86f7d963bfe0702c9
+Source-MD5: 5313b1bcc0274b4d7c394397c205bb20
+
+#Patch module.c to add a "./" to the beginning of the name of the module to 
+#lt_dlopen() instead of relying on ltdl to search cwd due to change in libtool 
2.2.6b
+#Thanks, pogma!
+PatchFile: %n.patch
+PatchFile-MD5: 0f5a84c7e1d1a69b14c340a9bad991dc
 
 Depends: lib%N-shlibs (= %V), libtool2-shlibs
 BuildDepends: fink (>= 0.26.2), libtool2


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to