From: "Mart Raudsepp" <leio@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/
Date: Sat, 9 May 2020 16:22:48 +0000 (UTC) [thread overview]
Message-ID: <1589041234.9439d75ba33f1d28da77fda458072ca54b5a33fd.leio@gentoo> (raw)
commit: 9439d75ba33f1d28da77fda458072ca54b5a33fd
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat May 9 16:18:49 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat May 9 16:20:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9439d75b
media-video/pitivi: support py3.7, ensure working gst-transcoder
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
media-video/pitivi/pitivi-0.999-r3.ebuild | 106 ++++++++++++++++++++++++++++++
1 file changed, 106 insertions(+)
diff --git a/media-video/pitivi/pitivi-0.999-r3.ebuild b/media-video/pitivi/pitivi-0.999-r3.ebuild
new file mode 100644
index 00000000000..34bfee37a12
--- /dev/null
+++ b/media-video/pitivi/pitivi-0.999-r3.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_REQ_USE="sqlite"
+
+inherit gnome.org meson python-single-r1 virtualx xdg
+
+DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
+HOMEPAGE="http://www.pitivi.org"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="v4l test"
+RESTRICT="!test? ( test )"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+# XXX: recommends gst-plugins-libav and frei0r-plugins
+
+# Do not forget to check pitivi/check.py for dependencies!!!
+# pycanberra, libav, libnotify and liwnck are optional
+GST_VER="1.14.2"
+
+COMMON_DEPEND="
+ ${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ >=dev-python/pycairo-1.10[${PYTHON_MULTI_USEDEP}]
+ ')
+ >=x11-libs/cairo-1.10
+
+ >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
+ >=media-plugins/gst-transcoder-1.14.1
+"
+RDEPEND="${COMMON_DEPEND}
+ >=dev-libs/glib-2.30.0:2
+
+ >=dev-libs/gobject-introspection-1.34:=
+ $(python_gen_cond_dep '
+ dev-python/dbus-python[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/gst-python-1.4:1.0[${PYTHON_MULTI_USEDEP}]
+ dev-python/matplotlib[${PYTHON_MULTI_USEDEP}]
+ dev-python/numpy[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/pygobject-3.8:3[${PYTHON_MULTI_USEDEP}]
+ ')
+
+ gnome-base/librsvg:=
+ >=media-libs/gsound-1.0
+
+ >=media-libs/gstreamer-editing-services-${GST_VER}:1.0[introspection]
+ >=media-libs/gst-plugins-base-${GST_VER}:1.0[introspection]
+ >=media-libs/gst-plugins-bad-${GST_VER}:1.0
+ >=media-plugins/gst-plugins-gtk-${GST_VER}:1.0
+ >=media-libs/gst-plugins-good-${GST_VER}:1.0
+ >=media-plugins/gst-plugins-libav-${GST_VER}:1.0
+ >=media-plugins/gst-plugins-gdkpixbuf-${GST_VER}:1.0
+
+ >=x11-libs/libnotify-0.7[introspection]
+ x11-libs/libwnck:3[introspection]
+ >=x11-libs/gtk+-3.20.0:3[introspection]
+
+ v4l? ( >=media-plugins/gst-plugins-v4l2-${GST_VER}:1.0 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/yelp-tools
+ dev-python/setuptools
+ >=dev-util/intltool-0.35.5
+ dev-util/itstool
+ sys-devel/gettext
+ virtual/pkgconfig
+ test? (
+ $(python_gen_cond_dep '
+ dev-python/nose2[${PYTHON_MULTI_USEDEP}]
+ ')
+ )
+"
+
+PATCHES=(
+ # Make tests optional, bug #594096
+ # https://gitlab.gnome.org/GNOME/pitivi/issues/2303
+ "${FILESDIR}"/${P}-optional-tests.patch
+)
+
+src_configure() {
+ local emesonargs=(
+ -Denable-tests=$(usex test true false)
+ )
+ meson_src_configure
+}
+
+src_compile() {
+ meson_src_compile
+}
+
+src_test() {
+ export PITIVI_TOP_LEVEL_DIR="${S}"
+ virtx meson_src_test
+}
+
+src_install() {
+ meson_src_install
+ python_fix_shebang "${D}"
+}
next reply other threads:[~2020-05-09 16:22 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-09 16:22 Mart Raudsepp [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-14 1:46 [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/ Pacho Ramos
2025-04-14 1:46 Pacho Ramos
2024-06-16 11:07 Pacho Ramos
2023-10-29 22:23 Mart Raudsepp
2023-05-06 11:34 Sam James
2023-05-06 11:34 Sam James
2023-05-03 10:21 Arthur Zamarin
2023-05-02 17:53 Arthur Zamarin
2023-04-12 15:45 Matt Turner
2022-10-29 17:44 Matt Turner
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-07-20 15:03 Pacho Ramos
2022-06-18 16:57 Agostino Sarubbo
2022-06-18 16:54 Agostino Sarubbo
2022-01-06 15:01 Agostino Sarubbo
2022-01-03 12:11 Jakov Smolić
2021-07-28 21:15 Sam James
2021-05-31 20:53 Michał Górny
2021-05-15 2:01 Sam James
2021-05-15 2:01 Sam James
2021-05-02 20:41 Matt Turner
2020-06-20 20:35 Mart Raudsepp
2020-05-12 6:39 Agostino Sarubbo
2020-05-11 11:28 Agostino Sarubbo
2020-02-09 16:31 Michał Górny
2019-04-14 11:12 Agostino Sarubbo
2019-04-12 21:56 Pacho Ramos
2019-03-31 12:12 Pacho Ramos
2019-03-31 12:12 Pacho Ramos
2018-06-26 19:08 Pacho Ramos
2017-11-30 20:40 Thomas Deutschmann
2017-02-15 22:35 Mart Raudsepp
2016-11-25 21:40 Patrice Clement
2016-10-15 15:46 Gilles Dartiguelongue
2016-08-06 7:05 Pacho Ramos
2016-08-06 7:05 Pacho Ramos
2016-07-02 17:12 Pacho Ramos
2016-03-06 20:36 Mikle Kolyada
2015-12-12 14:29 Pacho Ramos
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=1589041234.9439d75ba33f1d28da77fda458072ca54b5a33fd.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