public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.8.4.ebuild ChangeLog kwave-0.8.3.ebuild
@ 2009-09-29 10:52 99% Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 1+ results
From: Tomas Chvatal (scarabeus) @ 2009-09-29 10:52 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/09/29 10:52:28

  Modified:             ChangeLog
  Added:                kwave-0.8.4.ebuild
  Removed:              kwave-0.8.3.ebuild
  Log:
  Version bump. Remove old. Per bug #286680.
  (Portage version: 2.2_rc38/cvs/Linux i686)

Revision  Changes    Path
1.16                 media-sound/kwave/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kwave/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Jul 2009 09:14:26 -0000	1.15
+++ ChangeLog	29 Sep 2009 10:52:28 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/kwave
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.15 2009/07/16 09:14:26 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/ChangeLog,v 1.16 2009/09/29 10:52:28 scarabeus Exp $
+
+*kwave-0.8.4 (29 Sep 2009)
+
+  29 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> -kwave-0.8.3.ebuild,
+  +kwave-0.8.4.ebuild:
+  Version bump. Remove old. Per bug #286680.
 
 *kwave-0.8.3 (16 Jul 2009)
 



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

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

Index: kwave-0.8.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/kwave/kwave-0.8.4.ebuild,v 1.1 2009/09/29 10:52:28 scarabeus Exp $

EAPI=2
# Note that kwave use really bad linguas code so we have to install them all.
#KDE_LINGUAS="cs de en fr"
inherit gnome2-utils 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="GPL-2"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="alsa debug doc flac mp3 ogg oss mmx"

RDEPEND="
	!media-sound/kwave:0
	media-libs/audiofile
	sci-libs/fftw
	alsa? ( media-libs/alsa-lib )
	flac? ( media-libs/flac )
	mp3? ( media-libs/id3lib media-libs/libmad )
	ogg? ( media-libs/libogg media-libs/libvorbis )"
DEPEND="${RDEPEND}
	>=kde-base/kdesdk-misc-${KDE_MINIMAL}
	media-gfx/imagemagick"

src_configure() {
	use mmx && append-flags "-mmmx"

	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with alsa)
		$(cmake-utils_use_with doc)
		$(cmake-utils_use_with flac)
		$(cmake-utils_use_with mp3)
		$(cmake-utils_use_with ogg)
		$(cmake-utils_use_with oss)
		$(cmake-utils_use debug)"

	kde4-base_src_configure
}

src_install() {
	kde4-base_src_install

	cat "${D}"/usr/share/icons/hicolor/scalable/apps/kwave.svgz | gunzip -d > "${D}"/usr/share/icons/hicolor/scalable/apps/kwave.svg
}

pkg_preinst() {
	gnome2_icon_savelist
}

pkg_postinst() {
	kde4-base_pkg_postinst
	gnome2_icon_cache_update
}

pkg_postrm() {
	kde4-base_pkg_postrm
	gnome2_icon_cache_update
}






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2009-09-29 10:52 99% [gentoo-commits] gentoo-x86 commit in media-sound/kwave: kwave-0.8.4.ebuild ChangeLog kwave-0.8.3.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