eva 15/05/26 22:38:56 Modified: ChangeLog pitivi-0.94.ebuild Log: Add support for python3_3 as it works there, raise various dependencies according to configure/check.py, fix unittests. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.40 media-video/pitivi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 24 May 2015 19:23:14 -0000 1.39 +++ ChangeLog 26 May 2015 22:38:56 -0000 1.40 @@ -1,6 +1,11 @@ # 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.39 2015/05/24 19:23:14 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.40 2015/05/26 22:38:56 eva Exp $ + + 26 May 2015; Gilles Dartiguelongue <[email protected]> pitivi-0.94.ebuild, + +files/pitivi-0.94-unittest.patch: + Add support for python3_3 as it works there, raise various dependencies + according to configure/check.py, fix unittests. 24 May 2015; Alexandre Rostovtsev <[email protected]> pitivi-0.94.ebuild: Add pycanberra dep (bug #550294, thanks to Thomas Raschbacher). 1.4 media-video/pitivi/pitivi-0.94.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild?r1=1.3&r2=1.4 Index: pitivi-0.94.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pitivi-0.94.ebuild 24 May 2015 19:23:14 -0000 1.3 +++ pitivi-0.94.ebuild 26 May 2015 22:38:56 -0000 1.4 @@ -1,14 +1,14 @@ # 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.3 2015/05/24 19:23:14 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild,v 1.4 2015/05/26 22:38:56 eva Exp $ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python{3_3,3_4} ) PYTHON_REQ_USE="sqlite" -inherit gnome2 python-single-r1 eutils virtualx multilib +inherit eutils gnome2 python-single-r1 virtualx DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework" HOMEPAGE="http://www.pitivi.org" @@ -16,10 +16,11 @@ LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64" - 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}] @@ -30,13 +31,14 @@ >=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/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] @@ -46,22 +48,28 @@ >=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.2:1.0 + >=media-plugins/gst-plugins-libav-1.4:1.0 x11-libs/libnotify[introspection] - >=x11-libs/gtk+-3.8:3[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 - >=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_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)" \
