summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-12-23 23:17:14 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2014-12-23 23:17:14 +0000
commit8d88aafb874257c9dba5c87899602ee31e71b836 (patch)
tree938d02aed0a280aa3ad2116f14244d5c9c216340
parentAdd mask for newer rygel releases. (diff)
downloadgentoo-2-8d88aafb874257c9dba5c87899602ee31e71b836.tar.gz
gentoo-2-8d88aafb874257c9dba5c87899602ee31e71b836.tar.bz2
gentoo-2-8d88aafb874257c9dba5c87899602ee31e71b836.zip
Version bump for Gnome 3.14. Clean up old revision.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
-rw-r--r--net-misc/rygel/ChangeLog12
-rw-r--r--net-misc/rygel/rygel-0.24.2.ebuild (renamed from net-misc/rygel/rygel-0.22.2.ebuild)11
2 files changed, 18 insertions, 5 deletions
diff --git a/net-misc/rygel/ChangeLog b/net-misc/rygel/ChangeLog
index affea79d99e6..a51180293038 100644
--- a/net-misc/rygel/ChangeLog
+++ b/net-misc/rygel/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for net-misc/rygel
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.60 2014/12/19 13:43:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.61 2014/12/23 23:17:14 eva Exp $
+
+ 23 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> -rygel-0.22.2.ebuild,
+ +rygel-0.24.2.ebuild:
+ Version bump for Gnome 3.14. Clean up old revision.
+
+*rygel-0.24.2 (23 Dec 2014)
+
+ 23 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> -rygel-0.22.2.ebuild,
+ +rygel-0.24.2.ebuild:
+ Version bump for Gnome 3.14. Clean up old revision.
19 Dec 2014; Pacho Ramos <pacho@gentoo.org> rygel-0.22.3.ebuild:
amd64 stable, bug 529964
diff --git a/net-misc/rygel/rygel-0.22.2.ebuild b/net-misc/rygel/rygel-0.24.2.ebuild
index 17f6f055805b..c19bccba7379 100644
--- a/net-misc/rygel/rygel-0.22.2.ebuild
+++ b/net-misc/rygel/rygel-0.24.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.22.2.ebuild,v 1.3 2014/07/23 15:24:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.24.2.ebuild,v 1.1 2014/12/23 23:17:14 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -12,8 +12,8 @@ HOMEPAGE="https://wiki.gnome.org/Projects/Rygel"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X nls +sqlite tracker test transcode"
+KEYWORDS="~amd64 ~x86"
+IUSE="X +introspection +sqlite tracker test transcode"
# The deps for tracker? and transcode? are just the earliest available
# version at the time of writing this ebuild
@@ -24,6 +24,7 @@ RDEPEND="
>=media-libs/gupnp-dlna-0.9.4:2.0
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
+ >=media-libs/libmediaart-0.5:1.0
media-plugins/gst-plugins-soup:1.0
>=net-libs/gssdp-0.13
>=net-libs/gupnp-0.19
@@ -31,6 +32,7 @@ RDEPEND="
>=net-libs/libsoup-2.44:2.4
>=sys-apps/util-linux-2.20
x11-misc/shared-mime-info
+ introspection? ( >=dev-libs/gobject-introspection-1.33.4 )
sqlite? (
>=dev-db/sqlite-3.5:3
dev-libs/libunistring
@@ -71,7 +73,8 @@ src_configure() {
--enable-gst-launch-plugin \
--enable-mediathek-plugin \
--with-media-engine=gstreamer \
- $(use_enable nls) \
+ --enable-nls \
+ $(use_enable introspection) \
$(use_enable sqlite media-export-plugin) \
$(use_enable test tests) \
$(use_enable tracker tracker-plugin) \