public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/
@ 2012-09-06  7:46 Priit Laes
  0 siblings, 0 replies; 7+ messages in thread
From: Priit Laes @ 2012-09-06  7:46 UTC (permalink / raw
  To: gentoo-commits

commit:     cf4f84fc06d346e3f0fef67f0f0dda25825108a0
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Thu Sep  6 07:32:35 2012 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Thu Sep  6 07:32:35 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cf4f84fc

media-plugins/grilo-plugins: Add 0.2.0

---
 .../grilo-plugins/grilo-plugins-0.2.0.ebuild       |   78 ++++++++++++++++++++
 1 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.0.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.0.ebuild
new file mode 100644
index 0000000..aa37440
--- /dev/null
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.2.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.1.18.ebuild,v 1.2 2012/05/05 08:27:19 jdhore Exp $
+
+EAPI="4"
+GNOME2_LA_PUNT="yes"
+
+inherit autotools eutils gnome2
+
+DESCRIPTION="A framework for easy media discovery and browsing"
+HOMEPAGE="https://live.gnome.org/Grilo"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+iso tracker upnp +vimeo +youtube"
+
+# TODO: Blip.TV (requires librest)
+RDEPEND="
+	>=dev-libs/glib-2.28:2
+	=media-libs/grilo-${PV}[network]
+
+	dev-libs/gmime:2.6
+	dev-libs/libxml2:2
+	dev-db/sqlite:3
+
+	iso? ( >=dev-libs/totem-pl-parser-3.4.1 )
+	tracker? ( >=app-misc/tracker-0.10.5 )
+	youtube? ( >=dev-libs/libgdata-0.7
+		>=media-libs/libquvi-0.4.0 )
+	upnp? ( >=net-libs/gupnp-0.13
+		>=net-libs/gupnp-av-0.5 )
+	vimeo? ( net-libs/libsoup:2.4
+		dev-libs/libgcrypt )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+# `make check` doesn't do anything, and ${S}/test/test fails without all plugins
+RESTRICT="test"
+
+pkg_setup() {
+	DOCS="AUTHORS NEWS README"
+	# --enable-debug only changes CFLAGS, useless for us
+	G2CONF="${G2CONF}
+		--disable-static
+		--disable-debug
+		--disable-uninstalled"
+
+	# Plugins
+	# TODO: Enable Blip.TV support (requires librest)
+	# shoutcast seems to be broken
+	G2CONF="${G2CONF}
+		--disable-bliptv
+		--enable-apple-trailers
+		--enable-bookmarks
+		--enable-filesystem
+		--enable-flickr
+		--enable-gravatar
+		--enable-jamendo
+		--enable-lastfm-albumart
+		--enable-localmetadata
+		--enable-metadata-store
+		--enable-podcasts
+		--disable-shoutcast
+		$(use_enable iso optical-media)
+		$(use_enable tracker)
+		$(use_enable upnp)
+		$(use_enable vimeo)
+		$(use_enable youtube)"
+}
+
+src_prepare() {
+	sed -i -e 's/^\(SUBDIRS .*\)test/\1/g' Makefile.*
+
+	eautoreconf
+
+	gnome2_src_prepare
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/
@ 2014-04-20 22:57 Gilles Dartiguelongue
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     59e2d2ad2a1e1bf2255d3a126d314b347617d222
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 20 22:51:30 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 22:55:13 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=59e2d2ad

media-plugins/grilo-plugins: 0.2.10 → 0.2.12

---
 .../grilo-plugins/grilo-plugins-0.2.12.ebuild      | 93 ++++++++++++++++++++++
 media-plugins/grilo-plugins/metadata.xml           | 16 ++++
 2 files changed, 109 insertions(+)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.12.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.12.ebuild
new file mode 100644
index 0000000..89ed37a
--- /dev/null
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.2.12.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.2.10.ebuild,v 1.6 2014/03/09 12:02:30 pacho Exp $
+
+EAPI="5"
+GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A framework for easy media discovery and browsing"
+HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
+
+LICENSE="LGPL-2.1+"
+SLOT="0.2"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="daap +dvd flickr freebox gnome-online-accounts lua pocket tracker upnp-av +vimeo +youtube"
+
+# FIXME: lua, mediaart, goa[pocket]
+RDEPEND="
+	>=dev-libs/glib-2.34:2
+	>=media-libs/grilo-0.2.10:${SLOT}[network,playlist]
+	>=media-libs/libmediaart-0.1
+
+	dev-libs/gmime:2.6
+	dev-libs/json-glib
+	dev-libs/libxml2:2
+	dev-db/sqlite:3
+
+	daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
+	dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
+	flickr? ( net-libs/liboauth )
+	freebox? ( net-dns/avahi )
+	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
+	lua? ( >=dev-lang/lua-5.2 )
+	pocket? (
+		dev-libs/json-glib
+		>=net-libs/gnome-online-accounts-3.11.4
+		>=net-libs/rest-0.7
+		>=dev-libs/totem-pl-parser-3.4.1 )
+	tracker? ( >=app-misc/tracker-0.10.5:= )
+	youtube? (
+		>=dev-libs/libgdata-0.9.1
+		dev-libs/totem-pl-parser )
+	upnp-av? (
+		net-libs/gssdp
+		>=net-libs/gupnp-0.13
+		>=net-libs/gupnp-av-0.5 )
+	vimeo? (
+		dev-libs/libgcrypt:0
+		dev-libs/totem-pl-parser )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xml-dtd:4.5
+	app-text/yelp-tools
+	>=dev-util/intltool-0.40.0
+	virtual/pkgconfig
+"
+
+src_configure() {
+	# --enable-debug only changes CFLAGS, useless for us
+	# Plugins
+	# shoutcast seems to be broken
+	gnome2_src_configure \
+		--disable-static \
+		--disable-debug \
+		--disable-uninstalled \
+		--enable-bliptv \
+		--enable-apple-trailers \
+		--enable-bookmarks \
+		--enable-filesystem \
+		--enable-gravatar \
+		--enable-jamendo \
+		--enable-lastfm-albumart \
+		--enable-localmetadata \
+		--enable-magnatune \
+		--enable-metadata-store \
+		--enable-podcasts \
+		--enable-raitv \
+		--disable-shoutcast \
+		--enable-tmdb \
+		$(use_enable daap dmap) \
+		$(use_enable dvd optical-media) \
+		$(use_enable flickr) \
+		$(use_enable freebox) \
+		$(use_enable gnome-online-accounts goa) \
+		$(use_enable lua lua-factory) \
+		$(use_enable pocket) \
+		$(use_enable tracker) \
+		$(use_enable upnp-av upnp) \
+		$(use_enable vimeo) \
+		$(use_enable youtube)
+}

diff --git a/media-plugins/grilo-plugins/metadata.xml b/media-plugins/grilo-plugins/metadata.xml
new file mode 100644
index 0000000..8154f55
--- /dev/null
+++ b/media-plugins/grilo-plugins/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnome</herd>
+<use>
+	<flag name="daap">Enable dmap support through <pkg>net-libs/libdmapsharing</pkg></flag>
+	<flag name="flickr">Enable Flickr support</flag>
+	<flag name="freebox">Build support for viewing TV channels using Freebox</flag>
+	<flag name="gnome-online-accounts">Enable <pkg>net-libs/gnome-online-accounts</pkg> support</flag>
+	<flag name="lua">Enble <pkg>dev-lang/lua</pkg> based plugins support</flag>
+	<flag name="pocket">Support for showing content from Pocket</flag>
+	<flag name="tracker">Build support for content discovery using the <pkg>app-misc/tracker</pkg> indexer</flag>
+	<flag name="vimeo">Build support for Vimeo content discovery using <pkg>net-libs/libsoup</pkg> and <pkg>dev-libs/libgcrypt</pkg></flag>
+	<flag name="youtube">Build support for YouTube content discovery using <pkg>dev-libs/libgdata</pkg></flag>
+</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/
@ 2014-10-19 21:48 Gilles Dartiguelongue
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2014-10-19 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     ed4d45e5135458a060052811739f236d97d6e7fe
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 19 19:34:52 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 19 21:13:57 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ed4d45e5

media-plugins/grilo-plugins: moved to gentoo-x86

---
 .../grilo-plugins/grilo-plugins-0.2.12.ebuild      | 93 ----------------------
 1 file changed, 93 deletions(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.12.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.12.ebuild
deleted file mode 100644
index 89ed37a..0000000
--- a/media-plugins/grilo-plugins/grilo-plugins-0.2.12.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/grilo-plugins/grilo-plugins-0.2.10.ebuild,v 1.6 2014/03/09 12:02:30 pacho Exp $
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A framework for easy media discovery and browsing"
-HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.2"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="daap +dvd flickr freebox gnome-online-accounts lua pocket tracker upnp-av +vimeo +youtube"
-
-# FIXME: lua, mediaart, goa[pocket]
-RDEPEND="
-	>=dev-libs/glib-2.34:2
-	>=media-libs/grilo-0.2.10:${SLOT}[network,playlist]
-	>=media-libs/libmediaart-0.1
-
-	dev-libs/gmime:2.6
-	dev-libs/json-glib
-	dev-libs/libxml2:2
-	dev-db/sqlite:3
-
-	daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
-	dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
-	flickr? ( net-libs/liboauth )
-	freebox? ( net-dns/avahi )
-	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
-	lua? ( >=dev-lang/lua-5.2 )
-	pocket? (
-		dev-libs/json-glib
-		>=net-libs/gnome-online-accounts-3.11.4
-		>=net-libs/rest-0.7
-		>=dev-libs/totem-pl-parser-3.4.1 )
-	tracker? ( >=app-misc/tracker-0.10.5:= )
-	youtube? (
-		>=dev-libs/libgdata-0.9.1
-		dev-libs/totem-pl-parser )
-	upnp-av? (
-		net-libs/gssdp
-		>=net-libs/gupnp-0.13
-		>=net-libs/gupnp-av-0.5 )
-	vimeo? (
-		dev-libs/libgcrypt:0
-		dev-libs/totem-pl-parser )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.5
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40.0
-	virtual/pkgconfig
-"
-
-src_configure() {
-	# --enable-debug only changes CFLAGS, useless for us
-	# Plugins
-	# shoutcast seems to be broken
-	gnome2_src_configure \
-		--disable-static \
-		--disable-debug \
-		--disable-uninstalled \
-		--enable-bliptv \
-		--enable-apple-trailers \
-		--enable-bookmarks \
-		--enable-filesystem \
-		--enable-gravatar \
-		--enable-jamendo \
-		--enable-lastfm-albumart \
-		--enable-localmetadata \
-		--enable-magnatune \
-		--enable-metadata-store \
-		--enable-podcasts \
-		--enable-raitv \
-		--disable-shoutcast \
-		--enable-tmdb \
-		$(use_enable daap dmap) \
-		$(use_enable dvd optical-media) \
-		$(use_enable flickr) \
-		$(use_enable freebox) \
-		$(use_enable gnome-online-accounts goa) \
-		$(use_enable lua lua-factory) \
-		$(use_enable pocket) \
-		$(use_enable tracker) \
-		$(use_enable upnp-av upnp) \
-		$(use_enable vimeo) \
-		$(use_enable youtube)
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/
@ 2015-05-14 21:45 Gilles Dartiguelongue
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-14 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ba8825401d771007254ac77b89312395d7278fcf
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu May 14 21:44:35 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu May 14 21:44:35 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ba882540

media-plugins/grilo-plugins: 0.2.13 → 0.2.14

 .../grilo-plugins/grilo-plugins-0.2.14.ebuild      | 100 +++++++++++++++++++++
 media-plugins/grilo-plugins/metadata.xml           |   2 +
 2 files changed, 102 insertions(+)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.14.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.14.ebuild
new file mode 100644
index 0000000..1c96ce7
--- /dev/null
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.2.14.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A framework for easy media discovery and browsing"
+HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
+
+LICENSE="LGPL-2.1+"
+SLOT="0.2"
+KEYWORDS="~amd64"
+IUSE="daap +dvd flickr freebox gnome-online-accounts lua pocket subtitles thetvdb tracker upnp-av +vimeo +youtube"
+
+# Bump gom requirement to avoid segfaults
+RDEPEND="
+	>=dev-libs/glib-2.36:2
+	>=media-libs/grilo-0.2.12:${SLOT}[network,playlist]
+	media-libs/libmediaart:2.0
+	>=dev-libs/gom-0.3.1
+
+	dev-libs/gmime:2.6
+	dev-libs/json-glib
+	dev-libs/libxml2:2
+	dev-db/sqlite:3
+
+	daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
+	dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
+	flickr? ( net-libs/liboauth )
+	freebox? ( net-dns/avahi )
+	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
+	lua? (
+		>=dev-lang/lua-5.2
+		app-arch/libarchive )
+	pocket? (
+		>=net-libs/gnome-online-accounts-3.11.4
+		>=net-libs/rest-0.7.90
+		>=dev-libs/totem-pl-parser-3.4.1 )
+	subtitles? ( net-libs/libsoup:2.4 )
+	thetvdb? (
+		app-arch/libarchive
+		dev-libs/libxml2 )
+	tracker? ( >=app-misc/tracker-0.10.5:= )
+	youtube? (
+		>=dev-libs/libgdata-0.9.1:=
+		dev-libs/totem-pl-parser )
+	upnp-av? (
+		net-libs/libsoup:2.4
+		net-libs/dleyna-connector-dbus )
+	vimeo? (
+		dev-libs/totem-pl-parser )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xml-dtd:4.5
+	app-text/yelp-tools
+	>=dev-util/intltool-0.40.0
+	virtual/pkgconfig
+"
+
+# FIXME: some unittests required python-dbusmock
+src_configure() {
+	# --enable-debug only changes CFLAGS, useless for us
+	# Plugins
+	# shoutcast seems to be broken
+	gnome2_src_configure \
+		--disable-static \
+		--disable-debug \
+		--disable-uninstalled \
+		--enable-bliptv \
+		--enable-apple-trailers \
+		--enable-bookmarks \
+		--enable-filesystem \
+		--enable-gravatar \
+		--enable-jamendo \
+		--enable-lastfm-albumart \
+		--enable-localmetadata \
+		--enable-magnatune \
+		--enable-metadata-store \
+		--enable-podcasts \
+		--enable-raitv \
+		--disable-shoutcast \
+		--enable-tmdb \
+		$(use_enable daap dmap) \
+		$(use_enable dvd optical-media) \
+		$(use_enable flickr) \
+		$(use_enable freebox) \
+		$(use_enable gnome-online-accounts goa) \
+		$(use_enable lua lua-factory) \
+		$(use_enable pocket) \
+		$(use_enable subtitles opensubtitles) \
+		$(use_enable thetvdb) \
+		$(use_enable tracker) \
+		$(use_enable upnp-av dleyna) \
+		$(use_enable vimeo) \
+		$(use_enable youtube)
+}

diff --git a/media-plugins/grilo-plugins/metadata.xml b/media-plugins/grilo-plugins/metadata.xml
index 8154f55..7013ee7 100644
--- a/media-plugins/grilo-plugins/metadata.xml
+++ b/media-plugins/grilo-plugins/metadata.xml
@@ -9,6 +9,8 @@
 	<flag name="gnome-online-accounts">Enable <pkg>net-libs/gnome-online-accounts</pkg> support</flag>
 	<flag name="lua">Enble <pkg>dev-lang/lua</pkg> based plugins support</flag>
 	<flag name="pocket">Support for showing content from Pocket</flag>
+	<flag name="subtitles">Enables support for subtitle from OpenSubtitles</flag>
+	<flag name="thetvdb">Build support for thetvdb.com</flag>
 	<flag name="tracker">Build support for content discovery using the <pkg>app-misc/tracker</pkg> indexer</flag>
 	<flag name="vimeo">Build support for Vimeo content discovery using <pkg>net-libs/libsoup</pkg> and <pkg>dev-libs/libgcrypt</pkg></flag>
 	<flag name="youtube">Build support for YouTube content discovery using <pkg>dev-libs/libgdata</pkg></flag>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/
@ 2015-06-10 10:37 Gilles Dartiguelongue
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
  To: gentoo-commits

commit:     60737744325ceef5c792a856370bf9ad6732dd7e
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  9 16:30:24 2015 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 16:30:24 2015 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=60737744

media-plugins/grilo-plugins: moved to gentoo-x86

 .../grilo-plugins/grilo-plugins-0.2.14.ebuild      | 100 ---------------------
 1 file changed, 100 deletions(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.2.14.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.2.14.ebuild
deleted file mode 100644
index 1c96ce7..0000000
--- a/media-plugins/grilo-plugins/grilo-plugins-0.2.14.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A framework for easy media discovery and browsing"
-HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.2"
-KEYWORDS="~amd64"
-IUSE="daap +dvd flickr freebox gnome-online-accounts lua pocket subtitles thetvdb tracker upnp-av +vimeo +youtube"
-
-# Bump gom requirement to avoid segfaults
-RDEPEND="
-	>=dev-libs/glib-2.36:2
-	>=media-libs/grilo-0.2.12:${SLOT}[network,playlist]
-	media-libs/libmediaart:2.0
-	>=dev-libs/gom-0.3.1
-
-	dev-libs/gmime:2.6
-	dev-libs/json-glib
-	dev-libs/libxml2:2
-	dev-db/sqlite:3
-
-	daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
-	dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
-	flickr? ( net-libs/liboauth )
-	freebox? ( net-dns/avahi )
-	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.7.1 )
-	lua? (
-		>=dev-lang/lua-5.2
-		app-arch/libarchive )
-	pocket? (
-		>=net-libs/gnome-online-accounts-3.11.4
-		>=net-libs/rest-0.7.90
-		>=dev-libs/totem-pl-parser-3.4.1 )
-	subtitles? ( net-libs/libsoup:2.4 )
-	thetvdb? (
-		app-arch/libarchive
-		dev-libs/libxml2 )
-	tracker? ( >=app-misc/tracker-0.10.5:= )
-	youtube? (
-		>=dev-libs/libgdata-0.9.1:=
-		dev-libs/totem-pl-parser )
-	upnp-av? (
-		net-libs/libsoup:2.4
-		net-libs/dleyna-connector-dbus )
-	vimeo? (
-		dev-libs/totem-pl-parser )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.5
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40.0
-	virtual/pkgconfig
-"
-
-# FIXME: some unittests required python-dbusmock
-src_configure() {
-	# --enable-debug only changes CFLAGS, useless for us
-	# Plugins
-	# shoutcast seems to be broken
-	gnome2_src_configure \
-		--disable-static \
-		--disable-debug \
-		--disable-uninstalled \
-		--enable-bliptv \
-		--enable-apple-trailers \
-		--enable-bookmarks \
-		--enable-filesystem \
-		--enable-gravatar \
-		--enable-jamendo \
-		--enable-lastfm-albumart \
-		--enable-localmetadata \
-		--enable-magnatune \
-		--enable-metadata-store \
-		--enable-podcasts \
-		--enable-raitv \
-		--disable-shoutcast \
-		--enable-tmdb \
-		$(use_enable daap dmap) \
-		$(use_enable dvd optical-media) \
-		$(use_enable flickr) \
-		$(use_enable freebox) \
-		$(use_enable gnome-online-accounts goa) \
-		$(use_enable lua lua-factory) \
-		$(use_enable pocket) \
-		$(use_enable subtitles opensubtitles) \
-		$(use_enable thetvdb) \
-		$(use_enable tracker) \
-		$(use_enable upnp-av dleyna) \
-		$(use_enable vimeo) \
-		$(use_enable youtube)
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/
@ 2016-03-27 21:24 Ole Reifschneider
  0 siblings, 0 replies; 7+ messages in thread
From: Ole Reifschneider @ 2016-03-27 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     acea60ebe355992d0f1ca18121cea0dfef74a956
Author:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 13:37:19 2016 +0000
Commit:     Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 21:05:57 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=acea60eb

media-plugins/grilo-plugins: Bump version to 0.3.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 .../grilo-plugins/grilo-plugins-0.3.0.ebuild       | 111 +++++++++++++++++++++
 media-plugins/grilo-plugins/metadata.xml           |  20 ++++
 2 files changed, 131 insertions(+)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild
new file mode 100644
index 0000000..5ff3b3f
--- /dev/null
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="A framework for easy media discovery and browsing"
+HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
+
+LICENSE="LGPL-2.1+"
+SLOT="0.3"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="daap +dvd examples flickr freebox gnome-online-accounts lua subtitles thetvdb tracker upnp-av +vimeo +youtube"
+
+# Bump gom requirement to avoid segfaults
+RDEPEND="
+	>=dev-libs/glib-2.44:2
+	>=media-libs/grilo-0.3.0:${SLOT}[network,playlist]
+	media-libs/libmediaart:2.0
+	>=dev-libs/gom-0.3.1
+
+	dev-libs/gmime:2.6
+	dev-libs/json-glib
+	dev-libs/libxml2:2
+	dev-db/sqlite:3
+
+	daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
+	dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
+	flickr? ( net-libs/liboauth )
+	freebox? ( net-dns/avahi )
+	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91 )
+	lua? (
+		>=dev-lang/lua-5.3
+		app-arch/libarchive
+		dev-libs/libxml2:2
+		>=dev-libs/totem-pl-parser-3.4.1 )
+	subtitles? ( net-libs/libsoup:2.4 )
+	thetvdb? (
+		app-arch/libarchive
+		dev-libs/libxml2 )
+	tracker? ( >=app-misc/tracker-0.10.5:= )
+	youtube? (
+		>=dev-libs/libgdata-0.9.1:=
+		>=dev-libs/totem-pl-parser-3.4.1 )
+	upnp-av? (
+		net-libs/libsoup:2.4
+		net-libs/dleyna-connector-dbus )
+	vimeo? (
+		>=dev-libs/totem-pl-parser-3.4.1 )
+"
+DEPEND="${RDEPEND}
+	app-text/docbook-xml-dtd:4.5
+	app-text/yelp-tools
+	>=dev-util/intltool-0.40.0
+	virtual/pkgconfig
+"
+
+src_prepare () {
+	sed -e "s:GETTEXT_PACKAGE=grilo-plugins$:GETTEXT_PACKAGE=grilo-plugins-${SLOT}:" \
+		-i configure.ac configure || die "sed configure.ac configure failed"
+}
+
+# FIXME: some unittests required python-dbusmock
+src_configure() {
+	# --enable-debug only changes CFLAGS, useless for us
+	# Plugins
+	# shoutcast seems to be broken
+	gnome2_src_configure \
+		--disable-static \
+		--disable-debug \
+		--disable-uninstalled \
+		--enable-bookmarks \
+		--enable-filesystem \
+		--enable-gravatar \
+		--enable-jamendo \
+		--enable-localmetadata \
+		--enable-magnatune \
+		--enable-metadata-store \
+		--enable-podcasts \
+		--enable-raitv \
+		--disable-shoutcast \
+		--enable-tmdb \
+		$(use_enable daap dmap) \
+		$(use_enable dvd optical-media) \
+		$(use_enable flickr) \
+		$(use_enable freebox) \
+		$(use_enable gnome-online-accounts goa) \
+		$(use_enable lua lua-factory) \
+		$(use_enable subtitles opensubtitles) \
+		$(use_enable thetvdb) \
+		$(use_enable tracker) \
+		$(use_enable upnp-av dleyna) \
+		$(use_enable vimeo) \
+		$(use_enable youtube)
+}
+
+src_install() {
+	if use examples; then
+		insinto /usr/share/doc/${PF}/examples
+		doins help/examples/*.c
+	fi
+
+	gnome2_src_install \
+		DOC_MODULE_VERSION=${SLOT%/*} \
+		HELP_ID="grilo-plugins-${SLOT%/*}" \
+		HELP_MEDIA=""
+}

diff --git a/media-plugins/grilo-plugins/metadata.xml b/media-plugins/grilo-plugins/metadata.xml
new file mode 100644
index 0000000..a6af364
--- /dev/null
+++ b/media-plugins/grilo-plugins/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+	<email>gnome@gentoo.org</email>
+	<name>Gentoo GNOME Desktop</name>
+</maintainer>
+<use>
+	<flag name="daap">Enable dmap support through <pkg>net-libs/libdmapsharing</pkg></flag>
+	<flag name="flickr">Enable Flickr support</flag>
+	<flag name="freebox">Build support for viewing TV channels using Freebox</flag>
+	<flag name="gnome-online-accounts">Enable <pkg>net-libs/gnome-online-accounts</pkg> support</flag>
+	<flag name="pocket">Support for showing content from Pocket</flag>
+	<flag name="subtitles">Enables support for subtitle from OpenSubtitles</flag>
+	<flag name="thetvdb">Build support for thetvdb.com</flag>
+	<flag name="tracker">Build support for content discovery using the <pkg>app-misc/tracker</pkg> indexer</flag>
+	<flag name="vimeo">Build support for Vimeo content discovery using <pkg>net-libs/libsoup</pkg> and <pkg>dev-libs/libgcrypt</pkg></flag>
+	<flag name="youtube">Build support for YouTube content discovery using <pkg>dev-libs/libgdata</pkg></flag>
+</use>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/
@ 2018-01-12 14:09 Dennis Lamm
  0 siblings, 0 replies; 7+ messages in thread
From: Dennis Lamm @ 2018-01-12 14:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0ceae182715236e0e8df6b5e3955daf100f81cda
Author:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 14:09:35 2018 +0000
Commit:     Dennis Lamm <expeditioneer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 14:09:35 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0ceae182

media-plugins/grilo-plugins: drop old (removed)

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 .../grilo-plugins/grilo-plugins-0.3.0.ebuild       | 111 ---------------------
 media-plugins/grilo-plugins/metadata.xml           |  20 ----
 2 files changed, 131 deletions(-)

diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild
deleted file mode 100644
index 5ff3b3f9..00000000
--- a/media-plugins/grilo-plugins/grilo-plugins-0.3.0.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no" # --enable-debug only changes CFLAGS
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="A framework for easy media discovery and browsing"
-HOMEPAGE="https://wiki.gnome.org/Projects/Grilo"
-
-LICENSE="LGPL-2.1+"
-SLOT="0.3"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="daap +dvd examples flickr freebox gnome-online-accounts lua subtitles thetvdb tracker upnp-av +vimeo +youtube"
-
-# Bump gom requirement to avoid segfaults
-RDEPEND="
-	>=dev-libs/glib-2.44:2
-	>=media-libs/grilo-0.3.0:${SLOT}[network,playlist]
-	media-libs/libmediaart:2.0
-	>=dev-libs/gom-0.3.1
-
-	dev-libs/gmime:2.6
-	dev-libs/json-glib
-	dev-libs/libxml2:2
-	dev-db/sqlite:3
-
-	daap? ( >=net-libs/libdmapsharing-2.9.12:3.0 )
-	dvd? ( >=dev-libs/totem-pl-parser-3.4.1 )
-	flickr? ( net-libs/liboauth )
-	freebox? ( net-dns/avahi )
-	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91 )
-	lua? (
-		>=dev-lang/lua-5.3
-		app-arch/libarchive
-		dev-libs/libxml2:2
-		>=dev-libs/totem-pl-parser-3.4.1 )
-	subtitles? ( net-libs/libsoup:2.4 )
-	thetvdb? (
-		app-arch/libarchive
-		dev-libs/libxml2 )
-	tracker? ( >=app-misc/tracker-0.10.5:= )
-	youtube? (
-		>=dev-libs/libgdata-0.9.1:=
-		>=dev-libs/totem-pl-parser-3.4.1 )
-	upnp-av? (
-		net-libs/libsoup:2.4
-		net-libs/dleyna-connector-dbus )
-	vimeo? (
-		>=dev-libs/totem-pl-parser-3.4.1 )
-"
-DEPEND="${RDEPEND}
-	app-text/docbook-xml-dtd:4.5
-	app-text/yelp-tools
-	>=dev-util/intltool-0.40.0
-	virtual/pkgconfig
-"
-
-src_prepare () {
-	sed -e "s:GETTEXT_PACKAGE=grilo-plugins$:GETTEXT_PACKAGE=grilo-plugins-${SLOT}:" \
-		-i configure.ac configure || die "sed configure.ac configure failed"
-}
-
-# FIXME: some unittests required python-dbusmock
-src_configure() {
-	# --enable-debug only changes CFLAGS, useless for us
-	# Plugins
-	# shoutcast seems to be broken
-	gnome2_src_configure \
-		--disable-static \
-		--disable-debug \
-		--disable-uninstalled \
-		--enable-bookmarks \
-		--enable-filesystem \
-		--enable-gravatar \
-		--enable-jamendo \
-		--enable-localmetadata \
-		--enable-magnatune \
-		--enable-metadata-store \
-		--enable-podcasts \
-		--enable-raitv \
-		--disable-shoutcast \
-		--enable-tmdb \
-		$(use_enable daap dmap) \
-		$(use_enable dvd optical-media) \
-		$(use_enable flickr) \
-		$(use_enable freebox) \
-		$(use_enable gnome-online-accounts goa) \
-		$(use_enable lua lua-factory) \
-		$(use_enable subtitles opensubtitles) \
-		$(use_enable thetvdb) \
-		$(use_enable tracker) \
-		$(use_enable upnp-av dleyna) \
-		$(use_enable vimeo) \
-		$(use_enable youtube)
-}
-
-src_install() {
-	if use examples; then
-		insinto /usr/share/doc/${PF}/examples
-		doins help/examples/*.c
-	fi
-
-	gnome2_src_install \
-		DOC_MODULE_VERSION=${SLOT%/*} \
-		HELP_ID="grilo-plugins-${SLOT%/*}" \
-		HELP_MEDIA=""
-}

diff --git a/media-plugins/grilo-plugins/metadata.xml b/media-plugins/grilo-plugins/metadata.xml
deleted file mode 100644
index a6af364a..00000000
--- a/media-plugins/grilo-plugins/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-	<email>gnome@gentoo.org</email>
-	<name>Gentoo GNOME Desktop</name>
-</maintainer>
-<use>
-	<flag name="daap">Enable dmap support through <pkg>net-libs/libdmapsharing</pkg></flag>
-	<flag name="flickr">Enable Flickr support</flag>
-	<flag name="freebox">Build support for viewing TV channels using Freebox</flag>
-	<flag name="gnome-online-accounts">Enable <pkg>net-libs/gnome-online-accounts</pkg> support</flag>
-	<flag name="pocket">Support for showing content from Pocket</flag>
-	<flag name="subtitles">Enables support for subtitle from OpenSubtitles</flag>
-	<flag name="thetvdb">Build support for thetvdb.com</flag>
-	<flag name="tracker">Build support for content discovery using the <pkg>app-misc/tracker</pkg> indexer</flag>
-	<flag name="vimeo">Build support for Vimeo content discovery using <pkg>net-libs/libsoup</pkg> and <pkg>dev-libs/libgcrypt</pkg></flag>
-	<flag name="youtube">Build support for YouTube content discovery using <pkg>dev-libs/libgdata</pkg></flag>
-</use>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-01-12 14:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 22:57 [gentoo-commits] proj/gnome:master commit in: media-plugins/grilo-plugins/ Gilles Dartiguelongue
  -- strict thread matches above, loose matches on Subject: below --
2018-01-12 14:09 Dennis Lamm
2016-03-27 21:24 Ole Reifschneider
2015-06-10 10:37 Gilles Dartiguelongue
2015-05-14 21:45 Gilles Dartiguelongue
2014-10-19 21:48 Gilles Dartiguelongue
2012-09-06  7:46 Priit Laes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox