# 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.2 2008/02/24 21:10:09 eva Exp $ inherit gnome2 python DESCRIPTION="A non-linear video editor using the GStreamer multimedia framework" HOMEPAGE="http://www.pitivi.org" SRC_URI="mirror://gnome/sources/${PN}/0.11/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=media-libs/gstreamer-0.10.4 >=dev-lang/python-2.3.0 >=dev-python/pygtk-2.8.0 >=dev-python/gnome-python-2.12.0 >=dev-python/gst-python-0.10.0 >=media-libs/gnonlin-0.10.7 net-zope/zopeinterface dev-python/setuptools" RDEPEND="${DEPEND} >=media-libs/gst-plugins-base-0.10.0 >=media-libs/gst-plugins-good-0.10.0 >=media-plugins/gst-plugins-ffmpeg-0.10.0 >=media-plugins/gst-plugins-xvideo-0.10.0 >=media-plugins/gst-plugins-libpng-0.10.0" 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}" }