Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv8277
Modified Files:
mpg123-10.5.info mpg123.info
Log Message:
New upstream version.
Index: mpg123.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/mpg123.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- mpg123.info 8 Mar 2010 13:05:06 -0000 1.17
+++ mpg123.info 21 Mar 2010 15:14:14 -0000 1.18
@@ -1,7 +1,7 @@
Info4: <<
Package: mpg123
-Version: 1.10.1
-Revision: 2
+Version: 1.11.0
+Revision: 1
Epoch: 1
Distribution: 10.4, 10.6
Maintainer: Daniel Johnson <[email protected]>
@@ -19,14 +19,23 @@
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
#Source: http://www.mpg123.org/download/%n-%v.tar.bz2
-Source-MD5: bddabc8ae14ede213d91398a6a492f2a
+Source-MD5: 95fce2c9bcfb8986379f210dcb8939f2
Depends: lib%N-shlibs (= %V), libtool2-shlibs
BuildDepends: fink (>= 0.26.2), libtool2
Conflicts: mpg321
Replaces: mpg321
-ConfigureParams: --with-audio=coreaudio,openal --enable-int-quality
--disable-dependency-tracking ( %m = i386 ) --with-cpu=x86 ( %m = x86_64 )
--with-cpu=x86-64_all
+#Configure thinks we're building on i386 even when we're actually on x86_64.
+#Patch config.h.in to avoid a bunch of unused attribute warnings.
+PatchScript: <<
+ #!/bin/bash -ev
+ if [ "%m" == "x86_64" ]; then
+ perl -pi -e s'|^#undef ABI_ALIGN_FUN$|/* $& */|' src/config.h.in
+ fi
+<<
+
+ConfigureParams: --with-audio=coreaudio,openal --enable-int-quality
--disable-dependency-tracking ( %m = i386 ) --with-cpu=x86 ( %m = x86_64 )
--with-cpu=x86-64_all --with-optimization=3
InstallScript: <<
make install DESTDIR=%d
Index: mpg123-10.5.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/sound/mpg123-10.5.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mpg123-10.5.info 8 Mar 2010 13:05:06 -0000 1.1
+++ mpg123-10.5.info 21 Mar 2010 15:14:14 -0000 1.2
@@ -1,7 +1,7 @@
Info4: <<
Package: mpg123
-Version: 1.10.1
-Revision: 2
+Version: 1.11.0
+Revision: 1
Epoch: 1
Distribution: 10.5
Maintainer: Daniel Johnson <[email protected]>
@@ -21,14 +21,23 @@
Source: mirror:sourceforge:%n/%n-%v.tar.bz2
#Source: http://www.mpg123.org/download/%n-%v.tar.bz2
-Source-MD5: bddabc8ae14ede213d91398a6a492f2a
+Source-MD5: 95fce2c9bcfb8986379f210dcb8939f2
Depends: lib%N-shlibs (= %V), libtool2-shlibs
BuildDepends: fink (>= 0.26.2), libtool2, ( %m = i386 )
system-sdk-10.4-universal
Conflicts: mpg321
Replaces: mpg321
-ConfigureParams: --with-audio=coreaudio,openal --enable-int-quality
--disable-dependency-tracking ( %m = i386 ) --with-cpu=x86 ( %m = x86_64 )
--with-cpu=x86-64_all
+#Configure thinks we're building on i386 even when we're actually on x86_64.
+#Patch config.h.in to avoid a bunch of unused attribute warnings.
+PatchScript: <<
+ #!/bin/bash -ev
+ if [ "%m" == "x86_64" ]; then
+ perl -pi -e s'|^#undef ABI_ALIGN_FUN$|/* $& */|' src/config.h.in
+ fi
+<<
+
+ConfigureParams: --with-audio=coreaudio,openal --enable-int-quality
--disable-dependency-tracking ( %m = i386 ) --with-cpu=x86 ( %m = x86_64 )
--with-cpu=x86-64_all --with-optimization=3
InstallScript: <<
make install DESTDIR=%d
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs