Diff vdr-xineliboutput-2.2.0-r2 with a vdr-xineliboutput-2.2.0-r4
/usr/portage/media-plugins/vdr-xineliboutput/vdr-xineliboutput-2.2.0-r4.ebuild 2023-10-09 14:52:31.756368407 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
inherit flag-o-matic toolchain-funcs vdr-plugin-2 |
|
6 |
inherit toolchain-funcs vdr-plugin-2 |
|
7 | 7 | |
8 | 8 |
GENTOO_VDR_CONDITIONAL=yes |
9 | 9 | |
10 | 10 |
DESCRIPTION="VDR Plugin: Xinelib PlugIn" |
11 | 11 |
HOMEPAGE="https://sourceforge.net/projects/xineliboutput/" |
12 |
SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz" |
|
12 |
SRC_URI="mirror://sourceforge/${PN#vdr-}/${P}.tgz |
|
13 |
http://vdr.websitec.de/download/${PN}/${P}_clang.patch.bz2" |
|
13 | 14 | |
14 | 15 |
LICENSE="GPL-2+" |
15 | 16 |
SLOT="0" |
... | ... | |
41 | 42 |
)" |
42 | 43 | |
43 | 44 |
DEPEND="${COMMON_DEPEND} |
44 |
virtual/pkgconfig |
|
45 | 45 |
sys-kernel/linux-headers |
46 | 46 |
nls? ( sys-devel/gettext ) |
47 | 47 |
xine? ( |
... | ... | |
51 | 51 |
) |
52 | 52 |
)" |
53 | 53 |
RDEPEND="${COMMON_DEPEND}" |
54 |
BDEPEND="virtual/pkgconfig" |
|
54 | 55 | |
55 | 56 |
REQUIRED_USE=" || ( vdr xine )" |
56 | 57 | |
... | ... | |
70 | 71 | |
71 | 72 |
# bug 711978 |
72 | 73 |
sed -e "s:X11 opengl:X11 OpenGl:" -i configure || die |
74 | ||
75 |
# bug 771036,780462 do not call cc directly |
|
76 |
eapply "${FILESDIR}/${P}_no-gcc.patch" |
|
77 |
eapply "${WORKDIR}/${P}_clang.patch" |
|
73 | 78 |
} |
79 | ||
74 | 80 |
src_configure() { |
75 | 81 |
local myconf |
76 | 82 |