summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-04-10 15:29:59 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-04-10 15:29:59 +0000
commitb56f9b00c46fa4b0a1f77402d5823db86206fa59 (patch)
treef44074a58797154f16c7495158aef843083c086a /app-pda
parentUpdate documentation URL. (diff)
downloadgentoo-2-b56f9b00c46fa4b0a1f77402d5823db86206fa59.tar.gz
gentoo-2-b56f9b00c46fa4b0a1f77402d5823db86206fa59.tar.bz2
gentoo-2-b56f9b00c46fa4b0a1f77402d5823db86206fa59.zip
Force more recent dev-libs/gdl wrt #452608 by Andrew John Hughes. Pull in media-libs/gstreamer always to get gst-element-check-0.10.m4 file for macro AM_GST_ELEMENT_CHECK wrt #462110 by Ben Blum.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/gtkpod/ChangeLog7
-rw-r--r--app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild9
2 files changed, 12 insertions, 4 deletions
diff --git a/app-pda/gtkpod/ChangeLog b/app-pda/gtkpod/ChangeLog
index 4861bd8bb6a2..e8e188a3e46a 100644
--- a/app-pda/gtkpod/ChangeLog
+++ b/app-pda/gtkpod/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-pda/gtkpod
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.120 2013/01/11 17:34:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/ChangeLog,v 1.121 2013/04/10 15:29:59 ssuominen Exp $
+
+ 10 Apr 2013; Samuli Suominen <ssuominen@gentoo.org> gtkpod-2.1.3-r1.ebuild:
+ Force more recent dev-libs/gdl wrt #452608 by Andrew John Hughes. Pull in
+ media-libs/gstreamer always to get gst-element-check-0.10.m4 file for macro
+ AM_GST_ELEMENT_CHECK wrt #462110 by Ben Blum.
*gtkpod-2.1.3-r1 (11 Jan 2013)
diff --git a/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild b/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild
index ca2940f2d5a5..80684ba56f9f 100644
--- a/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild
+++ b/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild,v 1.1 2013/01/11 17:34:09 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild,v 1.2 2013/04/10 15:29:59 ssuominen Exp $
-EAPI=4
+EAPI=5
inherit autotools eutils gnome2-utils
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="aac clutter curl cdr flac gstreamer mp3 vorbis webkit"
COMMON_DEPEND="
- dev-libs/gdl:3
+ >=dev-libs/gdl-3.6:3
>=dev-libs/glib-2.28.5
>=dev-libs/libxml2-2.7.7
>=dev-util/anjuta-2.91
@@ -42,10 +42,13 @@ RDEPEND="${COMMON_DEPEND}
gstreamer? ( media-plugins/gst-plugins-meta:0.10 )"
DEPEND="${COMMON_DEPEND}
dev-util/intltool
+ media-libs/gstreamer
sys-devel/flex
sys-devel/gettext
virtual/os-headers
virtual/pkgconfig"
+# media-libs/gstreamer is always required for gst-element-check-0.10.m4 and
+# eautoreconf
src_prepare() {
# Make sure SLOT="4" is not used. Everyone should move from "3" to "5" directly.