public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.26.1.ebuild sound-juicer-2.22.0.ebuild sound-juicer-2.20.1-r1.ebuild sound-juicer-2.22.0-r1.ebuild
@ 2009-05-02 22:13 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-05-02 22:13 UTC (permalink / raw
  To: gentoo-commits

eva         09/05/02 22:13:40

  Modified:             ChangeLog
  Added:                sound-juicer-2.26.1.ebuild
  Removed:              sound-juicer-2.22.0.ebuild
                        sound-juicer-2.20.1-r1.ebuild
                        sound-juicer-2.22.0-r1.ebuild
  Log:
  New version for GNOME 2.26. Migrate to musicbrainz3, brasero, drop libgnome, use libcanberra for events. Clean up old revisions.
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.165                media-sound/sound-juicer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.165&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?rev=1.165&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/ChangeLog?r1=1.164&r2=1.165

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -r1.164 -r1.165
--- ChangeLog	27 Apr 2009 14:28:36 -0000	1.164
+++ ChangeLog	2 May 2009 22:13:40 -0000	1.165
@@ -1,6 +1,15 @@
 # ChangeLog for media-sound/sound-juicer
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.164 2009/04/27 14:28:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/sound-juicer/ChangeLog,v 1.165 2009/05/02 22:13:40 eva Exp $
+
+*sound-juicer-2.26.1 (02 May 2009)
+
+  02 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  -files/sound-juicer-2.22.0-sj-handle-uri.patch,
+  -sound-juicer-2.20.1-r1.ebuild, -sound-juicer-2.22.0.ebuild,
+  -sound-juicer-2.22.0-r1.ebuild, +sound-juicer-2.26.1.ebuild:
+  New version for GNOME 2.26. Migrate to musicbrainz3, brasero, drop
+  libgnome, use libcanberra for events. Clean up old revisions.
 
   27 Apr 2009; Jeroen Roovers <jer@gentoo.org> sound-juicer-2.24.0:
   Stable for HPPA (bug #260063).



1.1                  media-sound/sound-juicer/sound-juicer-2.26.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.26.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/sound-juicer/sound-juicer-2.26.1.ebuild?rev=1.1&content-type=text/plain

Index: sound-juicer-2.26.1.ebuild
===================================================================
# Copyright 1999-2009 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.26.1.ebuild,v 1.1 2009/05/02 22:13:40 eva Exp $

EAPI="2"

inherit eutils gnome2

DESCRIPTION="CD ripper for GNOME 2"
HOMEPAGE="http://www.burtonini.com/blog/computers/sound-juicer/"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="test"

# FIXME: possibly automagic dual slot dep on musicbrainz
COMMON_DEPEND=">=dev-libs/glib-2.16
	>=x11-libs/gtk+-2.14

	>=gnome-base/libglade-2
	>=gnome-base/gconf-2
	media-libs/libcanberra[gtk]
	dev-libs/dbus-glib

	>=media-libs/musicbrainz-3.0.2:3
	>=dev-libs/libcdio-0.70
	>=gnome-extra/gnome-media-2.11.91
	>=app-cdr/brasero-0.9.1

	>=media-libs/gstreamer-0.10.15:0.10
	>=media-libs/gst-plugins-base-0.10:0.10"

RDEPEND="${COMMON_DEPEND}
	>=media-plugins/gst-plugins-gconf-0.10:0.10
	>=media-plugins/gst-plugins-gio-0.10:0.10
	|| (
		>=media-plugins/gst-plugins-cdparanoia-0.10:0.10
		>=media-plugins/gst-plugins-cdio-0.10:0.10 )
	>=media-plugins/gst-plugins-meta-0.10-r2:0.10"

DEPEND="${COMMON_DEPEND}
	>=dev-util/pkgconfig-0.9
	>=dev-util/intltool-0.40
	>=app-text/scrollkeeper-0.3.5
	app-text/gnome-doc-utils
	test? ( ~app-text/docbook-xml-dtd-4.3 )"

DOCS="AUTHORS ChangeLog NEWS README TODO"

pkg_setup() {
	G2CONF="${G2CONF} --disable-scrollkeeper"

	# needed to get around some sandboxing checks
	export GST_INSPECT=/bin/true
}

pkg_postinst() {
	gnome2_pkg_postinst
	ewarn
	ewarn "If ${PN} does not rip to some music format, please check your"
	ewarn "USE flags on media-plugins/gst-plugins-meta"
	ewarn
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-02 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-02 22:13 [gentoo-commits] gentoo-x86 commit in media-sound/sound-juicer: ChangeLog sound-juicer-2.26.1.ebuild sound-juicer-2.22.0.ebuild sound-juicer-2.20.1-r1.ebuild sound-juicer-2.22.0-r1.ebuild Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox