diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 11:50:53 -0500 |
| commit | 290aebdea65a02557706eaeda477fef0437b6a48 (patch) | |
| tree | f87a939169a508a2e943570501b64cc16b411cda /media-plugins/grilo-plugins | |
| parent | 6783ddcd4b73d9ce586a71770caed352bec93b16 (diff) | |
| download | baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip | |
Adding metadata
Diffstat (limited to 'media-plugins/grilo-plugins')
| -rw-r--r-- | media-plugins/grilo-plugins/Manifest | 1 | ||||
| -rw-r--r-- | media-plugins/grilo-plugins/grilo-plugins-0.3.18-r1.ebuild | 116 | ||||
| -rw-r--r-- | media-plugins/grilo-plugins/grilo-plugins-0.3.18-r2.ebuild | 117 | ||||
| -rw-r--r-- | media-plugins/grilo-plugins/metadata.xml | 21 |
4 files changed, 0 insertions, 255 deletions
diff --git a/media-plugins/grilo-plugins/Manifest b/media-plugins/grilo-plugins/Manifest deleted file mode 100644 index 98e8fc1aa655..000000000000 --- a/media-plugins/grilo-plugins/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST grilo-plugins-0.3.18.tar.xz 2071656 BLAKE2B f1be62dc42ee86daa13b604be707803862bea608c82e64c5f4faf2d52f0f8b315546042932334dff6cd655ca24de3d2c3bafa4ff750c8db42a980ca4356da248 SHA512 cd741ab573871bfdede1d5debad65e925dd4ec936f0aa8f21d3963b9fff88bfba60ee17c7f46c05179624c4af2133b02783c8c71d5091a23de849d3d221f47e6 diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.18-r1.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.18-r1.ebuild deleted file mode 100644 index 1e970c8d1609..000000000000 --- a/media-plugins/grilo-plugins/grilo-plugins-0.3.18-r1.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -LUA_COMPAT=( lua5-{1,3,4} luajit ) -inherit gnome.org lua-single meson xdg - -DESCRIPTION="A collection of plugins for the Grilo framework" -HOMEPAGE="https://gitlab.gnome.org/GNOME/grilo-plugins" - -LICENSE="LGPL-2.1+" -SLOT="0.3" -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="daap chromaprint flickr freebox gnome-online-accounts lua test thetvdb tracker upnp-av +youtube" -RESTRICT="!test? ( test )" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" - -# GOA is only optionally used by lua-factory plugins (checked at v0.3.16) -# json-glib used by tmdb and lua; tmdb currently non-optional -# TODO: validate upnp-av dleyna deps -RDEPEND=" - >=dev-libs/glib-2.66:2 - >=media-libs/grilo-0.3.15-r1:${SLOT}=[playlist] - freebox? ( net-dns/avahi[dbus] ) - >=dev-libs/gom-0.4 - chromaprint? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-plugins/gst-plugins-chromaprint:1.0 - ) - dev-libs/json-glib - app-misc/localsearch - daap? ( >=net-libs/libdmapsharing-3.9.11:4.0= ) - media-libs/libmediaart:2.0 - net-libs/libsoup:3.0 - dev-libs/libxml2:2= - flickr? ( net-libs/liboauth ) - dev-db/sqlite:3 - >=dev-libs/totem-pl-parser-3.4.1:= - tracker? ( - app-misc/localsearch:3 - app-misc/tinysparql:3= - ) - upnp-av? ( net-libs/dleyna:1.0= ) - lua? ( - ${LUA_DEPS} - app-arch/libarchive - net-libs/rest:1.0 - dev-libs/libxml2:2= - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91:= ) - ) - thetvdb? ( app-arch/libarchive ) - youtube? ( >=dev-libs/libgdata-0.17.0:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook-xml-dtd:4.5 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - upnp-av? ( >=dev-util/gdbus-codegen-2.80.5-r1 ) - virtual/pkgconfig - lua? ( dev-util/gperf ) -" - -pkg_pretend() { - if use gnome-online-accounts; then - if ! use lua; then - ewarn "Ignoring USE=gnome-online-accounts USE does not contain lua" - fi - fi -} - -pkg_setup() { - use lua && lua-single_pkg_setup -} - -src_prepare() { - default - xdg_environment_reset - - sed -i -e "s:'GETTEXT_PACKAGE', meson.project_name():'GETTEXT_PACKAGE', 'grilo-plugins-${SLOT%/*}':" meson.build || die - sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" po/meson.build || die - sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" help/meson.build || die -} - -src_configure() { - local emesonargs=( - -Denable-bookmarks=yes - -Denable-chromaprint=$(usex chromaprint yes no) - -Denable-dleyna=$(usex upnp-av yes no) - -Denable-dmap=$(usex daap yes no) - -Denable-filesystem=yes - -Denable-flickr=$(usex flickr yes no) - -Denable-freebox=$(usex freebox yes no) - -Denable-gravatar=yes - -Denable-local-metadata=yes - -Denable-lua-factory=$(usex lua yes no) - -Denable-magnatune=yes - -Denable-metadata-store=yes - -Denable-optical-media=yes - -Denable-podcasts=yes - -Denable-shoutcast=yes - -Denable-thetvdb=$(usex thetvdb yes no) - -Denable-tmdb=yes - -Denable-tracker=no - -Denable-tracker3=$(usex tracker yes no) - -Denable-youtube=$(usex youtube yes no) - -Dhelp=no - ) - if use lua; then - emesonargs+=($(meson_feature gnome-online-accounts goa)) - else - emesonargs+=(-Dgoa=disabled) - fi - meson_src_configure -} diff --git a/media-plugins/grilo-plugins/grilo-plugins-0.3.18-r2.ebuild b/media-plugins/grilo-plugins/grilo-plugins-0.3.18-r2.ebuild deleted file mode 100644 index 1b1ffde69328..000000000000 --- a/media-plugins/grilo-plugins/grilo-plugins-0.3.18-r2.ebuild +++ /dev/null @@ -1,117 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -LUA_COMPAT=( lua5-{1,3,4} luajit ) -inherit gnome.org lua-single meson xdg - -DESCRIPTION="A collection of plugins for the Grilo framework" -HOMEPAGE="https://gitlab.gnome.org/GNOME/grilo-plugins" - -LICENSE="LGPL-2.1+" -SLOT="0.3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="daap chromaprint flickr freebox gnome-online-accounts lua test thetvdb tracker upnp-av" -RESTRICT="!test? ( test )" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" - -# GOA is only optionally used by lua-factory plugins (checked at v0.3.16) -# json-glib used by tmdb and lua; tmdb currently non-optional -# TODO: validate upnp-av dleyna deps -RDEPEND=" - >=dev-libs/glib-2.66:2 - >=media-libs/grilo-0.3.15-r1:${SLOT}=[playlist] - freebox? ( net-dns/avahi[dbus] ) - >=dev-libs/gom-0.4 - chromaprint? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - media-plugins/gst-plugins-chromaprint:1.0 - ) - dev-libs/json-glib - app-misc/localsearch - daap? ( >=net-libs/libdmapsharing-3.9.11:4.0= ) - media-libs/libmediaart:2.0 - net-libs/libsoup:3.0 - dev-libs/libxml2:2= - flickr? ( net-libs/liboauth ) - dev-db/sqlite:3 - >=dev-libs/totem-pl-parser-3.4.1:= - tracker? ( - app-misc/localsearch:3 - app-misc/tinysparql:3= - ) - upnp-av? ( net-libs/dleyna:1.0= ) - lua? ( - ${LUA_DEPS} - app-arch/libarchive - net-libs/rest:1.0 - dev-libs/libxml2:2= - gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.91:= ) - ) - thetvdb? ( app-arch/libarchive ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/docbook-xml-dtd:4.5 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - upnp-av? ( >=dev-util/gdbus-codegen-2.80.5-r1 ) - virtual/pkgconfig - lua? ( dev-util/gperf ) -" - -pkg_pretend() { - if use gnome-online-accounts; then - if ! use lua; then - ewarn "Ignoring USE=gnome-online-accounts USE does not contain lua" - fi - fi -} - -pkg_setup() { - use lua && lua-single_pkg_setup -} - -src_prepare() { - default - xdg_environment_reset - - sed -i -e \ - "s:'GETTEXT_PACKAGE', meson.project_name():'GETTEXT_PACKAGE', 'grilo-plugins-${SLOT%/*}':" \ - meson.build || die - sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" po/meson.build || die - sed -i -e "s:meson.project_name():'grilo-plugins-${SLOT%/*}':" help/meson.build || die -} - -src_configure() { - local emesonargs=( - -Denable-bookmarks=yes - -Denable-chromaprint=$(usex chromaprint yes no) - -Denable-dleyna=$(usex upnp-av yes no) - -Denable-dmap=$(usex daap yes no) - -Denable-filesystem=yes - -Denable-flickr=$(usex flickr yes no) - -Denable-freebox=$(usex freebox yes no) - -Denable-gravatar=yes - -Denable-local-metadata=yes - -Denable-lua-factory=$(usex lua yes no) - -Denable-magnatune=yes - -Denable-metadata-store=yes - -Denable-optical-media=yes - -Denable-podcasts=yes - -Denable-shoutcast=yes - -Denable-thetvdb=$(usex thetvdb yes no) - -Denable-tmdb=yes - -Denable-tracker=no - -Denable-tracker3=$(usex tracker yes no) - -Denable-youtube=no - -Dhelp=no - ) - if use lua; then - emesonargs+=($(meson_feature gnome-online-accounts goa)) - else - emesonargs+=(-Dgoa=disabled) - fi - meson_src_configure -} diff --git a/media-plugins/grilo-plugins/metadata.xml b/media-plugins/grilo-plugins/metadata.xml deleted file mode 100644 index 641ff9067f71..000000000000 --- a/media-plugins/grilo-plugins/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> - </maintainer> - <use> - <flag name="chromaprint">Enable Chromaprint support</flag> - <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="thetvdb">Build support for thetvdb.com</flag> - <flag name="tracker">Build support for content discovery using the <pkg>app-misc/tinysparql</pkg> indexer</flag> - <flag name="youtube">Build support for YouTube content discovery using <pkg>dev-libs/libgdata</pkg> - </flag> - </use> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
