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) -}
