[47835] trunk/dports/multimedia

snc at macports.org snc at macports.org
Sat Mar 7 09:35:28 PST 2009


Revision: 47835
          http://trac.macports.org/changeset/47835
Author:   snc at macports.org
Date:     2009-03-07 09:35:27 -0800 (Sat, 07 Mar 2009)
Log Message:
-----------
created despotify, ticket #18730

Added Paths:
-----------
    trunk/dports/multimedia/despotify/
    trunk/dports/multimedia/despotify/Portfile
    trunk/dports/multimedia/despotify/files/
    trunk/dports/multimedia/despotify/files/patch-Makefile.diff

Added: trunk/dports/multimedia/despotify/Portfile
===================================================================
--- trunk/dports/multimedia/despotify/Portfile	                        (rev 0)
+++ trunk/dports/multimedia/despotify/Portfile	2009-03-07 17:35:27 UTC (rev 47835)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+
+name                despotify
+version             r761
+categories          multimedia
+maintainers         mail at carljohancrafoord.se
+description         Open source Spotify client
+long_description    An open source Spotify client and gateway to their service
+homepage            http://despotify.se/
+
+platforms           darwin
+depends_lib         port:ncurses \
+                    port:openssl \
+                    port:zlib \
+                    port:libvorbis \
+                    port:expat \
+                    port:gstreamer \
+                    port:gst-plugins-base
+
+master_sites        sourceforge
+checksums           md5 05a0e497717ad9fb6cc0c7b592f257f6 \
+                    sha1 014679badd64ef392c58502251bcf3cc767dd724 \
+                    rmd160 7ecc7c98aa2b29ea2b08838c6a2bd7ce767fe974
+
+patchfiles          patch-Makefile.diff
+post-patch {
+    reinplace s|@PREFIX@|${prefix}|g Makefile
+}
+
+use_configure       no
+
+destroot {
+          xinstall -m 0755 ${worksrcpath}/gateway ${destroot}${prefix}/bin
+          xinstall -m 0755 ${worksrcpath}/despotify ${destroot}${prefix}/bin
+}


Property changes on: trunk/dports/multimedia/despotify/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native

Added: trunk/dports/multimedia/despotify/files/patch-Makefile.diff
===================================================================
--- trunk/dports/multimedia/despotify/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/multimedia/despotify/files/patch-Makefile.diff	2009-03-07 17:35:27 UTC (rev 47835)
@@ -0,0 +1,14 @@
+--- Makefile.orig	2009-03-03 02:19:56.000000000 +0100
++++ Makefile	2009-03-03 02:23:11.000000000 +0100
+@@ -2,9 +2,9 @@
+ # $Id: Makefile 761 2009-02-24 08:20:20Z x $
+ # 
+ #
+-CFLAGS = -Wall -ggdb -DGUI
++CFLAGS = -Wall -ggdb -DGUI -I at PREFIX@/include
+ #CFLAGS = -Wall -ggdb -DGUI -DDEBUG
+-LDFLAGS = -lcrypto -lz -lresolv -lexpat -lvorbisfile 
++LDFLAGS = -lcrypto -lz -lresolv -lexpat -lvorbisfile -L at PREFIX@/lib
+ 
+ CORE_OBJS = aes.o auth.o buffer.o channel.o commands.o dns.o event.o handlers.o keyexchange.o packet.o playlist.o puzzle.o session.o shn.o util.o xml.o
+ DESPOTIFY_OBJS = ADMclubbing.o audio.o despotify.o ui-core.o ui-help.o ui-player.o ui-playlist.o ui-search.o ui-userdata.o sndqueue.o
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090307/f611fbcd/attachment-0001.html>


More information about the macports-changes mailing list