public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/pitivi: ChangeLog pitivi-0.94.ebuild
@ 2015-05-24 19:23 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2015-05-24 19:23 UTC (permalink / raw
  To: gentoo-commits

tetromino    15/05/24 19:23:14

  Modified:             ChangeLog pitivi-0.94.ebuild
  Log:
  Add pycanberra dep (bug #550294, thanks to Thomas Raschbacher).
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)

Revision  Changes    Path
1.39                 media-video/pitivi/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	11 Apr 2015 09:50:28 -0000	1.38
+++ ChangeLog	24 May 2015 19:23:14 -0000	1.39
@@ -1,6 +1,9 @@
 # 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.38 2015/04/11 09:50:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.39 2015/05/24 19:23:14 tetromino Exp $
+
+  24 May 2015; Alexandre Rostovtsev <tetromino@gentoo.org> pitivi-0.94.ebuild:
+  Add pycanberra dep (bug #550294, thanks to Thomas Raschbacher).
 
   11 Apr 2015; Pacho Ramos <pacho@gentoo.org> -pitivi-0.93.ebuild,
   pitivi-0.94.ebuild:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild?r1=1.2&r2=1.3

Index: pitivi-0.94.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pitivi-0.94.ebuild	11 Apr 2015 09:50:28 -0000	1.2
+++ pitivi-0.94.ebuild	24 May 2015 19:23:14 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2015/04/11 09:50:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.94.ebuild,v 1.3 2015/05/24 19:23:14 tetromino Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -32,6 +32,7 @@
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/gst-python-1.1.90: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}]
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/pitivi: ChangeLog pitivi-0.94.ebuild
@ 2015-05-26 22:38 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2015-05-26 22:38 UTC (permalink / raw
  To: gentoo-commits

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 <eva@gentoo.org> 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 <tetromino@gentoo.org> 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)" \





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-26 22:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-24 19:23 [gentoo-commits] gentoo-x86 commit in media-video/pitivi: ChangeLog pitivi-0.94.ebuild Alexandre Rostovtsev (tetromino)
  -- strict thread matches above, loose matches on Subject: below --
2015-05-26 22:38 Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox