* [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/
@ 2015-12-27 17:14 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2015-12-27 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 7fb679a31331286dde6e8b78ee4f540bbbb56f8e
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 17:13:00 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 17:14:25 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fb679a3
media-video/pitivi: drop old revision, bug #569648
Package-Manager: portage-2.2.26
media-video/pitivi/Manifest | 1 -
.../pitivi/files/pitivi-0.94-unittest.patch | 14 ----
media-video/pitivi/pitivi-0.94.ebuild | 90 ----------------------
3 files changed, 105 deletions(-)
diff --git a/media-video/pitivi/Manifest b/media-video/pitivi/Manifest
index 7418515..029beb3 100644
--- a/media-video/pitivi/Manifest
+++ b/media-video/pitivi/Manifest
@@ -1,2 +1 @@
-DIST pitivi-0.94.tar.xz 3271200 SHA256 f52a0643bc5a9149069c01d0b5ef4149032473bb505e6d679dd3f3153506faec SHA512 fcf3ccb537980418af55ead196963b3503d407e23fcaf7409898c9c3e61077ae7491d91c82f6fa3eb63182a383035e1ec2ada4f046ec9b7cdf9f02829662c3c3 WHIRLPOOL c308595a582f304f8910fd04aadcfebe9743b560db48165247feb15065694441441564feb91e13a609f3d9344be05be369094b2e52638bd9a6525e95a1a00acd
DIST pitivi-0.95.tar.xz 3341488 SHA256 5f15220bcc3d02cef4edacaa19da284014caf725e41fc9cbec70469582e1d313 SHA512 e628302ecbb790e955459a4dc124e8580081f6eff8abde210a1b537ae18696c3861bd619efe1434e8e1cf1069adb72cbff0cf44c64706c4046d2cfb7f9aecdfa WHIRLPOOL df6e625dddcf113a8e84aabf5a7a40d90e6b38130e63201a1674f4a576a735696c6b9a9a35b2743cbe5bac8d444c04cd0ea9c5a43358718e1b32b6ebc97f435c
diff --git a/media-video/pitivi/files/pitivi-0.94-unittest.patch b/media-video/pitivi/files/pitivi-0.94-unittest.patch
deleted file mode 100644
index a117d10..0000000
--- a/media-video/pitivi/files/pitivi-0.94-unittest.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Allow fallback to a non GL sink for unittests.
-
---- a/pitivi/utils/pipeline.py 2015-05-25 13:58:33.980916075 +0200
-+++ b/pitivi/utils/pipeline.py 2015-05-25 13:57:52.277261138 +0200
-@@ -182,6 +182,9 @@
- # Create a cluttersink element used for display. Subclasses must connect
- # it to self._pipeline themselves
- self.video_sink = Gst.ElementFactory.make("glimagesink", None)
-+ if self.video_sink is None:
-+ self.video_sink = Gst.ElementFactory.make("xvimagesink", None)
-+
- if isinstance(pipeline, GES.Pipeline):
- self._pipeline.preview_set_video_sink(self.video_sink)
- else:
diff --git a/media-video/pitivi/pitivi-0.94.ebuild b/media-video/pitivi/pitivi-0.94.ebuild
deleted file mode 100644
index 157ec8b..0000000
--- a/media-video/pitivi/pitivi-0.94.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python{3_3,3_4} )
-PYTHON_REQ_USE="sqlite"
-
-inherit eutils gnome2 python-single-r1 virtualx
-
-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"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Do not forget to check pitivi/check.py for dependencies
-# pycanberra, gnome-desktop, libav and libnotify are optional
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
- >=x11-libs/cairo-1.10
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/glib:2
-
- >=dev-libs/gobject-introspection-1.34
- dev-python/dbus-python[${PYTHON_USEDEP}]
- >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pycanberra[${PYTHON_USEDEP}]
- >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
-
- gnome-base/librsvg:=
- gnome-base/gnome-desktop:3[introspection]
-
- >=media-libs/clutter-1.12:1.0[introspection]
- >=media-libs/clutter-gst-2:2.0[introspection]
- >=media-libs/clutter-gtk-1.4:1.0[introspection]
- >=media-libs/gnonlin-1.4:1.0
- >=media-libs/gstreamer-1.4:1.0[introspection]
- >=media-libs/gstreamer-editing-services-1.4:1.0[introspection]
- >=media-libs/gst-plugins-base-1.4:1.0
- >=media-libs/gst-plugins-good-1.4:1.0
- >=media-plugins/gst-plugins-libav-1.4:1.0
-
- x11-libs/libnotify[introspection]
- >=x11-libs/gtk+-3.10:3[introspection]
-
- v4l? ( >=media-plugins/gst-plugins-v4l2-1.4:1.0 )
-"
-DEPEND="${RDEPEND}
- app-text/yelp-tools
- dev-python/setuptools
- >=dev-util/intltool-0.35.5
- sys-devel/gettext
- virtual/pkgconfig
- test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-src_prepare() {
- # Allow using non-GL sink when it cannot be found
- epatch "${FILESDIR}"/${PN}-0.94-unittest.patch
-
- gnome2_src_prepare
-}
-src_configure() {
- gnome2_src_configure \
- ITSTOOL="$(type -P true)" \
- --disable-static
-}
-
-src_test() {
- # Force Xvfb to be used
- unset DISPLAY
- unset DBUS_SESSION_BUS_ADDRESS
- export PITIVI_TOP_LEVEL_DIR="${S}"
- Xemake check
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${D}"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/
@ 2017-09-03 22:47 Gilles Dartiguelongue
0 siblings, 0 replies; 4+ messages in thread
From: Gilles Dartiguelongue @ 2017-09-03 22:47 UTC (permalink / raw
To: gentoo-commits
commit: 4d682a60dc98853f315bfe0d857a95e1c7c4daad
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 3 21:06:18 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Sep 3 22:47:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d682a60
media-video/pitivi: version bump 0.97.1 → 0.98.1, bug #606850
Add missing dependency on gdkpixbuf plugin, bug #628608.
Closes: https://bugs.gentoo.org/show_bug.cgi?id=606850
Closes: https://bugs.gentoo.org/show_bug.cgi?id=628608
Package-Manager: Portage-2.3.8, Repoman-2.3.3
media-video/pitivi/Manifest | 1 +
.../files/pitivi-0.98.1-optional-tests.patch | 23 ++++++
media-video/pitivi/pitivi-0.98.1.ebuild | 94 ++++++++++++++++++++++
3 files changed, 118 insertions(+)
diff --git a/media-video/pitivi/Manifest b/media-video/pitivi/Manifest
index 8cefd74ba89..3c91e84d740 100644
--- a/media-video/pitivi/Manifest
+++ b/media-video/pitivi/Manifest
@@ -1 +1,2 @@
DIST pitivi-0.97.1.tar.xz 5096672 SHA256 41b23cfd21353647e55a0b2e86bab368b61d6f1a76cc132e80ca0dd27f000e77 SHA512 be5fcf5148349f685f0ee23a82b36d90fe0b7ff6d1d8cdcaf73272b8e5c29ddfe1d6c21353eb95f2d786fe4922a93c747403e5e27141d815f5b46f846a1d95ba WHIRLPOOL dae38565e8665abdf4eacb76ecc87530f2a429266572bbd5db3138e31fa1ae949dafb077dcfffb75fe094c3b55839fba2259690aa5faa1258647b546f661e2e0
+DIST pitivi-0.98.1.tar.xz 5112280 SHA256 10a8e23600681af5f7aed0412400d48e5b5e0fbfb609658ff2c636010f27f32d SHA512 b6530b1b5429c4379699d7492c31ec60ddc514c94a003fe240f7e390b6349093d2f4f72abb1edb4253bd938620c73dfb361abf21915d36ff3b75332e8612bcb3 WHIRLPOOL 4ad31d1499ba2dd7c880f7ba4728439535f2f6dc4bfcdfa58992e48f4d7456f87e31107382935bbea22c9b105f5a4df32bfbab218eab41809b3c008e02e42ae3
diff --git a/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch
new file mode 100644
index 00000000000..e5f55ffe765
--- /dev/null
+++ b/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch
@@ -0,0 +1,23 @@
+Make tests optional
+
+--- a/meson_options.txt 2016-09-19 23:35:54.944511834 +0200
++++ b/meson_options.txt 2016-09-19 23:36:10.693485976 +0200
+@@ -1,2 +1,3 @@
+ option('enable-xunit', type : 'boolean', value : false)
+ option('disable-help', type : 'boolean', value : false)
++option('enable-tests', type : 'boolean', value : false)
+--- a/meson.build 2017-09-03 22:52:39.681974053 +0200
++++ b/meson.build 2017-09-03 22:53:29.934556188 +0200
+@@ -71,8 +71,10 @@
+ if not get_option('disable-help')
+ subdir('help')
+ endif
+-subdir('tests')
+-subdir('tests/validate-tests')
++if get_option('enable-tests')
++ subdir('tests')
++ subdir('tests/validate-tests')
++endif
+
+ archiver = find_program('git-archive-all', required : false)
+ if archiver.found()
diff --git a/media-video/pitivi/pitivi-0.98.1.ebuild b/media-video/pitivi/pitivi-0.98.1.ebuild
new file mode 100644
index 00000000000..99a1d08352e
--- /dev/null
+++ b/media-video/pitivi/pitivi-0.98.1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_REQ_USE="sqlite"
+
+inherit gnome.org meson python-single-r1 virtualx
+
+DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
+HOMEPAGE="http://www.pitivi.org"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="v4l 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.10.2"
+
+COMMON_DEPEND="
+ ${PYTHON_DEPS}
+ >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
+ >=x11-libs/cairo-1.10
+
+ >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
+ >=media-plugins/gst-transcoder-1.8.2-r1
+"
+RDEPEND="${COMMON_DEPEND}
+ >=dev-libs/glib-2.30.0:2
+
+ >=dev-libs/gobject-introspection-1.34:=
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
+ dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ dev-python/pycanberra[${PYTHON_USEDEP}]
+ >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
+
+ gnome-base/librsvg:=
+
+ >=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[gtk]
+ >=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[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}
+ app-text/yelp-tools
+ dev-python/setuptools
+ >=dev-util/intltool-0.35.5
+ dev-util/itstool
+ sys-devel/gettext
+ virtual/pkgconfig
+ test? ( dev-python/nose2[${PYTHON_USEDEP}] )
+"
+
+PATCHES=(
+ # Make tests optional, bug #594096
+ "${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}"
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/
@ 2019-12-13 20:45 David Seifert
0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2019-12-13 20:45 UTC (permalink / raw
To: gentoo-commits
commit: 189e0b63436929deb393dd0151cc225048e13fb0
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 20:45:03 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 20:45:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189e0b63
media-video/pitivi: Remove old
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-video/pitivi/Manifest | 2 -
.../files/pitivi-0.97.1-optional-tests.patch | 21 -----
.../files/pitivi-0.98.1-optional-tests.patch | 23 -----
media-video/pitivi/pitivi-0.97.1.ebuild | 103 ---------------------
media-video/pitivi/pitivi-0.98.1.ebuild | 95 -------------------
5 files changed, 244 deletions(-)
diff --git a/media-video/pitivi/Manifest b/media-video/pitivi/Manifest
index c5e225a9052..4c40a41dfd0 100644
--- a/media-video/pitivi/Manifest
+++ b/media-video/pitivi/Manifest
@@ -1,3 +1 @@
-DIST pitivi-0.97.1.tar.xz 5096672 BLAKE2B 010b7ef80e0b57f83fe4e7d201a2839f65e2c8b62019d4271cd0d6d49edb44a5083024abdf13e735f94d7e681a77ef45e1d876cf6e5c20e6cc1b1876da5b3a99 SHA512 be5fcf5148349f685f0ee23a82b36d90fe0b7ff6d1d8cdcaf73272b8e5c29ddfe1d6c21353eb95f2d786fe4922a93c747403e5e27141d815f5b46f846a1d95ba
-DIST pitivi-0.98.1.tar.xz 5112280 BLAKE2B 9269163a5c964a6a2b3fd094262594a38bfff4dd052ea0f3673f2ac195f197eb9b888de673e62f884137d056fba2b853d11cf7300e2f81d71c6e49402350cc40 SHA512 b6530b1b5429c4379699d7492c31ec60ddc514c94a003fe240f7e390b6349093d2f4f72abb1edb4253bd938620c73dfb361abf21915d36ff3b75332e8612bcb3
DIST pitivi-0.999.tar.xz 12296928 BLAKE2B 16736fef4f2d16c02b64f8eba56f8c9ddb26f49742ee577da4e4c47077f8d5d71ce653dba366a041ba523153532728c5eb37cb2b76e11e9c51827efb990bd99d SHA512 663db84a00634f0e83f0c1dd80a4f3a6603a50826905adb24fdd567c6e8bb58e20de04c7753fa04a36692cdcf5bbbcc9a87327fd3b56ebb70caffcff13835fc8
diff --git a/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch
deleted file mode 100644
index cfc86dccb1d..00000000000
--- a/media-video/pitivi/files/pitivi-0.97.1-optional-tests.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-make tests optional
-
---- a/meson_options.txt 2016-09-19 23:35:54.944511834 +0200
-+++ b/meson_options.txt 2016-09-19 23:36:10.693485976 +0200
-@@ -1,2 +1,3 @@
- option('enable-xunit', type : 'boolean', value : false)
- option('disable-help', type : 'boolean', value : false)
-+option('enable-tests', type : 'boolean', value : false)
---- a/meson.build 2016-09-19 23:35:06.694590798 +0200
-+++ b/meson.build 2016-09-19 23:35:45.092527990 +0200
-@@ -57,7 +57,9 @@
- if not get_option('disable-help')
- subdir('help')
- endif
--subdir('tests')
-+if get_option('enable-tests')
-+ subdir('tests')
-+endif
-
- archiver = find_program('git-archive-all', required : false)
- if archiver.found()
diff --git a/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch b/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch
deleted file mode 100644
index e5f55ffe765..00000000000
--- a/media-video/pitivi/files/pitivi-0.98.1-optional-tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Make tests optional
-
---- a/meson_options.txt 2016-09-19 23:35:54.944511834 +0200
-+++ b/meson_options.txt 2016-09-19 23:36:10.693485976 +0200
-@@ -1,2 +1,3 @@
- option('enable-xunit', type : 'boolean', value : false)
- option('disable-help', type : 'boolean', value : false)
-+option('enable-tests', type : 'boolean', value : false)
---- a/meson.build 2017-09-03 22:52:39.681974053 +0200
-+++ b/meson.build 2017-09-03 22:53:29.934556188 +0200
-@@ -71,8 +71,10 @@
- if not get_option('disable-help')
- subdir('help')
- endif
--subdir('tests')
--subdir('tests/validate-tests')
-+if get_option('enable-tests')
-+ subdir('tests')
-+ subdir('tests/validate-tests')
-+endif
-
- archiver = find_program('git-archive-all', required : false)
- if archiver.found()
diff --git a/media-video/pitivi/pitivi-0.97.1.ebuild b/media-video/pitivi/pitivi-0.97.1.ebuild
deleted file mode 100644
index 6d819f69629..00000000000
--- a/media-video/pitivi/pitivi-0.97.1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python3_5 )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome2 python-single-r1 virtualx
-
-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, gnome-desktop, libav, libnotify and liwnck are optional
-GST_VER="1.8.2"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
- >=x11-libs/cairo-1.10
-
- >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
- >=media-plugins/gst-transcoder-1.8.2-r1
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-libs/glib-2.30.0:2
-
- >=dev-libs/gobject-introspection-1.34:=
- dev-python/dbus-python[${PYTHON_USEDEP}]
- >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pycanberra[${PYTHON_USEDEP}]
- >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
-
- gnome-base/librsvg:=
- gnome-base/gnome-desktop:3=[introspection]
-
- >=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[gtk]
- >=media-libs/gst-plugins-good-${GST_VER}:1.0
- >=media-plugins/gst-plugins-libav-${GST_VER}:1.0
-
- x11-libs/libnotify[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}
- app-text/yelp-tools
- dev-python/setuptools
- >=dev-util/intltool-0.35.5
- >=dev-util/meson-0.28.0
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
- test? ( dev-python/nose[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
- # Make tests optional, bug #594096
- "${FILESDIR}"/${P}-optional-tests.patch
-)
-
-src_configure() {
- # Not a normal configure
- # --buildtype=plain needed for honoring CFLAGS/CXXFLAGS and not
- # defaulting to debug
- ./configure \
- --prefix="${EPREFIX}/usr" \
- --buildtype=plain \
- --libdir="$(get_libdir)" \
- -Denable-tests=$(usex test true false) \
- || die
-}
-
-src_compile() {
- # We cannot use 'make' as it won't allow us to build verbosely
- cd mesonbuild && ninja -v
-}
-
-src_test() {
- export PITIVI_TOP_LEVEL_DIR="${S}"
- virtx emake check
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${D}"
-}
diff --git a/media-video/pitivi/pitivi-0.98.1.ebuild b/media-video/pitivi/pitivi-0.98.1.ebuild
deleted file mode 100644
index 987aa9e1448..00000000000
--- a/media-video/pitivi/pitivi-0.98.1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{3_5,3_6} )
-PYTHON_REQ_USE="sqlite"
-
-inherit gnome.org meson python-single-r1 virtualx
-
-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.10.2"
-
-COMMON_DEPEND="
- ${PYTHON_DEPS}
- >=dev-python/pycairo-1.10[${PYTHON_USEDEP}]
- >=x11-libs/cairo-1.10
-
- >=media-libs/gstreamer-${GST_VER}:1.0[introspection]
- >=media-plugins/gst-transcoder-1.8.2-r1
-"
-RDEPEND="${COMMON_DEPEND}
- >=dev-libs/glib-2.30.0:2
-
- >=dev-libs/gobject-introspection-1.34:=
- dev-python/dbus-python[${PYTHON_USEDEP}]
- >=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
- dev-python/matplotlib[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- dev-python/pycanberra[${PYTHON_USEDEP}]
- >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
-
- gnome-base/librsvg:=
-
- >=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[gtk]
- >=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[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}
- app-text/yelp-tools
- dev-python/setuptools
- >=dev-util/intltool-0.35.5
- dev-util/itstool
- sys-devel/gettext
- virtual/pkgconfig
- test? ( dev-python/nose2[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
- # Make tests optional, bug #594096
- "${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}"
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/
@ 2022-05-31 5:04 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-05-31 5:04 UTC (permalink / raw
To: gentoo-commits
commit: 03c6ce6635813240331b8c154bb55a407396a58d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 05:03:47 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 05:03:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c6ce66
media-video/pitivi: add missing libpeas dep, fixup setuptools dep
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../pitivi/files/pitivi-2021.05-python-collections.patch | 13 +++++++++++++
.../{pitivi-2021.05.ebuild => pitivi-2021.05-r1.ebuild} | 10 ++++++++--
2 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/media-video/pitivi/files/pitivi-2021.05-python-collections.patch b/media-video/pitivi/files/pitivi-2021.05-python-collections.patch
new file mode 100644
index 000000000000..fc04cd8d8726
--- /dev/null
+++ b/media-video/pitivi/files/pitivi-2021.05-python-collections.patch
@@ -0,0 +1,13 @@
+https://src.fedoraproject.org/rpms/pitivi/raw/rawhide/f/collections.patch
+--- a/pitivi/utils/loggable.py
++++ b/pitivi/utils/loggable.py
+@@ -14,7 +14,7 @@
+ #
+ # You should have received a copy of the GNU Lesser General Public
+ # License along with this program; if not, see <http://www.gnu.org/licenses/>.
+-import collections
++import collections.abc as collections
+ import errno
+ import fnmatch
+ import os
+
diff --git a/media-video/pitivi/pitivi-2021.05.ebuild b/media-video/pitivi/pitivi-2021.05-r1.ebuild
similarity index 91%
rename from media-video/pitivi/pitivi-2021.05.ebuild
rename to media-video/pitivi/pitivi-2021.05-r1.ebuild
index e5a66ed35143..a52f0b5b2206 100644
--- a/media-video/pitivi/pitivi-2021.05.ebuild
+++ b/media-video/pitivi/pitivi-2021.05-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite"
inherit gnome.org meson python-single-r1 xdg
DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
-HOMEPAGE="http://www.pitivi.org"
+HOMEPAGE="https://www.pitivi.org"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -34,6 +34,9 @@ RDEPEND="${COMMON_DEPEND}
>=dev-libs/glib-2.30.0:2
>=dev-libs/gobject-introspection-1.34:=
+
+ dev-libs/libpeas[${PYTHON_SINGLE_USEDEP}]
+
$(python_gen_cond_dep '
dev-python/dbus-python[${PYTHON_USEDEP}]
>=dev-python/gst-python-1.4:1.0[${PYTHON_USEDEP}]
@@ -59,7 +62,9 @@ RDEPEND="${COMMON_DEPEND}
DEPEND="${RDEPEND}"
BDEPEND="
app-text/yelp-tools
- dev-python/setuptools
+ $(python_gen_cond_dep '
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ')
>=dev-util/intltool-0.35.5
dev-util/itstool
sys-devel/gettext
@@ -69,6 +74,7 @@ BDEPEND="
PATCHES=(
# https://gitlab.gnome.org/GNOME/pitivi/-/commit/ddf2369d1fc6fddd63f676cc905a8b8e96291a4c
"${FILESDIR}"/${P}-meson-compatibility.patch
+ "${FILESDIR}"/${P}-python-collections.patch
)
src_configure() {
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-05-31 5:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-27 17:14 [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2017-09-03 22:47 Gilles Dartiguelongue
2019-12-13 20:45 David Seifert
2022-05-31 5:04 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox