* [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt: ChangeLog mp3splt-2.4.1.ebuild
@ 2012-01-04 9:27 Sebastian Pipping (sping)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2012-01-04 9:27 UTC (permalink / raw
To: gentoo-commits
sping 12/01/04 09:27:33
Modified: ChangeLog
Added: mp3splt-2.4.1.ebuild
Log:
media-sound/mp3splt: 2.4.1
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.43 media-sound/mp3splt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 3 Aug 2011 19:57:33 -0000 1.42
+++ ChangeLog 4 Jan 2012 09:27:33 -0000 1.43
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/mp3splt
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.42 2011/08/03 19:57:33 sping Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.43 2012/01/04 09:27:33 sping Exp $
+
+*mp3splt-2.4.1 (04 Jan 2012)
+
+ 04 Jan 2012; Sebastian Pipping <sping@gentoo.org> +mp3splt-2.4.1.ebuild:
+ Bump to 2.4.1, looks trivial
*mp3splt-2.4 (03 Aug 2011)
1.1 media-sound/mp3splt/mp3splt-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild?rev=1.1&content-type=text/plain
Index: mp3splt-2.4.1.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/mp3splt-2.4.1.ebuild,v 1.1 2012/01/04 09:27:33 sping Exp $
EAPI=2
inherit multilib
DESCRIPTION="a command line utility to split mp3 and ogg files without decoding."
HOMEPAGE="http://mp3splt.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=media-libs/libmp3splt-0.7"
DEPEND="${RDEPEND}
sys-devel/gettext"
src_configure() {
econf \
--disable-dependency-tracking \
--with-mp3splt-libraries=/usr/$(get_libdir) \
--with-mp3splt-includes=/usr/include/lib${PN}
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt: ChangeLog mp3splt-2.4.1.ebuild
@ 2012-05-16 18:33 Sebastian Pipping (sping)
0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping (sping) @ 2012-05-16 18:33 UTC (permalink / raw
To: gentoo-commits
sping 12/05/16 18:33:43
Modified: ChangeLog mp3splt-2.4.1.ebuild
Log:
media-sound/mp3splt: Fix dependency version
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Revision Changes Path
1.44 media-sound/mp3splt/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 4 Jan 2012 09:27:33 -0000 1.43
+++ ChangeLog 16 May 2012 18:33:43 -0000 1.44
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/mp3splt
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.43 2012/01/04 09:27:33 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/ChangeLog,v 1.44 2012/05/16 18:33:43 sping Exp $
+
+ 16 May 2012; Sebastian Pipping <sping@gentoo.org> mp3splt-2.4.1.ebuild:
+ Bump dependency on libmp3splt from 0.7 to 0.7.1 as former fails and latter
+ works on amd64. Could be related to bug #416253
*mp3splt-2.4.1 (04 Jan 2012)
1.2 media-sound/mp3splt/mp3splt-2.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild?r1=1.1&r2=1.2
Index: mp3splt-2.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mp3splt-2.4.1.ebuild 4 Jan 2012 09:27:33 -0000 1.1
+++ mp3splt-2.4.1.ebuild 16 May 2012 18:33:43 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild,v 1.1 2012/01/04 09:27:33 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mp3splt/mp3splt-2.4.1.ebuild,v 1.2 2012/05/16 18:33:43 sping Exp $
EAPI=2
inherit multilib
@@ -14,7 +14,7 @@
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
-RDEPEND=">=media-libs/libmp3splt-0.7"
+RDEPEND=">=media-libs/libmp3splt-0.7.1"
DEPEND="${RDEPEND}
sys-devel/gettext"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-16 18:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-16 18:33 [gentoo-commits] gentoo-x86 commit in media-sound/mp3splt: ChangeLog mp3splt-2.4.1.ebuild Sebastian Pipping (sping)
-- strict thread matches above, loose matches on Subject: below --
2012-01-04 9:27 Sebastian Pipping (sping)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox