public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/
@ 2015-10-25 15:12 Joerg Bornkessel
  0 siblings, 0 replies; 6+ messages in thread
From: Joerg Bornkessel @ 2015-10-25 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c919a9d71264185b48dfa856cf6298040a562158
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 25 15:12:50 2015 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Oct 25 15:12:50 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c919a9d7

bump

Package-Manager: portage-2.2.23

 media-plugins/vdr-rpihddevice/Manifest             |  1 +
 .../vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild   | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/media-plugins/vdr-rpihddevice/Manifest b/media-plugins/vdr-rpihddevice/Manifest
index ce7417b..d4a4b14 100644
--- a/media-plugins/vdr-rpihddevice/Manifest
+++ b/media-plugins/vdr-rpihddevice/Manifest
@@ -1,2 +1,3 @@
 DIST vdr-rpihddevice-0.0.10.tgz 70150 SHA256 3f6d9165e702d03e836e34531d5012825918613110f9e9215b8c48b9f5333e2e SHA512 7265d00044f9a9a5c27076009e0cda47fdca480d01302997c7759df9d39595f8a3cab9e3eb86dfefd373967b8c8f9800644e01f0a418b6326957cbbc40f27432 WHIRLPOOL 4b24f71ad03437d6118c63cb61a6d07440208591494c593ec3e70e6c688f9c135962894797d9213f41501140692f1d863d2a4ea6984923b41b6a2f87d3bf94a5
 DIST vdr-rpihddevice-0.0.11.tgz 77778 SHA256 f2dd9d392ab5585fbdcc55ea3c22612f2becaf878db4b96b69bd603dc145d05b SHA512 2930baa25805fff0f238fda5a4fafb5803f9551d8caa79d5368c0ecb0e38a401184b8976e8ef07c8e3fbdba3ffa45f84b636a137f4d9a21accb7a1676c418644 WHIRLPOOL 1e75bf4a7ada63c8929f7923cc89dd85867eb467bada3f5b149f1988fa74c5fd347cd346adb74949e446ca7520070dc5b98e353c02d6b69f04e35709ca55847c
+DIST vdr-rpihddevice-1.0.0.tgz 86760 SHA256 b7bbc29fe75434caaa0f8157a701be31553e6763f94c39e2755ded03354f9ab1 SHA512 1013da0593f9c5d99648d458a34906b2d5bb521824fb124b8e8efaa5017d94895b47c03657a5ae7463f9e5ad5bf415012f7b55bc0442ce12f8478768af14010e WHIRLPOOL e01b5e7befaf266bbf7a0c81017d3a49c536fe6f3bd98b39f8e2937299ed401c60f90471c7c346fd4585a169e5a40893a7a48d1f0e88d82c2c70a70f49cad817

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
new file mode 100644
index 0000000..9ee6f6b
--- /dev/null
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vdr-plugin-2
+
+VERSION="1966" #every bump, new version
+
+DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
+HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice"
+SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
+
+KEYWORDS="~arm"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2
+		>=media-libs/raspberrypi-userland-0_pre20140117
+		virtual/ffmpeg"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/
@ 2016-08-08 20:50 Matthias Schwarzott
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Schwarzott @ 2016-08-08 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     85d6e6d756409b6aa4619872944e56ca7a1cc7f1
Author:     Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 20:50:16 2016 +0000
Commit:     Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 20:50:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d6e6d7

media-plugins/vdr-rpihddevice: Bump version. Fix rpi EGL linker issue.

Package-Manager: portage-2.3.0

 media-plugins/vdr-rpihddevice/Manifest             |  1 +
 .../vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild   | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/media-plugins/vdr-rpihddevice/Manifest b/media-plugins/vdr-rpihddevice/Manifest
