most recent changes, diff for radiorecorder
Index: aqua/RadioRecorder/Portfile
--- aqua/RadioRecorder/Portfile (revision 27816)
+++ aqua/RadioRecorder/Portfile (revision 27817)
@@ -1,32 +1,47 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
+PortGroup xcode 1.0
name RadioRecorder
-version 1.07
+version 1.08
categories aqua audio
-platforms darwin
-maintainers nomaintainer@macports.org
+maintainers nomaintainer
description downloads online radio streams to your Mac
-long_description ${description}
+long_description \
+ Jogging with an iPod is fun, but even a big music collection gets tiring if \
+ you listen to it every day. RadioRecorder lets you take a selection of your \
+ favourite internet radio stations along with you.
+
homepage http://u1.netgate.net/~snowcat/RadioRecorder.html
-master_sites http://www.opendarwin.org/~mww/files/
-checksums md5 664f0c4d2f65e16e7304ccbb94d1b0e5
+master_sites macports
use_bzip2 yes
-use_configure no
+checksums md5 3792972d944c4c9282c7861413547972 \
+ sha1 7ee71f7dc65375c55c65720b02ae81c70d16ed04 \
+ rmd160 4c9802530ba5cbfefd6ff0dd3f2665d8d9b0d60b
-build.type pbx
-build.args SDKROOT=/
-build.target
+# Dummy configure to enable universal variant.
+use_configure yes
+configure {}
-platform darwin 7 {
- build.args-append MACOSX_DEPLOYMENT_TARGET=10.3
+post-patch {
+ reinplace -E "/(MACOSX_DEPLOYMENT_TARGET|SDKROOT) =/d" \
+ ${worksrcpath}/${name}.xcode/project.pbxproj
}
-destroot {
- xinstall -m 755 -d ${destroot}/Applications/MacPorts/
- file copy ${worksrcpath}/build/RadioRecorder.app \
- ${destroot}/Applications/MacPorts/
+variant universal {
+ # Cannot use xcode.build.settings because of #12429.
+ #xcode.build.settings-append "ARCHS=\"i386 ppc\""
+ #xcode.destroot.settings-append "ARCHS=\"i386 ppc\""
+ build.args "ARCHS=\"i386 ppc\""
+ destroot.args "ARCHS=\"i386 ppc\""
+
+ xcode.build.settings-append GCC_VERSION=4.0 \
+ SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk
+ xcode.destroot.settings ${xcode.build.settings}
}
+
+livecheck.check none
+