[73954] trunk/dports/audio/soundtouch/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Nov 29 21:15:39 PST 2010


Revision: 73954
          http://trac.macports.org/changeset/73954
Author:   jeremyhu at macports.org
Date:     2010-11-29 21:15:35 -0800 (Mon, 29 Nov 2010)
Log Message:
-----------
soundtouch: Build shared

Upstream fails at packaging, so we need to autoreconf.
Also revbumps (which the previous commit forgot).

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

Modified: trunk/dports/audio/soundtouch/Portfile
===================================================================
--- trunk/dports/audio/soundtouch/Portfile	2010-11-30 05:09:42 UTC (rev 73953)
+++ trunk/dports/audio/soundtouch/Portfile	2010-11-30 05:15:35 UTC (rev 73954)
@@ -5,6 +5,7 @@
 
 name                soundtouch
 version             1.5.0
+revision            1
 categories          audio multimedia
 platforms           darwin freebsd
 maintainers         nomaintainer
@@ -19,16 +20,19 @@
 
 homepage            http://www.surina.net/soundtouch/
 master_sites        ${homepage}
-checksums           md5     3286ba1ef0de45b9f1f499b0b88e7c3e \
-                    sha1    93eaf85c6ba61febe3269cca78a6c95e62235313 \
-                    rmd160  29a5faf94ab3fad467ab698510f74825cdf7181a
-use_zip             yes
+checksums           md5     5456481d8707d2a2c27466ea64a099cb \
+                    sha1    c3e73419acec242a49a408b78c55883def937fc0 \
+                    rmd160  da95a81bd34d2808a9bd771c442ca4cfdf7de3c6
 
 worksrcdir          ${name}
-pre-configure {
-    # Ensure the documentation is installed in ${prefix}/share/doc.
-    reinplace {s|$(prefix)/doc/@PACKAGE@|$(prefix)/share/doc/@PACKAGE@|g} \
-        ${worksrcpath}/Makefile.in
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
+configure.args      --enable-shared --disable-static
+
+post-destroot {
+    move ${destroot}${prefix}/doc ${destroot}${prefix}/share
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101129/4d1d35d1/attachment-0001.html>


More information about the macports-changes mailing list