index d4a4b14..4744c74 100644
--- a/media-plugins/vdr-rpihddevice/Manifest
+++ b/media-plugins/vdr-rpihddevice/Manifest
@@ -1,3 +1,4 @@
 DIST vdr-rpihddevice-0.0.10.tgz 70150 SHA256 3f6d9165e702d03e836e34531d5012825918613110f9e9215b8c48b9f5333e2e SHA512 7265d00044f9a9a5c27076009e0cda47fdca480d01302997c7759df9d39595f8a3cab9e3eb86dfefd373967b8c8f9800644e01f0a418b6326957cbbc40f27432 WHIRLPOOL 4b24f71ad03437d6118c63cb61a6d07440208591494c593ec3e70e6c688f9c135962894797d9213f41501140692f1d863d2a4ea6984923b41b6a2f87d3bf94a5
 DIST vdr-rpihddevice-0.0.11.tgz 77778 SHA256 f2dd9d392ab5585fbdcc55ea3c22612f2becaf878db4b96b69bd603dc145d05b SHA512 2930baa25805fff0f238fda5a4fafb5803f9551d8caa79d5368c0ecb0e38a401184b8976e8ef07c8e3fbdba3ffa45f84b636a137f4d9a21accb7a1676c418644 WHIRLPOOL 1e75bf4a7ada63c8929f7923cc89dd85867eb467bada3f5b149f1988fa74c5fd347cd346adb74949e446ca7520070dc5b98e353c02d6b69f04e35709ca55847c
 DIST vdr-rpihddevice-1.0.0.tgz 86760 SHA256 b7bbc29fe75434caaa0f8157a701be31553e6763f94c39e2755ded03354f9ab1 SHA512 1013da0593f9c5d99648d458a34906b2d5bb521824fb124b8e8efaa5017d94895b47c03657a5ae7463f9e5ad5bf415012f7b55bc0442ce12f8478768af14010e WHIRLPOOL e01b5e7befaf266bbf7a0c81017d3a49c536fe6f3bd98b39f8e2937299ed401c60f90471c7c346fd4585a169e5a40893a7a48d1f0e88d82c2c70a70f49cad817
