[71110] trunk/dports
michaelld at macports.org
michaelld at macports.org
Wed Sep 1 09:04:50 PDT 2010
Revision: 71110
http://trac.macports.org/changeset/71110
Author: michaelld at macports.org
Date: 2010-09-01 09:04:49 -0700 (Wed, 01 Sep 2010)
Log Message:
-----------
Update libmtp and amarok to use libusb-compat instead of
libusb-legacy. Rev bump to make sure the new library is linked into
correctly.
Modified Paths:
--------------
trunk/dports/kde/amarok/Portfile
trunk/dports/multimedia/libmtp/Portfile
Modified: trunk/dports/kde/amarok/Portfile
===================================================================
--- trunk/dports/kde/amarok/Portfile 2010-09-01 15:17:33 UTC (rev 71109)
+++ trunk/dports/kde/amarok/Portfile 2010-09-01 16:04:49 UTC (rev 71110)
@@ -6,7 +6,7 @@
name amarok
version 2.3.1
-revision 1
+revision 2
categories kde kde4
maintainers illogic-al openmaintainer
description Amarok, the world-renowned media player.
@@ -45,11 +45,6 @@
${workpath}/${distname}/src/App.cpp
}
-# have to include the various paths to the header and library manually
-# for libusb-legacy since libmtp doesn't provide them
-compiler.cpath ${prefix}/include/libusb-legacy:${compiler.cpath}
-compiler.library_path ${prefix}/lib/libusb-legacy:${compiler.library_path}
-
set qt_dir ${prefix}/libexec/qt4-mac
configure.pkg_config_path-append ${qt_dir}/lib/pkgconfig
configure.env QTDIR=${qt_dir}
Modified: trunk/dports/multimedia/libmtp/Portfile
===================================================================
--- trunk/dports/multimedia/libmtp/Portfile 2010-09-01 15:17:33 UTC (rev 71109)
+++ trunk/dports/multimedia/libmtp/Portfile 2010-09-01 16:04:49 UTC (rev 71110)
@@ -5,6 +5,7 @@
name libmtp
version 1.0.3
+revision 1
categories multimedia
platforms darwin
maintainers ecronin openmaintainer
@@ -17,11 +18,6 @@
sha1 3d237dc02e420d9ccb8f2539d2818b2f618eaf5f \
rmd160 bbb58f231bc94638fa7200b6c083a9dddd14c0f4
-# libmtp hard-wires in the search for the legacy libusb
-# have to include the various paths to the header and library manually
-compiler.cpath ${prefix}/include/libusb-legacy:${compiler.cpath}
-compiler.library_path ${prefix}/lib/libusb-legacy:${compiler.library_path}
+depends_lib port:libusb-compat
-depends_lib port:libusb-legacy
-
livecheck.version ${name}-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100901/40e9cbea/attachment.html>
More information about the macports-changes
mailing list