Ticket #32896: pianobar-libpiano.diff
File pianobar-libpiano.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
22 22 configure keybindings, last.fm scrobbling, \ 23 23 proxy support for listening outside of USA. 24 24 25 depends_lib port:libao \26 port:faad2 \27 port:libmad \28 port:gnutls29 30 25 checksums sha256 6d19e5abde542bcdf8b9cfa50448fbe95c1e113f59e54065c9f4e0fbf78690f9 \ 31 26 rmd160 60573b71376d3494b4b46421c5ba24369136f025 32 27 28 depends_lib port:gnutls 29 33 30 configure.cflags-append -std=c99 34 31 35 32 use_configure no 36 33 37 34 variant universal {} 38 35 39 build.target ${name}40 41 36 build.args CC="${configure.cc} [get_canonical_archflags]" \ 42 37 PREFIX=${prefix} \ 43 38 CFLAGS="${configure.cflags} ${configure.cppflags}" \ … … 45 40 46 41 destroot.args PREFIX=${prefix} 47 42 43 subport pianobar { 44 depends_lib-append port:faad2 \ 45 port:libao \ 46 port:libmad 47 } 48 49 subport libpiano { 50 build.target libpiano.so.0 51 destroot.target install-libpiano 52 platform darwin { 53 build.target libpiano.0.dylib 54 } 55 } 56 57 platform darwin { 58 patchfiles-append patch-Makefile.diff 59 } 60 48 61 livecheck.type regex 49 62 livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}