[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/

2024-06-22 Thread Conrad Kostecki
commit: 46555d4fe5d4d71fd207ed6f3ea454a298026557
Author: Martin Dummer  gmx  net>
AuthorDate: Thu Jun 20 18:16:33 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jun 22 19:09:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46555d4f

media-plugins/vdr-radio: update EAPI 7 -> 8

fix pkgcheck issue
fix clang compile error
new HOMEPAGE + SRC_URI

Closes: https://bugs.gentoo.org/925755
Signed-off-by: Martin Dummer  gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/37230
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-plugins/vdr-radio/Manifest   |  2 +-
 media-plugins/vdr-radio/metadata.xml   |  7 +--
 ...dr-radio-1.1.0.ebuild => vdr-radio-1.1.0-r1.ebuild} | 18 +++---
 3 files changed, 17 insertions(+), 10 deletions(-)

diff --git a/media-plugins/vdr-radio/Manifest b/media-plugins/vdr-radio/Manifest
index 2e08cea5194e..ed7b499ba7fe 100644
--- a/media-plugins/vdr-radio/Manifest
+++ b/media-plugins/vdr-radio/Manifest
@@ -1 +1 @@
-DIST vdr-plugin-radio-1.1.0.tar.gz 710385 BLAKE2B 
fa9c692d528d718ace371359fea915eaf972b8ec759c28f86f52b9564c4f6e405da87639522af9a2c24138808351ee421d112dfacf3954d9779da9307a1f0a94
 SHA512 
d6c5ea7c457b5611b689bd5bc051c185feb108be6d82ea45ae9e9847a86cd06df38b38a1851bcdcf49808111cd1e9aea1f08decca66973c8020592d3a261aae6
+DIST vdr-radio-1.1.0.tgz 710385 BLAKE2B 
fa9c692d528d718ace371359fea915eaf972b8ec759c28f86f52b9564c4f6e405da87639522af9a2c24138808351ee421d112dfacf3954d9779da9307a1f0a94
 SHA512 
d6c5ea7c457b5611b689bd5bc051c185feb108be6d82ea45ae9e9847a86cd06df38b38a1851bcdcf49808111cd1e9aea1f08decca66973c8020592d3a261aae6

diff --git a/media-plugins/vdr-radio/metadata.xml 
b/media-plugins/vdr-radio/metadata.xml
index d311c1f56233..20ea54b8c28f 100644
--- a/media-plugins/vdr-radio/metadata.xml
+++ b/media-plugins/vdr-radio/metadata.xml
@@ -13,8 +13,11 @@
 v...@gentoo.org
 Gentoo VDR Project
 
+
+vdr-projects/vdr-plugin-radio
+
 
-This Plugin display a background image while the vdr is switcht to 
radio channels.
-Also it supports RDS on radio channels.
+This Plugin displays a background image while the vdr is switched to 
radio channels.
+It also supports RDS text on radio channels.
 
 

diff --git a/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild 
b/media-plugins/vdr-radio/vdr-radio-1.1.0-r1.ebuild
similarity index 62%
rename from media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild
rename to media-plugins/vdr-radio/vdr-radio-1.1.0-r1.ebuild
index c99c2cec7b6c..f2738e298b2d 100644
--- a/media-plugins/vdr-radio/vdr-radio-1.1.0.ebuild
+++ b/media-plugins/vdr-radio/vdr-radio-1.1.0-r1.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 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";
+HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-radio/";
+SRC_URI="https://github.com/vdr-projects/vdr-plugin-radio/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tgz"
+S="${WORKDIR}/vdr-plugin-radio-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
 
-RDEPEND="media-video/vdr"
-DEPEND="${RDEPEND}"
+DEPEND="media-video/vdr"
+RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/vdr-plugin-radio-${PV}"
+src_prepare() {
+   sed -e '/^CXXFLAGS +=/ s/$/ -std=c++14/' -i Makefile || die
+   vdr-plugin-2_src_prepare
+}
 
 src_install() {
vdr-plugin-2_src_install



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/

2024-06-22 Thread Conrad Kostecki
commit: 45b39baa5580a7b66c86f9c51ca7f9f78d153b22
Author: Martin Dummer  gmx  net>
AuthorDate: Thu Jun 20 18:00:16 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Jun 22 19:09:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b39baa

media-plugins/vdr-radio: drop 0.9.1

Signed-off-by: Martin Dummer  gmx.net>
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-plugins/vdr-radio/Manifest   |  1 -
 media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild | 34 --
 2 files changed, 35 deletions(-)

diff --git a/media-plugins/vdr-radio/Manifest b/media-plugins/vdr-radio/Manifest
index 37da0def67e8..2e08cea5194e 100644
--- a/media-plugins/vdr-radio/Manifest
+++ b/media-plugins/vdr-radio/Manifest
@@ -1,2 +1 @@
 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-0.9.1.ebuild 
b/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
deleted file mode 100644
index b91b2138f6d9..
--- a/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 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="http://www.vdr-portal.de/board/thread.php?threadid=58795";
-SRC_URI="http://www.egal-vdr.de/plugins/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="media-video/vdr"
-DEPEND="${RDEPEND}"
-
-VDR_RCADDON_FILE="${FILESDIR}/rc-addon.sh"
-
-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*
-}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/

