mrueg 14/10/05 23:53:16 Modified: ChangeLog Added: liblastfm-1.0.9.ebuild Log: Version bump. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.32 media-libs/liblastfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 14 Dec 2013 11:19:46 -0000 1.31 +++ ChangeLog 5 Oct 2014 23:53:16 -0000 1.32 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/liblastfm -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.31 2013/12/14 11:19:46 johu Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.32 2014/10/05 23:53:16 mrueg Exp $ + +*liblastfm-1.0.9 (05 Oct 2014) + + 05 Oct 2014; Manuel RĂ¼ger <mr...@gentoo.org> +liblastfm-1.0.9.ebuild: + Version bump. 14 Dec 2013; Johannes Huber <j...@gentoo.org> -files/liblastfm-0.3.3-ruby-1.9-fix.patch, -liblastfm-0.3.3.ebuild, 1.1 media-libs/liblastfm/liblastfm-1.0.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild?rev=1.1&content-type=text/plain Index: liblastfm-1.0.9.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.9.ebuild,v 1.1 2014/10/05 23:53:16 mrueg Exp $ EAPI=5 QT_MINIMAL="4.8.0" inherit cmake-utils DESCRIPTION="A Qt C++ library for the Last.fm webservices" HOMEPAGE="https://github.com/lastfm/liblastfm" SRC_URI="https://github.com/lastfm/liblastfm/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="fingerprint test" COMMON_DEPEND=" >=dev-qt/qtcore-${QT_MINIMAL}:4 >=dev-qt/qtdbus-${QT_MINIMAL}:4 fingerprint? ( media-libs/libsamplerate sci-libs/fftw:3.0 >=dev-qt/qtsql-${QT_MINIMAL}:4 ) " DEPEND="${COMMON_DEPEND} test? ( >=dev-qt/qttest-${QT_MINIMAL}:4 ) " RDEPEND="${COMMON_DEPEND} !<media-libs/lastfmlib-0.4.0 " # 1 of 2 (UrlBuilderTest) is failing, last checked version 1.0.9 RESTRICT="test" src_configure() { # demos not working # qt5 support broken local mycmakeargs=( -DBUILD_DEMOS=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=ON -DBUILD_WITH_QT4=ON $(cmake-utils_use_build fingerprint) $(cmake-utils_use_build test TESTS) ) cmake-utils_src_configure }