From: "Gilles Dartiguelongue" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/
Date: Sun, 27 Dec 2015 17:14:32 +0000 (UTC) [thread overview]
Message-ID: <1451236465.7fb679a31331286dde6e8b78ee4f540bbbb56f8e.eva@gentoo> (raw)
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}"
-}
next reply other threads:[~2015-12-27 17:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-27 17:14 Gilles Dartiguelongue [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-09-03 22:47 [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/ Gilles Dartiguelongue
2019-12-13 20:45 David Seifert
2022-05-31 5:04 Sam James
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=1451236465.7fb679a31331286dde6e8b78ee4f540bbbb56f8e.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