From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/grilo-plugins/
Date: Sun, 15 Nov 2015 14:23:26 +0000 (UTC) [thread overview]
Message-ID: <1447597224.2449a65a4fbfa82bdfe17751c2ecf42841aa4ec8.pacho@gentoo> (raw)
commit: 2449a65a4fbfa82bdfe17751c2ecf42841aa4ec8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 15 13:31:10 2015 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 14:20:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2449a65a
media-plugins/grilo-plugins: Keep a version for arches without gom yet...
Package-Manager: portage-2.2.24
media-plugins/grilo-plugins/Manifest | 1 +
.../grilo-plugins/grilo-plugins-0.2.12.ebuild | 92 ++++++++++++++++++++++
2 files changed, 93 insertions(+)
diff --git a/media-plugins/grilo-plugins/Manifest b/media-plugins/grilo-plugins/Manifest
index 6afb275..936b5b1 100644
--- a/media-plugins/grilo-plugins/Manifest
+++ b/media-plugins/grilo-plugins/Manifest
@@ -1,2 +1,3 @@
+DIST grilo-plugins-0.2.12.tar.xz 721592 SHA256 15bed8a633c81b251920ab677d455433e641388f605277ca88e549cc89012b48 SHA512 37865fea88b2927482490481f07d830e6cbd89c886e20b2986931215099bc9b6b46600ac45e0c72c6ff2d8f9e273ca5cd4ad42195436b540118c483d1cb5bd8e WHIRLPOOL 27006aa66002770c55be9c8f9d4302f1b60524096a11ad27731a3fcb57e4e4a55a0be6809808d14c441e4bdc005753fd55657fb9df83c149a420eacc29276c91
DIST grilo-plugins-0.2.14.tar.xz 1036824 SHA256 d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab SHA512 d4caddb5a710f19365d1d9e890b1d525b96e78cf2228a886f1b2c66e60601c2bef61791007d0d9cc8d3b306aac3065c0ff618ef522c7971885c95ca2e365c69b WHIRLPOOL 40899069c626a4183a9cf2afe94f8290dd39bd0bed8475b5d0732d3aa2521eb6fb6f275fba38d47b0614a9e16501f63ee0c5180dd88082ceb14bff0867f7cfe5
DIST grilo-plugins-0.2.16.tar.xz 1027924 SHA256 80b4571f9db6df0d5f0873d30f2ee475204f5831d2974b89c58423d6ffac5203 SHA512 5f06c15a8cdaecca06d87f2c079d5b9b21de8aca2f0c78432225edda0dcf114403e42245cd3c300b63303b7f03defe53b3067fa24d17896a04bd4dfa9cce0000 WHIRLPOOL 10377791776b006def732c22f3f956b51d7d427f13368bd738a03c3e4ce058ec562a2d0f3f99159a7264fa51b93bfbd99196ceba7d4268758360f4573adde06a
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..2dde06e
--- /dev/null
+++ b/media-plugins/grilo-plugins/grilo-plugins-0.2.12.ebuild
@@ -0,0 +1,92 @@
+# Copyright 1999-2015 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.2"
+KEYWORDS="~arm ~ia64"
+IUSE="daap +dvd flickr freebox gnome-online-accounts lua pocket tracker upnp-av +vimeo +youtube"
+
+RDEPEND="
+ >=dev-libs/glib-2.34:2
+ >=media-libs/grilo-0.2.10:${SLOT}[network,playlist]
+ >=media-libs/libmediaart-0.1:1.0
+
+ 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)
+}
next reply other threads:[~2015-11-15 14:23 UTC|newest]
Thread overview: 56+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-15 14:23 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-08-14 14:34 [gentoo-commits] repo/gentoo:master commit in: media-plugins/grilo-plugins/ Matt Turner
2023-07-27 8:29 WANG Xuerui
2023-06-19 16:01 Matt Turner
2023-06-19 15:30 Matt Turner
2023-06-09 7:16 Arthur Zamarin
2023-06-09 6:58 Arthur Zamarin
2023-06-09 0:53 Sam James
2023-06-06 2:24 Matt Turner
2022-10-14 14:29 Matt Turner
2022-09-19 1:38 Sam James
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-08-17 0:28 Matt Turner
2022-02-07 19:03 Matt Turner
2022-01-24 3:39 Sam James
2022-01-20 10:02 Jakov Smolić
2021-11-11 13:52 Pacho Ramos
2021-08-27 15:19 Yixun Lan
2021-04-21 4:28 Matt Turner
2021-04-15 23:06 Matt Turner
2021-03-04 0:23 Sam James
2020-07-04 15:07 Mart Raudsepp
2020-06-29 15:42 Mikle Kolyada
2020-06-28 14:19 Thomas Deutschmann
2020-03-22 17:53 Mart Raudsepp
2019-12-23 22:23 Mart Raudsepp
2019-12-08 11:52 Mikle Kolyada
2019-12-08 11:41 Mikle Kolyada
2019-09-23 9:22 Mart Raudsepp
2019-08-25 16:46 Mart Raudsepp
2019-05-18 23:05 Mart Raudsepp
2019-02-17 16:05 Mart Raudsepp
2019-02-15 14:52 Mart Raudsepp
2019-02-12 15:28 Mart Raudsepp
2018-12-02 17:27 Mart Raudsepp
2018-07-28 21:50 Mart Raudsepp
2018-07-15 23:35 Mart Raudsepp
2018-02-19 20:03 Mart Raudsepp
2018-02-19 7:50 Jason Zaman
2018-01-17 6:42 Thomas Deutschmann
2017-09-13 7:28 Gilles Dartiguelongue
2017-08-19 17:17 Gilles Dartiguelongue
2017-08-19 17:17 Gilles Dartiguelongue
2017-07-14 15:25 Alexis Ballier
2017-06-17 8:32 Sergei Trofimovich
2017-04-04 21:04 Markus Meier
2017-03-23 3:16 Mart Raudsepp
2017-03-23 3:16 Mart Raudsepp
2016-09-11 19:00 Gilles Dartiguelongue
2016-03-06 20:12 Mikle Kolyada
2015-12-26 14:20 Pacho Ramos
2015-11-26 10:51 Gilles Dartiguelongue
2015-11-15 14:23 Pacho Ramos
2015-11-15 14:23 Pacho Ramos
2015-09-07 21:55 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447597224.2449a65a4fbfa82bdfe17751c2ecf42841aa4ec8.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox