[52570] trunk/dports
illogic-al at macports.org
illogic-al at macports.org
Thu Jun 18 18:29:05 PDT 2009
Revision: 52570
http://trac.macports.org/changeset/52570
Author: illogic-al at macports.org
Date: 2009-06-18 18:29:05 -0700 (Thu, 18 Jun 2009)
Log Message:
-----------
Fix problem which caused improper linking of liblastfm.
Update ports using it so that they are fixed after updating.
Modified Paths:
--------------
trunk/dports/audio/liblastfm/Portfile
trunk/dports/kde/amarok/Portfile
trunk/dports/kde/amarok-devel/Portfile
Modified: trunk/dports/audio/liblastfm/Portfile
===================================================================
--- trunk/dports/audio/liblastfm/Portfile 2009-06-19 00:53:49 UTC (rev 52569)
+++ trunk/dports/audio/liblastfm/Portfile 2009-06-19 01:29:05 UTC (rev 52570)
@@ -4,6 +4,7 @@
name liblastfm
version 0.3.0
+revision 1
categories audio
maintainers nomaintainer
description A set of libraries allowing use of the Last.fm site services.
@@ -31,3 +32,11 @@
configure.args --release
build.env PATH=${qtdir}/bin:$env(PATH)
+
+# liblastfm libraries are not referencing their proper location.
+# Until we learn how to fix this properly, we fix it manually.
+post-destroot {
+ system "install_name_tool -id ${prefix}/lib/liblastfm.0.dylib ${destroot}${prefix}/lib/liblastfm.dylib"
+ system "install_name_tool -id ${prefix}/lib/liblastfm_fingerprint.0.dylib ${destroot}${prefix}/lib/liblastfm_fingerprint.dylib"
+ system "install_name_tool -change liblastfm.0.dylib ${prefix}/lib/liblastfm.0.dylib ${destroot}${prefix}/lib/liblastfm_fingerprint.dylib"
+}
Modified: trunk/dports/kde/amarok/Portfile
===================================================================
--- trunk/dports/kde/amarok/Portfile 2009-06-19 00:53:49 UTC (rev 52569)
+++ trunk/dports/kde/amarok/Portfile 2009-06-19 01:29:05 UTC (rev 52570)
@@ -5,7 +5,7 @@
name amarok
version 2.1.1
-revision 1
+revision 2
categories kde kde4
maintainers illogic-al openmaintainer
description Amarok, the world renown media player/.
Modified: trunk/dports/kde/amarok-devel/Portfile
===================================================================
--- trunk/dports/kde/amarok-devel/Portfile 2009-06-19 00:53:49 UTC (rev 52569)
+++ trunk/dports/kde/amarok-devel/Portfile 2009-06-19 01:29:05 UTC (rev 52570)
@@ -4,8 +4,7 @@
PortGroup kde4 1.0
name amarok-devel
-version svn-20090616
-revision 0
+version svn-20090618
categories kde kde4
maintainers illogic-al openmaintainer
description Amarok, the world renown media player/.
@@ -22,7 +21,7 @@
distname amarok
fetch.type svn
svn.url svn://anonsvn.kde.org/home/kde/trunk/extragear/multimedia/amarok/
-svn.tag 982727
+svn.tag 983382
depends_lib-append port:kdebase4-runtime port:kdelibs4 \
port:taglib-devel port:taglib-extras \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090618/4e19faef/attachment.html>
More information about the macports-changes
mailing list