From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-multimedia/
Date: Sun, 9 Sep 2012 08:00:58 +0000 (UTC) [thread overview]
Message-ID: <1347177640.f346acba4c5d081455b4293566718324920b9f6f.pesa@gentoo> (raw)
commit: f346acba4c5d081455b4293566718324920b9f6f
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Sun Sep 9 08:00:40 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sun Sep 9 08:00:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f346acba
[x11-libs/qt-multimedia] Add ebuilds for Qt5's QtMultimedia module.
(Portage version: 2.2.0_alpha124/git/Linux x86_64, unsigned Manifest commit)
---
x11-libs/qt-multimedia/Manifest | 1 +
x11-libs/qt-multimedia/metadata.xml | 2 +
.../qt-multimedia/qt-multimedia-5.0.0_beta1.ebuild | 38 ++++++++++++++++++++
x11-libs/qt-multimedia/qt-multimedia-5.9999.ebuild | 38 ++++++++++++++++++++
4 files changed, 79 insertions(+), 0 deletions(-)
diff --git a/x11-libs/qt-multimedia/Manifest b/x11-libs/qt-multimedia/Manifest
new file mode 100644
index 0000000..2171bb6
--- /dev/null
+++ b/x11-libs/qt-multimedia/Manifest
@@ -0,0 +1 @@
+DIST qtmultimedia-opensource-src-5.0.0-beta1.tar.xz 3848664 SHA256 69a3044ddcfa7b86a0d5fa4dc2aa612b49d7c3d4956a69347fdd122823d448ef SHA512 36937cd69d591ae18824ce155a87d8e547080d44628b3a544ec8282e5938d1dc99206bdc59ceeccc7e3514d3d22212e4c95ce46687fa56b405cfd980136a548c WHIRLPOOL 90cf584a77460ac7c11949cc1e0ae97da47cd621ca6490c0d7f43283105dd03c974426d50e9922e113a9f7d84032c2a984c369bc4040fd236ab688158ce4591a
diff --git a/x11-libs/qt-multimedia/metadata.xml b/x11-libs/qt-multimedia/metadata.xml
index 782c134..d97de6c 100644
--- a/x11-libs/qt-multimedia/metadata.xml
+++ b/x11-libs/qt-multimedia/metadata.xml
@@ -4,8 +4,10 @@
<herd>qt</herd>
<use>
<flag name="c++0x">Build Qt using the C++11 standard</flag>
+ <flag name="c++11">Build Qt using the C++11 standard</flag>
<flag name="exceptions">Add support for exceptions - like catching them
inside the event loop (recommended by Nokia)</flag>
+ <flag name="qml">Build QML/QtQuick bindings</flag>
</use>
<upstream>
<bugs-to>https://bugreports.qt-project.org/</bugs-to>
diff --git a/x11-libs/qt-multimedia/qt-multimedia-5.0.0_beta1.ebuild b/x11-libs/qt-multimedia/qt-multimedia-5.0.0_beta1.ebuild
new file mode 100644
index 0000000..46dae11
--- /dev/null
+++ b/x11-libs/qt-multimedia/qt-multimedia-5.0.0_beta1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64"
+fi
+
+# FIXME: probably lots of automagic deps
+# TODO: qt-widgets can be made optional
+# TODO: opengl, xv
+
+IUSE="alsa gstreamer openal pulseaudio qml"
+
+DEPEND="
+ ~x11-libs/qt-core-${PV}[debug=]
+ ~x11-libs/qt-gui-${PV}[debug=]
+ ~x11-libs/qt-network-${PV}[debug=]
+ ~x11-libs/qt-widgets-${PV}[debug=]
+ alsa? ( media-libs/alsa-lib )
+ gstreamer? (
+ media-libs/gstreamer:0.10
+ media-libs/gst-plugins-bad:0.10
+ media-libs/gst-plugins-base:0.10
+ )
+ openal? ( media-libs/openal )
+ pulseaudio? ( media-sound/pulseaudio )
+ qml? ( ~x11-libs/qt-declarative-${PV}[debug=] )
+"
+RDEPEND="${DEPEND}"
diff --git a/x11-libs/qt-multimedia/qt-multimedia-5.9999.ebuild b/x11-libs/qt-multimedia/qt-multimedia-5.9999.ebuild
new file mode 100644
index 0000000..46dae11
--- /dev/null
+++ b/x11-libs/qt-multimedia/qt-multimedia-5.9999.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64"
+fi
+
+# FIXME: probably lots of automagic deps
+# TODO: qt-widgets can be made optional
+# TODO: opengl, xv
+
+IUSE="alsa gstreamer openal pulseaudio qml"
+
+DEPEND="
+ ~x11-libs/qt-core-${PV}[debug=]
+ ~x11-libs/qt-gui-${PV}[debug=]
+ ~x11-libs/qt-network-${PV}[debug=]
+ ~x11-libs/qt-widgets-${PV}[debug=]
+ alsa? ( media-libs/alsa-lib )
+ gstreamer? (
+ media-libs/gstreamer:0.10
+ media-libs/gst-plugins-bad:0.10
+ media-libs/gst-plugins-base:0.10
+ )
+ openal? ( media-libs/openal )
+ pulseaudio? ( media-sound/pulseaudio )
+ qml? ( ~x11-libs/qt-declarative-${PV}[debug=] )
+"
+RDEPEND="${DEPEND}"
next reply other threads:[~2012-09-09 8:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-09 8:00 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-03-17 16:01 [gentoo-commits] proj/qt:master commit in: x11-libs/qt-multimedia/ 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=1347177640.f346acba4c5d081455b4293566718324920b9f6f.pesa@gentoo \
--to=pesa@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