commit: f3a640c0d1cfd203ab4f2dda8809325ee64cd45e
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 8 23:09:00 2016 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Mar 8 23:09:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3a640c0
media-video/raspberrypi-omxplayer: fixed after package rename
Package-Manager: portage-2.2.27
.../{omxplayer-9999-Makefile.patch => Makefile-0_p20160217.patch} | 0
.../raspberrypi-omxplayer-0_p20160217.ebuild | 8 ++++----
.../raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git
a/media-video/raspberrypi-omxplayer/files/omxplayer-9999-Makefile.patch
b/media-video/raspberrypi-omxplayer/files/Makefile-0_p20160217.patch
similarity index 100%
rename from
media-video/raspberrypi-omxplayer/files/omxplayer-9999-Makefile.patch
rename to media-video/raspberrypi-omxplayer/files/Makefile-0_p20160217.patch
diff --git
a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild
b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild
index 3f775d8..16273d4 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-0_p20160217.ebuild
@@ -27,10 +27,10 @@ RDEPEND="dev-libs/libpcre
DEPEND="${RDEPEND}
virtual/pkgconfig"
-S="${WORKDIR}/popcornmix-${PN}-${GIT_COMMIT}"
+S="${WORKDIR}/popcornmix-omxplayer-${GIT_COMMIT}"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-9999-Makefile.patch \
+ epatch "${FILESDIR}"/Makefile-0_p20160217.patch \
"${FILESDIR}"/fonts-path.patch
cat > Makefile.include << EOF
@@ -41,10 +41,10 @@ EOF
}
src_compile() {
- emake ${PN}.bin
+ emake omxplayer.bin
}
src_install() {
- dobin ${PN} ${PN}.bin
+ dobin omxplayer omxplayer.bin
dodoc README.md
}
diff --git
a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
index 88ac4d3..18fa556 100644
--- a/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
+++ b/media-video/raspberrypi-omxplayer/raspberrypi-omxplayer-9999.ebuild
@@ -27,7 +27,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
- epatch "${FILESDIR}"/${PN}-9999-Makefile.patch \
+ epatch "${FILESDIR}"/Makefile-0_p20160217.patch \
"${FILESDIR}"/fonts-path.patch
cat > Makefile.include << EOF
@@ -38,10 +38,10 @@ EOF
}
src_compile() {
- emake ${PN}.bin
+ emake omxplayer.bin
}
src_install() {
- dobin ${PN} ${PN}.bin
+ dobin omxplayer omxplayer.bin
dodoc README.md
}