* [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/
@ 2021-04-18 12:11 Andreas Sturmlechner
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2021-04-18 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 0fc6456751748894c364cad2aa2dae72761a541b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 09:36:46 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 12:00:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fc64567
media-video/raspberrypi-omxplayer: Drop 0_p20160217-r1 and 0_p20160528-r2
Bug: https://bugs.gentoo.org/590744
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/raspberrypi-omxplayer/Manifest | 1 -
.../raspberrypi-omxplayer-0_p20160217-r1.ebuild | 49 --------------------
.../raspberrypi-omxplayer-0_p20160528-r2.ebuild | 53 ----------------------
3 files changed, 103 deletions(-)
diff --git a/media-video/raspberrypi-omxplayer/Manifest b/media-video/raspberrypi-omxplayer/Manifest
index 28e0bb3b327..be77ff18620 100644
--- a/media-video/raspberrypi-omxplayer/Manifest
+++ b/media-video/raspberrypi-omxplayer/Manifest
@@ -1,2 +1 @@
-DIST raspberrypi-omxplayer-0_p20160217.tar.gz 1204486 BLAKE2B 4c6739f9cf3f8c401966581a84634aa2187d00110a2a7a5b9077cf1b9efafb1a21c03c4cfaaad4f225b7f2f2d1bb6c777d6d01c1268c14049a2eb03cabf60dbb SHA512 5137ba534ce3b0698c6ace8f570594c97ef978aaa97e6cc902f7895412c5d0282c7c4fa1f7b03f043d5281f0a282caf494602e45aae6a12d6d35bc26aaa4000f
DIST raspberrypi-omxplayer-0_p20160528.tar.gz 1207624 BLAKE2B 5b8f8973302718cd06f0b7527eb1cc59bddd4c98a58917c540853e54a5c6d6978b00eb790ac5d18cd2e1b90730543e51c3c6edc221b4df1d9482d5e89af5846b SHA512 c7b00908f52159745dda94f35b9150122ca1e4e97ad1578a89f6db917b1579a8ed94c4ef1592a7c2590240e0fd1e7e0617e3ee8dec7f532368205ee63ce42572
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild
deleted file mode 100644
index 513d2665f6e..00000000000
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch toolchain-funcs flag-o-matic
-
-GIT_COMMIT="15a490b"
-DESCRIPTION="Command line media player for the Raspberry Pi"
-HOMEPAGE="https://github.com/popcornmix/omxplayer"
-SRC_URI="https://github.com/popcornmix/omxplayer/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm"
-IUSE=""
-
-RDEPEND="dev-libs/libpcre
- media-fonts/freefont
- || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin )
- sys-apps/dbus
- sys-apps/fbset
- media-video/ffmpeg
- x11-apps/xrefresh
- x11-apps/xset"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/popcornmix-omxplayer-${GIT_COMMIT}"
-
-src_prepare() {
- epatch "${FILESDIR}"/Makefile-0_p20160217.patch \
- "${FILESDIR}"/fonts-path.patch
-
- cat > Makefile.include << EOF
-LIBS=-lvchiq_arm -lvcos -lbcm_host -lEGL -lGLESv2 -lopenmaxil -lrt -lpthread
-EOF
-
- tc-export CXX
-}
-
-src_compile() {
- emake omxplayer.bin
-}
-
-src_install() {
- dobin omxplayer omxplayer.bin
- dodoc README.md
-}
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild
deleted file mode 100644
index 983b5f596d3..00000000000
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch toolchain-funcs flag-o-matic
-
-GIT_COMMIT="791d7df"
-DESCRIPTION="Command line media player for the Raspberry Pi"
-HOMEPAGE="https://github.com/popcornmix/omxplayer"
-SRC_URI="https://github.com/popcornmix/omxplayer/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm"
-IUSE="X"
-
-RDEPEND="dev-libs/libpcre
- media-fonts/freefont
- || ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin )
- sys-apps/dbus
- sys-apps/fbset
- media-video/ffmpeg
- dev-libs/boost
- media-libs/freetype:2
- X? (
- x11-apps/xrefresh
- x11-apps/xset
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S="${WORKDIR}/popcornmix-omxplayer-${GIT_COMMIT}"
-
-src_prepare() {
- epatch "${FILESDIR}"/Makefile-0_p20160528.patch \
- "${FILESDIR}"/fonts-path.patch
-
- cat > Makefile.include << EOF
-LIBS=-lvchostif -lvchiq_arm -lvcos -lbcm_host -lEGL -lGLESv2 -lopenmaxil -lrt -lpthread
-EOF
-
- tc-export CXX
-}
-
-src_compile() {
- emake omxplayer.bin
-}
-
-src_install() {
- dobin omxplayer omxplayer.bin
- dodoc README.md
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/
@ 2022-10-15 14:00 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-10-15 14:00 UTC (permalink / raw
To: gentoo-commits
commit: 79e0f4bbf3ee07bcd2e736efd80c0d747cd83d4e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 13:56:13 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 13:56:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e0f4bb
media-video/raspberrypi-omxplayer: fix ObsoleteUri
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild
index 41a9e22a347a..67b8ee489721 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,7 +8,7 @@ inherit flag-o-matic toolchain-funcs
GIT_COMMIT="791d7df"
DESCRIPTION="Command line media player for the Raspberry Pi"
HOMEPAGE="https://github.com/popcornmix/omxplayer"
-SRC_URI="https://github.com/popcornmix/omxplayer/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
+SRC_URI="https://github.com/popcornmix/omxplayer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/
@ 2020-04-26 11:00 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2020-04-26 11:00 UTC (permalink / raw
To: gentoo-commits
commit: 7178e4a086c67cf45c527dc18287be2ea8b3886a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 10:58:49 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 10:58:49 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7178e4a0
media-video/raspberrypi-omxplayer: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>
...0_p20160217.ebuild => raspberrypi-omxplayer-0_p20160217-r1.ebuild} | 4 ++--
...0_p20160528.ebuild => raspberrypi-omxplayer-0_p20160528-r2.ebuild} | 4 ++--
...20160528-r1.ebuild => raspberrypi-omxplayer-0_p20160528-r3.ebuild} | 4 ++--
media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild
similarity index 94%
rename from media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild
rename to media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild
index 4a1c214969f..862d38275e3 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ RDEPEND="dev-libs/libpcre
|| ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin )
sys-apps/dbus
sys-apps/fbset
- virtual/ffmpeg
+ media-video/ffmpeg
x11-apps/xrefresh
x11-apps/xset"
DEPEND="${RDEPEND}
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild
similarity index 94%
rename from media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild
rename to media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild
index da741441c5d..a5a79ed5c0b 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ RDEPEND="dev-libs/libpcre
|| ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin )
sys-apps/dbus
sys-apps/fbset
- virtual/ffmpeg
+ media-video/ffmpeg
dev-libs/boost
media-libs/freetype:2
X? (
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r1.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild
similarity index 95%
rename from media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r1.ebuild
rename to media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild
index 5592e2b50c3..41a9e22a347 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r1.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,7 +20,7 @@ RDEPEND="dev-libs/libpcre
|| ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin )
sys-apps/dbus
sys-apps/fbset
- virtual/ffmpeg
+ media-video/ffmpeg
dev-libs/boost
media-libs/freetype:2
X? (
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
index 2cac67b90a0..3cefa5dab0e 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -19,7 +19,7 @@ RDEPEND="dev-libs/libpcre
|| ( media-libs/raspberrypi-userland media-libs/raspberrypi-userland-bin )
sys-apps/dbus
sys-apps/fbset
- virtual/ffmpeg
+ media-video/ffmpeg
dev-libs/boost
media-libs/freetype:2
X? (
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/
@ 2016-05-31 12:34 Miroslav Šulc
0 siblings, 0 replies; 4+ messages in thread
From: Miroslav Šulc @ 2016-05-31 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 7a9f821787a21db585ae1bee8c5f1facda2d3254
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 12:34:08 2016 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue May 31 12:34:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9f8217
media-video/raspberrypi-omxplayer: applied patch by Ahmet Inan <xdsopl <AT> googlemail.com> from bug #421683 and bumped to the latest sources
Package-Manager: portage-2.3.0_rc1
media-video/raspberrypi-omxplayer/Manifest | 1 +
media-video/raspberrypi-omxplayer/patch | 26 ++++++++++++++++++++++
...ld => raspberrypi-omxplayer-0_p20160528.ebuild} | 19 +++++++++++-----
.../raspberrypi-omxplayer-9999.ebuild | 10 ++++++---
4 files changed, 47 insertions(+), 9 deletions(-)
diff --git a/media-video/raspberrypi-omxplayer/Manifest b/media-video/raspberrypi-omxplayer/Manifest
index 754420f..5c024cd 100644
--- a/media-video/raspberrypi-omxplayer/Manifest
+++ b/media-video/raspberrypi-omxplayer/Manifest
@@ -1 +1,2 @@
DIST raspberrypi-omxplayer-0_p20160217.tar.gz 1204486 SHA256 eba2c6ea0843db8105fe4fe9c1f345db38952e4b96bf83ba15b1a3fd0e05effa SHA512 5137ba534ce3b0698c6ace8f570594c97ef978aaa97e6cc902f7895412c5d0282c7c4fa1f7b03f043d5281f0a282caf494602e45aae6a12d6d35bc26aaa4000f WHIRLPOOL 377b53ab0f4308ff600c8cf7af5939e79a942cca22d458b00fb38cebac8cb8760a3be22ad6ad0719890b61f7aa131e623067c96d1846b4aff8e38210e39770b6
+DIST raspberrypi-omxplayer-0_p20160528.tar.gz 1207624 SHA256 8c53d309144e9668092d1c51d32d0719cbc19295f714349655b17c9aa2a71d7f SHA512 c7b00908f52159745dda94f35b9150122ca1e4e97ad1578a89f6db917b1579a8ed94c4ef1592a7c2590240e0fd1e7e0617e3ee8dec7f532368205ee63ce42572 WHIRLPOOL 38d59c1ef076933466acd01186734d44b3d0f1602d415cb51ff82934ad69eac379c24f6d731c79b1cb8daea96148ff96e99c8f74577edbfaaf751fad434f4b18
diff --git a/media-video/raspberrypi-omxplayer/patch b/media-video/raspberrypi-omxplayer/patch
new file mode 100644
index 0000000..d9b5b6b
--- /dev/null
+++ b/media-video/raspberrypi-omxplayer/patch
@@ -0,0 +1,26 @@
+--- raspberrypi-omxplayer-9999.ebuild 2016-03-09 00:09:34.000000000 +0100
++++ raspberrypi-omxplayer-9999.ebuild 2016-05-31 10:01:58.335198495 +0200
+@@ -14,7 +14,7 @@
+ LICENSE="GPL-2"
+ SLOT="0"
+ KEYWORDS="~arm"
+-IUSE=""
++IUSE="X"
+
+ RDEPEND="dev-libs/libpcre
+ media-fonts/freefont
+@@ -22,8 +22,12 @@
+ sys-apps/dbus
+ sys-apps/fbset
+ virtual/ffmpeg
+- x11-apps/xrefresh
+- x11-apps/xset"
++ dev-libs/boost
++ media-libs/freetype:2
++ X? (
++ x11-apps/xrefresh
++ x11-apps/xset
++ )"
+ DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild
similarity index 72%
copy from media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
copy to media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild
index 18fa556..4a29459 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160528.ebuild
@@ -4,16 +4,17 @@
EAPI=5
-inherit eutils git-r3 toolchain-funcs flag-o-matic
+inherit eutils toolchain-funcs flag-o-matic
+GIT_COMMIT="791d7df"
DESCRIPTION="Command line media player for the Raspberry Pi"
HOMEPAGE="https://github.com/popcornmix/omxplayer"
-EGIT_REPO_URI="https://github.com/popcornmix/omxplayer.git"
+SRC_URI="https://github.com/popcornmix/omxplayer/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
-IUSE=""
+KEYWORDS="~arm"
+IUSE="X"
RDEPEND="dev-libs/libpcre
media-fonts/freefont
@@ -21,11 +22,17 @@ RDEPEND="dev-libs/libpcre
sys-apps/dbus
sys-apps/fbset
virtual/ffmpeg
- x11-apps/xrefresh
- x11-apps/xset"
+ dev-libs/boost
+ media-libs/freetype:2
+ X? (
+ x11-apps/xrefresh
+ x11-apps/xset
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
+S="${WORKDIR}/popcornmix-omxplayer-${GIT_COMMIT}"
+
src_prepare() {
epatch "${FILESDIR}"/Makefile-0_p20160217.patch \
"${FILESDIR}"/fonts-path.patch
diff --git a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
index 18fa556..18d5bbb 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
@@ -13,7 +13,7 @@ EGIT_REPO_URI="https://github.com/popcornmix/omxplayer.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="X"
RDEPEND="dev-libs/libpcre
media-fonts/freefont
@@ -21,8 +21,12 @@ RDEPEND="dev-libs/libpcre
sys-apps/dbus
sys-apps/fbset
virtual/ffmpeg
- x11-apps/xrefresh
- x11-apps/xset"
+ dev-libs/boost
+ media-libs/freetype:2
+ X? (
+ x11-apps/xrefresh
+ x11-apps/xset
+ )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-15 14:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18 12:11 [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2022-10-15 14:00 Sam James
2020-04-26 11:00 David Seifert
2016-05-31 12:34 Miroslav Šulc
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox