Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-satip/
Date: Sun, 28 Feb 2021 09:03:26
Message-Id: 1614502986.0b065fdbb40d3dc5381882a546f593d121172e4e.juippis@gentoo
1 commit: 0b065fdbb40d3dc5381882a546f593d121172e4e
2 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
3 AuthorDate: Sat Feb 13 10:32:29 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 09:03:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b065fdb
7
8 media-plugins/vdr-satip: version bump to new git commit
9
10 upstream did not release a new version yet, so
11 bump an interim version with important bugfixes
12
13 update ${HOMEPAGE}
14
15 Package-Manager: Portage-3.0.14, Repoman-3.0.2
16 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
17 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
18
19 media-plugins/vdr-satip/Manifest | 1 +
20 .../vdr-satip/vdr-satip-2.4.0_p20210131.ebuild | 40 ++++++++++++++++++++++
21 2 files changed, 41 insertions(+)
22
23 diff --git a/media-plugins/vdr-satip/Manifest b/media-plugins/vdr-satip/Manifest
24 index 0d987e93f06..1df3d7a6399 100644
25 --- a/media-plugins/vdr-satip/Manifest
26 +++ b/media-plugins/vdr-satip/Manifest
27 @@ -1,3 +1,4 @@
28 +DIST vdr-plugin-satip-43b60b1566878104240cbae5b1e322bbacd380e1.tar.gz 74697 BLAKE2B a1e763e1837cf00718469333304a858cec9802bc65ca0e607664ce0bc0594d038586b10fdbe822cb62e8d9d68441bc39b9c4356ce88e328cc08e41a3e7e2c213 SHA512 6447d424d119e738b3dc747b9ec27c24ed15143bee176cca4cbd09d43a9c5cfd03bb1d39fa2c3b4409af583e25489872d5350d32570d0790e2327759a6181b2e
29 DIST vdr-satip-2.2.3.tgz 62722 BLAKE2B 408fe520b4210fa24667d4244560d5132260ce08067d482a50b12446c42c0c34fd922b3429d00c4e3550a7b1dc1d21bfac534cae9de478594751b9cf0f558d52 SHA512 451606b52831c009aaec894f0547c59a9447279d7f96a4b2291614eab09a3539849abcb6974b7c2c4b34e7b43a2f9c782ab1ea6bfd4e35f9747349065fb6a5e7
30 DIST vdr-satip-2.2.5.tgz 74669 BLAKE2B e586297f0f0c1ca776d4c9f83b46da7f7afe82b80ac7e79ec2da7107c793f5c8a5092590ad23030a435e2d034b084373b9b069bac6ef81822723d33ff6c7fab2 SHA512 3f8ab1d9e84843e71bc6fc8f712d178fa3d304d0959ec977de1b11829e27b575feb78735c6770b15d4dfb8f4fce933aed7df07a6d9ba0b20e937aacd3c643a21
31 DIST vdr-satip-2.4.0_p20191027.tar.gz 74205 BLAKE2B 06d847bdec0aa996b5a12df8effcbed1f6cb508664aceda67f6ca415b84646e2f116e329068abd735403c145971146335a004d43e38ede133db03e37ba5b3117 SHA512 087b767583393608995141bf15f02793fb48ee448fe5c3becad34e2e84a4dc8391feb00c1b68fd37377837bd4468f766a8a389e720be375bd2cb6847277e887c
32
33 diff --git a/media-plugins/vdr-satip/vdr-satip-2.4.0_p20210131.ebuild b/media-plugins/vdr-satip/vdr-satip-2.4.0_p20210131.ebuild
34 new file mode 100644
35 index 00000000000..19c1e606cac
36 --- /dev/null
37 +++ b/media-plugins/vdr-satip/vdr-satip-2.4.0_p20210131.ebuild
38 @@ -0,0 +1,40 @@
39 +# Copyright 2021 Gentoo Authors
40 +# Distributed under the terms of the GNU General Public License v2
41 +
42 +EAPI=7
43 +
44 +inherit vdr-plugin-2
45 +
46 +GIT_COMMIT="43b60b1566878104240cbae5b1e322bbacd380e1"
47 +MY_P="vdr-plugin-satip-${GIT_COMMIT}"
48 +
49 +DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
50 +HOMEPAGE="https://github.com/rofafor/vdr-plugin-satip"
51 +SRC_URI="https://github.com/rofafor/vdr-plugin-satip/archive/${GIT_COMMIT}.tar.gz -> ${MY_P}.tar.gz"
52 +
53 +LICENSE="GPL-2"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~arm ~x86"
56 +
57 +DEPEND="
58 + >=media-video/vdr-2.4.0
59 + >=net-misc/curl-7.36
60 + || ( dev-libs/tinyxml
61 + dev-libs/pugixml )"
62 +RDEPEND="${DEPEND}"
63 +
64 +QA_FLAGS_IGNORED="
65 + usr/lib/vdr/plugins/libvdr-satip.*
66 + usr/lib64/vdr/plugins/libvdr-satip.*"
67 +S="${WORKDIR}/${MY_P}"
68 +
69 +src_prepare() {
70 + vdr-plugin-2_src_prepare
71 +
72 + if has_version "dev-libs/tinyxml"; then
73 + sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile || die "sed failed"
74 + fi
75 +
76 + local GIT_COMMIT_SHORT=${GIT_COMMIT:0:7}
77 + sed -i -e "s:GITTAG =.*:GITTAG=${GIT_COMMIT_SHORT}:" Makefile || die "Failed to modify Makefile"
78 +}