diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-10 03:06:58 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-10 03:06:58 +0000 |
commit | 6c59e51a5282bacd7affe7e6c8cfb5153c310f87 (patch) | |
tree | 296debbce813318e353011adb59cca9f733aa3b2 /media-video/pitivi | |
parent | Update LICENSE. (diff) | |
download | gentoo-2-6c59e51a5282bacd7affe7e6c8cfb5153c310f87.tar.gz gentoo-2-6c59e51a5282bacd7affe7e6c8cfb5153c310f87.tar.bz2 gentoo-2-6c59e51a5282bacd7affe7e6c8cfb5153c310f87.zip |
Fix bug 370677 by adding pyxdg dep, reorder deps with COMMON_DEPEND
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'media-video/pitivi')
-rw-r--r-- | media-video/pitivi/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.14.0.ebuild | 16 |
2 files changed, 14 insertions, 7 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog index f0f1e910894f..cd2a401ea579 100644 --- a/media-video/pitivi/ChangeLog +++ b/media-video/pitivi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/pitivi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.24 2011/06/06 18:46:00 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/ChangeLog,v 1.25 2011/06/10 03:06:58 nirbheek Exp $ + + 10 Jun 2011; Nirbheek Chauhan <nirbheek@gentoo.org> pitivi-0.14.0.ebuild: + Fix bug 370677 by adding pyxdg dep, reorder deps with COMMON_DEPEND *pitivi-0.14.0 (06 Jun 2011) diff --git a/media-video/pitivi/pitivi-0.14.0.ebuild b/media-video/pitivi/pitivi-0.14.0.ebuild index ab6e99136d6d..954c8d0bda8e 100644 --- a/media-video/pitivi/pitivi-0.14.0.ebuild +++ b/media-video/pitivi/pitivi-0.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.14.0.ebuild,v 1.1 2011/06/06 18:46:00 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/pitivi/pitivi-0.14.0.ebuild,v 1.2 2011/06/10 03:06:58 nirbheek Exp $ EAPI="3" GCONF_DEBUG="no" @@ -18,18 +18,21 @@ IUSE="v4l" # gst-plugins-good-0.10.24 needed for prefer-passthrough property # gst-plugins-base-0.10.31 needed for add-borders property, and decodebin2 -RDEPEND=" +COMMON_DEPEND=" >=dev-python/pygtk-2.18:2 + dev-python/pycairo + + >=media-libs/gstreamer-0.10.28:0.10 + >=dev-python/gst-python-0.10.19 + >=media-libs/gnonlin-0.10.16" +RDEPEND="${COMMON_DEPEND} dev-python/dbus-python >=dev-python/gconf-python-2.12 - dev-python/pycairo dev-python/pygoocanvas + dev-python/pyxdg net-zope/zope-interface gnome-base/librsvg - >=media-libs/gstreamer-0.10.28:0.10 - >=dev-python/gst-python-0.10.19 - >=media-libs/gnonlin-0.10.16 >=media-libs/gst-plugins-base-0.10.31:0.10 >=media-libs/gst-plugins-good-0.10.24:0.10 >=media-plugins/gst-plugins-ffmpeg-0.10:0.10 @@ -39,6 +42,7 @@ RDEPEND=" v4l? ( media-plugins/gst-plugins-v4l2:0.10 )" DEPEND="${RDEPEND} dev-python/setuptools + sys-devel/gettext >=dev-util/intltool-0.35.5" pkg_setup() { |