public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/qt-gstreamer/
Date: Sat,  9 Dec 2017 08:09:34 +0000 (UTC)	[thread overview]
Message-ID: <1512806962.263f439ca6536f41f2d6f808863ac2f46bb9ae6f.asturm@gentoo> (raw)

commit:     263f439ca6536f41f2d6f808863ac2f46bb9ae6f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 07:56:15 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 08:09:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263f439c

media-libs/qt-gstreamer: Drop old

Package-Manager: Portage-2.3.17, Repoman-2.3.6

 .../qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild      | 83 ----------------------
 1 file changed, 83 deletions(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild
deleted file mode 100644
index 0768a8596f2..00000000000
--- a/media-libs/qt-gstreamer/qt-gstreamer-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} != *9999* ]]; then
-	SRC_URI="https://gstreamer.freedesktop.org/src/qt-gstreamer/${P}.tar.xz"
-	KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-else
-	EGIT_REPO_URI="https://anongit.freedesktop.org/git/gstreamer/qt-gstreamer.git"
-	inherit git-r3
-fi
-
-inherit cmake-utils multibuild
-
-DESCRIPTION="C++ bindings for GStreamer with a Qt-style API"
-HOMEPAGE="https://gstreamer.freedesktop.org/modules/qt-gstreamer.html"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="+qt4 qt5 test"
-
-REQUIRED_USE="|| ( qt4 qt5 )"
-
-RDEPEND="
-	dev-libs/glib:2
-	>=dev-libs/boost-1.40:=
-	media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0
-	qt4? (
-		dev-qt/qtcore:4
-		dev-qt/qtdeclarative:4
-		dev-qt/qtgui:4
-		dev-qt/qtopengl:4
-	)
-	qt5? (
-		dev-qt/qtcore:5
-		dev-qt/qtdeclarative:5
-		dev-qt/qtgui:5
-		dev-qt/qtopengl:5
-		dev-qt/qtwidgets:5
-	)
-"
-DEPEND="${RDEPEND}
-	test? (
-		qt4? ( dev-qt/qttest:4 )
-		qt5? ( dev-qt/qttest:5 )
-	)
-"
-
-PATCHES=(
-	"${FILESDIR}/${P}-gstreamer15.patch"
-	"${FILESDIR}/${P}-boost157.patch"
-)
-
-# bug 497880
-RESTRICT="test"
-
-pkg_setup() {
-	MULTIBUILD_VARIANTS=( $(usex qt4 4 '') $(usex qt5 5 '') )
-}
-
-src_configure() {
-	myconfigure() {
-		local mycmakeargs=(
-			-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Declarative=ON
-			-DQTGSTREAMER_EXAMPLES=OFF
-			-DQTGSTREAMER_TESTS=$(usex test)
-			-DQT_VERSION=${MULTIBUILD_VARIANT}
-		)
-		cmake-utils_src_configure
-	}
-
-	multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
-	multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_install() {
-	multibuild_foreach_variant cmake-utils_src_install
-}


             reply	other threads:[~2017-12-09  8:09 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-09  8:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-10-19 15:51 [gentoo-commits] repo/gentoo:master commit in: media-libs/qt-gstreamer/ Andreas Sturmlechner
2019-07-29  0:45 Aaron Bauman
2019-02-19 18:04 Andreas Sturmlechner
2018-12-13 23:04 Andreas Sturmlechner
2018-12-13 20:45 Mikle Kolyada
2018-12-13 12:48 Thomas Deutschmann
2018-12-12 14:06 Andreas Sturmlechner
2018-10-23 19:15 Andreas Sturmlechner
2017-12-08 20:39 Thomas Deutschmann
2017-11-30 22:54 Andreas Sturmlechner
2017-08-31 20:54 Andreas Sturmlechner
2016-06-02 16:27 Michael Palimaka
2016-06-02 16:27 Michael Palimaka
2016-05-27  9:34 Johannes Huber
2016-05-13  8:41 Agostino Sarubbo
2016-04-10 19:11 Michael Palimaka
2016-04-10 19:11 Michael Palimaka
2016-03-17 10:59 Michael Palimaka
2016-03-16 11:51 Agostino Sarubbo
2016-03-15 15:27 Agostino Sarubbo
2015-11-04 13:14 Michael Palimaka

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=1512806962.263f439ca6536f41f2d6f808863ac2f46bb9ae6f.asturm@gentoo \
    --to=asturm@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