summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-04-06 15:11:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-04-06 15:11:53 +0000
commit62f877100330c8fa18f6a0072e2d6c51654674fc (patch)
tree21ab02df26674b6bf957b74fe0a4254155a0f559 /media-sound/clementine
parentUnused USE flag desc (diff)
downloadgentoo-2-62f877100330c8fa18f6a0072e2d6c51654674fc.tar.gz
gentoo-2-62f877100330c8fa18f6a0072e2d6c51654674fc.tar.bz2
gentoo-2-62f877100330c8fa18f6a0072e2d6c51654674fc.zip
Fix building with app-pda/libimobiledevice >= 1.1.2 wrt #410933 by Franz Fellner (and others)
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/clementine')
-rw-r--r--media-sound/clementine/ChangeLog7
-rw-r--r--media-sound/clementine/clementine-1.0.1-r1.ebuild6
2 files changed, 11 insertions, 2 deletions
diff --git a/media-sound/clementine/ChangeLog b/media-sound/clementine/ChangeLog
index 61b4f6df0c91..fc0008c09782 100644
--- a/media-sound/clementine/ChangeLog
+++ b/media-sound/clementine/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/clementine
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.56 2012/04/06 15:06:45 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.57 2012/04/06 15:11:53 ssuominen Exp $
+
+ 06 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
+ clementine-1.0.1-r1.ebuild:
+ Fix building with app-pda/libimobiledevice >= 1.1.2 wrt #410933 by Franz
+ Fellner (and others)
06 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -clementine-1.0.0.ebuild,
-clementine-1.0.1.ebuild, metadata.xml:
diff --git a/media-sound/clementine/clementine-1.0.1-r1.ebuild b/media-sound/clementine/clementine-1.0.1-r1.ebuild
index 09c1ca1f3841..68389f9931eb 100644
--- a/media-sound/clementine/clementine-1.0.1-r1.ebuild
+++ b/media-sound/clementine/clementine-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.0.1-r1.ebuild,v 1.2 2012/03/27 18:34:48 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.0.1-r1.ebuild,v 1.3 2012/04/06 15:11:53 ssuominen Exp $
EAPI=4
@@ -82,6 +82,10 @@ src_prepare() {
-e '/add_test_file(translations_test.cpp/d' \
tests/CMakeLists.txt || die
+ # API changed, see http://bugs.gentoo.org/410933
+ has_version '>=app-pda/libimobiledevice-1.1.2' && \
+ sed -i -e 's:event->uuid:event->udid:' src/devices/ilister.cpp
+
epatch "${FILESDIR}"/${P}-fresh-start.patch
}