public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gst/
Date: Thu,  8 Sep 2016 23:03:32 +0000 (UTC)	[thread overview]
Message-ID: <1473375776.57864c2176a1d9847f7cfc956d4ece2d263c4896.eva@gentoo> (raw)

commit:     57864c2176a1d9847f7cfc956d4ece2d263c4896
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 22:19:39 2016 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 23:02:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57864c21

media-libs/clutter-gst: version bump from 3.0.18 to 3.0.20

Package-Manager: portage-2.3.0

 media-libs/clutter-gst/Manifest                  |  1 +
 media-libs/clutter-gst/clutter-gst-3.0.20.ebuild | 64 ++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/media-libs/clutter-gst/Manifest b/media-libs/clutter-gst/Manifest
index 787bc08..de8481e 100644
--- a/media-libs/clutter-gst/Manifest
+++ b/media-libs/clutter-gst/Manifest
@@ -2,3 +2,4 @@ DIST clutter-gst-2.0.16.tar.xz 357380 SHA256 a944f84186937021aba6329c23954f6015d
 DIST clutter-gst-2.0.18.tar.xz 358936 SHA256 8d82bebf01b65d433bfb0f8da7bf7a8da42289f58b66bc4dfa775df0385bf8b5 SHA512 effc45929c201643d8a3e01ea199e426ab0927a9394dabf796b8edf1b7cf5e264f48a524966e31a86d4cf9fe99718464de0bad26ca7d64e05d64b7f0006676be WHIRLPOOL a94a7383b51255c50000f68ed1a0280b0fa117073442938e69e0f81d336e18728cc6edf38600adf89de006be92f22d4f9c99e62e1286551e53f1580e5965c9e2
 DIST clutter-gst-3.0.16.tar.xz 406328 SHA256 803e8b7265e63e0581e21fd0c6064792dfe951512e9f515e9e7a9b452caaf9f0 SHA512 ad543156e05828a28d89d49080618fb64a010247eceee87d5930c14cd4ddc4fd276f6b30be8790d9003c988be45ead8c258157d72e60db0ea089eb068229da21 WHIRLPOOL 5ddf357183baed580fddf3b1171f30139495cfb7eb36571724b8c7ad7e758d6850aed6ef5ac3eb7452a2491bcf11c7748b9ce639a069b00c6078960d2e8e91dc
 DIST clutter-gst-3.0.18.tar.xz 407256 SHA256 0aec0d0c6020cd19a5bb0dab1165a92748f81a9a3acdfabb0f966d5f53bc8093 SHA512 cc08b0fd757c92028d38314db42749b3f512c79b0e07b64bd3e32706804ce6d11c3069f46ba01891df635351d7874c3818d26921c531f1f9b7ef780f9859f409 WHIRLPOOL e4b6cc186efe87b6efa11151896c7fa35c0819ef94e2fd5bf4c07540f7d909ca441c84ad6b4ca1243bd4f0f581adaae52ee2cd08c0ce55ae8e7431d64f8b04fc
+DIST clutter-gst-3.0.20.tar.xz 404988 SHA256 a0011787ed2a2dafe914f973c1ede283d40b8eb75123f4a7b608ae6d1cc066c9 SHA512 813ba6df8e89cd2820990cbd4b2d85a5786de654045c411eaae97940663abea34d0c0c34281e0dc383b0939aa99cc6fb57331744ea120c843bcd74f3f5043a14 WHIRLPOOL 00783842b7c459249ab219025311021af0887c8340c4be76a9d43967f7dfc51ecbbc3b768956423213b50f2d58436a7ef75af8a13613f6fdbf30f26ab494edfe

