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
This commit is contained in:
parent
5a5140be39
commit
1c4f5a60e1
3 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue