[52507] trunk/dports/kde/amarok/Portfile
illogic-al at macports.org
illogic-al at macports.org
Wed Jun 17 16:23:39 PDT 2009
Revision: 52507
http://trac.macports.org/changeset/52507
Author: illogic-al at macports.org
Date: 2009-06-17 16:23:39 -0700 (Wed, 17 Jun 2009)
Log Message:
-----------
Update stable to 2.1.1.
Modified Paths:
--------------
trunk/dports/kde/amarok/Portfile
Modified: trunk/dports/kde/amarok/Portfile
===================================================================
--- trunk/dports/kde/amarok/Portfile 2009-06-17 22:54:02 UTC (rev 52506)
+++ trunk/dports/kde/amarok/Portfile 2009-06-17 23:23:39 UTC (rev 52507)
@@ -4,8 +4,8 @@
PortGroup kde4 1.0
name amarok
-version 2.0.1.1
-revision 1
+version 2.1.1
+revision 0
categories kde kde4
maintainers illogic-al openmaintainer
description Amarok, the world renown media player/.
@@ -15,36 +15,26 @@
platforms darwin
homepage http://amarok.kde.org
master_sites kde:stable/${name}/${version}/src/
-distfiles ${name}-${version}-mac.tar.bz2
+distfiles ${name}-${version}.tar.bz2
use_bzip2 yes
-checksums md5 881ae12942aa146bc08cca7db2501802
+checksums md5 c4ebec02fd1e8b3ef0d7a041726e6780
depends_lib-append port:kdelibs4 \
port:kdebase4-runtime \
port:taglib-devel \
- port:libmp4v2 \
path:lib/mysql5/libmysqld.a:mysql5-devel
-post-extract {
- reinplace \
- "s|macro_optional_add_subdirectory( po )|#macro_optional_add_subdirectory( po )|" \
- ${workpath}/${distname}/CMakeLists.txt
-}
+#post-extract {
+# reinplace \
+# "s|macro_optional_add_subdirectory( po )|#macro_optional_add_subdirectory( po )|" \
+# ${workpath}/${distname}/CMakeLists.txt
+#}
-pre-configure {
- if { ![file exists ${prefix}/lib/mysql5/mysql/libmysqld.a] } {
- ui_error "mysql5-devel needs to be built with the +embedded_server variant"
- error "mysql5-devel needs to be built with the +embedded_server variant"
- }
-}
+configure.args-append ../${distname}
-configure.args-append ../${distname} \
- -DPHONON_INCLUDE_DIR=${prefix}/include \
- -DPHONON_LIBRARY=${prefix}/lib/libphonon.dylib
-
post-destroot {
# This puts the bundle icons where they should go
- system "mv ${destroot}/${prefix}/bin/amarok.app/Contents/Resources/amarok.icns ${destroot}/${applications_dir}/KDE4/Amarok.app/Contents/Resources/"
+ system "mv ${destroot}${prefix}/bin/amarok.app/Contents/Resources/* ${destroot}${applications_dir}/KDE4/Amarok.app/Contents/Resources/"
system "rm -rf ${destroot}/${prefix}/bin"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090617/2d52db26/attachment.html>
More information about the macports-changes
mailing list