From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/
Date: Tue, 31 May 2016 12:34:43 +0000 (UTC) [thread overview]
Message-ID: <1464698072.7a9f821787a21db585ae1bee8c5f1facda2d3254.fordfrog@gentoo> (raw)
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"
next reply other threads:[~2016-05-31 12:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-31 12:34 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-26 11:00 [gentoo-commits] repo/gentoo:master commit in: media-video/raspberrypi-omxplayer/ David Seifert
2021-04-18 12:11 Andreas Sturmlechner
2022-10-15 14:00 Sam James
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=1464698072.7a9f821787a21db585ae1bee8c5f1facda2d3254.fordfrog@gentoo \
--to=fordfrog@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