diff options
3 files changed, 0 insertions, 103 deletions
diff --git a/media-video/raspberrypi-omxplayer/Manifest b/media-video/raspberrypi-omxplayer/Manifest index 28e0bb3b327d..be77ff186208 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 513d2665f6e9..000000000000 --- 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 983b5f596d3e..000000000000 --- 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 -} |