rev 19268 - kde-extras/kwave/trunk/debian
Mark Purcell
msp at alioth.debian.org
Mon Jun 25 12:32:33 UTC 2012
Author: msp
Date: 2012-06-25 12:32:32 +0000 (Mon, 25 Jun 2012)
New Revision: 19268
Modified:
kde-extras/kwave/trunk/debian/changelog
kde-extras/kwave/trunk/debian/compat
kde-extras/kwave/trunk/debian/control
kde-extras/kwave/trunk/debian/rules
Log:
* wheezy polish
* Fix "debian/control uses hardcoded list of non-Linux architectures"
(Closes: #634787)
* Update Standards-Version 3.9.3
* debian/compat -> 9
Modified: kde-extras/kwave/trunk/debian/changelog
===================================================================
--- kde-extras/kwave/trunk/debian/changelog 2012-06-24 16:17:45 UTC (rev 19267)
+++ kde-extras/kwave/trunk/debian/changelog 2012-06-25 12:32:32 UTC (rev 19268)
@@ -1,3 +1,13 @@
+kwave (0.8.8-1-3) unstable; urgency=low
+
+ * wheezy polish
+ * Fix "debian/control uses hardcoded list of non-Linux architectures"
+ (Closes: #634787)
+ * Update Standards-Version 3.9.3
+ * debian/compat -> 9
+
+ -- Mark Purcell <msp at debian.org> Mon, 25 Jun 2012 20:04:35 +1000
+
kwave (0.8.8-1-2) unstable; urgency=low
* Add Build-Depends: librsvg2-bin
Modified: kde-extras/kwave/trunk/debian/compat
===================================================================
--- kde-extras/kwave/trunk/debian/compat 2012-06-24 16:17:45 UTC (rev 19267)
+++ kde-extras/kwave/trunk/debian/compat 2012-06-25 12:32:32 UTC (rev 19268)
@@ -1 +1 @@
-7
+9
Modified: kde-extras/kwave/trunk/debian/control
===================================================================
--- kde-extras/kwave/trunk/debian/control 2012-06-24 16:17:45 UTC (rev 19267)
+++ kde-extras/kwave/trunk/debian/control 2012-06-25 12:32:32 UTC (rev 19268)
@@ -3,41 +3,48 @@
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), pkg-kde-tools (>= 0.4),
+Build-Depends: debhelper (>= 9), pkg-kde-tools (>= 0.4),
kdelibs5-dev (>= 4:4.2.0), gettext, pkg-config,
libsamplerate0-dev, libpulse-dev,
imagemagick, librsvg2-bin, recode, libid3-3.8.3-dev (>= 3.8.3-4.2),
libaudiofile-dev (>> 0.3.0), libogg-dev, libvorbis-dev (>= 1.0.0-2),
libflac++-dev (>= 1.1.4), libmad0-dev, libgsl0-dev,
- libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
+ libasound2-dev [linux-any],
libicu-dev,
libfftw3-dev,
poxml, gawk, cmake
Homepage: http://kwave.sourceforge.net
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
Vcs-Svn: svn://svn.debian.org/pkg-kde/kde-extras/kwave/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/kde-extras/kwave/trunk?op=log
-
Package: kwave
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: sound editor for KDE
- "Kwave" is a simple sound editor for KDE. Its features include:
- * simple cut, copy and paste functions
- * undo/redo
- * simple filter design tools
- * a small editor for additive synthesis
- * labeling of signals
- * some analysis functions such as Sonagram or Fourier Transformation
- * internally uses 24 bit integer sample data
- * free selectable sample rates
- * support for editing of multi-channel files
- * playback of multi-channel audio files (audio output will be mixed
- down to mono or stereo)
- * extensible through an easy-to-use plugin interface
+ Kwave is a sound editor designed for the KDE Desktop Environment.
.
- Author: Thomas Eschenbacher <Thomas.Eschenbacher at gmx.de>
+ With Kwave you can record, play back, import and edit many sorts of audio
+ files including multi-channel files.
+ .
+ Kwave includes some plugins to transform audio files in several ways and
+ presents a graphical view with a complete zoom- and scroll capability.
+ .
+ Its features include:
+ * 24 Bit Support
+ * Undo/Redo
+ * Use of multicore CPUs (SMP, hyperthreading)
+ * Simple Drag & Drop
+ * Realtime Pre-Listen for some effects
+ * Support for multi-track files
+ * Playback and recording via native ALSA (or OSS, deprecated)
+ * Playback via PulseAudio and Phonon
+ * Load and edit-capability for large files (can use virtual memory)
+ * Reading and auto-repair of damaged wav-files
+ * Supports multiple windows
+ * Extendable Plugin interface
+ * a nice splashscreen
+ * some label handling
Package: kwave-dbg
Architecture: any
@@ -45,6 +52,9 @@
Priority: extra
Section: debug
Description: sound editor for KDE - debug symbols
- "Kwave" is a simple sound editor for KDE.
+ Kwave is a sound editor designed for the KDE Desktop Environment.
.
+ With Kwave you can record, play back, import and edit many sorts of audio
+ files including multi-channel files.
+ .
This package includes the debug symbols.
Modified: kde-extras/kwave/trunk/debian/rules
===================================================================
--- kde-extras/kwave/trunk/debian/rules 2012-06-24 16:17:45 UTC (rev 19267)
+++ kde-extras/kwave/trunk/debian/rules 2012-06-25 12:32:32 UTC (rev 19268)
@@ -7,7 +7,7 @@
endif
%:
- dh --parallel --with kde $@
+ dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- $(DEB_CMAKE_CUSTOM_FLAGS)
More information about the pkg-kde-commits
mailing list