diff options
author | 2018-03-15 01:03:39 +0000 | |
---|---|---|
committer | 2018-03-15 01:03:39 +0000 | |
commit | 8b4390c2bb7a6e03c54dff09c16ba9a2f99cd3f8 (patch) | |
tree | 00e1ddd886812d7ebfb5b2f1d58da8aca5185572 | |
parent | media-video/calyp: update calyp git branch (diff) | |
download | carreira-8b4390c2bb7a6e03c54dff09c16ba9a2f99cd3f8.tar.gz carreira-8b4390c2bb7a6e03c54dff09c16ba9a2f99cd3f8.tar.bz2 carreira-8b4390c2bb7a6e03c54dff09c16ba9a2f99cd3f8.zip |
media-video/playuver: live ebuild removed
Upstream stop developing
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r-- | media-video/playuver/playuver-9999.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/media-video/playuver/playuver-9999.ebuild b/media-video/playuver/playuver-9999.ebuild deleted file mode 100644 index 0f76316..0000000 --- a/media-video/playuver/playuver-9999.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils cmake-utils git-r3 - -DESCRIPTION="plaYUVer is an open-source QT based raw video player" -HOMEPAGE="https://github.com/pixlra/playuver" -LICENSE="GPL-2" - -EGIT_REPO_URI="https://github.com/pixlra/playuver.git" - -SLOT=0 -KEYWORDS="" - -X86_CPU_FEATURES="cpu_flags_x86_sse" -IUSE="+qt5 -qt4 ffmpeg opencv -static-libs $X86_CPU_FEATURES" - -DEPEND=" - qt5? ( - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtwidgets:5 - ) - qt4? ( - dev-qt/qtdbus:4 - dev-qt/qtcore:4 - dev-qt/qtgui:4 - ) - ffmpeg? ( virtual/ffmpeg ) - opencv? ( media-libs/opencv ) -" - -RDEPEND="${DEPEND}" - -REQUIRED_USE=" - ?? ( qt5 qt4 ) - qt4? ( !opencv ) -" - -src_configure() { - local mycmakeargs=( - -DUSE_SSE=$(usex cpu_flags_x86_sse) - -DUSE_QT4=$(usex qt4) - -DUSE_FFMPEG=$(usex ffmpeg) - -DUSE_OPENCV=$(usex opencv) - -DUSE_STATIC=$(usex static-libs) - ) - cmake-utils_src_configure -} |