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-lastfm | |
parent | - Update to to 1.2.0 (diff) |
- Update to 0.20.0
Submitted by: avl@
Approved by: portmgr (myself,pav)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=268268
Diffstat (limited to 'audio/gmpc-lastfm')
-rw-r--r-- | audio/gmpc-lastfm/Makefile | 13 | ||||
-rw-r--r-- | audio/gmpc-lastfm/distinfo | 5 | ||||
-rw-r--r-- | audio/gmpc-lastfm/pkg-descr | 15 |
3 files changed, 19 insertions, 14 deletions
diff --git a/audio/gmpc-lastfm/Makefile b/audio/gmpc-lastfm/Makefile index 1ece0f4da1e4..ac3358adc01d 100644 --- a/audio/gmpc-lastfm/Makefile +++ b/audio/gmpc-lastfm/Makefile @@ -6,25 +6,22 @@ # PORTNAME= gmpc-lastfm -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/ DISTNAME= gmpc-last-fm-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org -COMMENT= Lastfm plugin for gmpc +COMMENT= Last.FM metadata fetcher plugin for gmpc -LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \ - curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gmpc.pc:${PORTSDIR}/audio/gmpc RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc GNU_CONFIGURE= yes -USE_XORG= x11 -USE_GNOME= gnomehack intltool USE_GMAKE= yes -USE_LDCONFIG= yes +USE_GNOME= gnomehack pkgconfig glib20 gtk20 intltool libxml2 +USE_GETTEXT= yes .include <bsd.port.mk> diff --git a/audio/gmpc-lastfm/distinfo b/audio/gmpc-lastfm/distinfo index 835c12cf30b0..4abe4564fa22 100644 --- a/audio/gmpc-lastfm/distinfo +++ b/audio/gmpc-lastfm/distinfo @@ -1,3 +1,2 @@ -MD5 (gmpc-last-fm-0.19.0.tar.gz) = 51d7bf7397c15a3272271d8d4c493b09 -SHA256 (gmpc-last-fm-0.19.0.tar.gz) = 15e824b9e7dbd58adeccf2e0249905d49c8a610358b3806573237139eb8cf9f6 -SIZE (gmpc-last-fm-0.19.0.tar.gz) = 306520 +SHA256 (gmpc-last-fm-0.20.0.tar.gz) = 626a49a5c0f26955901038019cb81d62915c9b37a8b5f4be17438d7fd0c67960 +SIZE (gmpc-last-fm-0.20.0.tar.gz) = 309397 diff --git a/audio/gmpc-lastfm/pkg-descr b/audio/gmpc-lastfm/pkg-descr index f9b5679766c4..ca90a3e98a28 100644 --- a/audio/gmpc-lastfm/pkg-descr +++ b/audio/gmpc-lastfm/pkg-descr @@ -1,4 +1,13 @@ -The last.fm plugin can fetch artist images, from last.fm. This plugin doesn't -scrobble your music, use a dedicated client like mpdscribble for this. +The Last.FM metadata fetcher is taking all kinds of metadata from last.fm for +your music collection. -WWW: http://gmpcwiki.sarine.nl/index.php/Last.fm +The following metadata is taken from last.fm: + + * Artist Images + * Artist Biography + * Album Covers + * Similar Artist + * Similar Songs + * Similar Genres + +WWW: http://gmpc.wikia.com/wiki/GMPC_PLUGIN_LASTFM |