[41623] trunk/dports/audio/libsdl_sound

nox at macports.org nox at macports.org
Fri Nov 7 08:49:30 PST 2008


Revision: 41623
          http://trac.macports.org/changeset/41623
Author:   nox at macports.org
Date:     2008-11-07 08:49:30 -0800 (Fri, 07 Nov 2008)
Log Message:
-----------
libsdl_sound:
 * Updated to 1.0.3.
 * Enabled FLAC, Speex and PhysFS (closes #13960).
 * Enabled parallel build.
 * Switched MOD support from libmikmod to libmodplug which is more recent.

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

Removed Paths:
-------------
    trunk/dports/audio/libsdl_sound/files/

Modified: trunk/dports/audio/libsdl_sound/Portfile
===================================================================
--- trunk/dports/audio/libsdl_sound/Portfile	2008-11-07 16:24:51 UTC (rev 41622)
+++ trunk/dports/audio/libsdl_sound/Portfile	2008-11-07 16:49:30 UTC (rev 41623)
@@ -1,10 +1,10 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
-#
+
 PortSystem      1.0
+
 name            libsdl_sound
-version         1.0.1
-revision        4
+version         1.0.3
 categories      audio devel
 maintainers     nomaintainer
 platforms       macosx
@@ -20,44 +20,34 @@
 master_sites    http://icculus.org/SDL_sound/downloads/
 distname        SDL_sound-${version}
 
-checksums       md5 49e197ef7c8ab623d0640dc74be43160
+checksums       md5     aa09cd52df85d29bee87a664424c94b5 \
+                sha1    1984bc20b2c756dc71107a5a0a8cebfe07e58cb1 \
+                rmd160  8e56daa71f827a4a22e7071a4e4f37c21dd96105
 
-depends_build   port:libtool \
-                bin:automake:automake \
-                bin:autoconf:autoconf
+depends_lib     port:libsdl \
+                port:smpeg \
+                port:libvorbis \
+                port:libmodplug \
+                port:libogg \
+                port:flac \
+                port:speex \
+                port:physfs
 
-depends_lib     bin:sdl-config:libsdl \
-                bin:smpeg-config:smpeg \
-                bin:libmikmod-config:libmikmod \
-                lib:libvorbis.0:libvorbis
-
-patchfiles      patch-acinclude.m4
-
 configure.args  --disable-sdltest \
-                --disable-smpegtest
+                --disable-smpegtest \
+                --disable-mikmod
 
-pre-configure {
-    ui_info "Initial preparation...this can take awhile, so sit tight..."
-    system "cd ${worksrcpath} && aclocal"
-    system "cd ${worksrcpath} && glibtoolize --automake --copy --force"
-    system "cd ${worksrcpath} && autoheader"
-    system "cd ${worksrcpath} && automake --foreign --add-missing --copy"
-    system "cd ${worksrcpath} && autoconf"
-    ui_info "Ready to run ./configure ..."
-}
+configure.cppflags-append   -I$prefix/include/smpeg \
+                            -I$prefix/include/SDL
 
-post-destroot   {
-    xinstall -m 0755 -d ${destroot}${prefix}/share/doc/${name}
-    xinstall -m 0644 -W ${worksrcpath} CHANGELOG COPYING CREDITS README TODO \
+use_parallel_build  yes
+
+post-destroot {
+    xinstall -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 644 -W ${worksrcpath} CHANGELOG COPYING CREDITS README TODO \
         ${destroot}${prefix}/share/doc/${name}
 }
 
 platform darwin 6 {
     depends_lib-append  lib:libdl:dlcompat
 }
-
-platform darwin 8 {
-  if { ${xcodeversion} == "2.1"} {
-     patchfiles patch-acinclude.m4.xcode21 patch-aclocal.m4.xcode21 patch-configure.xcode21
-  }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081107/704f0cbb/attachment.html>


More information about the macports-changes mailing list