public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.8.8.ebuild ChangeLog
@ 2012-05-22 15:22 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2012-05-22 15:22 UTC (permalink / raw
  To: gentoo-commits

kensington    12/05/22 15:22:37

  Modified:             ChangeLog
  Added:                kwave-0.8.8.ebuild
  Log:
  Version bump for bug #416981. Fix building with gold.
  
  (Portage version: 2.1.10.62/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 media-sound/kwave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	5 Jan 2012 12:38:06 -0000	1.23
+++ ChangeLog	22 May 2012 15:22:37 -0000	1.24
@@ -1,6 +1,11 @@
 # ChangeLog for media-sound/kwave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.23 2012/01/05 12:38:06 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.24 2012/05/22 15:22:37 kensington Exp $
+
+*kwave-0.8.8 (22 May 2012)
+
+  22 May 2012; Michael Palimaka <kensington@gentoo.org> +kwave-0.8.8.ebuild:
+  Version bump for bug #416981. Fix building with gold.
 
   05 Jan 2012; Johannes Huber <johu@gentoo.org> kwave-0.8.7.ebuild:
   Fix imagemagick dependencies wrt bug #314325.



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

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

Index: kwave-0.8.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.8.ebuild,v 1.1 2012/05/22 15:22:36 kensington Exp $

EAPI=4

KDE_LINGUAS="cs de fr"
KDE_HANDBOOK="optional"
inherit kde4-base

DESCRIPTION="A sound editor for KDE that can edit many types of audio files"
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"
IUSE="alsa debug flac libsamplerate mad oss pulseaudio vorbis"

RDEPEND="
	media-libs/audiofile
	>=sci-libs/fftw-3
	alsa? ( media-libs/alsa-lib )
	flac? ( media-libs/flac )
	libsamplerate? ( media-libs/libsamplerate )
	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[png] media-gfx/graphicsmagick[imagemagick,png] )
"

DOCS=( AUTHORS CHANGES README TODO )

src_prepare() {
	sed -e 's/ -Wl,--add-needed//' -i plugins/CMakeLists.txt \
		|| die "sed failed"
	kde4-base_src_prepare
}

src_configure() {
	local mycmakeargs=(
		-DWITH_SAMPLERATE=ON
		-DWITH_PHONON=ON
		$(cmake-utils_use_with alsa)
		$(cmake-utils_use_with flac)
		$(cmake-utils_use_with libsamplerate SAMPLERATE)
		$(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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.8.8.ebuild ChangeLog
@ 2012-05-22 15:26 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2012-05-22 15:26 UTC (permalink / raw
  To: gentoo-commits

kensington    12/05/22 15:26:32

  Modified:             kwave-0.8.8.ebuild ChangeLog
  Log:
  Remove stray comment, thanks to johu for noticing that.
  
  (Portage version: 2.1.10.62/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-sound/kwave/kwave-0.8.8.ebuild

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

Index: kwave-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kwave-0.8.8.ebuild	22 May 2012 15:22:36 -0000	1.1
+++ kwave-0.8.8.ebuild	22 May 2012 15:26:32 -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/kwave/kwave-0.8.8.ebuild,v 1.1 2012/05/22 15:22:36 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.8.ebuild,v 1.2 2012/05/22 15:26:32 kensington Exp $
 
 EAPI=4
 
@@ -15,7 +15,6 @@
 LICENSE="BSD FDL-1.2 GPL-2 LGPL-2"
 SLOT="4"
 KEYWORDS="~amd64 ~x86"
-#IUSE="alsa debug flac +handbook mad oss pulseaudio vorbis"
 IUSE="alsa debug flac libsamplerate mad oss pulseaudio vorbis"
 
 RDEPEND="



1.25                 media-sound/kwave/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	22 May 2012 15:22:37 -0000	1.24
+++ ChangeLog	22 May 2012 15:26:32 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for media-sound/kwave
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.24 2012/05/22 15:22:37 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.25 2012/05/22 15:26:32 kensington Exp $
+
+  22 May 2012; Michael Palimaka <kensington@gentoo.org> kwave-0.8.8.ebuild:
+  Remove stray comment, thanks to johu for noticing that.
 
 *kwave-0.8.8 (22 May 2012)
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-22 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 15:22 [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.8.8.ebuild ChangeLog Michael Palimaka (kensington)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-22 15:26 Michael Palimaka (kensington)

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