public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jörg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/
Date: Fri,  3 Jan 2020 18:13:21 +0000 (UTC)	[thread overview]
Message-ID: <1578075170.415a2f04b5e0172f6f5cf7d0175c3267d4a557a3.hd_brummy@gentoo> (raw)

commit:     415a2f04b5e0172f6f5cf7d0175c3267d4a557a3
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 18:12:21 2020 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 18:12:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=415a2f04

media-plugins/vdr-radio: bump, keyworded ~arm

this version works up from vdr-2.2
added keyword ~arm (rpi tested)
new project page and SRC_URI, fixed

Closes: https://bugs.gentoo.org/703998
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

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

diff --git a/media-plugins/vdr-radio/Manifest b/media-plugins/vdr-radio/Manifest
index 0e6f58db547..37da0def67e 100644
--- a/media-plugins/vdr-radio/Manifest
+++ b/media-plugins/vdr-radio/Manifest
@@ -1 +1,2 @@
+DIST vdr-plugin-radio-1.1.0.tar.gz 710385 BLAKE2B fa9c692d528d718ace371359fea915eaf972b8ec759c28f86f52b9564c4f6e405da87639522af9a2c24138808351ee421d112dfacf3954d9779da9307a1f0a94 SHA512 d6c5ea7c457b5611b689bd5bc051c185feb108be6d82ea45ae9e9847a86cd06df38b38a1851bcdcf49808111cd1e9aea1f08decca66973c8020592d3a261aae6
 DIST vdr-radio-0.9.1.tgz 353414 BLAKE2B ff0d735188e6972e029256599b2832d4eea9bed377721966f2b956b5a750f47a34b474492addba0bb3f8964188611f2f10a3a47db3aa60101c851e1db43955f0 SHA512 81ab0d92ee390eecbbce73bc035714dda6157dc1f0781b6f8765603f65707e1711af64a48168923e2a78b77e0d869471fa313656d517cba27a3104e483085f43

diff --git a/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild b/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild
new file mode 100644
index 00000000000..c99c2cec7b6
--- /dev/null
+++ b/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR plugin: show background image for radio and decode RDS Text"
+HOMEPAGE="https://projects.vdr-developer.org/projects/vdr-plugin-radio"
+SRC_URI="https://projects.vdr-developer.org/git/vdr-plugin-radio.git/snapshot/vdr-plugin-radio-${PV}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+RDEPEND="media-video/vdr"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/vdr-plugin-radio-${PV}"
+
+src_install() {
+	vdr-plugin-2_src_install
+
+	cd "${S}"/config || die "Can't enter source folder"
+
+	insinto /usr/share/vdr/radio
+	doins mpegstill/rtext*
+	dosym rtextOben-kleo2-live.mpg /usr/share/vdr/radio/radio.mpg
+	dosym rtextOben-kleo2-replay.mpg /usr/share/vdr/radio/replay.mpg
+
+	exeinto /usr/share/vdr/radio
+	doexe scripts/radioinfo*
+}


             reply	other threads:[~2020-01-03 18:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-03 18:13 Jörg Bornkessel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 19:13 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/ Conrad Kostecki
2024-06-22 19:13 Conrad Kostecki
2018-08-26 12:08 Joerg Bornkessel
2017-11-26 23:06 David Seifert

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=1578075170.415a2f04b5e0172f6f5cf7d0175c3267d4a557a3.hd_brummy@gentoo \
    --to=hd_brummy@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