diff --git a/media-libs/clutter-gst/clutter-gst-3.0.20.ebuild b/media-libs/clutter-gst/clutter-gst-3.0.20.ebuild
new file mode 100644
index 00000000..0e03bec
--- /dev/null
+++ b/media-libs/clutter-gst/clutter-gst-3.0.20.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 )
+
+inherit gnome2 python-any-r1
+
+HOMEPAGE="https://blogs.gnome.org/clutter/"
+DESCRIPTION="GStreamer integration library for Clutter"
+
+LICENSE="LGPL-2.1+"
+SLOT="3.0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="X debug examples +introspection udev"
+
+# >=cogl-1.18 provides cogl-2.0-experimental
+COMMON_DEPEND="
+	>=dev-libs/glib-2.20:2
+	>=media-libs/clutter-1.20:1.0=[X=,introspection?]
+	>=media-libs/cogl-1.18:1.0=[introspection?]
+	>=media-libs/gstreamer-1.4:1.0[introspection?]
+	>=media-libs/gst-plugins-bad-1.4:1.0
+	>=media-libs/gst-plugins-base-1.4:1.0[introspection?]
+	introspection? ( >=dev-libs/gobject-introspection-0.6.8:= )
+	udev? ( virtual/libgudev )
+"
+# uses goom from gst-plugins-good
+RDEPEND="${COMMON_DEPEND}
+	>=media-libs/gst-plugins-good-1.4:1.0
+	!udev? ( media-plugins/gst-plugins-v4l2 )
+"
+DEPEND="${COMMON_DEPEND}
+	${PYTHON_DEPS}
+	>=dev-util/gtk-doc-am-1.11
+	virtual/pkgconfig
+"
+
+src_configure() {
+	# --enable-gl-texture-upload is experimental
+	gnome2_src_configure \
+		--disable-maintainer-flags \
+		--enable-debug=$(usex debug yes minimum) \
+		$(use_enable introspection) \
+		$(use_enable udev)
+}
+
+src_compile() {
+	# Clutter tries to access dri without userpriv, upstream bug #661873
+	# Massive failure of a hack, see bug 360219, bug 360073, bug 363917
+	unset DISPLAY
+	gnome2_src_compile
+}
+
+src_install() {
+	gnome2_src_install
+
+	if use examples; then
+		insinto /usr/share/doc/"${PF}"/examples
+		doins examples/{*.c,*.png,README}
+	fi
+}


             reply	other threads:[~2016-09-08 23:03 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-08 23:03 Gilles Dartiguelongue [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-31  2:56 [gentoo-commits] repo/gentoo:master commit in: media-libs/clutter-gst/ Matt Turner
2022-07-18 23:41 Sam James
2022-07-06  1:24 Sam James
2022-07-02 20:47 Sam James
2021-12-31  3:42 Yixun Lan
2021-03-04  0:23 Sam James
2020-04-20 20:42 Mart Raudsepp
2020-02-08 19:26 Matt Turner
2019-05-18 23:05 Mart Raudsepp
2019-02-14 19:05 Mart Raudsepp
2019-02-12 11:10 Mart Raudsepp
2018-04-29  0:08 Mart Raudsepp
2018-04-29  0:08 Mart Raudsepp
2018-04-26 22:32 Aaron Bauman
2018-04-11 12:27 Mart Raudsepp
2017-07-18 19:37 Alexis Ballier
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-03-31  5:47 Mart Raudsepp
2017-02-15 20:38 Mart Raudsepp
2016-12-06  9:26 Pacho Ramos
2016-12-06  9:26 Pacho Ramos
2016-03-06 20:12 Mikle Kolyada
2015-11-11  8:20 Agostino Sarubbo
2015-11-10 17:02 Agostino Sarubbo
2015-10-17 10:57 Pacho Ramos
2015-10-04 10:26 Pacho Ramos
2015-10-04 10:26 Pacho Ramos
2015-09-07 16:24 Mikle Kolyada
2015-09-05 11:17 Pacho Ramos
2015-09-05 11:11 Pacho Ramos

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=1473375776.57864c2176a1d9847f7cfc956d4ece2d263c4896.eva@gentoo \
    --to=eva@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