diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-05-24 19:23:14 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-05-24 19:23:14 +0000 |
commit | 05f3e2d79a2d2dc7d6c92cc1477ca0045fa0dfd0 (patch) | |
tree | 80273bf904dd856df5499da3e4b7dfdbd421c2a7 /media-video | |
parent | Add python libcanberra package, needed for pitivi, requested by Thomas Raschb... (diff) | |
download | gentoo-2-05f3e2d79a2d2dc7d6c92cc1477ca0045fa0dfd0.tar.gz gentoo-2-05f3e2d79a2d2dc7d6c92cc1477ca0045fa0dfd0.tar.bz2 gentoo-2-05f3e2d79a2d2dc7d6c92cc1477ca0045fa0dfd0.zip |
Add pycanberra dep (bug #550294, thanks to Thomas Raschbacher).
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/pitivi/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/pitivi/pitivi-0.94.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/media-video/pitivi/ChangeLog b/media-video/pitivi/ChangeLog index 41aa17520b20..dedc5114839a 100644 --- a/media-video/pitivi/ChangeLog +++ b/media-video/pitivi/ChangeLog @@ -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: diff --git a/media-video/pitivi/pitivi-0.94.ebuild b/media-video/pitivi/pitivi-0.94.ebuild index 5a00250845f4..a53ddfa5fb09 100644 --- a/media-video/pitivi/pitivi-0.94.ebuild +++ b/media-video/pitivi/pitivi-0.94.ebuild @@ -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 @@ RDEPEND="${COMMON_DEPEND} 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}] |