summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2013-08-19 14:39:30 +0000
committerMichael Palimaka <kensington@gentoo.org>2013-08-19 14:39:30 +0000
commit6f6506eea98f250597c77dd70ec0b008f2114058 (patch)
tree38c335e20130c398f74b229ec6595258226d3e11 /media-libs
parentStraight to stable revision bump, as KDE SC 4.11.0 and <amarok-2.8 don't work... (diff)
downloadgentoo-2-6f6506eea98f250597c77dd70ec0b008f2114058.tar.gz
gentoo-2-6f6506eea98f250597c77dd70ec0b008f2114058.tar.bz2
gentoo-2-6f6506eea98f250597c77dd70ec0b008f2114058.zip
Revert changes introduced by last version bump causing regressions such as bug #481284.
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/liblastfm/ChangeLog6
-rw-r--r--media-libs/liblastfm/liblastfm-1.0.7.ebuild17
2 files changed, 15 insertions, 8 deletions
diff --git a/media-libs/liblastfm/ChangeLog b/media-libs/liblastfm/ChangeLog
index 40fd5da4f8b1..4df75998430d 100644
--- a/media-libs/liblastfm/ChangeLog
+++ b/media-libs/liblastfm/ChangeLog
@@ -1,6 +1,10 @@
# 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.25 2013/08/14 09:58:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/ChangeLog,v 1.26 2013/08/19 14:39:30 kensington Exp $
+
+ 19 Aug 2013; Michael Palimaka <kensington@gentoo.org> liblastfm-1.0.7.ebuild:
+ Revert changes introduced by last version bump causing regressions such as bug
+ #481284.
14 Aug 2013; Justin Lecher <jlec@gentoo.org> liblastfm-1.0.7.ebuild,
-files/liblastfm-1.0.7-QT4_BUILD.patch:
diff --git a/media-libs/liblastfm/liblastfm-1.0.7.ebuild b/media-libs/liblastfm/liblastfm-1.0.7.ebuild
index a243205e5b48..3c7021c8c327 100644
--- a/media-libs/liblastfm/liblastfm-1.0.7.ebuild
+++ b/media-libs/liblastfm/liblastfm-1.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.7.ebuild,v 1.2 2013/08/14 09:58:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/liblastfm/liblastfm-1.0.7.ebuild,v 1.3 2013/08/19 14:39:30 kensington Exp $
EAPI=5
@@ -11,10 +11,10 @@ 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"
-SLOT="0"
LICENSE="GPL-3"
+SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="examples fingerprint qt4 test"
+IUSE="fingerprint test"
COMMON_DEPEND="
>=dev-qt/qtcore-${QT_MINIMAL}:4
@@ -32,15 +32,18 @@ RDEPEND="${COMMON_DEPEND}
!<media-libs/lastfmlib-0.4.0
"
-# 1 of 2 is failing, last checked 2012-06-22 / version 1.0.1
+# 1 of 2 is failing, last checked version 1.0.7
RESTRICT="test"
src_configure() {
+ # demos not working
+ # qt5 support broken
local mycmakeargs=(
- $(cmake-utils_use_find_package !qt4 Qt5Core)
- $(cmake-utils_use_build examples DEMOS)
- $(cmake-utils_use_build fingerprint FINGERPRINT)
+ -DBUILD_DEMOS=OFF
+ -DCMAKE_DISABLE_FIND_PACKAGE_Qt5Core=ON
+ $(cmake-utils_use_build fingerprint)
$(cmake-utils_use_build test TESTS)
)
+
cmake-utils_src_configure
}