[65924] trunk/dports/audio/libao

rmsfisher at macports.org rmsfisher at macports.org
Fri Apr 2 20:07:12 PDT 2010


Revision: 65924
          http://trac.macports.org/changeset/65924
Author:   rmsfisher at macports.org
Date:     2010-04-02 20:07:09 -0700 (Fri, 02 Apr 2010)
Log Message:
-----------
audio/libao upgraded version from 0.8.8 to 1.0.0, removed patch fixed upstream, fixed post-patch operation to work with relocated file

Modified Paths:
--------------
    trunk/dports/audio/libao/Portfile

Removed Paths:
-------------
    trunk/dports/audio/libao/files/patch-AU-configure

Modified: trunk/dports/audio/libao/Portfile
===================================================================
--- trunk/dports/audio/libao/Portfile	2010-04-03 01:54:48 UTC (rev 65923)
+++ trunk/dports/audio/libao/Portfile	2010-04-03 03:07:09 UTC (rev 65924)
@@ -3,8 +3,7 @@
 PortSystem 1.0
 
 name             libao
-version          0.8.8
-revision         3
+version          1.0.0
 categories       audio
 maintainers      nomaintainer
 description      A Cross-platform Audio Library
@@ -16,14 +15,16 @@
 homepage         http://www.xiph.org/ao/
 platforms        darwin
 master_sites     http://downloads.xiph.org/releases/ao/
-checksums        md5 b92cba3cbcf1ee9bc221118a85d23dcd
+checksums           md5     08283fbe1f587619053a156254afecec \
+                    sha1    47798bb0fad0c68cd2913ae8c6094aeaa18a23ca \
+                    rmd160  3fa5bfcad9a5d6b09b46b2f32e52a261fe277d27
 
 post-patch {
 	reinplace "s|/etc/libao.conf|${prefix}/etc/libao.conf|" \
 		${worksrcpath}/CHANGES \
 		${worksrcpath}/doc/config.html \
 		${worksrcpath}/libao.conf.5 \
-		${worksrcpath}/src/ao_private.h \
+		${worksrcpath}/include/ao/ao_private.h \
 }
 
 configure.args   --disable-arts --disable-esd \
@@ -31,9 +32,7 @@
 
 platform darwin {
     if {${os.major} < 10} {
-        patchfiles patch-AU-configure patch-AU-src__plugins__macosx__ao_macosx.c
-    } else {
-        patchfiles patch-AU-configure
+        patchfiles patch-AU-src__plugins__macosx__ao_macosx.c
     }
     post-destroot {
         system "echo default_driver=macosx >> ${destroot}${prefix}/etc/libao.conf"

Deleted: trunk/dports/audio/libao/files/patch-AU-configure
===================================================================
--- trunk/dports/audio/libao/files/patch-AU-configure	2010-04-03 01:54:48 UTC (rev 65923)
+++ trunk/dports/audio/libao/files/patch-AU-configure	2010-04-03 03:07:09 UTC (rev 65924)
@@ -1,25 +0,0 @@
---- configure.orig	2007-05-24 12:51:52.000000000 +0200
-+++ configure	2007-11-30 21:54:58.000000000 +0100
-@@ -20094,9 +20094,10 @@
-                 PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char" ;;
-         *-darwin*)
-                 PLUGIN_LDFLAGS="-module -avoid-version"
--                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore"
--                CFLAGS="-D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore"
--                PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char -Ddlsym=dlsym_auto_underscore" ;;
-+                DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
-+                CFLAGS="-D__NO_MATH_INLINES -fsigned-char"
-+                PROFILE="-g -pg -D__NO_MATH_INLINES -fsigned-char"
-+                LIBS="-Wl,-framework -Wl,AudioUnit" ;;
-         *)
-                 PLUGIN_LDFLAGS="-export-dynamic -avoid-version"
-                 DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
-@@ -20203,7 +20204,7 @@
- 	DLOPEN_FLAG='(RTLD_LAZY)'
- 	SHARED_LIB_EXT='.sl'
- 	;;
--    *openbsd* | *netbsd* | *solaris2.7)
-+    *openbsd* | *netbsd* | *solaris2.7 | *darwin*)
- 	DLOPEN_FLAG='(RTLD_LAZY)'
- 	SHARED_LIB_EXT='.so'
- 	;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100402/96a9bc37/attachment.html>


More information about the macports-changes mailing list