diff options
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsamplerate/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsamplerate/ChangeLog b/media-libs/libsamplerate/ChangeLog index 6b4c7d6ff3d7..687e8ecee73c 100644 --- a/media-libs/libsamplerate/ChangeLog +++ b/media-libs/libsamplerate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libsamplerate -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.40 2006/12/08 17:55:17 grobian Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/ChangeLog,v 1.41 2007/02/14 22:53:06 opfer Exp $ + + 14 Feb 2007; Christian Faulhammer <opfer@gentoo.org> + libsamplerate-0.1.2-r1.ebuild: + stable x86; bug 165779 08 Dec 2006; Fabian Groffen <grobian@gentoo.org> libsamplerate-0.1.1-r1.ebuild, libsamplerate-0.1.2.ebuild: diff --git a/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild b/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild index 3a74834c9244..6dbd2bed072d 100644 --- a/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild +++ b/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.1 2006/12/08 17:02:23 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsamplerate/libsamplerate-0.1.2-r1.ebuild,v 1.2 2007/02/14 22:53:06 opfer Exp $ WANT_AUTOCONF=2.5 WANT_AUTOMAKE=1.7 @@ -13,7 +13,7 @@ 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" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd" IUSE="sndfile fftw" RDEPEND="fftw? ( >=sci-libs/fftw-3.0.1 ) |