summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-04-11 09:50:28 +0000
committerPacho Ramos <pacho@gentoo.org>2015-04-11 09:50:28 +0000
commitff02c7f7b184cd61013536b9238b5eb2153de6ef (patch)
treeb82d737d6ddab8cecc658079aac2c222a5264c96 /media-video/pitivi
parentAdd ruby22. (diff)
downloadgentoo-2-ff02c7f7b184cd61013536b9238b5eb2153de6ef.tar.gz
gentoo-2-ff02c7f7b184cd61013536b9238b5eb2153de6ef.tar.bz2
gentoo-2-ff02c7f7b184cd61013536b9238b5eb2153de6ef.zip
python[sqlite] is needed, bug #545626 by Fpemud; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-video/pitivi')
-rw-r--r--media-video/pitivi/ChangeLog6
-rw-r--r--media-video/pitivi/pitivi-0.93.ebuild76
-rw-r--r--media-video/pitivi/pitivi-0.94.ebuild3
3 files changed, 7 insertions, 78 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog
index 347d34568d93..41aa17520b20 100644
--- a/media-video/pitivi/ChangeLog
+++ b/media-video/pitivi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/pitivi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.37 2015/02/03 20:34:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.38 2015/04/11 09:50:28 pacho Exp $
+
+ 11 Apr 2015; Pacho Ramos <pacho@gentoo.org> -pitivi-0.93.ebuild,
+ pitivi-0.94.ebuild:
+ python[sqlite] is needed, bug #545626 by Fpemud; drop old
*pitivi-0.94 (03 Feb 2015)
diff --git a/media-video/pitivi/pitivi-0.93.ebuild b/media-video/pitivi/pitivi-0.93.ebuild
deleted file mode 100644
index 5a74b0fe3bd5..000000000000
--- a/media-video/pitivi/pitivi-0.93.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.93.ebuild,v 1.2 2014/04/06 15:28:01 eva Exp $
-
-EAPI="5"
-GCONF_DEBUG="no"
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-single-r1 eutils virtualx multilib
-
-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}"
-
-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.1.90:1.0[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}]
- dev-python/pyxdg[${PYTHON_USEDEP}]
-
- gnome-base/librsvg:=
-
- >=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.2:1.0
- >=media-libs/gstreamer-1.2:1.0[introspection]
- >=media-libs/gstreamer-editing-services-1.2:1.0[introspection]
- >=media-libs/gst-plugins-base-1.2:1.0
- >=media-libs/gst-plugins-good-1.2:1.0
- >=media-plugins/gst-plugins-libav-1.2:1.0
-
- x11-libs/libnotify[introspection]
- >=x11-libs/gtk+-3.8:3[introspection]
-
- v4l? ( media-plugins/gst-plugins-v4l2:0.10 )
-"
-DEPEND="${RDEPEND}
- dev-python/setuptools
- >=app-text/gnome-doc-utils-0.18.0
- >=dev-util/intltool-0.35.5
- sys-devel/gettext
- virtual/pkgconfig
- test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-src_configure() {
- gnome2_src_configure ITSTOOL="$(type -P true)"
-}
-
-src_test() {
- # Force Xvfb to be used
- unset DISPLAY
- unset DBUS_SESSION_BUS_ADDRESS
- export PITIVI_TOP_LEVEL_DIR="${S}"
- Xemake check || die "tests failed"
-}
-
-src_install() {
- gnome2_src_install
- python_fix_shebang "${D}"
-}
diff --git a/media-video/pitivi/pitivi-0.94.ebuild b/media-video/pitivi/pitivi-0.94.ebuild
index f449a08df8b6..5a00250845f4 100644
--- a/media-video/pitivi/pitivi-0.94.ebuild
+++ b/media-video/pitivi/pitivi-0.94.ebuild
@@ -1,11 +1,12 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild,v 1.1 2015/02/03 20:34:29 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild,v 1.2 2015/04/11 09:50:28 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python3_4 )
+PYTHON_REQ_USE="sqlite"
inherit gnome2 python-single-r1 eutils virtualx multilib