mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 07:22:38 +01:00
- Now available in gx86.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST grilo-plugins-0.2.14.tar.xz 1036824 SHA256 d0f18116675058c7e8c178b1fe26d6d73998a0452f85a73b1696df740c83d3ab SHA512 d4caddb5a710f19365d1d9e890b1d525b96e78cf2228a886f1b2c66e60601c2bef61791007d0d9cc8d3b306aac3065c0ff618ef522c7971885c95ca2e365c69b WHIRLPOOL 40899069c626a4183a9cf2afe94f8290dd39bd0bed8475b5d0732d3aa2521eb6fb6f275fba38d47b0614a9e16501f63ee0c5180dd88082ceb14bff0867f7cfe5
|
||||
EBUILD grilo-plugins-0.2.14.ebuild 2478 SHA256 5eb207cef45897c326cd092c4ed905d64ca904e1d38a187a3245173d89947c25 SHA512 405aa06eeda582ad497fcbcdc570368ccb724e727760a02271243d406910c6658610e7a61a0dbbd79f12738500b723e21c8306e9b3d7e5e738c2a2f8c99e7f4f WHIRLPOOL 94dc5084a913e6ac2242fa95697a81c62a1d4602b87775598aa423f045342fea590ebb864fa2ee7990b678111ba8679a941c7a58a117ab8e798ce049d2c539ee
|
||||
@@ -1,94 +0,0 @@
|
||||
# Copyright 1999-2015 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.13.ebuild,v 1.6 2015/02/23 11:59:50 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="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="daap +dvd flickr freebox gnome-online-accounts lua pocket thetvdb tracker upnp-av +vimeo +youtube"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-libs/glib-2.36:2
|
||||
>=media-libs/grilo-0.2.11:${SLOT}[network,playlist]
|
||||
>=media-libs/libmediaart-1.9:2.0
|
||||
>=dev-libs/gom-0.2.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 )
|
||||
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 )
|
||||
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
|
||||
"
|
||||
|
||||
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 thetvdb) \
|
||||
$(use_enable tracker) \
|
||||
$(use_enable upnp-av dleyna) \
|
||||
$(use_enable vimeo) \
|
||||
$(use_enable youtube)
|
||||
}
|
||||
Reference in New Issue
Block a user