diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-06-12 11:07:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-06-12 11:07:47 +0000 |
commit | 076198de3d2783406c648946f3df6faa1d88e466 (patch) | |
tree | 3c9beedfed4d1def1aa0327ec1a2e3eaab3ea104 /media-sound/sound-juicer | |
parent | Version bump wrt #370499 by Nils Larsson <ni1s@nerdshack.com>. Fixes building... (diff) | |
download | gentoo-2-076198de3d2783406c648946f3df6faa1d88e466.tar.gz gentoo-2-076198de3d2783406c648946f3df6faa1d88e466.tar.bz2 gentoo-2-076198de3d2783406c648946f3df6faa1d88e466.zip |
RDEPEND on gnome-base/gvfs[cdda,udev] to prevent problems recognizing drives (bug #371089 by Allan Gottlieb and fix by Alexandre Rostovtsev).
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-2.32.0.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index 3b5c2256a03b..38479dd77e7c 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/sound-juicer # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.205 2011/04/14 10:39:06 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.206 2011/06/12 11:07:47 pacho Exp $ + + 12 Jun 2011; Pacho Ramos <pacho@gentoo.org> sound-juicer-2.32.0.ebuild: + RDEPEND on gnome-base/gvfs[cdda,udev] to prevent problems recognizing drives + (bug #371089 by Allan Gottlieb and fix by Alexandre Rostovtsev). 14 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> sound-juicer-2.32.0.ebuild: diff --git a/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild b/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild index 85647c074823..bef0b24abd22 100644 --- a/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild +++ b/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild,v 1.9 2011/04/14 10:39:06 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.32.0.ebuild,v 1.10 2011/06/12 11:07:47 pacho Exp $ EAPI="3" GCONF_DEBUG="yes" inherit gnome2 -DESCRIPTION="CD ripper for GNOME 2" +DESCRIPTION="CD ripper for GNOME" HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" LICENSE="GPL-2" @@ -31,6 +31,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.18:2 >=media-libs/gst-plugins-base-0.10:0.10" RDEPEND="${COMMON_DEPEND} + gnome-base/gvfs[cdda,udev] >=media-plugins/gst-plugins-gconf-0.10:0.10 >=media-plugins/gst-plugins-gio-0.10:0.10 || ( |