diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:38:49 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-01-26 15:38:49 +0000 |
commit | 259378c3c418a0ecf07a90941efb5c2fa635bace (patch) | |
tree | cdecb34356e65de4e973d4d9ec2f8dc4933614f7 /audio/gmpc-shout | |
parent | 80f7a22da8f9719386e70d26fdc5696e314f7093 (diff) |
Notes
Diffstat (limited to 'audio/gmpc-shout')
-rw-r--r-- | audio/gmpc-shout/Makefile | 17 | ||||
-rw-r--r-- | audio/gmpc-shout/distinfo | 5 | ||||
-rw-r--r-- | audio/gmpc-shout/pkg-descr | 5 | ||||
-rw-r--r-- | audio/gmpc-shout/pkg-plist | 4 |
4 files changed, 14 insertions, 17 deletions
diff --git a/audio/gmpc-shout/Makefile b/audio/gmpc-shout/Makefile index 31e408588d57..7e909a95bb0d 100644 --- a/audio/gmpc-shout/Makefile +++ b/audio/gmpc-shout/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gmpc-shout -PORTVERSION= 0.19.0 -PORTREVISION= 3 +PORTVERSION= 0.20.0 CATEGORIES= audio MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ http://freebsd.unixfreunde.de/sources/ @@ -15,17 +14,15 @@ MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \ MAINTAINER= miwi@FreeBSD.org COMMENT= Shoutcast stream for gmpc -RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc -LIB_DEPENDS+= mpd:${PORTSDIR}/audio/libmpd \ - curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \ + cairo.2:${PORTSDIR}/graphics/cairo BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc +RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc \ + ogg123:${PORTSDIR}/audio/vorbis-tools GNU_CONFIGURE= yes -USE_XORG= x11 -USE_GNOME= gnomehack intltool USE_GMAKE= yes -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +USE_GNOME= gnomehack pkgconfig intltool glib20 gtk20 libxml2 +USE_GETTEXT= yes .include <bsd.port.mk> diff --git a/audio/gmpc-shout/distinfo b/audio/gmpc-shout/distinfo index 8d62a0aa6e1b..d6c01b947395 100644 --- a/audio/gmpc-shout/distinfo +++ b/audio/gmpc-shout/distinfo @@ -1,3 +1,2 @@ -MD5 (gmpc-shout-0.19.0.tar.gz) = c69b0e2fb89153454ee561e88291ff6e -SHA256 (gmpc-shout-0.19.0.tar.gz) = 7e30f373267d746290e9cd1cf3a95a29c1c3530672315799581fd4588a0f87d7 -SIZE (gmpc-shout-0.19.0.tar.gz) = 297763 +SHA256 (gmpc-shout-0.20.0.tar.gz) = 0727e71f422a7b41da9705ab38ccfd13fd8203e1975dff6c34e55e7f957da3df +SIZE (gmpc-shout-0.20.0.tar.gz) = 300903 diff --git a/audio/gmpc-shout/pkg-descr b/audio/gmpc-shout/pkg-descr index 28d11e987bac..35e41a5aeafe 100644 --- a/audio/gmpc-shout/pkg-descr +++ b/audio/gmpc-shout/pkg-descr @@ -1,3 +1,4 @@ -This plugin allows gmpc to play Shoutcast streams. +This plugin calls ogg123 and points it at mpd's shoutstream. it will stop ogg123 +when stopped/paused and starts it again when mpd starts playing again. -WWW: http://gmpcwiki.sarine.nl/index.php/Shout +WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_SHOUT diff --git a/audio/gmpc-shout/pkg-plist b/audio/gmpc-shout/pkg-plist index 643d90344065..fb706551bee2 100644 --- a/audio/gmpc-shout/pkg-plist +++ b/audio/gmpc-shout/pkg-plist @@ -10,5 +10,5 @@ share/locale/pl/LC_MESSAGES/gmpc-shout.mo share/locale/ro/LC_MESSAGES/gmpc-shout.mo share/locale/ru/LC_MESSAGES/gmpc-shout.mo share/locale/zh_CN/LC_MESSAGES/gmpc-shout.mo -@dirrm lib/gmpc/plugins -@dirrm lib/gmpc +@dirrmtry lib/gmpc/plugins +@dirrmtry lib/gmpc |