2020-01-03 Thread Jörg Bornkessel
commit: 415a2f04b5e0172f6f5cf7d0175c3267d4a557a3
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Fri Jan  3 18:12:21 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Fri Jan  3 18:12:50 2020 +
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  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 000..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*
+}



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/, media-plugins/vdr-radio/files/

2019-12-11 Thread Joerg Bornkessel
commit: 24b4b5f2e6e5a748ea45ac666dfbfbd27c8e7283
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Wed Dec 11 19:48:44 2019 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Wed Dec 11 19:50:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b4b5f2

media-plugins/vdr-radio: install into paths t should be created at rntime

fixed installs into paths that should be created at runtime
now it will be created at start

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-radio/files/rc-addon.sh   | 17 +++--
 media-plugins/vdr-radio/files/rc-addon.sh-0.2.0 | 15 ---
 media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild  | 11 ---
 3 files changed, 19 insertions(+), 24 deletions(-)

diff --git a/media-plugins/vdr-radio/files/rc-addon.sh 
b/media-plugins/vdr-radio/files/rc-addon.sh
index fbd4d6e94b3..9c21c783530 100644
--- a/media-plugins/vdr-radio/files/rc-addon.sh
+++ b/media-plugins/vdr-radio/files/rc-addon.sh
@@ -2,12 +2,25 @@
 # rc-addon plugin-startup-skript for vdr-radio
 # 
 # This sript is called by gentoo-vdr-scripts on start of VDR
+#
+# Joerg Bornkessel 
 
 # Set default DIR to the background picture
 RADIO_BACKGROUND_DIR=/usr/share/vdr/radio
+# Set default DIR for cache
+RADIO_TMP_DIR=/var/cache/vdr-radio
 
