public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: ChangeLog kwave-0.8.6.ebuild kwave-0.8.5.ebuild
@ 2011-04-19 20:29 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-04-19 20:29 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/04/19 20:29:50

  Modified:             ChangeLog
  Added:                kwave-0.8.6.ebuild
  Removed:              kwave-0.8.5.ebuild
  Log:
  Version bump. Fixes bug #357887.
  
  (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-sound/kwave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	14 Feb 2011 23:46:58 -0000	1.20
+++ ChangeLog	19 Apr 2011 20:29:50 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/kwave
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.20 2011/02/14 23:46:58 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.21 2011/04/19 20:29:50 scarabeus Exp $
+
+*kwave-0.8.6 (19 Apr 2011)
+
+  19 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> -kwave-0.8.5.ebuild,
+  -files/kwave-0.8.5-qt47.patch, +kwave-0.8.6.ebuild:
+  Version bump. Fixes bug #357887.
 
   14 Feb 2011; Andreas K. Huettel <dilfridge@gentoo.org> kwave-0.8.5.ebuild,
   +files/kwave-0.8.5-qt47.patch:



1.1                  media-sound/kwave/kwave-0.8.6.ebuild

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

Index: kwave-0.8.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.6.ebuild,v 1.1 2011/04/19 20:29:50 scarabeus Exp $

EAPI=4

KDE_LINGUAS="cs de fr"
inherit kde4-base

DESCRIPTION="Kwave is a sound editor for KDE"
HOMEPAGE="http://kwave.sourceforge.net/"
SRC_URI="mirror://sourceforge/kwave/${P}-1.tar.bz2"

LICENSE="BSD FDL-1.2 GPL-2 LGPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug flac +handbook mad oss pulseaudio vorbis"

RDEPEND="
	media-libs/audiofile
	>=sci-libs/fftw-3
	media-libs/libsamplerate
	alsa? ( media-libs/alsa-lib )
	flac? ( media-libs/flac )
	mad? (
		media-libs/id3lib
		media-libs/libmad
	)
	pulseaudio? ( media-sound/pulseaudio )
	vorbis? (
		media-libs/libogg
		media-libs/libvorbis
	)
"
DEPEND="${RDEPEND}
	$(add_kdebase_dep kdesdk-misc extras)
	media-gfx/imagemagick"

DOCS=( AUTHORS CHANGES README TODO )

src_configure() {
	local mycmakeargs=(
		-DWITH_SAMPLERATE=ON
		-DWITH_PHONON=ON
		$(cmake-utils_use_with alsa)
		$(cmake-utils_use_with flac)
		$(cmake-utils_use_with mad MP3)
		$(cmake-utils_use_with vorbis OGG)
		$(cmake-utils_use_with oss)
		$(cmake-utils_use_with pulseaudio)
		$(cmake-utils_use debug)
	)

	kde4-base_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-19 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19 20:29 [gentoo-commits] gentoo-x86 commit in media-sound/kwave: ChangeLog kwave-0.8.6.ebuild kwave-0.8.5.ebuild Tomas Chvatal (scarabeus)

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