summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-06-10 22:38:35 +0100
committerSam James <sam@gentoo.org>2023-06-10 22:38:57 +0100
commite5391e2762f14b9fcf51b3015f1ff0efeefa70d2 (patch)
tree0c68906d46930d91cebdcd638358247db8d4c468 /media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild
parentnet-vpn/vtun: add bug link to patch (diff)
downloadgentoo-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/vdr-xineliboutput-2.2.0-r5.ebuild')
-rw-r--r--media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r5.ebuild7
1 files changed, 3 insertions, 4 deletions
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) \