public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping (sping)" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/freeverb3: ChangeLog freeverb3-2.5.14.1.ebuild
Date: Sun,  9 Jan 2011 19:28:42 +0000 (UTC)	[thread overview]
Message-ID: <20110109192842.443FB20051@flycatcher.gentoo.org> (raw)

sping       11/01/09 19:28:42

  Modified:             ChangeLog
  Added:                freeverb3-2.5.14.1.ebuild
  Log:
  media-libs/freeverb3: Bump to 2.5.14.1
  
  (Portage version: 2.1.9.30/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 media-libs/freeverb3/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	29 Dec 2010 20:25:32 -0000	1.24
+++ ChangeLog	9 Jan 2011 19:28:42 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/freeverb3
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v 1.24 2010/12/29 20:25:32 sping Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/ChangeLog,v 1.25 2011/01/09 19:28:42 sping Exp $
+
+*freeverb3-2.5.14.1 (09 Jan 2011)
+
+  09 Jan 2011; Sebastian Pipping <sping@gentoo.org> +freeverb3-2.5.14.1.ebuild:
+  Trivial bump to 2.5.14.1
 
   29 Dec 2010; Sebastian Pipping <sping@gentoo.org> -freeverb3-2.3.0.ebuild,
   -freeverb3-2.3.1.ebuild, -freeverb3-2.4.0_rc2.ebuild,



1.1                  media-libs/freeverb3/freeverb3-2.5.14.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/freeverb3-2.5.14.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/freeverb3/freeverb3-2.5.14.1.ebuild?rev=1.1&content-type=text/plain

Index: freeverb3-2.5.14.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/freeverb3/freeverb3-2.5.14.1.ebuild,v 1.1 2011/01/09 19:28:42 sping Exp $

EAPI=2
inherit versionator

DESCRIPTION="High Quality Reverb and Impulse Response Convolution library including XMMS/Audacious Effect plugins"
HOMEPAGE="http://freeverb3.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="audacious jack plugdouble sse sse2 sse3 sse4 3dnow forcefpu"

RDEPEND=">=sci-libs/fftw-3.0.1
	audacious? ( media-sound/audacious
		media-libs/libsndfile )
	jack? ( media-sound/jack-audio-connection-kit
		media-libs/libsndfile )"
DEPEND=${RDEPEND}

S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)"

src_configure() {
	econf \
		--enable-release \
		--disable-bmp \
		--disable-pluginit \
		$(use_enable audacious) \
		$(use_enable jack) \
		$(use_enable plugdouble) \
		$(use_enable 3dnow) \
		$(use_enable sse) \
		$(use_enable sse2) \
		$(use_enable sse3) \
		$(use_enable sse4) \
		$(use_enable forcefpu) \
		|| die "econf failed"
}

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

	insinto /usr/share/${PN}/samples/IR
	doins samples/IR/*.wav || die
}






                 reply	other threads:[~2011-01-09 19:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110109192842.443FB20051@flycatcher.gentoo.org \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox