[44111] trunk/dports/kde/amarok/Portfile

illogic-al at macports.org illogic-al at macports.org
Sun Dec 21 17:30:38 PST 2008


Revision: 44111
          http://trac.macports.org/changeset/44111
Author:   illogic-al at macports.org
Date:     2008-12-21 17:30:38 -0800 (Sun, 21 Dec 2008)
Log Message:
-----------
Finally update to 2.0 and respect universal settings in macports.conf

Modified Paths:
--------------
    trunk/dports/kde/amarok/Portfile

Modified: trunk/dports/kde/amarok/Portfile
===================================================================
--- trunk/dports/kde/amarok/Portfile	2008-12-22 01:22:42 UTC (rev 44110)
+++ trunk/dports/kde/amarok/Portfile	2008-12-22 01:30:38 UTC (rev 44111)
@@ -3,23 +3,22 @@
 PortSystem          1.0
 
 name                amarok
-version             1.98
+version             2.0
 revision            1
 categories          kde kde4
 maintainers         illogic-al at macports.org openmaintainer
 description         Amarok, the world renown media player/.
 long_description    Amarok is a music player and manager with an intuitive \
-                    interface. It provides a variety of feature which helps \
-                    to discover and manage your music.
+                    interface. It provides a variety of features which \
+                    help you to discover and manage your music.
 platforms           darwin
 homepage            http://amarok.kde.org
-master_sites	    http://ftp.kde.org/unstable/${name}/${version}/src/
+master_sites	    http://ftp.kde.org/stable/${name}/${version}/src/
 use_bzip2           yes
 distname            ${name}-${version}
 distfiles           ${distname}.tar.bz2
-checksums           md5 410863050e5de95df82106cc9dfe486a
+checksums           md5 bcecfedd3976df0e8a0bd4a499b89fcb
 
-
 depends_lib         port:kdelibs4 \
                     path:bin/kde4:kdebase4-runtime \
                     port:taglib port:phonon \
@@ -42,12 +41,12 @@
 		-DCMAKE_INSTALL_PREFIX=${prefix} \
 		-DPHONON_INCLUDE_DIR=${prefix}/include \
 		-DPHONON_LIBRARY=${prefix}/lib/libphonon.dylib \
-		-DCMAKE_OSX_SYSROOT=${sysroot} \
+		-DCMAKE_OSX_SYSROOT=${universal_sysroot} \
 		-Wno-dev
 
-variant universal description "Compile for ppc and intel architectures" {
+variant universal {
     configure.universal_args-delete  --disable-dependency-tracking
-    configure.args-append	-DCMAKE_OSX_ARCHITECTURES=\"ppc\;i386\"
+    configure.args-append	-DCMAKE_OSX_ARCHITECTURES=\"[strsed ${configure.universal_archs} "g| |;|"]\"
 }
 
 variant debug description "Enable debug binaries" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081221/e5de0ebb/attachment.html>


More information about the macports-changes mailing list