eva 14/04/06 15:25:54 Modified: ChangeLog pitivi-0.14.1.ebuild Added: pitivi-0.93.ebuild Log: Version bump, bug #486980. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.34 media-video/pitivi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 11 Mar 2014 20:05:33 -0000 1.33 +++ ChangeLog 6 Apr 2014 15:25:54 -0000 1.34 @@ -1,6 +1,12 @@ # ChangeLog for media-video/pitivi # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.33 2014/03/11 20:05:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.34 2014/04/06 15:25:54 eva Exp $ + +*pitivi-0.93 (06 Apr 2014) + + 06 Apr 2014; Gilles Dartiguelongue <e...@gentoo.org> pitivi-0.14.1.ebuild, + +pitivi-0.93.ebuild: + Version bump, bug #486980. 11 Mar 2014; Pacho Ramos <pa...@gentoo.org> metadata.xml: Cleanup due #239126 1.4 media-video/pitivi/pitivi-0.14.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.14.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.14.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.14.1.ebuild?r1=1.3&r2=1.4 Index: pitivi-0.14.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.14.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- pitivi-0.14.1.ebuild 25 Oct 2012 20:53:48 -0000 1.3 +++ pitivi-0.14.1.ebuild 6 Apr 2014 15:25:54 -0000 1.4 @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.14.1.ebuild,v 1.3 2012/10/25 20:53:48 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.14.1.ebuild,v 1.4 2014/04/06 15:25:54 eva Exp $ EAPI="3" GCONF_DEBUG="no" PYTHON_DEPEND="2:2.5" -inherit gnome2 python eutils virtualx multilib +inherit eutils gnome2 multilib python virtualx DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework" HOMEPAGE="http://www.pitivi.org" @@ -27,7 +27,8 @@ >=media-libs/gstreamer-0.10.28:0.10 >=dev-python/gst-python-0.10.19:0.10 - >=media-libs/gnonlin-0.10.16:0.10" + >=media-libs/gnonlin-0.10.16:0.10 +" RDEPEND="${COMMON_DEPEND} dev-python/dbus-python >=dev-python/gconf-python-2.12 @@ -42,11 +43,13 @@ >=media-plugins/gst-plugins-xvideo-0.10.31:0.10 >=media-plugins/gst-plugins-libpng-0.10.24:0.10 - v4l? ( media-plugins/gst-plugins-v4l2:0.10 )" + v4l? ( media-plugins/gst-plugins-v4l2:0.10 ) +" DEPEND="${RDEPEND} dev-python/setuptools sys-devel/gettext - >=dev-util/intltool-0.35.5" + >=dev-util/intltool-0.35.5 +" pkg_setup() { DOCS="AUTHORS ChangeLog NEWS RELEASE" 1.1 media-video/pitivi/pitivi-0.93.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.93.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.93.ebuild?rev=1.1&content-type=text/plain Index: pitivi-0.93.ebuild =================================================================== # 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.1 2014/04/06 15:25:54 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}" # Test fails by not finding audiosink ? #RESTRICT="test" 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 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 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}" }