diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-27 19:40:10 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-04-27 19:40:10 +0000 |
commit | c19c373e08f6101d386cd7ef6115c5278cb103fc (patch) | |
tree | 9aada990901aa7a33e9595ff6af05c51e6d4e5b8 /media-sound/sound-juicer | |
parent | Fix H323 for real wrt #176259 (diff) | |
download | gentoo-2-c19c373e08f6101d386cd7ef6115c5278cb103fc.tar.gz gentoo-2-c19c373e08f6101d386cd7ef6115c5278cb103fc.tar.bz2 gentoo-2-c19c373e08f6101d386cd7ef6115c5278cb103fc.zip |
Bump to 2.16.4
* Follow the preferred sound device as set in control centre (Bastien Nocera)
* Detect FreeDB albums better (thanks David Mandelberg)
* Make path selector accessible (Rich Burridge)
* Use xdg-data-dirs to set a nice default directory on systems that support it (BN)
* Init threading earlier (Christian Kirbach)
* Transcode errors to UTF-8 (Pascal Terjan)
* Remove Application category from desktop file
* Fix build in srcdir!=builddir (Loic Minier)
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-sound/sound-juicer')
-rw-r--r-- | media-sound/sound-juicer/ChangeLog | 14 | ||||
-rw-r--r-- | media-sound/sound-juicer/files/digest-sound-juicer-2.16.4 | 3 | ||||
-rw-r--r-- | media-sound/sound-juicer/sound-juicer-2.16.4.ebuild | 48 |
3 files changed, 64 insertions, 1 deletions
diff --git a/media-sound/sound-juicer/ChangeLog b/media-sound/sound-juicer/ChangeLog index 59fcf51ef9cc..5469b091199a 100644 --- a/media-sound/sound-juicer/ChangeLog +++ b/media-sound/sound-juicer/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for media-sound/sound-juicer # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.102 2007/02/26 00:49:37 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.103 2007/04/27 19:40:10 dang Exp $ + +*sound-juicer-2.16.4 (27 Apr 2007) + + 27 Apr 2007; Daniel Gryniewicz <dang@gentoo.org> + +sound-juicer-2.16.4.ebuild: + Bump to 2.16.4 * Follow the preferred sound device as set in control centre + (Bastien Nocera) * Detect FreeDB albums better (thanks David Mandelberg) * + Make path selector accessible (Rich Burridge) * Use xdg-data-dirs to set a + nice default directory on systems that support it (BN) * Init threading + earlier (Christian Kirbach) * Transcode errors to UTF-8 (Pascal Terjan) * + Remove Application category from desktop file * Fix build in + srcdir!=builddir (Loic Minier) *sound-juicer-2.16.3 (26 Feb 2007) diff --git a/media-sound/sound-juicer/files/digest-sound-juicer-2.16.4 b/media-sound/sound-juicer/files/digest-sound-juicer-2.16.4 new file mode 100644 index 000000000000..97171472752b --- /dev/null +++ b/media-sound/sound-juicer/files/digest-sound-juicer-2.16.4 @@ -0,0 +1,3 @@ +MD5 bcf1f77027b1d1d4c1667b20c6448122 sound-juicer-2.16.4.tar.bz2 1270126 +RMD160 b5c4335bf28b0070fd05dde5070ea50a9f38f0eb sound-juicer-2.16.4.tar.bz2 1270126 +SHA256 db90283d1eca9e7a1cc986a13b222ad60f3b48333bce9f275dd3861c11124371 sound-juicer-2.16.4.tar.bz2 1270126 diff --git a/media-sound/sound-juicer/sound-juicer-2.16.4.ebuild b/media-sound/sound-juicer/sound-juicer-2.16.4.ebuild new file mode 100644 index 000000000000..0d5babea2708 --- /dev/null +++ b/media-sound/sound-juicer/sound-juicer-2.16.4.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2007 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.16.4.ebuild,v 1.1 2007/04/27 19:40:10 dang Exp $ + +inherit gnome2 + +DESCRIPTION="CD ripper for GNOME 2" +HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="flac ogg" + +RDEPEND=">=dev-libs/glib-2 + >=gnome-extra/nautilus-cd-burner-2.15.3 + >=x11-libs/gtk+-2.8 + >=gnome-base/libglade-2 + >=gnome-base/gconf-2 + >=gnome-base/libgnomeui-2.13 + >=gnome-base/gnome-vfs-2.9 + >=media-libs/gstreamer-0.10.3 + >=gnome-extra/gnome-media-2.11.91 + >=media-libs/musicbrainz-2.1 + >=dev-libs/libcdio-0.70 + media-libs/taglib + >=media-libs/gst-plugins-base-0.10 + >=media-plugins/gst-plugins-gconf-0.10 + >=media-plugins/gst-plugins-gnomevfs-0.10 + >=media-plugins/gst-plugins-cdparanoia-0.10 + ogg? ( >=media-plugins/gst-plugins-ogg-0.10 ) + flac? ( >=media-plugins/gst-plugins-flac-0.10 )" + +DEPEND="${RDEPEND} + app-text/gnome-doc-utils + >=dev-util/intltool-0.35 + >=app-text/scrollkeeper-0.3.5 + >=dev-util/pkgconfig-0.9" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +# needed to get around some sandboxing checks +export GST_INSPECT=/bin/true + +pkg_setup() { + G2CONF="${G2CONF} --disable-scrollkeeper" +} + |