public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/pitivi: pitivi-0.11.3.ebuild ChangeLog
@ 2009-02-09 16:20 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2009-02-09 16:20 UTC (permalink / raw
  To: gentoo-commits

hanno       09/02/09 16:20:42

  Modified:             pitivi-0.11.3.ebuild ChangeLog
  Log:
  pitivi needs setuptools at runtime
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-video/pitivi/pitivi-0.11.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?r1=1.1&r2=1.2

Index: pitivi-0.11.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pitivi-0.11.3.ebuild	14 Dec 2008 22:58:55 -0000	1.1
+++ pitivi-0.11.3.ebuild	9 Feb 2009 16:20:42 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.1 2008/12/14 22:58:55 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.2 2009/02/09 16:20:42 hanno Exp $
 
 inherit gnome2 python
 
@@ -25,7 +25,8 @@
 	>=media-plugins/gst-plugins-xvideo-0.10.0
 	>=media-plugins/gst-plugins-libpng-0.10.0
 	net-zope/zopeinterface
-	dev-python/pygoocanvas"
+	dev-python/pygoocanvas
+	dev-python/setuptools"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35.5"
 



1.13                 media-video/pitivi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Dec 2008 22:58:55 -0000	1.12
+++ ChangeLog	9 Feb 2009 16:20:42 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/pitivi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.12 2008/12/14 22:58:55 eva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.13 2009/02/09 16:20:42 hanno Exp $
+
+  09 Feb 2009; Hanno Boeck <hanno@gentoo.org> pitivi-0.11.3.ebuild:
+  Re-add setuptools as dep (#258166).
 
 *pitivi-0.11.3 (14 Dec 2008)
 






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

* [gentoo-commits] gentoo-x86 commit in media-video/pitivi: pitivi-0.11.3.ebuild ChangeLog
@ 2009-03-24 18:50 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2009-03-24 18:50 UTC (permalink / raw
  To: gentoo-commits

hanno       09/03/24 18:50:14

  Modified:             pitivi-0.11.3.ebuild ChangeLog
  Log:
  pitivi: add dep to dbus-python
  (Portage version: 2.2_rc27/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-video/pitivi/pitivi-0.11.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?r1=1.2&r2=1.3

Index: pitivi-0.11.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pitivi-0.11.3.ebuild	9 Feb 2009 16:20:42 -0000	1.2
+++ pitivi-0.11.3.ebuild	24 Mar 2009 18:50:14 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.2 2009/02/09 16:20:42 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.3 2009/03/24 18:50:14 hanno Exp $
 
 inherit gnome2 python
 
@@ -17,6 +17,7 @@
 	>=dev-lang/python-2.5
 	>=dev-python/pygtk-2.8.0
 	>=dev-python/gnome-python-2.12.0
+	dev-python/dbus-python
 	>=dev-python/gst-python-0.10.0
 	>=media-libs/gnonlin-0.10.10
 	>=media-libs/gst-plugins-base-0.10.0



1.14                 media-video/pitivi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.13&r2=1.14

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	9 Feb 2009 16:20:42 -0000	1.13
+++ ChangeLog	24 Mar 2009 18:50:14 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/pitivi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.13 2009/02/09 16:20:42 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.14 2009/03/24 18:50:14 hanno Exp $
+
+  24 Mar 2009; Hanno Boeck <hanno@gentoo.org> pitivi-0.11.3.ebuild:
+  Add dep to dbus-pyhton, fixes #263587.
 
   09 Feb 2009; Hanno Boeck <hanno@gentoo.org> pitivi-0.11.3.ebuild:
   Re-add setuptools as dep (#258166).






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

* [gentoo-commits] gentoo-x86 commit in media-video/pitivi: pitivi-0.11.3.ebuild ChangeLog
@ 2009-04-14 18:50 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2009-04-14 18:50 UTC (permalink / raw
  To: gentoo-commits

hanno       09/04/14 18:50:19

  Modified:             pitivi-0.11.3.ebuild ChangeLog
  Log:
  pitivi fix for python 2.6
  (Portage version: 2.2_rc30/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-video/pitivi/pitivi-0.11.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild?r1=1.3&r2=1.4

Index: pitivi-0.11.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pitivi-0.11.3.ebuild	24 Mar 2009 18:50:14 -0000	1.3
+++ pitivi-0.11.3.ebuild	14 Apr 2009 18:50:19 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.3 2009/03/24 18:50:14 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.3.ebuild,v 1.4 2009/04/14 18:50:19 hanno Exp $
 
-inherit gnome2 python
+inherit gnome2 python eutils
 
 DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
 HOMEPAGE="http://www.pitivi.org"
@@ -36,6 +36,8 @@
 src_unpack() {
 	gnome2_src_unpack
 
+	epatch "${FILESDIR}/${P}-reserved-word.patch" || die "epatch failed"
+
 	# disable pyc compiling
 	mv py-compile py-compile.orig
 	ln -s $(type -P true) py-compile



1.15                 media-video/pitivi/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/pitivi/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Mar 2009 18:50:14 -0000	1.14
+++ ChangeLog	14 Apr 2009 18:50:19 -0000	1.15
@@ -1,6 +1,14 @@
 # ChangeLog for media-video/pitivi
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.14 2009/03/24 18:50:14 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.15 2009/04/14 18:50:19 hanno Exp $
+
+  14 Apr 2009; Hanno Boeck <hanno@gentoo.org>
+  +files/pitivi-0.11.3-reserved-word.patch, pitivi-0.11.3.ebuild:
+  Fix for python 2.6.
+
+  14 Apr 2009; Hanno Boeck <hanno@gentoo.org>
+  +files/pitivi-0.11.3-reserved-word.patch, pitivi-0.11.3.ebuild:
+  Fix for python 2.6.
 
   24 Mar 2009; Hanno Boeck <hanno@gentoo.org> pitivi-0.11.3.ebuild:
   Add dep to dbus-pyhton, fixes #263587.






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

end of thread, other threads:[~2009-04-14 18:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-14 18:50 [gentoo-commits] gentoo-x86 commit in media-video/pitivi: pitivi-0.11.3.ebuild ChangeLog Hanno Boeck (hanno)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-24 18:50 Hanno Boeck (hanno)
2009-02-09 16:20 Hanno Boeck (hanno)

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