Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-xineliboutput/
Date: Fri, 24 Apr 2020 20:05:58
Message-Id: 1587758742.c15caab8983407dc394a3871207109572a97fd03.hd_brummy@gentoo
1 commit: c15caab8983407dc394a3871207109572a97fd03
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 24 20:04:43 2020 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 24 20:05:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c15caab8
7
8 media-plugins/vdr-xineliboutput: version bump, cleanup old
9
10 thx to S. Schreier for reporting this
11
12 Closes: https://bugs.gentoo.org/717070
13 Package-Manager: Portage-2.3.90, Repoman-2.3.20
14 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
15
16 media-plugins/vdr-xineliboutput/Manifest | 2 +-
17 ...ut-2.0.0.ebuild => vdr-xineliboutput-2.2.0.ebuild} | 19 ++++++++++++-------
18 2 files changed, 13 insertions(+), 8 deletions(-)
19
20 diff --git a/media-plugins/vdr-xineliboutput/Manifest b/media-plugins/vdr-xineliboutput/Manifest
21 index 023e8ba2808..b3eae169dc5 100644
22 --- a/media-plugins/vdr-xineliboutput/Manifest
23 +++ b/media-plugins/vdr-xineliboutput/Manifest
24 @@ -1,2 +1,2 @@
25 -DIST vdr-xineliboutput-2.0.0.tgz 413085 BLAKE2B 85fffdbea51917035475863019095ed81bdda6e8e994c3d76b83433fca14cf680c64e268c04316199f6b707b5da7bf0ceafb991781ced552abebebf2e283fb5f SHA512 9410072bcd8ae71196e3417c12dc810da109f155748d58b3b0b422cd6d8cd29b3f8a7d0cbffada9dd22af679161ffeb096e952f620ed1c7f1122b46bf111f9ee
26 DIST vdr-xineliboutput-2.1.0.tgz 415333 BLAKE2B 8311271dda889cde5ab69d5bf1f643c8f6b1991ca615ce6322ea5585aac12b07b32f6fd933bf6c3797d45971597e61d429e4d9de356246109cab7c8f059b4d79 SHA512 226654dcd47864e9df8282ef401509d291677587b2850872c535abb7bee468a7c6d72c30953090890d002f0977aa1ee357a0fe6938ce3f3c1b6324e82b926537
27 +DIST vdr-xineliboutput-2.2.0.tgz 426058 BLAKE2B 8a5e325e0dd45dffdbcf1b9e49d4ae2486d3b3c7585dbca81855264a0a9057c48da7626acd5e9d7b2113b200eead178b19a0d9834ace5d25cd97157912d50bfa SHA512 d3b753fe496c6f73d491195cc1dac3333a46f2ef6350683fc15e3e8a423a90946574c3fdf0ed43727d61f007a8abdf3041e274317216bf06a8146dc9206f88d9
28
29 diff --git a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0.ebuild
30 similarity index 87%
31 rename from media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild
32 rename to media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0.ebuild
33 index da8c3780dca..a0ae0f345cf 100644
34 --- a/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.0.0.ebuild
35 +++ b/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0.ebuild
36 @@ -1,7 +1,7 @@
37 # Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 -EAPI=5
41 +EAPI=7
42
43 inherit toolchain-funcs vdr-plugin-2
44
45 @@ -14,11 +14,11 @@ SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz"
46 SLOT="0"
47 LICENSE="GPL-2+"
48 KEYWORDS="~amd64 ~x86"
49 -IUSE="bluray caps dbus fbcon jpeg libextractor nls opengl +vdr vdpau +X +xine xinerama"
50 +IUSE="bluray caps cec dbus fbcon jpeg libextractor nls opengl +vdr vaapi vdpau +X +xine xinerama"
51
52 COMMON_DEPEND="
53 vdr? (
54 - >=media-video/vdr-1.6.0
55 + media-video/vdr
56 libextractor? ( >=media-libs/libextractor-0.5.20 )
57 caps? ( sys-libs/libcap )
58 )
59 @@ -31,12 +31,13 @@ COMMON_DEPEND="
60 x11-libs/libX11
61 x11-libs/libXext
62 x11-libs/libXrender
63 - xinerama? ( x11-libs/libXinerama )
64 + bluray? ( media-libs/libbluray )
65 dbus? ( dev-libs/dbus-glib dev-libs/glib:2 )
66 - vdpau? ( x11-libs/libvdpau >=media-libs/xine-lib-1.2 )
67 jpeg? ( virtual/jpeg:* )
68 - bluray? ( media-libs/libbluray )
69 opengl? ( virtual/opengl )
70 + vaapi? ( x11-libs/libva >=media-libs/xine-lib-1.2[vaapi] )
71 + vdpau? ( x11-libs/libvdpau >=media-libs/xine-lib-1.2[vdpau] )
72 + xinerama? ( x11-libs/libXinerama )
73 )
74 )"
75
76 @@ -82,21 +83,25 @@ src_configure() {
77 $(use_enable X xshm) \
78 $(use_enable X xdpms) \
79 $(use_enable X xshape) \
80 + $(use_enable X xrandr) \
81 $(use_enable X xrender) \
82 $(use_enable fbcon fb) \
83 $(use_enable vdr) \
84 $(use_enable xine libxine) \
85 $(use_enable libextractor) \
86 $(use_enable caps libcap) \
87 + $(use_enable cec libcec) \
88 $(use_enable jpeg libjpeg) \
89 $(use_enable xinerama) \
90 - $(use_enable vdpau) \
91 $(use_enable dbus dbus-glib-1) \
92 $(use_enable nls i18n) \
93 $(use_enable bluray libbluray) \
94 $(use_enable opengl) \
95 ${myconf} \
96 || die
97 +
98 + # UINT64_C is needed by ffmpeg headers
99 + append-cxxflags -D__STDC_CONSTANT_MACROS
100 }
101
102 src_install() {