From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F8551388C1 for ; Sun, 27 Dec 2015 17:14:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FF3EE07EC; Sun, 27 Dec 2015 17:14:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0411E07EC for ; Sun, 27 Dec 2015 17:14:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B84C333BEE9 for ; Sun, 27 Dec 2015 17:14:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75B51CB0 for ; Sun, 27 Dec 2015 17:14:32 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1451236465.7fb679a31331286dde6e8b78ee4f540bbbb56f8e.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/files/, media-video/pitivi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pitivi/Manifest media-video/pitivi/files/pitivi-0.94-unittest.patch media-video/pitivi/pitivi-0.94.ebuild X-VCS-Directories: media-video/pitivi/ media-video/pitivi/files/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 7fb679a31331286dde6e8b78ee4f540bbbb56f8e X-VCS-Branch: master Date: Sun, 27 Dec 2015 17:14:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5c56fa3-ce8b-4eb6-9bc6-ac6bb5db3d53 X-Archives-Hash: 39589bc20e2402549bff0ddc832d8b05 commit: 7fb679a31331286dde6e8b78ee4f540bbbb56f8e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 27 17:13:00 2015 +0000 Commit: Gilles Dartiguelongue gentoo 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}" -}