Update liblastfm to last official release, 1.0.9. Clementine still works.

This commit is contained in:
zhuk 2014-10-06 22:05:04 +00:00
parent 35b309fb9f
commit 3ec0e4bed8
3 changed files with 13 additions and 8 deletions

View File

@ -1,19 +1,18 @@
# $OpenBSD: Makefile,v 1.3 2013/08/07 21:57:42 naddy Exp $
# $OpenBSD: Makefile,v 1.4 2014/10/06 22:05:04 zhuk Exp $
SHARED_ONLY = Yes
COMMENT = Qt-based C++ library for the Last.fm webservices
V = 1.0.6
V = 1.0.9
DISTNAME = $V
PKGNAME = liblastfm-$V
REVISION = 0
CATEGORIES = audio devel net
HOMEPAGE = https://github.com/lastfm/liblastfm
MAINTAINER = Vadim Zhukov <persgray@gmail.com>
SHARED_LIBS = lastfm 0.0
SHARED_LIBS += lastfm_fingerprint 0.0
SHARED_LIBS = lastfm 1.0
SHARED_LIBS += lastfm_fingerprint 1.0
# GPLv3
PERMIT_PACKAGE_CDROM = Yes
@ -31,4 +30,9 @@ LIB_DEPENDS = audio/libsamplerate \
MODULES = devel/cmake x11/qt4
CONFIGURE_ARGS = -DBUILD_WITH_QT4=On
# network access
TEST_IS_INTERACTIVE = Yes
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (liblastfm/1.0.6.tar.gz) = OGN4gtup7CspriMmqAixJQi8g+H0lVXTvzDOLh90rBQ=
SIZE (liblastfm/1.0.6.tar.gz) = 119566
SHA256 (liblastfm/1.0.9.tar.gz) = Una1/gCTJHnOb+NwujIT86uELXCn1V5L6tbiZzhCX3s=
SIZE (liblastfm/1.0.9.tar.gz) = 119320

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/02/05 13:57:56 zhuk Exp $
@comment $OpenBSD: PLIST,v 1.2 2014/10/06 22:05:04 zhuk Exp $
include/lastfm/
include/lastfm/AbstractType.h
include/lastfm/Album.h
@ -22,6 +22,7 @@ include/lastfm/ScrobblePoint.h
include/lastfm/Tag.h
include/lastfm/Tasteometer.h
include/lastfm/Track.h
include/lastfm/Url.h
include/lastfm/UrlBuilder.h
include/lastfm/User.h
include/lastfm/XmlQuery.h