From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/
Date: Mon, 18 Sep 2017 21:56:15 +0000 (UTC) [thread overview]
Message-ID: <1505771757.3da5c1d53f5710317ac408aec5366618322a87a8.leio@gentoo> (raw)
commit: 3da5c1d53f5710317ac408aec5366618322a87a8
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 21:45:57 2017 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 21:55:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3da5c1d5
media-libs/gstreamer-editing-services: bump to 1.12.3 for upstream bug fixes; support python3.6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
media-libs/gstreamer-editing-services/Manifest | 1 +
.../gstreamer-editing-services-1.12.3.ebuild | 57 ++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/media-libs/gstreamer-editing-services/Manifest b/media-libs/gstreamer-editing-services/Manifest
index c27a5388fdb..d6a80baa864 100644
--- a/media-libs/gstreamer-editing-services/Manifest
+++ b/media-libs/gstreamer-editing-services/Manifest
@@ -1,3 +1,4 @@
DIST gstreamer-editing-services-1.10.3.tar.xz 1053808 SHA256 bcbf52ad789be44abc6bb68c96457683438b2a1d966a3f408c8c931ae2c2a32b SHA512 a50a60f6a8ca9f83940676c485f3b2b4a62d8e1cf9242dc9820933811a1a714ec4f74fb947b48ca56321eb1c43999510081e2a032d7cf3d91a396414a9a0fda3 WHIRLPOOL 132f5cfef4bc0d678a15e9d6ee889818391b329a37961afd4e105cc81a009e86d64c32215832f75b8e71d7cf8bece2fbbbbdd6b9b9659e0e63a6216c34fefcbb
DIST gstreamer-editing-services-1.10.4.tar.xz 1054436 SHA256 f2ad6d02dc9d12e899059796e8de03a662f41e4d732797fb4b5ecbc973582144 SHA512 4d5f1805ace390d345724b12abacda3c3e8da52b1a713fceccb625acb8e80f06a70d0dda745d9bf993cd50aaee1646ef572dd37e5ca4dd92167b2d2faf098b17 WHIRLPOOL dbe6360c122e1a3175320355d0d680ffeeb08d6e02df73c349427cb3a18124517627a6c4b0b14cf5b409f915cd75c8e8c4f93624940bb731656c1d26e2823e65
DIST gstreamer-editing-services-1.12.2.tar.xz 1059672 SHA256 59c75497b53d36f020cb0cb7c7b9ae7545f5b47fd6e4406d4f3391741071202e SHA512 99c44cbaa2eabaaf5ee417e343dabd6f14409ad4f29fc25283c19183a351f0e572f1324da70cfe8b95963797ccbcaa8431be5d735d03a5c1db40e1a47baa4b5d WHIRLPOOL 2a04f99008dd945c94df5fa5cbc7c0dc1e6aa4d2472f626abc688589fff686a21fdbf523344709b49add4ed4ce2edf252d72c893275c02a2b17ffa4675dddf17
+DIST gstreamer-editing-services-1.12.3.tar.xz 1061796 SHA256 032e2fd040079259aec060d526bcb021c670f8d953219c229f80fdc541465f76 SHA512 18f2ae1e04e5848221f45728b5d4002549aeaaeaa39af58410666fbc6ab01971900fabaa92cc3d17f910c4d4d5dc691689aeb7930164a24a6b9c49709e7fb669 WHIRLPOOL a0715a7c9ca99b0e38350a5d1be24f9f085fdc42d5f2479ae9973974ed439ab79f661d532e887664680f937cb4eaac15673a70f63047d2f196523204c40bb9d5
diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.12.3.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.12.3.ebuild
new file mode 100644
index 00000000000..22ed4b7d869
--- /dev/null
+++ b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.12.3.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+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="
+ ${PYTHON_DEPS}
+ >=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}
+ >=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:[~2017-09-18 21:56 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-18 21:56 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-07 2:24 [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer-editing-services/ Sam James
2025-01-04 21:45 Sam James
2025-01-04 21:34 Sam James
2024-12-24 10:20 Sam James
2024-04-30 8:28 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-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-09-18 22:44 Gilles Dartiguelongue
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=1505771757.3da5c1d53f5710317ac408aec5366618322a87a8.leio@gentoo \
--to=leio@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