Diff vdr-dvbhddevice-2.1.3_p20140115 with a vdr-dvbhddevice-2.2.0_p20180420-r1
/usr/portage/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild 2023-10-09 14:52:31.748368407 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2018 Gentoo Authors |
|
1 |
# Copyright 2020-2021 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 | 6 |
inherit vdr-plugin-2 |
7 | 7 | |
8 |
HG_REVISION="60c58ae453d0" |
|
9 |
HG_REVISION_DATE="20140115" |
|
8 |
# 2018/04/20 |
|
9 |
REVISION="6a3e75484d90" |
|
10 | 10 | |
11 |
DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend |
|
12 |
S2-6400 DVB Card" |
|
11 |
DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend S2-6400 DVB Card" |
|
13 | 12 |
HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice" |
14 |
SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz |
|
15 |
-> dvbhddevice-2.1.3_p${HG_REVISION_DATE}.tar.gz" |
|
13 |
SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${REVISION}.tar.bz2 -> |
|
14 |
${P}.tar.bz2" |
|
16 | 15 | |
17 |
KEYWORDS="amd64 x86" |
|
18 |
SLOT="0" |
|
19 | 16 |
LICENSE="GPL-2" |
20 |
IUSE="" |
|
17 |
SLOT="0" |
|
18 |
KEYWORDS="amd64 x86" |
|
21 | 19 | |
22 |
DEPEND=">=media-video/vdr-1.7.39" |
|
20 |
DEPEND=">=media-video/vdr-2.0.0" |
|
23 | 21 |
RDEPEND="${DEPEND}" |
24 | 22 | |
25 |
S="${WORKDIR}/dvbhddevice-${HG_REVISION}" |
|
23 |
PATCHES=( |
|
24 |
"${FILESDIR}/convert-bool-fix.patch" |
|
25 |
"${FILESDIR}/define_AUDIO_GET_PTS.patch" ) |
|
26 |
QA_FLAGS_IGNORED=" |
|
27 |
usr/lib/vdr/plugins/libvdr-dvbhddevice.* |
|
28 |
usr/lib64/vdr/plugins/libvdr-dvbhddevice.*" |
|
29 | ||
30 |
S="${WORKDIR}/powARman-${VDRPLUGIN}-${REVISION}" |
|
26 | 31 | |
27 | 32 |
src_prepare() { |
28 | 33 |
vdr-plugin-2_src_prepare |
... | ... | |
34 | 39 |
vdr-plugin-2_src_install |
35 | 40 | |
36 | 41 |
doheader dvbhdffdevice.h hdffcmd.h |
37 | ||
38 | 42 |
insinto /usr/include/libhdffcmd |
39 | 43 |
doins libhdffcmd/*.h |
40 | 44 |
} |