public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt-gtk: ChangeLog mp3splt-gtk-0.7.3.ebuild
@ 2012-09-08 12:11 Sebastian Pipping (sping)
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2012-09-08 12:11 UTC (permalink / raw
  To: gentoo-commits

sping       12/09/08 12:11:18

  Modified:             ChangeLog
  Added:                mp3splt-gtk-0.7.3.ebuild
  Log:
  media-sound/mp3splt-gtk: 0.7.3
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.27                 media-sound/mp3splt-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	21 May 2012 19:10:52 -0000	1.26
+++ ChangeLog	8 Sep 2012 12:11:18 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/mp3splt-gtk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.26 2012/05/21 19:10:52 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.27 2012/09/08 12:11:18 sping Exp $
+
+*mp3splt-gtk-0.7.3 (08 Sep 2012)
+
+  08 Sep 2012; Sebastian Pipping <sping@gentoo.org> +mp3splt-gtk-0.7.3.ebuild:
+  Bump to 0.7.3
 
   21 May 2012; Kacper Kowalik <xarthisius@gentoo.org>
   mp3splt-gtk-0.7.0.930.ebuild, mp3splt-gtk-0.7.ebuild:



1.1                  media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild?rev=1.1&content-type=text/plain

Index: mp3splt-gtk-0.7.3.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild,v 1.1 2012/09/08 12:11:18 sping Exp $

EAPI=2
inherit versionator autotools multilib

DESCRIPTION="a GTK+ based utility to split mp3 and ogg files without decoding."
HOMEPAGE="http://mp3splt.sourceforge.net"
SRC_URI="mirror://sourceforge/mp3splt/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="audacious doc gtk3 gnome gstreamer nls"

RDEPEND=">=media-libs/libmp3splt-0.7.3
	gtk3? ( x11-libs/gtk+:3
		audacious? ( >=media-sound/audacious-3.0 ) )
	!gtk3? ( >=x11-libs/gtk+-2.18:2
		audacious? ( <media-sound/audacious-3.0 ) )
	!audacious? ( dev-libs/dbus-glib )
	gstreamer? ( media-libs/gst-plugins-base:0.10 )
	gnome? ( gnome-base/libgnomeui )"
DEPEND="${RDEPEND}
	gnome? ( app-text/gnome-doc-utils app-text/rarian )
	nls? ( sys-devel/gettext )"

src_prepare() {
	if use audacious; then
		sed -i \
			-e 's:@AUDACIOUS_LIBS@:-laudclient &:' \
			src/Makefile.am || die
	fi

	eautoreconf
}

src_configure() {
	local myconf

	use nls || myconf+=" --disable-nls"
	use audacious || myconf+=" --disable-audacious"
	use gstreamer || myconf+=" --disable-gstreamer"

	econf \
		--disable-dependency-tracking \
		--with-mp3splt-libraries=/usr/$(get_libdir) \
		--with-mp3splt-includes=/usr/include/libmp3splt \
		$(use_enable gnome) \
		$(use_enable doc doxygen_doc) \
		$(use_enable gtk3) \
		--disable-cutter \
		${myconf}
}

src_install() {
	emake DESTDIR="${D}" install || die
	dodoc AUTHORS ChangeLog NEWS README
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt-gtk: ChangeLog mp3splt-gtk-0.7.3.ebuild
@ 2013-01-04 14:10 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergey Popov (pinkbyte) @ 2013-01-04 14:10 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    13/01/04 14:10:21

  Modified:             ChangeLog mp3splt-gtk-0.7.3.ebuild
  Log:
  Stable on amd64, wrt bug #448164
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.29                 media-sound/mp3splt-gtk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	3 Jan 2013 01:00:24 -0000	1.28
+++ ChangeLog	4 Jan 2013 14:10:21 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/mp3splt-gtk
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.28 2013/01/03 01:00:24 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/ChangeLog,v 1.29 2013/01/04 14:10:21 pinkbyte Exp $
+
+  04 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> mp3splt-gtk-0.7.3.ebuild:
+  Stable on amd64, wrt bug #448164
 
   03 Jan 2013; Sebastian Pipping <sping@gentoo.org> mp3splt-gtk-0.5.9.ebuild:
   Fix dependency on libmp3splt (bug #449014)



1.2                  media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild?r1=1.1&r2=1.2

Index: mp3splt-gtk-0.7.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mp3splt-gtk-0.7.3.ebuild	8 Sep 2012 12:11:18 -0000	1.1
+++ mp3splt-gtk-0.7.3.ebuild	4 Jan 2013 14:10:21 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild,v 1.1 2012/09/08 12:11:18 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt-gtk/mp3splt-gtk-0.7.3.ebuild,v 1.2 2013/01/04 14:10:21 pinkbyte Exp $
 
 EAPI=2
 inherit versionator autotools multilib
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="audacious doc gtk3 gnome gstreamer nls"
 
 RDEPEND=">=media-libs/libmp3splt-0.7.3





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-04 14:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-08 12:11 [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt-gtk: ChangeLog mp3splt-gtk-0.7.3.ebuild Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-04 14:10 Sergey Popov (pinkbyte)

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