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.1.ebuild ChangeLog
@ 2008-02-24 21:10 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-02-24 21:10 UTC (permalink / raw
  To: gentoo-commits

eva         08/02/24 21:10:09

  Modified:             pitivi-0.11.1.ebuild ChangeLog
  Log:
  fix python eclass use, bug #207667
  (Portage version: 2.1.4.4)

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

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

Index: pitivi-0.11.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pitivi-0.11.1.ebuild	1 Dec 2007 16:57:50 -0000	1.1
+++ pitivi-0.11.1.ebuild	24 Feb 2008 21:10:09 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.1.ebuild,v 1.1 2007/12/01 16:57:50 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.11.1.ebuild,v 1.2 2008/02/24 21:10:09 eva Exp $
 
-inherit gnome2
+inherit gnome2 python
 
 DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework"
 HOMEPAGE="http://www.pitivi.org"
@@ -30,9 +30,27 @@
 
 DOCS="AUTHORS ChangeLog NEWS RELEASE"
 
+src_unpack() {
+	gnome2_src_unpack
+
+	# disable pyc compiling
+	mv py-compile py-compile.orig
+	ln -s $(type -P true) py-compile
+}
+
 src_compile() {
 	addpredict $(unset HOME; echo ~)/.gconf
 	addpredict $(unset HOME; echo ~)/.gconfd
 	addpredict $(unset HOME; echo ~)/.gstreamer-0.10
 	gnome2_src_compile
 }
+
+pkg_postinst() {
+	gnome2_pkg_postinst
+	python_mod_optimize "/usr/$(get_libdir)/${PN}/python/${PN}"
+}
+
+pkg_postrm() {
+	gnome2_pkg_postrm
+	python_mod_cleanup "/usr/$(get_libdir)/${PN}/python/${PN}"
+}



1.11                 media-video/pitivi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	1 Dec 2007 16:57:50 -0000	1.10
+++ ChangeLog	24 Feb 2008 21:10:09 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/pitivi
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.10 2007/12/01 16:57:50 hanno Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.11 2008/02/24 21:10:09 eva Exp $
+
+  24 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org> pitivi-0.11.1.ebuild:
+  fix python eclass use, bug #207667
 
 *pitivi-0.11.1 (01 Dec 2007)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-24 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-24 21:10 [gentoo-commits] gentoo-x86 commit in media-video/pitivi: pitivi-0.11.1.ebuild ChangeLog 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