-plugin_pre_vdr_start() {
+_make_cachedir() {
+   if [ ! -e "${RADIO_TMP_DIR}" ]; then
+   mkdir "${RADIO_TMP_DIR}"
+   chown -R vdr:vdr "${RADIO_TMP_DIR}"
+   fi
+}
 
-add_plugin_param "-f ${RADIO_BACKGROUND_DIR}"
+_make_cachedir
+
+plugin_pre_vdr_start() {
 
+   add_plugin_param "-f ${RADIO_BACKGROUND_DIR}"
+   add_plugin_param "-d ${RADIO_TMP_DIR}"
 }

diff --git a/media-plugins/vdr-radio/files/rc-addon.sh-0.2.0 
b/media-plugins/vdr-radio/files/rc-addon.sh-0.2.0
deleted file mode 100644
index ce83253073a..000
--- a/media-plugins/vdr-radio/files/rc-addon.sh-0.2.0
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# rc-addon plugin-startup-skript for vdr-radio
-# 
-# This sript is called by gentoo-vdr-scripts on start of VDR
-
-# Set default DIR to the background picture
-RADIO_BACKGROUND_DIR=/usr/share/vdr/radio
-RADIO_TMP_DIR=/var/cache/vdr-radio
-
-plugin_pre_vdr_start() {
-
-add_plugin_param "-f ${RADIO_BACKGROUND_DIR}"
-add_plugin_param "-d ${RADIO_TMP_DIR}"
-
-}

diff --git a/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild 
b/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
index 1ea94e5f574..b91b2138f6d 100644
--- a/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
+++ b/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,15 +14,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=media-video/vdr-1.7.34"
+RDEPEND="media-video/vdr"
 DEPEND="${RDEPEND}"
 
-VDR_RCADDON_FILE="${FILESDIR}/rc-addon.sh-0.2.0"
+VDR_RCADDON_FILE="${FILESDIR}/rc-addon.sh"
 
 src_install() {
vdr-plugin-2_src_install
 
-   cd "${S}"/config
+   cd "${S}"/config || die "Can't enter source folder"
 
insinto /usr/share/vdr/radio
doins mpegstill/rtext*
@@ -31,7 +31,4 @@ src_install() {
 
exeinto /usr/share/vdr/radio
doexe scripts/radioinfo*
-
-   diropts -m 755 -o vdr -g vdr
-   keepdir "/var/cache/vdr-radio"
 }



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/

2018-08-26 Thread Joerg Bornkessel
commit: 4ac1bda5751eab46b130efef2920cab44435c677
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Sun Aug 26 11:57:01 2018 +
Commit: Joerg Bornkessel  gentoo  org>
CommitDate: Sun Aug 26 12:07:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ac1bda5

media-plugins/vdr-radio: eapi 7; cleanup old

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-plugins/vdr-radio/Manifest   |  1 -
 media-plugins/vdr-radio/vdr-radio-0.9.0.ebuild | 37 --
 media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild |  4 +--
 3 files changed, 2 insertions(+), 40 deletions(-)

diff --git a/media-plugins/vdr-radio/Manifest b/media-plugins/vdr-radio/Manifest
index 0c2f36574fd..0e6f58db547 100644
--- a/media-plugins/vdr-radio/Manifest
+++ b/media-plugins/vdr-radio/Manifest
@@ -1,2 +1 @@
-DIST vdr-radio-0.9.0.tgz 354038 BLAKE2B 
711aed670aa6113793f256df5a63ac1d3cf2d022ec095578c1fc5ce180e7fdb5ec5f4fa20100bd943d844e4db4944880746d656cbc7592ff4803fabe40056157
 SHA512 
bdfc78d04d4320b45fdabde258b028dce9c6f389cf4a12ab1a0ff43ef9b48a1baba38a8cffee37a7f756d4b6d60aab0dfac33dbeb6424d418f4ed702a5250d04
 DIST vdr-radio-0.9.1.tgz 353414 BLAKE2B 
ff0d735188e6972e029256599b2832d4eea9bed377721966f2b956b5a750f47a34b474492addba0bb3f8964188611f2f10a3a47db3aa60101c851e1db43955f0
 SHA512 
81ab0d92ee390eecbbce73bc035714dda6157dc1f0781b6f8765603f65707e1711af64a48168923e2a78b77e0d869471fa313656d517cba27a3104e483085f43

diff --git a/media-plugins/vdr-radio/vdr-radio-0.9.0.ebuild 
b/media-plugins/vdr-radio/vdr-radio-0.9.0.ebuild
deleted file mode 100644
index 7e7eac7bd8b..000
--- a/media-plugins/vdr-radio/vdr-radio-0.9.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: show background image for radio and decode RDS Text"
-HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=58795";
-SRC_URI="http://www.egal-vdr.de/plugins/${P}.tgz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=media-video/vdr-1.6.0"
-DEPEND="${RDEPEND}"
-
-VDR_RCADDON_FILE="${FILESDIR}/rc-addon.sh-0.2.0"
-
-src_install() {
-   vdr-plugin-2_src_install
-
-   cd "${S}"/config
-
-   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*
-
-   diropts -m 755 -o vdr -g vdr
-   keepdir "/var/cache/vdr-radio"
-}

diff --git a/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild 
b/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
index c30300fbba8..1ea94e5f574 100644
--- a/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
+++ b/media-plugins/vdr-radio/vdr-radio-0.9.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="4"
+EAPI=7
 
 inherit vdr-plugin-2
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-radio/

2017-11-26 Thread David Seifert
commit: 938e742a98dc31e1f612cb6c4be347ca8381b570
Author: David Seifert  gentoo  org>
AuthorDate: Sun Nov 26 12:11:44 2017 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Nov 26 23:06:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=938e742a

media-plugins/vdr-radio: [QA] Consistent whitespace in metadata.xml

 media-plugins/vdr-radio/metadata.xml | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-radio/metadata.xml 
b/media-plugins/vdr-radio/metadata.xml
index a9129a924f3..d0e2e0192ae 100644
--- a/media-plugins/vdr-radio/metadata.xml
+++ b/media-plugins/vdr-radio/metadata.xml
@@ -1,12 +1,12 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-  
- v...@gentoo.org
- Gentoo VDR Project
+   
+   v...@gentoo.org
+   Gentoo VDR Project


- This Plugin display a background image while the vdr is switcht to 
radio channels.
- Also it supports RDS on radio channels.
+   This Plugin display a background image while the vdr is switcht 
to radio channels.
+   Also it supports RDS on radio channels.