From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/
Date: Sun, 18 Sep 2016 22:44:44 +0000 (UTC) [thread overview]
Message-ID: <1474238607.86e42af8fafbfb3413bb463dab62e92f25ecc680.eva@gentoo> (raw)
commit: 86e42af8fafbfb3413bb463dab62e92f25ecc680
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 21:47:33 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 22:43:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e42af8
media-libs/gstreamer-editing-services: version bump 1.8.2 → 1.8.3
Package-Manager: portage-2.3.0
media-libs/gstreamer-editing-services/Manifest | 1 +
.../gstreamer-editing-services-1.8.3.ebuild | 58 ++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/media-libs/gstreamer-editing-services/Manifest b/media-libs/gstreamer-editing-services/Manifest
index ee6c34c..1a3e062 100644
--- a/media-libs/gstreamer-editing-services/Manifest
+++ b/media-libs/gstreamer-editing-services/Manifest
@@ -1,2 +1,3 @@
DIST gstreamer-editing-services-1.6.2.tar.xz 1007064 SHA256 d12a174bac7af71f22f9d270aca7bd7abd6478d86247240e5d1e358c645d40c4 SHA512 6191b7527adfa7952af71072948440ce74eff82eee0600412a516ffd6a597cd37f6a0c5bbdf12ee0872059715a6b1c3246101d5e20e497ba751bfe1a1d6e0957 WHIRLPOOL f35f6882221ca5298f2ce37326bc4731781285386db332c8b857f0e6ed8f889ef75210bb6a587dee0cb3d1e9500381df4a4df1232763dc92842f27bf8aaec255
DIST gstreamer-editing-services-1.8.2.tar.xz 1026884 SHA256 a1d57ff9461407cca1f6e7a9f31a5bdb73f73f33c488a3e3318b27e10a4332ae SHA512 309f31c4c9055d4a24ecb241ff5b84cf88a7278ae4c0802b99c9ab835722be6d6bb2d76a2903f886d6ae791ad6aeee08fa87b9b1c476c7b72b019f185c06e213 WHIRLPOOL 011dd6b52cf9a24c255f81ceb74aa20bdaac552b51378f90708d9c71e52c8c74835fdfe789047604b6abdf5a6529d6d85eb78b6106abf819f6ab6e9ad72b6dc6
+DIST gstreamer-editing-services-1.8.3.tar.xz 1027560 SHA256 c48a75ab2a3b72ed33f69d8279c56c0f3a2d0881255f8b169a7a13518eaa13cd SHA512 d5cefef0b28267aeeaaab8860591272dd39962dd9a5f388ced5df8d675e3ed85aef778888b8f5f46cb23f5252fbfb4b9363246cb68c7f1d1ac5a0e7ec7321123 WHIRLPOOL bf5e87437f869375f43d5f2dcfc4536e1de23108d013ab607eab71f039500e1fe7db56793c4447cf88da55eccdbd8c44d708743e9b60a02d3e2bd19f86fdc935
diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.8.3.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.8.3.ebuild
new file mode 100644
index 00000000..3fe2e18
--- /dev/null
+++ b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.8.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit bash-completion-r1 gnome2 python-r1
+
+DESCRIPTION="SDK for making video editors and more"
+HOMEPAGE="http://wiki.pitivi.org/wiki/GES"
+SRC_URI="https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
+
+LICENSE="LGPL-2+"
+SLOT="1.0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="+introspection"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+COMMON_DEPEND="
+ >=dev-libs/glib-2.40.0:2
+ dev-libs/libxml2:2
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ >=media-libs/gstreamer-${PV}:1.0[introspection?]
+ >=media-libs/gst-plugins-base-${PV}:1.0[introspection?]
+ introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
+"
+RDEPEND="${COMMON_DEPEND}
+ media-libs/gnonlin:1.0
+"
+DEPEND="${COMMON_DEPEND}
+ ${PYTHON_DEPS}
+ >=dev-util/gtk-doc-am-1.3
+ virtual/pkgconfig
+"
+# XXX: tests do pass but need g-e-s to be installed due to missing
+# AM_TEST_ENVIRONMENT setup.
+RESTRICT="test"
+
+src_configure() {
+ # gtk is only used for examples
+ gnome2_src_configure \
+ $(use_enable introspection) \
+ --disable-examples \
+ --without-gtk \
+ --with-bash-completion-dir="$(get_bashcompdir)" \
+ --with-package-name="GStreamer editing services ebuild for Gentoo" \
+ --with-package-origin="https://packages.gentoo.org/package/media-libs/gstreamer-editing-services"
+}
+
+src_compile() {
+ # Prevent sandbox violations, bug #538888
+ # https://bugzilla.gnome.org/show_bug.cgi?id=744135
+ # https://bugzilla.gnome.org/show_bug.cgi?id=744134
+ addpredict /dev
+ gnome2_src_compile
+}
next reply other threads:[~2016-09-18 22:45 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-18 22:44 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-30 8:28 [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/ Mart Raudsepp
2024-04-22 8:19 Arthur Zamarin
2024-04-19 14:23 Arthur Zamarin
2024-04-01 19:55 Mart Raudsepp
2023-11-04 23:03 Mart Raudsepp
2023-10-13 7:33 Mart Raudsepp
2023-09-19 17:48 Arthur Zamarin
2023-07-25 18:10 Arthur Zamarin
2023-07-23 19:32 Arthur Zamarin
2023-06-10 9:45 Arthur Zamarin
2023-05-30 18:21 Sam James
2023-05-30 18:05 Sam James
2022-06-07 14:47 Agostino Sarubbo
2022-06-07 6:34 Agostino Sarubbo
2022-05-31 5:14 Sam James
2022-05-31 5:14 Sam James
2022-05-31 4:46 Sam James
2022-02-02 15:51 Craig Andrews
2021-02-19 23:03 Mart Raudsepp
2021-02-13 21:41 Mart Raudsepp
2020-02-10 21:25 Michał Górny
2019-08-27 21:30 Mart Raudsepp
2019-08-15 9:38 Mart Raudsepp
2019-02-05 23:58 Mart Raudsepp
2019-01-15 23:38 Mart Raudsepp
2018-09-18 0:28 Mart Raudsepp
2018-07-31 9:41 Mart Raudsepp
2018-07-31 7:12 Mart Raudsepp
2018-06-17 21:53 Mart Raudsepp
2018-06-17 21:53 Mart Raudsepp
2018-03-17 17:19 Mikle Kolyada
2018-02-15 0:33 Mart Raudsepp
2017-12-17 1:04 Mart Raudsepp
2017-09-18 21:56 Mart Raudsepp
2017-09-18 21:56 Mart Raudsepp
2017-09-16 20:50 Mart Raudsepp
2017-09-02 4:19 Mart Raudsepp
2017-02-11 14:52 Mart Raudsepp
2017-01-26 5:19 Mart Raudsepp
2016-03-06 20:36 Mikle Kolyada
2016-01-04 22:12 Gilles Dartiguelongue
2015-12-26 18:21 Gilles Dartiguelongue
2015-11-08 19:27 Gilles Dartiguelongue
2015-10-25 23:01 Gilles Dartiguelongue
2015-09-06 20:55 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=1474238607.86e42af8fafbfb3413bb463dab62e92f25ecc680.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