+DIST vdr-rpihddevice-1.0.3.tgz 89445 SHA256 069435d48e50959708571c5b727b7cd72db9b5d2e812503dc8e902e091fcd906 SHA512 9f5a9e06f382a11354d31531ad8a6277a49ce0b29c1ce2d96f952cdf1670779e5e3cd6e07eadcdd8eab151bd2467b53eeeb01d48f74f8e4f5232019110196c5e WHIRLPOOL c8eb30059227de400e37df6146a7483a13b62bb3527901bc3e8908a04ba12b1c209d371dd6266f168bbbd096339a64b427acb7f0604a361415feb949a80778ca

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
new file mode 100644
index 0000000..727ffd1
--- /dev/null
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit vdr-plugin-2
+
+VERSION="2045" #every bump, new version
+
+DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
+HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice"
+SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
+
+KEYWORDS="~arm"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-2
+		>=media-libs/raspberrypi-userland-0_pre20140117
+		virtual/ffmpeg"
+RDEPEND="${DEPEND}"
+
+src_prepare()
+{
+	sed -i "${S}"/Makefile -e 's/-lGLESv2 -lEGL/-lEGL -lGLESv2/' || die "sed failed"
+	vdr-plugin-2_src_prepare
+}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/
@ 2016-08-15 19:09 Matthias Schwarzott
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Schwarzott @ 2016-08-15 19:09 UTC (permalink / raw
  To: gentoo-commits

commit:     405b4f34744e559910aa3bb63a58409aa3739c55
Author:     Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 19:09:35 2016 +0000
Commit:     Matthias Schwarzott <zzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 19:09:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405b4f34

media-plugins/vdr-rpihddevice: Better fix for linker issues - disable as-needed

Package-Manager: portage-2.3.0

 media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
index 727ffd1..f491ebf 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
@@ -24,6 +24,6 @@ RDEPEND="${DEPEND}"
 
 src_prepare()
 {
-	sed -i "${S}"/Makefile -e 's/-lGLESv2 -lEGL/-lEGL -lGLESv2/' || die "sed failed"
+	sed -i "${S}"/Makefile -e '/LDFLAGS.*VCLIBDIR/s/$/ -Wl,--no-as-needed/' || die "sed failed"
 	vdr-plugin-2_src_prepare
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/
@ 2018-03-26 19:18 Aaron Bauman
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Bauman @ 2018-03-26 19:18 UTC (permalink / raw
  To: gentoo-commits

commit:     93914aff9fc4dc8392eee5d75d15d40c9cb9286b
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 11 17:25:03 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 19:15:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93914aff

media-plugins/vdr-rpihddevice: use HTTPS

 media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild | 4 ++--
 media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild | 4 ++--
 media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild  | 4 ++--
 media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild
index c753e1cc887..f176a8d4ba8 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1817" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild
index abd41d590f3..f5677cadb31 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1861" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
index 8d8b6680857..bf3e1a6323c 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1966" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
index 4360c224c82..40fe4c478d0 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="2045" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-rpihddevice"
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
 SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 
 KEYWORDS="~arm"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/
@ 2019-12-27  7:41 Jörg Bornkessel
  0 siblings, 0 replies; 6+ messages in thread
From: Jörg Bornkessel @ 2019-12-27  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     96371634266afd039bbe721611afbdcae57fad0f
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 27 07:40:29 2019 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 07:40:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96371634

media-plugins/vdr-rpihddevice: version bump

cleanup old,
moved to eapi 7

Package-Manager: Portage-2.3.83, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 media-plugins/vdr-rpihddevice/Manifest             |  4 +---
 .../vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild  | 22 ----------------------
 .../vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild  | 22 ----------------------
 .../vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild   | 22 ----------------------
 .../vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild   | 10 ++++------
 ...e-1.0.3.ebuild => vdr-rpihddevice-1.0.5.ebuild} | 21 ++++++++++++---------
 6 files changed, 17 insertions(+), 84 deletions(-)

diff --git a/media-plugins/vdr-rpihddevice/Manifest b/media-plugins/vdr-rpihddevice/Manifest
index 6f7685db961..e27cec57bf6 100644
--- a/media-plugins/vdr-rpihddevice/Manifest
+++ b/media-plugins/vdr-rpihddevice/Manifest
@@ -1,4 +1,2 @@
-DIST vdr-rpihddevice-0.0.10.tgz 70150 BLAKE2B 7ef080f55d6ee42b61d4fe11c4bfe6487dc7870f1887ceef23b28882ec0d1adaaf1276d308b6a3f3637207a87e289f03e7cebb131dd75cf9f5107b26e3e0abd7 SHA512 7265d00044f9a9a5c27076009e0cda47fdca480d01302997c7759df9d39595f8a3cab9e3eb86dfefd373967b8c8f9800644e01f0a418b6326957cbbc40f27432
-DIST vdr-rpihddevice-0.0.11.tgz 77778 BLAKE2B 9f9a3a029e9ddb1d2583bbffdd04ad7e7abefa7e0619d814958c146b5e4c2391cba3d4e57ddd10e4bc41fa52234517a9533684f2a973477c391c0ed1af5266a7 SHA512 2930baa25805fff0f238fda5a4fafb5803f9551d8caa79d5368c0ecb0e38a401184b8976e8ef07c8e3fbdba3ffa45f84b636a137f4d9a21accb7a1676c418644
-DIST vdr-rpihddevice-1.0.0.tgz 86760 BLAKE2B bfc535d02d5a9701691fd1341e24b62a28f65f663d6a91767924d0c565fb816cad3a9767e26547f53ed80bf1ff6e715c7a9ed7049d7244a875f798f638064f3a SHA512 1013da0593f9c5d99648d458a34906b2d5bb521824fb124b8e8efaa5017d94895b47c03657a5ae7463f9e5ad5bf415012f7b55bc0442ce12f8478768af14010e
 DIST vdr-rpihddevice-1.0.3.tgz 89445 BLAKE2B e459ca823e36ebf16c71bdc7db08311bfb31fabe3233ec62a076d69bf3428e2a6fc4cdc9a2cf906ba801942be559d98d68c28b7219fa3fbdba517eb80880be8c SHA512 9f5a9e06f382a11354d31531ad8a6277a49ce0b29c1ce2d96f952cdf1670779e5e3cd6e07eadcdd8eab151bd2467b53eeeb01d48f74f8e4f5232019110196c5e
+DIST vdr-rpihddevice-1.0.5.tgz 93199 BLAKE2B 32afd2ef30bfbfa3893f0be98cb4316c9a090fa3d99c3fb2632f818c590aebf0a095768c7bef64b22ece42eac979f7f80565a5a9587761546473682a25904286 SHA512 3a122a3b96851653cb626090307034a19d6968f923c300899c8c661c4a68ed86bd3212454098622c8813a4cad80bacd491469083661e50852509e99479784ab1

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild
deleted file mode 100644
index f176a8d4ba8..00000000000
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.10.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-VERSION="1817" #every bump, new version
-
-DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-KEYWORDS="~arm"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2
-		>=media-libs/raspberrypi-userland-0_pre20140117
-		virtual/ffmpeg"
-RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild
deleted file mode 100644
index f5677cadb31..00000000000
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-0.0.11.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-VERSION="1861" #every bump, new version
-
-DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-KEYWORDS="~arm"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2
-		>=media-libs/raspberrypi-userland-0_pre20140117
-		virtual/ffmpeg"
-RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
deleted file mode 100644
index bf3e1a6323c..00000000000
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-VERSION="1966" #every bump, new version
-
-DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-KEYWORDS="~arm"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2
-		>=media-libs/raspberrypi-userland-0_pre20140117
-		virtual/ffmpeg"
-RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
index 40fe4c478d0..4e227c3020e 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -14,12 +14,10 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 KEYWORDS="~arm"
 SLOT="0"
 LICENSE="GPL-2"
-IUSE=""
 
-DEPEND=">=media-video/vdr-2
-		>=media-libs/raspberrypi-userland-0_pre20140117
+DEPEND="media-libs/raspberrypi-userland
+		media-video/vdr
 		virtual/ffmpeg"
-RDEPEND="${DEPEND}"
 
 src_prepare()
 {

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
similarity index 58%
copy from media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
copy to media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
index 40fe4c478d0..1a096aa3435 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
-VERSION="2045" #every bump, new version
+VERSION="2193" #every bump, new version
 
 DESCRIPTION="VDR Plugin: Output Device for Raspberry Pi"
 HOMEPAGE="https://projects.vdr-developer.org/projects/plg-rpihddevice"
@@ -14,15 +14,18 @@ SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
 KEYWORDS="~arm"
 SLOT="0"
 LICENSE="GPL-2"
-IUSE=""
 
-DEPEND=">=media-video/vdr-2
-		>=media-libs/raspberrypi-userland-0_pre20140117
+DEPEND="media-libs/raspberrypi-userland
+		media-video/vdr
 		virtual/ffmpeg"
-RDEPEND="${DEPEND}"
 
-src_prepare()
-{
+src_prepare() {
 	sed -i "${S}"/Makefile -e '/LDFLAGS.*VCLIBDIR/s/$/ -Wl,--no-as-needed/' || die "sed failed"
+
+	# media-libs/raspberrypi-userland to old on gentoo...
+	sed -e "s:-lbrcmGLESv2:-lGLESv2:" \
+		-e "s:-lbrcmEGL:-lEGL:" \
+		-i "${S}"/Makefile || die "sed failed"
+
 	vdr-plugin-2_src_prepare
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/
@ 2020-04-26 11:05 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2020-04-26 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     51d0fead2685181472563e435718b7ad7b369bbb
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 11:05:14 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 11:05:14 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51d0fead

media-plugins/vdr-rpihddevice: Replace virtual/ffmpeg

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild | 4 ++--
 media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
index 4e227c3020e..bf5ba349408 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 
 DEPEND="media-libs/raspberrypi-userland
 		media-video/vdr
-		virtual/ffmpeg"
+		media-video/ffmpeg"
 
 src_prepare()
 {

diff --git a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
index 1a096aa3435..ee3ca8918eb 100644
--- a/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
+++ b/media-plugins/vdr-rpihddevice/vdr-rpihddevice-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
 
 DEPEND="media-libs/raspberrypi-userland
 		media-video/vdr
-		virtual/ffmpeg"
+		media-video/ffmpeg"
 
 src_prepare() {
 	sed -i "${S}"/Makefile -e '/LDFLAGS.*VCLIBDIR/s/$/ -Wl,--no-as-needed/' || die "sed failed"


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-26 11:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 19:09 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-rpihddevice/ Matthias Schwarzott
  -- strict thread matches above, loose matches on Subject: below --
2020-04-26 11:05 David Seifert
2019-12-27  7:41 Jörg Bornkessel
2018-03-26 19:18 Aaron Bauman
2016-08-08 20:50 Matthias Schwarzott
2015-10-25 15:12 Joerg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox