public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/
Date: Mon, 16 Apr 2012 13:51:20 +0000 (UTC)	[thread overview]
Message-ID: <1334584300.8bac5ff3a69bbe39c7844f50d88b619d62eb460d.johu@gentoo> (raw)

commit:     8bac5ff3a69bbe39c7844f50d88b619d62eb460d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 13:51:40 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 13:51:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8bac5ff3

[media-libs/qt-gstreamer] Make bumping easier.

(Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit)

---
 media-libs/qt-gstreamer/qt-gstreamer-0.10.2.ebuild |   23 +++++++++++++------
 media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild   |   23 +++++++++++++------
 2 files changed, 32 insertions(+), 14 deletions(-)

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-0.10.2.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-0.10.2.ebuild
index 2d8bd49..7f1c3d3 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-0.10.2.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-0.10.2.ebuild
@@ -4,15 +4,24 @@
 
 EAPI=4
 
-inherit cmake-utils
+QT_MINIMAL="4.7.0"
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	GIT_ECLASS="git-2"
+	EGIT_REPO_URI="git://anongit.freedesktop.org/gstreamer/${PN}"
+	KEYWORDS=""
+fi
+
+inherit cmake-utils ${GIT_ECLASS}
 
 DESCRIPTION="QtGStreamer provides C++ bindings for GStreamer with a Qt-style API."
 HOMEPAGE="http://gstreamer.freedesktop.org/wiki/QtGStreamer"
-SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 DEPEND="
@@ -20,9 +29,9 @@ DEPEND="
 	>=dev-util/boost-build-1.40
 	>=media-libs/gstreamer-0.10.33
 	>=media-libs/gst-plugins-base-0.10.33
-	>=x11-libs/qt-core-4.7:4
-	>=x11-libs/qt-declarative-4.7:4
-	>=x11-libs/qt-gui-4.7:4
-	>=x11-libs/qt-opengl-4.7:4
+	>=x11-libs/qt-core-${QT_MINIMAL}:4
+	>=x11-libs/qt-declarative-${QT_MINIMAL}:4
+	>=x11-libs/qt-gui-${QT_MINIMAL}:4
+	>=x11-libs/qt-opengl-${QT_MINIMAL}:4
 "
 RDEPEND="${DEPEND}"

diff --git a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild
index 3a67bc2..7f1c3d3 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild
@@ -4,15 +4,24 @@
 
 EAPI=4
 
-inherit cmake-utils git-2
+QT_MINIMAL="4.7.0"
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
+	KEYWORDS="~amd64 ~x86"
+else
+	GIT_ECLASS="git-2"
+	EGIT_REPO_URI="git://anongit.freedesktop.org/gstreamer/${PN}"
+	KEYWORDS=""
+fi
+
+inherit cmake-utils ${GIT_ECLASS}
 
 DESCRIPTION="QtGStreamer provides C++ bindings for GStreamer with a Qt-style API."
 HOMEPAGE="http://gstreamer.freedesktop.org/wiki/QtGStreamer"
-EGIT_REPO_URI="git://anongit.freedesktop.org/gstreamer/${PN}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS=""
 IUSE=""
 
 DEPEND="
@@ -20,9 +29,9 @@ DEPEND="
 	>=dev-util/boost-build-1.40
 	>=media-libs/gstreamer-0.10.33
 	>=media-libs/gst-plugins-base-0.10.33
-	>=x11-libs/qt-core-4.7:4
-	>=x11-libs/qt-declarative-4.7:4
-	>=x11-libs/qt-gui-4.7:4
-	>=x11-libs/qt-opengl-4.7:4
+	>=x11-libs/qt-core-${QT_MINIMAL}:4
+	>=x11-libs/qt-declarative-${QT_MINIMAL}:4
+	>=x11-libs/qt-gui-${QT_MINIMAL}:4
+	>=x11-libs/qt-opengl-${QT_MINIMAL}:4
 "
 RDEPEND="${DEPEND}"



             reply	other threads:[~2012-04-16 13:51 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-16 13:51 Johannes Huber [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 13:56 [gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/ Andreas Sturmlechner
2019-10-19 18:04 Andreas Sturmlechner
2019-02-17 11:11 Andreas Sturmlechner
2018-12-12 14:05 Andreas Sturmlechner
2018-10-23 19:17 Andreas Sturmlechner
2018-10-13 12:11 Andreas Sturmlechner
2017-08-30 21:29 Andreas Sturmlechner
2016-04-10 19:10 Michael Palimaka
2016-04-10 19:09 Michael Palimaka
2016-03-23 17:23 Johannes Huber
2015-03-09 11:07 Michael Palimaka
2015-03-05 19:39 Johannes Huber
2015-01-30 20:54 Johannes Huber
2014-12-01 12:38 Michael Palimaka
2014-07-28 12:06 Michael Palimaka
2014-04-28 21:54 Johannes Huber
2014-02-12 19:07 David Heidelberger
2013-10-13 17:03 Johannes Huber
2013-03-03 16:08 Michael Palimaka
2012-09-11 10:22 Johannes Huber
2012-08-30 18:09 Andreas Hüttel
2012-07-12 21:36 Johannes Huber
2012-04-16 14:31 Johannes Huber
2012-04-16 13:30 Johannes Huber
2012-04-15 22:45 Johannes Huber
2012-03-29 13:03 Johannes Huber

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=1334584300.8bac5ff3a69bbe39c7844f50d88b619d62eb460d.johu@gentoo \
    --to=johu@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