* [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate: libsamplerate-0.1.8.ebuild ChangeLog
@ 2011-08-22 7:27 Tim Harder (radhermit)
0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder (radhermit) @ 2011-08-22 7:27 UTC (permalink / raw
To: gentoo-commits
radhermit 11/08/22 07:27:18
Modified: ChangeLog
Added: libsamplerate-0.1.8.ebuild
Log:
Version bump. Add static-libs USE flag (bug #378309).
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.72 media-libs/libsamplerate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?r1=1.71&r2=1.72
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog 2 Dec 2010 18:02:14 -0000 1.71
+++ ChangeLog 22 Aug 2011 07:27:18 -0000 1.72
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/libsamplerate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.71 2010/12/02 18:02:14 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.72 2011/08/22 07:27:18 radhermit Exp $
+
+*libsamplerate-0.1.8 (22 Aug 2011)
+
+ 22 Aug 2011; Tim Harder <radhermit@gentoo.org> +libsamplerate-0.1.8.ebuild,
+ +files/libsamplerate-0.1.8-lm.patch:
+ Version bump. Add static-libs USE flag (bug #378309).
02 Dec 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-libsamplerate-0.1.4.ebuild, -libsamplerate-0.1.6.ebuild:
1.1 media-libs/libsamplerate/libsamplerate-0.1.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild?rev=1.1&content-type=text/plain
Index: libsamplerate-0.1.8.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild,v 1.1 2011/08/22 07:27:18 radhermit Exp $
EAPI=4
inherit eutils autotools
DESCRIPTION="Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio"
HOMEPAGE="http://www.mega-nerd.com/SRC/"
SRC_URI="http://www.mega-nerd.com/SRC/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="sndfile static-libs"
RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.14"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.1.3-dontbuild-tests-examples.patch \
"${FILESDIR}"/${P}-lm.patch
AT_M4DIR="M4" eautoreconf
}
src_configure() {
econf \
--disable-fftw \
$(use_enable sndfile) \
$(use_enable static-libs static)
}
src_install() {
emake DESTDIR="${ED}" htmldocdir="${EPREFIX}/usr/share/doc/${PF}/html" install
dodoc AUTHORS ChangeLog NEWS README
find "${ED}" -name '*.la' -exec rm -f '{}' +
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate: libsamplerate-0.1.8.ebuild ChangeLog
@ 2012-05-29 13:29 Alexis Ballier (aballier)
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-29 13:29 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/29 13:29:28
Modified: libsamplerate-0.1.8.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.3 media-libs/libsamplerate/libsamplerate-0.1.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild?r1=1.2&r2=1.3
Index: libsamplerate-0.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libsamplerate-0.1.8.ebuild 5 May 2012 08:02:31 -0000 1.2
+++ libsamplerate-0.1.8.ebuild 29 May 2012 13:29:27 -0000 1.3
@@ -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-libs/libsamplerate/libsamplerate-0.1.8.ebuild,v 1.2 2012/05/05 08:02:31 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.8.ebuild,v 1.3 2012/05/29 13:29:27 aballier Exp $
EAPI=4
@@ -12,7 +12,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="sndfile static-libs"
RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.2 )"
1.74 media-libs/libsamplerate/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libsamplerate/ChangeLog?r1=1.73&r2=1.74
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog 5 May 2012 08:02:31 -0000 1.73
+++ ChangeLog 29 May 2012 13:29:27 -0000 1.74
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsamplerate
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.73 2012/05/05 08:02:31 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.74 2012/05/29 13:29:27 aballier Exp $
+
+ 29 May 2012; Alexis Ballier <aballier@gentoo.org> libsamplerate-0.1.8.ebuild:
+ keyword ~amd64-fbsd
05 May 2012; Jeff Horelick <jdhore@gentoo.org> libsamplerate-0.1.7.ebuild,
libsamplerate-0.1.8.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-29 13:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 7:27 [gentoo-commits] gentoo-x86 commit in media-libs/libsamplerate: libsamplerate-0.1.8.ebuild ChangeLog Tim Harder (radhermit)
-- strict thread matches above, loose matches on Subject: below --
2012-05-29 13:29 Alexis Ballier (aballier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox