summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-19 17:49:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-19 17:51:38 +0200
commit36f28c02938549c90718fc0a601c817817465c32 (patch)
tree9c03c328ab97abc25cde8115c87ead795b68770d /media-libs/qt-gstreamer
parentmedia-libs/qt-gstreamer: Fix build with >=gstreamer-16 and clang (diff)
downloadgentoo-36f28c02938549c90718fc0a601c817817465c32.tar.gz
gentoo-36f28c02938549c90718fc0a601c817817465c32.tar.bz2
gentoo-36f28c02938549c90718fc0a601c817817465c32.zip
media-libs/qt-gstreamer: Drop obsolete live switch
Unmaintained upstream and likely a dead end, live version is in kde overlay. Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/qt-gstreamer')
-rw-r--r--media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild
index 5732c4739674..4adb838f82d5 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r4.ebuild
@@ -3,20 +3,15 @@
EAPI=7
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://gstreamer.freedesktop.org/src/qt-gstreamer/${P}.tar.xz"
- KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
-else
- EGIT_REPO_URI="https://anongit.freedesktop.org/git/gstreamer/qt-gstreamer.git"
- inherit git-r3
-fi
inherit cmake-utils
DESCRIPTION="C++ bindings for GStreamer with a Qt-style API"
HOMEPAGE="https://gstreamer.freedesktop.org/modules/qt-gstreamer.html"
+SRC_URI="https://gstreamer.freedesktop.org/src/qt-gstreamer/${P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
IUSE="test"
BDEPEND="