Diff vdr-satip-2.2.5 with a vdr-satip-2.4.1
| /usr/portage/media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild 2023-10-09 14:52:31.752368407 +0300 | ||
|---|---|---|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR" |
| 9 | 9 |
HOMEPAGE="https://github.com/rofafor/vdr-plugin-satip" |
| 10 |
SRC_URI=" https://github.com/rofafor/vdr-plugin-satip/archive/v${PV}.tar.gz -> ${P}.tgz"
|
|
| 10 |
SRC_URI="https://github.com/rofafor/vdr-plugin-satip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
| 11 |
S="${WORKDIR}/vdr-plugin-satip-${PV}"
|
|
| 11 | 12 | |
| 12 |
KEYWORDS="~amd64 ~arm ~x86" |
|
| 13 |
LICENSE="GPL-2+" |
|
| 13 | 14 |
SLOT="0" |
| 14 |
LICENSE="GPL-2" |
|
| 15 |
KEYWORDS="~amd64 ~arm ~x86" |
|
| 15 | 16 | |
| 16 | 17 |
DEPEND=" |
| 17 |
>=media-video/vdr-2.2.0 |
|
| 18 |
>=media-video/vdr-2.4.0 |
|
| 18 | 19 |
>=net-misc/curl-7.36 |
| 19 |
|| ( dev-libs/tinyxml |
|
| 20 |
dev-libs/pugixml ) |
|
| 21 |
" |
|
| 20 |
|| ( dev-libs/tinyxml dev-libs/pugixml )" |
|
| 22 | 21 |
RDEPEND="${DEPEND}"
|
| 23 |
QA_FLAGS_IGNORED="usr/lib/vdr/plugins/libvdr-satip.* usr/lib64/vdr/plugins/libvdr-satip.*" |
|
| 22 | ||
| 23 |
QA_FLAGS_IGNORED=" |
|
| 24 |
usr/lib/vdr/plugins/libvdr-satip.* |
|
| 25 |
usr/lib64/vdr/plugins/libvdr-satip.*" |
|
| 24 | 26 | |
| 25 | 27 |
src_prepare() {
|
| 26 | 28 |
vdr-plugin-2_src_prepare |
| 27 | 29 | |
| 28 |
if has_version "dev-libs/tinyxml" ; then |
|
| 30 |
if has_version "dev-libs/tinyxml"; then |
|
| 29 | 31 |
sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile || die "sed failed" |
| 30 | 32 |
fi |
| 31 | 33 |
} |