[71910] trunk/dports/audio/pianobar
ryandesign at macports.org
ryandesign at macports.org
Sun Sep 26 18:22:06 PDT 2010
Revision: 71910
http://trac.macports.org/changeset/71910
Author: ryandesign at macports.org
Date: 2010-09-26 18:22:03 -0700 (Sun, 26 Sep 2010)
Log Message:
-----------
pianobar: update to 2010.08.21; see #26620
Modified Paths:
--------------
trunk/dports/audio/pianobar/Portfile
Removed Paths:
-------------
trunk/dports/audio/pianobar/files/
Modified: trunk/dports/audio/pianobar/Portfile
===================================================================
--- trunk/dports/audio/pianobar/Portfile 2010-09-26 23:52:42 UTC (rev 71909)
+++ trunk/dports/audio/pianobar/Portfile 2010-09-27 01:22:03 UTC (rev 71910)
@@ -4,11 +4,13 @@
PortSystem 1.0
name pianobar
-version 6a0f620
+version 2010.08.21
categories audio
platforms darwin
maintainers gmail.com:aguynamedryan+pianobar
homepage http://6xq.net/html/00/17.html
+master_sites http://6xq.net/media/00/16/
+use_bzip2 yes
description Console-based pandora.com player
@@ -19,19 +21,28 @@
see why they were selected, show upcoming \
configure keybindings, last.fm scrobbling, \
proxy support for listening outside of USA.
-
-fetch.type git
-git.url git://github.com/PromyLOPh/pianobar.git
-git.branch ${version}
-
depends_lib port:libao \
port:faad2 \
port:libmad
-patchfiles patch-Makefile.diff
-post-patch {
- reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/Makefile
+checksums md5 980012b848ff24c0398a4a5641e2b76b \
+ sha1 9ee97c47623fbccdbb91c4a713524aebafd78b68 \
+ rmd160 4a5bc1278264151e317b78e44c0b84ef509e4463
+
+use_configure no
+
+variant universal {}
+if {[variant_isset universal]} {
+ set archflags ${configure.universal_cflags}
+} else {
+ set archflags ${configure.cc_archflags}
}
-use_configure no
+build.args CC="${configure.cc} ${archflags}" \
+ PREFIX=${prefix} \
+ LIBAO_INCLUDE=${prefix}/include \
+ LIBFAAD_INCLUDE=${prefix}/include \
+ LIBMAD_INCLUDE=${prefix}/include
+
+destroot.args PREFIX=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100926/63a76de1/attachment-0001.html>
More information about the macports-changes
mailing list