diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-17 08:04:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-17 08:04:15 +0000 |
commit | ec813baa14bd18e550e83fbf20c25fdace5eeca4 (patch) | |
tree | 490dfb99d817c8107710092f8657bdaaddfac09e /audio | |
parent | 7080dbfdd18e74126c136dfd2b991a640cbc6454 (diff) | |
download | pkgsrc-ec813baa14bd18e550e83fbf20c25fdace5eeca4.tar.gz |
Update to 0.3.2:
Version 0.3.2
Don't try to compile the COM stuff on MinGW
Fix being unable to catch exceptions from client libraries. This drove us crazy in Amarok!
Version 0.3.1
Fix compilation on Snow Leopard
Fix compilation with Qt 4.6
Suggest Homebrew as well as MacPorts
Fix nmake clean on Windows without stubbornly reverting valid work :P
add user.getRecentStations
undef the CASE macro after use
add RadioStation to global.h
Recognise UNIX other than Linux
It's Library/Caches not Cache
Put ScrobbleCache in global namespace until version 1.0
make ScrobbleCache public
DRY fingerprint.pro
fingerprint.pro now uses pkg-config on win
Quote directories in Makefile.rb as they may contain spaces
Merge branch Doug's master restoring Makefile* to .gitignore
Install properly on OS X
handle rm -f and rm -rf on windows too please
Put VERSION macros in global.h
dist.sh improvements
Dependency checking
Ruby 1.9 fix
Remove release history from README
Fix cleansrc
Use git-archive to create archives
Diffstat (limited to 'audio')
-rw-r--r-- | audio/liblastfm/Makefile | 11 | ||||
-rw-r--r-- | audio/liblastfm/PLIST | 3 | ||||
-rw-r--r-- | audio/liblastfm/distinfo | 8 |
3 files changed, 12 insertions, 10 deletions
diff --git a/audio/liblastfm/Makefile b/audio/liblastfm/Makefile index 56461a8e896..15eee9e1311 100644 --- a/audio/liblastfm/Makefile +++ b/audio/liblastfm/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2010/09/14 11:01:15 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2010/09/17 08:04:15 wiz Exp $ # -DISTNAME= liblastfm-0.3.0 -PKGREVISION= 4 +DISTNAME= mxcl-liblastfm-0.3.2-0-gc64ed83 +PKGNAME= liblastfm-0.3.2 CATEGORIES= audio net -MASTER_SITES= http://cdn.last.fm/src/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= http://download.github.com/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://github.com/mxcl/liblastfm/tree/master @@ -14,6 +13,8 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +WRKSRC= ${WRKDIR}/mxcl-liblastfm-3539836 + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= bash gmake perl pkg-config diff --git a/audio/liblastfm/PLIST b/audio/liblastfm/PLIST index 967e00b44bf..b81dc3209d5 100644 --- a/audio/liblastfm/PLIST +++ b/audio/liblastfm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/15 15:51:55 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/09/17 08:04:15 wiz Exp $ include/lastfm.h include/lastfm/Album include/lastfm/Artist @@ -15,6 +15,7 @@ include/lastfm/Playlist include/lastfm/RadioStation include/lastfm/RadioTuner include/lastfm/Scrobble +include/lastfm/ScrobbleCache include/lastfm/ScrobblePoint include/lastfm/Tag include/lastfm/Track diff --git a/audio/liblastfm/distinfo b/audio/liblastfm/distinfo index a6559c68038..b2b6714962f 100644 --- a/audio/liblastfm/distinfo +++ b/audio/liblastfm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/02/15 15:51:55 wiz Exp $ +$NetBSD: distinfo,v 1.2 2010/09/17 08:04:15 wiz Exp $ -SHA1 (liblastfm-0.3.0.tar.bz2) = 1dabd8d67f4a36aebad29608c6f89b895472c25a -RMD160 (liblastfm-0.3.0.tar.bz2) = 39098fe55f88c3831ab5b1380c1e978c2ef55aac -Size (liblastfm-0.3.0.tar.bz2) = 92957 bytes +SHA1 (mxcl-liblastfm-0.3.2-0-gc64ed83.tar.gz) = 6e43e01628ada589999dde8043bb99dd6e8eee56 +RMD160 (mxcl-liblastfm-0.3.2-0-gc64ed83.tar.gz) = c3368084e6f6e4ce7471081491a9468a4a48c11f +Size (mxcl-liblastfm-0.3.2-0-gc64ed83.tar.gz) = 111666 bytes |