public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-satip/
Date: Mon, 12 Jul 2021 12:13:42 +0000 (UTC)	[thread overview]
Message-ID: <1626091929.49d73e1eafe35e3393d1978319c28a0566a76330.ionen@gentoo> (raw)

commit:     49d73e1eafe35e3393d1978319c28a0566a76330
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Tue Jun 29 08:31:06 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 12:12:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d73e1e

media-plugins/vdr-satip: version bump to 2.4.1

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-plugins/vdr-satip/Manifest               |  1 +
 media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild | 33 ++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/media-plugins/vdr-satip/Manifest b/media-plugins/vdr-satip/Manifest
index 5251b42f091..61a1852123c 100644
--- a/media-plugins/vdr-satip/Manifest
+++ b/media-plugins/vdr-satip/Manifest
@@ -1,2 +1,3 @@
 DIST vdr-plugin-satip-43b60b1566878104240cbae5b1e322bbacd380e1.tar.gz 74697 BLAKE2B a1e763e1837cf00718469333304a858cec9802bc65ca0e607664ce0bc0594d038586b10fdbe822cb62e8d9d68441bc39b9c4356ce88e328cc08e41a3e7e2c213 SHA512 6447d424d119e738b3dc747b9ec27c24ed15143bee176cca4cbd09d43a9c5cfd03bb1d39fa2c3b4409af583e25489872d5350d32570d0790e2327759a6181b2e
 DIST vdr-satip-2.2.5.tgz 74669 BLAKE2B e586297f0f0c1ca776d4c9f83b46da7f7afe82b80ac7e79ec2da7107c793f5c8a5092590ad23030a435e2d034b084373b9b069bac6ef81822723d33ff6c7fab2 SHA512 3f8ab1d9e84843e71bc6fc8f712d178fa3d304d0959ec977de1b11829e27b575feb78735c6770b15d4dfb8f4fce933aed7df07a6d9ba0b20e937aacd3c643a21
+DIST vdr-satip-2.4.1.tar.gz 75880 BLAKE2B 4c935922921856a56eacdfa9afd0ccd2f3957c3221ef527948e90fc3f45c0deaa34bbd7a4b5aad9bfba6d4e34c93f7d23225bc24c2525929571256de06c7f811 SHA512 0c6eb3fcb274e34395d8483e7382a655019683fe0cb1c677f120bce85c2bd181517d38f5325003ed6326e8fb0badeef937397d596723b8403ee865fa5e521ead

diff --git a/media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild b/media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild
new file mode 100644
index 00000000000..f8991ebbdcd
--- /dev/null
+++ b/media-plugins/vdr-satip/vdr-satip-2.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: integrates SAT>IP network devices seamlessly into VDR"
+HOMEPAGE="https://github.com/rofafor/vdr-plugin-satip"
+SRC_URI="https://github.com/rofafor/vdr-plugin-satip/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/vdr-plugin-satip-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="
+	>=media-video/vdr-2.4.0
+	>=net-misc/curl-7.36
+	|| ( dev-libs/tinyxml dev-libs/pugixml )"
+RDEPEND="${DEPEND}"
+
+QA_FLAGS_IGNORED="
+	usr/lib/vdr/plugins/libvdr-satip.*
+	usr/lib64/vdr/plugins/libvdr-satip.*"
+
+src_prepare() {
+	vdr-plugin-2_src_prepare
+
+	if has_version "dev-libs/tinyxml"; then
+		sed -e "s:#SATIP_USE_TINYXML:SATIP_USE_TINYXML:" -i Makefile || die "sed failed"
+	fi
+}


             reply	other threads:[~2021-07-12 12:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-12 12:13 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-07-12 12:13 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-satip/ Ionen Wolkens
2021-02-28  9:03 Joonas Niilola
2021-02-28  9:03 Joonas Niilola
2021-02-28  9:03 Joonas Niilola
2019-12-27 14:41 Jörg Bornkessel
2019-12-25 18:53 Jörg Bornkessel
2016-10-03 14:26 Joerg Bornkessel
2015-09-27 11:25 Joerg Bornkessel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1626091929.49d73e1eafe35e3393d1978319c28a0566a76330.ionen@gentoo \
    --to=ionen@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox