diff options
author | Sam James <sam@gentoo.org> | 2023-06-10 22:38:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-10 22:38:57 +0100 |
commit | e5391e2762f14b9fcf51b3015f1ff0efeefa70d2 (patch) | |
tree | 0c68906d46930d91cebdcd638358247db8d4c468 /media-plugins/vdr-xineliboutput | |
parent | net-vpn/vtun: add bug link to patch (diff) | |
download | gentoo-e5391e2762f14b9fcf51b3015f1ff0efeefa70d2.tar.gz gentoo-e5391e2762f14b9fcf51b3015f1ff0efeefa70d2.tar.bz2 gentoo-e5391e2762f14b9fcf51b3015f1ff0efeefa70d2.zip |
media-plugins/vdr-xineliboutput: drop removed libextractor references
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-xineliboutput')
5 files changed, 12 insertions, 18 deletions
diff --git a/media-plugins/vdr-xineliboutput/metadata.xml b/media-plugins/vdr-xineliboutput/metadata.xml index 1a956bdd07ff..e0b82e8b3016 100644 --- a/media-plugins/vdr-xineliboutput/metadata.xml +++ b/media-plugins/vdr-xineliboutput/metadata.xml @@ -8,8 +8,6 @@ <use> <flag name="cec">Enable CEC support through <pkg>dev-libs/libcec</pkg></flag> <flag name="bluray">Enable BluRay metadata support through <pkg>media-libs/libbluray</pkg></flag> - <flag name="libextractor">Use <pkg>media-libs/libextractor</pkg> to gather - files' metadata in media-player</flag> <flag name="vdr">Compile the vdr output plugin to use local or remote xine as output</flag> <flag name="xine">Compile the xine input plugin for displaying vdr video and OSD</flag> </use> diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild index 10af5db34077..71ecae48a267 100644 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,12 +14,11 @@ SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama" +IUSE="bluray caps cec dbus fbcon jpeg nls opengl +vdr vaapi vdpau +X +xine xinerama" COMMON_DEPEND=" vdr? ( media-video/vdr - libextractor? ( >=media-libs/libextractor-0.5.20 ) caps? ( sys-libs/libcap ) ) @@ -94,7 +93,7 @@ src_configure() { $(use_enable fbcon fb) \ $(use_enable vdr) \ $(use_enable xine libxine) \ - $(use_enable libextractor) \ + --disable-libextractor \ $(use_enable caps libcap) \ $(use_enable cec libcec) \ $(use_enable jpeg libjpeg) \ diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild index 0d2749f4f0a6..a032a30bcf6b 100644 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama" +IUSE="bluray caps cec dbus fbcon jpeg nls opengl +vdr vaapi vdpau +X +xine xinerama" COMMON_DEPEND=" vdr? ( media-video/vdr - libextractor? ( >=media-libs/libextractor-0.5.20 ) caps? ( sys-libs/libcap ) ) @@ -100,7 +99,7 @@ src_configure() { $(use_enable fbcon fb) \ $(use_enable vdr) \ $(use_enable xine libxine) \ - $(use_enable libextractor) \ + --disable-libextractor \ $(use_enable caps libcap) \ $(use_enable cec libcec) \ $(use_enable jpeg libjpeg) \ diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild index 9f405f9f0594..ecd8919475df 100644 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,12 +15,11 @@ SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama" +IUSE="bluray caps cec dbus fbcon jpeg nls opengl +vdr vaapi vdpau +X +xine xinerama" COMMON_DEPEND=" vdr? ( media-video/vdr - libextractor? ( >=media-libs/libextractor-0.5.20 ) caps? ( sys-libs/libcap ) ) @@ -100,7 +99,7 @@ src_configure() { $(use_enable fbcon fb) \ $(use_enable vdr) \ $(use_enable xine libxine) \ - $(use_enable libextractor) \ + --disable-libextractor \ $(use_enable caps libcap) \ $(use_enable cec libcec) \ $(use_enable jpeg libjpeg) \ diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild index 2ffc32df32a0..a7c7e09d2cde 100644 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,12 +15,11 @@ EGIT_REPO_URI="https://git.code.sf.net/p/xineliboutput/git" LICENSE="GPL-2+" SLOT="0" KEYWORDS="" -IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vdpau +X +xine xinerama" +IUSE="bluray caps cec dbus fbcon jpeg nls opengl +vdr vdpau +X +xine xinerama" COMMON_DEPEND=" vdr? ( >=media-video/vdr-1.6.0 - libextractor? ( >=media-libs/libextractor-0.5.20 ) caps? ( sys-libs/libcap ) ) @@ -103,7 +102,7 @@ src_configure() { $(use_enable fbcon fb) \ $(use_enable vdr) \ $(use_enable xine libxine) \ - $(use_enable libextractor) \ + --disable-libextractor \ $(use_enable caps libcap) \ $(use_enable jpeg libjpeg) \ $(use_enable xinerama) \ |