--- kwave-0.8.5.orig/debian/mime +++ kwave-0.8.5/debian/mime @@ -0,0 +1,8 @@ +audio/basic; kwave %s; test=test "$DISPLAY" != ""; description="ULAW (Sun) audio" +audio/x-aiff; kwave %s; test=test "$DISPLAY" != ""; description="AIFF/Amiga audio" +audio/x-mp1; kwave %s; test=test "$DISPLAY" != ""; description="MPEG layer 1 audio" +audio/x-mp2; kwave %s; test=test "$DISPLAY" != ""; description="MPEG layer 2 audio" +audio/x-mp3; kwave %s; test=test "$DISPLAY" != ""; description="MPEG layer 3 audio" +audio/x-wav; kwave %s; test=test "$DISPLAY" != ""; description="Waveform Microsoft Wave/RIFF" +audio/x-ircam; kwave %s; test=test "$DISPLAY" != ""; description="Compressed Audio Interchange Format" +audio/ogg; kwave %s; test=test "$DISPLAY" != ""; description="Ogg Vorbis multimedia format" --- kwave-0.8.5.orig/debian/control +++ kwave-0.8.5/debian/control @@ -0,0 +1,35 @@ +Source: kwave +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian QA Group +Build-Depends: cdbs, debhelper (>= 7), quilt, pkg-kde-tools (>= 0.4), + kdelibs5-dev (>= 4:4.2.0), gettext, pkg-config, + imagemagick, recode, coreutils, libid3-3.8.3-dev (>= 3.8.3-4.2), + libaudiofile-dev, libogg-dev, libvorbis-dev (>= 1.0.0-2), + libflac++-dev (>= 1.1.4), libmad0-dev, libgsl0-dev, libpulse-dev, + libasound2-dev, libfftw3-dev, libsamplerate0-dev, poxml, gawk +Standards-Version: 3.8.3 +Homepage: http://kwave.sourceforge.net + +Package: kwave +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: kwave-doc-en, kwave-doc-de, kwave-doc-fr +Provides: kwave-doc, kwave-doc-en, kwave-doc-de, kwave-doc-fr +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 + . + Author: Thomas Eschenbacher --- kwave-0.8.5.orig/debian/compat +++ kwave-0.8.5/debian/compat @@ -0,0 +1 @@ +7 --- kwave-0.8.5.orig/debian/copyright +++ kwave-0.8.5/debian/copyright @@ -0,0 +1,710 @@ +This package was debianized by Aurelien Jarno on +Thu, 10 Jan 2002 13:43:55 +0100. + +It was downloaded from http://kwave.sourceforge.net + +Upstream Author: Thomas Eschenbacher + +Copyright © by Thomas Eschenbacher and Martin Wilz 1998 - 2009 +E-Mail: thomas.eschenbacher@gmx.de and martin@wilz.de + +LIST OF LICENSES FOUND IN THE SOURCES +===================================== + + * GPL2 - GNU General Public License, version 2 or newer + (abbreviated as GPL2+) + - kwave, libgui, libkwave and many others... + => this currently is the Kwave "default" license ! + => the intention of the authors is to keep Kwave under the GPL2+ + + * LGPL2 - GNU Library General Public License, version 2 or newer + - some icons + + * Kitware (cmake) + - cmake/Copyright.txt + - cmake/FindGettext.cmake + + * FDL - Free Documentation License + - documentation in doc + - screenshots + + * BSD + - cmake/FindOggVorbis.cmake + - cmake/COPYING-CMAKE-SCRIPTS (New BSD ?) + - cmake/FindAlsa.cmake {kretz,faure}@kde.org + + * free, by statement in file header + (currently none) + +LICENSE ISSUES +============== + +issue #1: license of the icons +------------------------------ + + -> maybe most are LGPL, but might depend from case to case !!! + (the icons listed here are composed of one or more icons + from KDE and/or modified) + +# doc/en/audio-1.png ??? UNKNOWN ??? + -> kdeclassic/32x32/apps/kblackbox.png + + kdeclassic/64x64/mimetypes/binary2.png + + kdeclassic/32x32/apps/kmix.png + + kdeclassic/32x32/actions/forward.png + + ??? + + ??? + +# doc/en/audio2signal.png ??? UNKNOWN ??? + -> kdeclassic/32x32/apps/kmix.png + + kdeclassic/32x32/actions/forward.png + + ??? + + ??? + +# doc/en/nonlinear.png ??? UNKNOWN ??? (arrow only) + -> arrow is from kdeclassic/32x32/actions/forward.png + +issue #2: license of some files is unknown or problematic / author known +------------------------------------------------------------------------ + + - currently none - + +issue #3: some files have neither license nor author +---------------------------------------------------- + + - currently none - + + +COMPLETE LIST OF FILES AND THEIR LICENSE +======================================== + + AUTHORS GPL2+ + CHANGES (should be GPL2+) + config.h.cmake GPL2+ + doxy.cfg.in GPL2+ + GNU-LICENSE free + kwave.ebuild GPL2+ / Gentoo + Kwave.kdevelop (should be GPL2+) + Kwave.kdevelop.filelist (should be GPL2+) + kwave.lsm (should be GPL2+) + kwave.spec.in (should be GPL2+) + README (should be GPL2+) + TODO (should be GPL2+) + VERSION (should be GPL2+) + CMakeLists.txt GPL2+ + + bin/beautify-source GPL2+ + bin/changes-to-docbook.awk GPL2+ + bin/date_release.awk GPL2+ + bin/get_lsm_entry.sh GPL2+ + bin/insert-changes.sh GPL2+ + bin/menusconfig2cpp.sh GPL2+ + bin/set_version.sh GPL2+ / portions of Martin Wilz + + cmake/Copyright.txt Kitware (cmake) + cmake/COPYING-CMAKE-SCRIPTS New BSD + cmake/FindAlsa.cmake BSD / {kretz,faure}@kde.org + cmake/FindGettext.cmake Kitware (cmake) + cmake/FindKwaveVersion.cmake GPL2+ + cmake/FindOggVorbis.cmake BSD + cmake/FindRequiredProgram.cmake GPL2+ + cmake/KwaveALSASupport.cmake GPL2+ + cmake/KwaveEbuild.cmake GPL2+ + cmake/KwaveL10N.cmake GPL2+ + cmake/KwaveLibaudiofileSupport.cmake GPL2+ + cmake/KwaveOSSSupport.cmake GPL2+ + cmake/KwavePackageMessages.cmake GPL2+ + cmake/KwaveRPMSupport.cmake GPL2+ + cmake/uninstall.cmake.in GPL2+ + + doc/CMakeLists.txt GPL2+ + doc/fix-common GPL2+ + doc/help_de.po (should be FDL) + doc/help_en.docbook (should be FDL) + doc/help_fr.po (should be FDL) + + doc/de/kwave-fileinfo.png (should be FDL) + doc/de/kwave-lowpass.png (should be FDL) + doc/de/kwave-main.png (should be FDL) + doc/de/kwave-memory-setup.png (should be FDL) + doc/de/kwave-newfile.png (should be FDL) + doc/de/kwave-notch-filter.png (should be FDL) + doc/de/kwave-pitch.png (should be FDL) + doc/de/kwave-playback-setup.png (should be FDL) + doc/de/kwave-record.png (should be FDL) + doc/de/kwave-sonagram.png (should be FDL) + doc/de/kwave-sonagram-setup.png (should be FDL) + doc/de/kwave-volume.png (should be FDL) + +# doc/en/audio-1.png ??? UNKNOWN ??? +# doc/en/audio2signal.png ??? UNKNOWN ??? + doc/en/krec_record.png LGPL2 (crystal project) [copied from mix_record.png] + doc/en/kwave-fileinfo.png (should be FDL) + doc/en/kwave-lowpass.png (should be FDL) + doc/en/kwave-main.png (should be FDL) + doc/en/kwave-memory-setup.png (should be FDL) + doc/en/kwave-newfile.png (should be FDL) + doc/en/kwave-notch-filter.png (should be FDL) + doc/en/kwave-pitch.png (should be FDL) + doc/en/kwave-playback-setup.png (should be FDL) + doc/en/kwave-record.png (should be FDL) + doc/en/kwave-sonagram.png (should be FDL) + doc/en/kwave-sonagram-setup.png (should be FDL) + doc/en/kwave-volume.png (should be FDL) + doc/en/light_off.png LGPL2 (crystal project) [derived from greenled.png] + doc/en/light_on.png LGPL2 (crystal project) [derived from greenled.png] +# doc/en/nonlinear.png ??? UNKNOWN ??? (arrow only) + doc/en/record_new.png LGPL2 (crystal project) [copied from document-new.png] + doc/en/record_pause.png (should be FDL) + doc/en/record_stop.png (should be FDL) + doc/en/signal2digital.png (should be FDL) + doc/en/signed.png (should be FDL) + doc/en/sinus2samples.png (should be FDL) + doc/en/sonagram.png (should be FDL) + doc/en/under-construction.png LGPL2 (crystal project) [copied from Service\ Manager.png] + doc/en/unsigned.png (should be FDL) + + doc/fr/kwave-fileinfo.png (should be FDL) + doc/fr/kwave-lowpass.png (should be FDL) + doc/fr/kwave-main.png (should be FDL) + doc/fr/kwave-memory-setup.png (should be FDL) + doc/fr/kwave-newfile.png (should be FDL) + doc/fr/kwave-notch-filter.png (should be FDL) + doc/fr/kwave-pitch.png (should be FDL) + doc/fr/kwave-playback-setup.png (should be FDL) + doc/fr/kwave-record.png (should be FDL) + doc/fr/kwave-sonagram.png (should be FDL) + doc/fr/kwave-sonagram-setup.png (should be FDL) + doc/fr/kwave-volume.png (should be FDL) + + kwave/CMakeLists.txt GPL2+ + kwave/KwaveApp.cpp GPL2+ + kwave/KwaveApp.h GPL2+ + kwave/kwave.desktop (should be GPL2+) + kwave/KwaveSplash.cpp GPL2+ / Gilles Caulier + kwave/KwaveSplash.h GPL2+ / Gilles Caulier + kwave/main.cpp GPL2+ / Martin Wilz + kwave/MainWidget.cpp GPL2+ / Martin Wilz + kwave/MainWidget.h GPL2+ / Martin Wilz + kwave/menus.config GPL2+ + kwave/ShortcutWrapper.cpp GPL2+ + kwave/ShortcutWrapper.h GPL2+ + kwave/TopWidget.cpp GPL2+ / Martin Wilz + kwave/TopWidget.h GPL2+ / Martin Wilz + + kwave/pics/amplify_free.png (should be GPL2+) + kwave/pics/fade_in.png (should be GPL2+) + kwave/pics/fade_out.png (should be GPL2+) + kwave/pics/knob.xpm LGPL2 (crystal project) [derived from greenled.png] + kwave/pics/kwave-splash.png (should be GPL2+ / Thomas Eschenbacher) + kwave/pics/kwave.svgz (should be GPL2+ / Thomas Eschenbacher) + kwave/pics/light_off.xpm LGPL2 (crystal project) [derived from greenled.png] + kwave/pics/light_on.xpm LGPL2 (crystal project) [copied from greenled.png] + kwave/pics/logo.xpm (should be GPL2+ / Martin Wilz) + kwave/pics/noise.png (should be GPL2+) + kwave/pics/playback_loop.xpm LGPL2 (crystal project) [derived from player_start.png] + kwave/pics/playback_pause2.xpm LGPL2 (crystal project) [derived from player_pause.png] + kwave/pics/playback_pause.xpm LGPL2 (crystal project) [derived from player_pause.png] + kwave/pics/playback_start.xpm LGPL2 (crystal project) [derived from player_start.png] + kwave/pics/playback_stop.xpm LGPL2 (crystal project) [derived from player_stop.png] + kwave/pics/selectedknob.xpm LGPL2 (crystal project) [derived from greenled.png] + kwave/pics/sound_card.png LGPL2 (crystal project) [copied from kcmpci.png] + kwave/pics/sound_device.png LGPL2 (crystal project) [copied from multimedia.png] + kwave/pics/sound_note.png LGPL2 (crystal project) [copied from knotify.png] + kwave/pics/sound_subdevice.png LGPL2 (crystal project) [copied from kcmsound.png] + + kwave/toolbar/zoomall.xpm LGPL2 (crystal project) [copied from viewmagfit.png] + kwave/toolbar/zoomin.xpm LGPL2 (crystal project) [copied from viewmag+.png] + kwave/toolbar/zoomnormal.xpm LGPL2 (crystal project) [copied from viewmag1.png] + kwave/toolbar/zoomout.xpm LGPL2 (crystal project) [copied from viewmag-.png] + kwave/toolbar/zoomrange.xpm LGPL2 (crystal project) [copied from viewmag.png] + + libgui/CMakeLists.txt GPL2+ + libgui/ConfirmCancelProxy.cpp GPL2+ + libgui/ConfirmCancelProxy.h GPL2+ + libgui/CurveWidget.cpp GPL2+ + libgui/CurveWidget.h GPL2+ + libgui/FrequencyResponseWidget.cpp GPL2+ + libgui/FrequencyResponseWidget.h GPL2+ + libgui/HMSTimeWidgetBase.ui (should be GPL2+) + libgui/HMSTimeWidget.cpp GPL2+ + libgui/HMSTimeWidget.h GPL2+ + libgui/ImageView.cpp GPL2+ / Martin Wilz + libgui/ImageView.h GPL2+ / Martin Wilz + libgui/InvertableSpinBox.cpp GPL2+ + libgui/InvertableSpinBox.h GPL2+ + libgui/KwaveFileDialog.cpp GPL2+ + libgui/KwaveFileDialog.h GPL2+ + libgui/KwaveFilterPlugin.cpp GPL2+ + libgui/KwaveFilterPlugin.h GPL2+ + libgui/LabelPropertiesWidget.cpp GPL2+ + libgui/LabelPropertiesWidget.h GPL2+ + libgui/LabelPropertiesWidgetBase.ui GPL2+ + libgui/MenuGroup.cpp GPL2+ + libgui/MenuGroup.h GPL2+ + libgui/MenuItem.cpp GPL2+ + libgui/MenuItem.h GPL2+ + libgui/MenuManager.cpp GPL2+ + libgui/MenuManager.h GPL2+ + libgui/MenuNode.cpp GPL2+ + libgui/MenuNode.h GPL2+ + libgui/MenuRoot.cpp GPL2+ + libgui/MenuRoot.h GPL2+ + libgui/MenuSub.cpp GPL2+ + libgui/MenuSub.h GPL2+ + libgui/MouseMark.cpp GPL2+ + libgui/MouseMark.h GPL2+ + libgui/MultiStateWidget.cpp GPL2+ + libgui/MultiStateWidget.h GPL2+ + libgui/OverViewCache.cpp GPL2+ + libgui/OverViewCache.h GPL2+ + libgui/OverViewWidget.cpp GPL2+ + libgui/OverViewWidget.h GPL2+ + libgui/ScaleWidget.cpp GPL2+ + libgui/ScaleWidget.h GPL2+ + libgui/SelectTimeWidgetBase.ui (should be GPL2+) + libgui/SelectTimeWidget.cpp GPL2+ + libgui/SelectTimeWidget.h GPL2+ + libgui/SignalWidget.cpp GPL2+ / Martin Wilz + libgui/SignalWidget.h GPL2+ + libgui/TrackPixmap.cpp GPL2+ + libgui/TrackPixmap.h GPL2+ + libgui/TreeWidgetWrapper.cpp GPL2+ + libgui/TreeWidgetWrapper.h GPL2+ + libgui/UndoModifyLabelAction.cpp GPL2+ + libgui/UndoModifyLabelAction.h GPL2+ + + libkwave/ByteOrder.h GPL2+ + libkwave/byteswap.h GPL2+ + libkwave/ClipBoard.cpp GPL2+ + libkwave/ClipBoard.h GPL2+ + libkwave/CMakeLists.txt GPL2+ + libkwave/CodecBase.cpp GPL2+ + libkwave/CodecBase.h GPL2+ + libkwave/CodecManager.cpp GPL2+ + libkwave/CodecManager.h GPL2+ + libkwave/CompressionType.cpp GPL2+ + libkwave/CompressionType.h GPL2+ + libkwave/cputest.c GPL2+ / H. Dietz + R. Fisher + Fabrice Bellard + libkwave/cputest.h GPL2+ + libkwave/Curve.cpp GPL2+ + libkwave/Curve.h GPL2+ + libkwave/Decoder.cpp GPL2+ + libkwave/Decoder.h GPL2+ + libkwave/Encoder.cpp GPL2+ + libkwave/Encoder.h GPL2+ + libkwave/FileFormat.cpp GPL2+ + libkwave/FileFormat.h GPL2+ + libkwave/FileInfo.cpp GPL2+ + libkwave/FileInfo.h GPL2+ + libkwave/FileProgress.cpp GPL2+ + libkwave/FileProgress.h GPL2+ + libkwave/Filter.cpp GPL2+ + libkwave/Filter.h GPL2+ + libkwave/Functions.cpp GPL2+ + libkwave/Functions.h GPL2+ + libkwave/GenreType.cpp GPL2+ + libkwave/GenreType.h GPL2+ + libkwave/InsertMode.h GPL2+ + libkwave/Interpolation.cpp GPL2+ + libkwave/Interpolation.h GPL2+ + libkwave/KwaveConnect.cpp GPL2+ + libkwave/KwaveConnect.h GPL2+ + libkwave/KwaveDrag.cpp GPL2+ + libkwave/KwaveDrag.h GPL2+ + libkwave/KwaveMultiPlaybackSink.cpp GPL2+ + libkwave/KwaveMultiPlaybackSink.h GPL2+ + libkwave/KwaveMultiTrackSink.h GPL2+ + libkwave/KwaveMultiTrackSource.h GPL2+ + libkwave/KwavePlaybackSink.cpp GPL2+ + libkwave/KwavePlaybackSink.h GPL2+ + libkwave/KwavePlugin.cpp GPL2+ + libkwave/KwavePlugin.h GPL2+ + libkwave/KwavePluginSetupDialog.h GPL2+ + libkwave/KwaveSampleArray.cpp GPL2+ + libkwave/KwaveSampleArray.h GPL2+ + libkwave/KwaveSampleSink.cpp GPL2+ + libkwave/KwaveSampleSink.h GPL2+ + libkwave/KwaveSampleSource.cpp GPL2+ + libkwave/KwaveSampleSource.h GPL2+ + libkwave/Label.cpp GPL2+ + libkwave/Label.h GPL2+ + libkwave/LabelList.cpp GPL2+ + libkwave/LabelList.h GPL2+ + libkwave/Matrix.h GPL2+ + libkwave/memcpy.c GPL2+ / xine + libkwave/memcpy.h GPL2+ + libkwave/MemoryManager.cpp GPL2+ + libkwave/MemoryManager.h GPL2+ + libkwave/MessageBox.h GPL2+ + libkwave/MessageBox.cpp GPL2+ + libkwave/MultiTrackReader.cpp GPL2+ + libkwave/MultiTrackReader.h GPL2+ + libkwave/MultiTrackWriter.cpp GPL2+ + libkwave/MultiTrackWriter.h GPL2+ + libkwave/Parser.cpp GPL2+ + libkwave/Parser.h GPL2+ + libkwave/PlaybackController.cpp GPL2+ + libkwave/PlaybackController.h GPL2+ + libkwave/PlaybackDeviceFactory.h GPL2+ + libkwave/PlayBackDevice.h GPL2+ + libkwave/PluginContext.h GPL2+ + libkwave/PluginManager.cpp GPL2+ + libkwave/PluginManager.h GPL2+ + libkwave/PluginWorkerThread.h GPL2+ + libkwave/PluginWorkerThread.cpp GPL2+ + libkwave/ppcasm_string.h GPL2+ / Paul Mackerras + libkwave/ppcasm_string.S GPL2+ / Paul Mackerras + libkwave/ppc_asm.tmpl GPL2+ / Paul Mackerras + libkwave/SampleFIFO.cpp GPL2+ + libkwave/SampleFIFO.h GPL2+ + libkwave/SampleFormat.cpp GPL2+ + libkwave/SampleFormat.h GPL2+ + libkwave/Sample.h GPL2+ + libkwave/SampleReader.cpp GPL2+ + libkwave/SampleReader.h GPL2+ + libkwave/SampleWriter.cpp GPL2+ + libkwave/SampleWriter.h GPL2+ + libkwave/Selection.h GPL2+ + libkwave/Selection.cpp GPL2+ + libkwave/Signal.cpp GPL2+ + libkwave/Signal.h GPL2+ + libkwave/SignalManager.cpp GPL2+ + libkwave/SignalManager.h GPL2+ + libkwave/StandardBitrates.cpp GPL2+ + libkwave/StandardBitrates.h GPL2+ + libkwave/Stripe.cpp GPL2+ + libkwave/Stripe.h GPL2+ + libkwave/SwapFile.cpp GPL2+ + libkwave/SwapFile.h GPL2+ + libkwave/Track.cpp GPL2+ + libkwave/Track.h GPL2+ + libkwave/TransmissionFunction.h GPL2+ + libkwave/Triple.h GPL2+ + libkwave/TypesMap.h GPL2+ + libkwave/VirtualAudioFile.cpp GPL2+ + libkwave/VirtualAudioFile.h GPL2+ + libkwave/WindowFunction.cpp GPL2+ + libkwave/WindowFunction.h GPL2+ + + libkwave/modules/CurveStreamAdapter.cpp GPL2+ + libkwave/modules/CurveStreamAdapter.h GPL2+ + libkwave/modules/KwaveDelay.cpp GPL2+ + libkwave/modules/KwaveDelay.h GPL2+ + libkwave/modules/KwaveMul.cpp GPL2+ + libkwave/modules/KwaveMul.h GPL2+ + libkwave/modules/KwaveOsc.cpp GPL2+ + libkwave/modules/KwaveOsc.h GPL2+ + libkwave/modules/KwaveStreamObject.cpp GPL2+ + libkwave/modules/KwaveStreamObject.h GPL2+ + + libkwave/undo/UndoAction.h GPL2+ + libkwave/undo/UndoAddLabelAction.cpp GPL2+ + libkwave/undo/UndoAddLabelAction.h GPL2+ + libkwave/undo/UndoDeleteAction.cpp GPL2+ + libkwave/undo/UndoDeleteAction.h GPL2+ + libkwave/undo/UndoDeleteLabelAction.cpp GPL2+ + libkwave/undo/UndoDeleteLabelAction.h GPL2+ + libkwave/undo/UndoDeleteTrack.cpp GPL2+ + libkwave/undo/UndoDeleteTrack.h GPL2+ + libkwave/undo/UndoFileInfo.cpp GPL2+ + libkwave/undo/UndoFileInfo.h GPL2+ + libkwave/undo/UndoInsertAction.cpp GPL2+ + libkwave/undo/UndoInsertAction.h GPL2+ + libkwave/undo/UndoInsertTrack.cpp GPL2+ + libkwave/undo/UndoInsertTrack.h GPL2+ + libkwave/undo/UndoModifyAction.cpp GPL2+ + libkwave/undo/UndoModifyAction.h GPL2+ + libkwave/undo/UndoSelection.cpp GPL2+ + libkwave/undo/UndoSelection.h GPL2+ + libkwave/undo/UndoTransaction.cpp GPL2+ + libkwave/undo/UndoTransactionGuard.cpp GPL2+ + libkwave/undo/UndoTransactionGuard.h GPL2+ + libkwave/undo/UndoTransaction.h GPL2+ + + plugins/CMakeLists.txt GPL2+ + + plugins/about/AboutKwaveDialog.cpp GPL2+ / Ralf Waspe & Gilles Caulier + plugins/about/AboutKwaveDialog.h GPL2+ / Ralf Waspe + plugins/about/AboutPlugin.cpp GPL2+ + plugins/about/AboutPlugin.h GPL2+ + plugins/about/CMakeLists.txt GPL2+ + plugins/about/KwaveAboutContainer.cpp GPL2+ / Mirko Boehm / Espen Sand + plugins/about/KwaveAboutContainer.h GPL2+ / Mirko Boehm / Espen Sand + plugins/about/KwaveAboutDialogBase.ui (should be GPL2+ / Ralf Waspe) + plugins/about/LogoWidget.cpp GPL2+ / Martin Wilz + plugins/about/LogoWidget.h GPL2+ / Martin Wilz + plugins/about/logo.xpm GPL2+ / Martin Wilz + + plugins/amplifyfree/AmplifyFreeDialog.cpp GPL2+ + plugins/amplifyfree/AmplifyFreeDialog.h GPL2+ + plugins/amplifyfree/AmplifyFreeDlg.ui (should be GPL2+) + plugins/amplifyfree/AmplifyFreePlugin.cpp GPL2+ + plugins/amplifyfree/AmplifyFreePlugin.h GPL2+ + plugins/amplifyfree/CMakeLists.txt GPL2+ + + plugins/band_pass/BandPass.cpp GPL2+ / Juhana Sadeharju + plugins/band_pass/BandPass.h GPL2+ + plugins/band_pass/BandPassDialog.cpp GPL2+ + plugins/band_pass/BandPassDialog.h GPL2+ + plugins/band_pass/BandPassDlg.ui GPL2+ + plugins/band_pass/BandPass.h GPL2+ + plugins/band_pass/BandPassPlugin.cpp GPL2+ + plugins/band_pass/BandPassPlugin.h GPL2+ + plugins/band_pass/CMakeLists.txt GPL2+ + + plugins/codec_ascii/AsciiCodecPlugin.cpp GPL2+ + plugins/codec_ascii/AsciiCodecPlugin.h GPL2+ + plugins/codec_ascii/AsciiEncoder.h GPL2+ + plugins/codec_ascii/AsciiDecoder.h GPL2+ + plugins/codec_ascii/AsciiEncoder.cpp GPL2+ + plugins/codec_ascii/AsciiDecoder.cpp GPL2+ + plugins/codec_ascii/CMakeLists.txt GPL2+ + + plugins/codec_audiofile/AudiofileCodecPlugin.cpp GPL2+ + plugins/codec_audiofile/AudiofileCodecPlugin.h GPL2+ + plugins/codec_audiofile/AudiofileDecoder.cpp GPL2+ + plugins/codec_audiofile/AudiofileDecoder.h GPL2+ + plugins/codec_audiofile/CMakeLists.txt GPL2+ + + plugins/codec_flac/CMakeLists.txt GPL2+ + plugins/codec_flac/FlacCodecPlugin.cpp GPL2+ + plugins/codec_flac/FlacCodecPlugin.h GPL2+ + plugins/codec_flac/FlacDecoder.cpp GPL2+ + plugins/codec_flac/FlacDecoder.h GPL2+ + plugins/codec_flac/FlacEncoder.cpp GPL2+ + plugins/codec_flac/FlacEncoder.h GPL2+ + plugins/codec_flac/VorbisCommentMap.cpp GPL2+ + plugins/codec_flac/VorbisCommentMap.h GPL2+ + + plugins/codec_ogg/CMakeLists.txt GPL2+ + plugins/codec_ogg/OggCodecPlugin.cpp GPL2+ + plugins/codec_ogg/OggCodecPlugin.h GPL2+ + plugins/codec_ogg/OggDecoder.cpp GPL2+ + plugins/codec_ogg/OggDecoder.h GPL2+ + plugins/codec_ogg/OggEncoder.cpp GPL2+ + plugins/codec_ogg/OggEncoder.h GPL2+ + + plugins/codec_wav/CMakeLists.txt GPL2+ + plugins/codec_wav/RecoveryBuffer.cpp GPL2+ + plugins/codec_wav/RecoveryBuffer.h GPL2+ + plugins/codec_wav/RecoveryMapping.cpp GPL2+ + plugins/codec_wav/RecoveryMapping.h GPL2+ + plugins/codec_wav/RecoverySource.cpp GPL2+ + plugins/codec_wav/RecoverySource.h GPL2+ + plugins/codec_wav/RepairVirtualAudioFile.cpp GPL2+ + plugins/codec_wav/RepairVirtualAudioFile.h GPL2+ + plugins/codec_wav/RIFFChunk.cpp GPL2+ + plugins/codec_wav/RIFFChunk.h GPL2+ + plugins/codec_wav/RIFFParser.cpp GPL2+ + plugins/codec_wav/RIFFParser.h GPL2+ + plugins/codec_wav/WavCodecPlugin.cpp GPL2+ + plugins/codec_wav/WavCodecPlugin.h GPL2+ + plugins/codec_wav/WavDecoder.cpp GPL2+ + plugins/codec_wav/WavDecoder.h GPL2+ + plugins/codec_wav/WavEncoder.cpp GPL2+ + plugins/codec_wav/WavEncoder.h GPL2+ + plugins/codec_wav/WavFileFormat.h GPL2+ + plugins/codec_wav/WavFormatMap.cpp GPL2+ + plugins/codec_wav/WavFormatMap.h GPL2+ + plugins/codec_wav/WavPropertyMap.cpp GPL2+ + plugins/codec_wav/WavPropertyMap.h GPL2+ + + plugins/common/CMakeLists.txt.template GPL2+ + + plugins/decoder_mp3/CMakeLists.txt GPL2+ + plugins/decoder_mp3/ID3_QIODeviceReader.cpp GPL2+ + plugins/decoder_mp3/ID3_QIODeviceReader.h GPL2+ + plugins/decoder_mp3/MP3Decoder.cpp GPL2+ + plugins/decoder_mp3/MP3Decoder.h GPL2+ + plugins/decoder_mp3/MP3DecoderPlugin.cpp GPL2+ + plugins/decoder_mp3/MP3DecoderPlugin.h GPL2+ + + plugins/goto/CMakeLists.txt GPL2+ + plugins/goto/GotoDialog.cpp GPL2+ + plugins/goto/GotoDialog.h GPL2+ + plugins/goto/GotoDlg.ui (should be GPL2+) + plugins/goto/GotoPlugin.cpp GPL2+ + plugins/goto/GotoPlugin.h GPL2+ + + plugins/fileinfo/BitrateSpinBox.cpp GPL2+ + plugins/fileinfo/BitrateSpinBox.h GPL2+ + plugins/fileinfo/BitrateWidgetBase.ui (should be GPL2+) + plugins/fileinfo/BitrateWidget.cpp GPL2+ + plugins/fileinfo/BitrateWidget.h GPL2+ + plugins/fileinfo/CMakeLists.txt GPL2+ + plugins/fileinfo/CompressionWidgetBase.ui (should be GPL2+) + plugins/fileinfo/CompressionWidget.cpp GPL2+ + plugins/fileinfo/CompressionWidget.h GPL2+ + plugins/fileinfo/FileInfoDialog.cpp GPL2+ + plugins/fileinfo/FileInfoDialog.h GPL2+ + plugins/fileinfo/FileInfoDlg.ui (should be GPL2+) + plugins/fileinfo/FileInfoPlugin.cpp GPL2+ + plugins/fileinfo/FileInfoPlugin.h GPL2+ + plugins/fileinfo/KeywordWidgetBase.ui (should be GPL2+) + plugins/fileinfo/KeywordWidget.cpp GPL2+ + plugins/fileinfo/KeywordWidget.h GPL2+ + plugins/fileinfo/SelectDateDialog.cpp GPL2+ + plugins/fileinfo/SelectDateDialog.h GPL2+ + plugins/fileinfo/SelectDateDlg.ui (should be GPL2+) + + plugins/lowpass/CMakeLists.txt GPL2+ + plugins/lowpass/LowPassDialog.cpp GPL2+ + plugins/lowpass/LowPassDialog.h GPL2+ + plugins/lowpass/LowPassDlg.ui (should be GPL2+) + plugins/lowpass/LowPassFilter.cpp GPL2+ / Juhana Sadeharju + plugins/lowpass/LowPassFilter.h GPL2+ / Juhana Sadeharju + plugins/lowpass/LowPassPlugin.cpp GPL2+ + plugins/lowpass/LowPassPlugin.h GPL2+ + + plugins/memory/CMakeLists.txt GPL2+ + plugins/memory/MemDlg.ui (should be GPL2+) + plugins/memory/MemoryDialog.cpp GPL2+ + plugins/memory/MemoryDialog.h GPL2+ + plugins/memory/MemoryPlugin.cpp GPL2+ + plugins/memory/MemoryPlugin.h GPL2+ + + plugins/newsignal/CMakeLists.txt GPL2+ + plugins/newsignal/NewSigDlg.ui (should be GPL2+) + plugins/newsignal/NewSignalDialog.cpp GPL2+ + plugins/newsignal/NewSignalDialog.h GPL2+ + plugins/newsignal/NewSignalPlugin.cpp GPL2+ + plugins/newsignal/NewSignalPlugin.h GPL2+ + + plugins/noise/CMakeLists.txt GPL2+ + plugins/noise/NoiseGenerator.cpp GPL2+ + plugins/noise/NoiseGenerator.h GPL2+ + plugins/noise/NoisePlugin.cpp GPL2+ + plugins/noise/NoisePlugin.h GPL2+ + + plugins/notch_filter/CMakeLists.txt GPL2+ + plugins/notch_filter/NotchFilter.cpp GPL2+ / Dave Flogeras / Juhana Sadeharju + plugins/notch_filter/NotchFilterDialog.cpp GPL2+ / Dave Flogeras + plugins/notch_filter/NotchFilterDialog.h GPL2+ / Dave Flogeras + plugins/notch_filter/NotchFilterDlg.ui (should be GPL2+ / Dave Flogeras) + plugins/notch_filter/NotchFilter.h GPL2+ / Dave Flogeras + plugins/notch_filter/NotchFilterPlugin.cpp GPL2+ / Dave Flogeras + plugins/notch_filter/NotchFilterPlugin.h GPL2+ / Dave Flogeras + + plugins/pitch_shift/CMakeLists.txt GPL2+ + plugins/pitch_shift/PitchShiftDialog.cpp GPL2+ + plugins/pitch_shift/PitchShiftDialog.h GPL2+ + plugins/pitch_shift/PitchShiftFilter.cpp GPL2+ / Jeff Tranter + Stefan Westerfeld + plugins/pitch_shift/PitchShiftFilter.h GPL2+ + plugins/pitch_shift/PitchShiftDlg.ui (should be GPL2+) + plugins/pitch_shift/PitchShiftPlugin.cpp GPL2+ + plugins/pitch_shift/PitchShiftPlugin.h GPL2+ + + plugins/playback/CMakeLists.txt GPL2+ + plugins/playback/PlayBack-ALSA.cpp GPL2+ / (parts from) Jaroslav Kysela + plugins/playback/PlayBack-ALSA.h GPL2+ + plugins/playback/PlayBackDialog.cpp GPL2+ + plugins/playback/PlayBackDialog.h GPL2+ + plugins/playback/PlayBackDlg.ui (should be GPL2+) + plugins/playback/PlayBack-OSS.cpp GPL2+ + plugins/playback/PlayBack-OSS.h GPL2+ + plugins/playback/PlayBackParam.h GPL2+ + plugins/playback/PlayBackPlugin.cpp GPL2+ + plugins/playback/PlayBackPlugin.h GPL2+ + plugins/playback/PlayBackTypesMap.cpp GPL2+ + plugins/playback/PlayBackTypesMap.h GPL2+ + + plugins/record/CMakeLists.txt GPL2+ + plugins/record/krec_record.xpm LGPL2 (crystal project) [converted from mix_record.png] + plugins/record/LevelMeter.cpp GPL2+ / Rik Hemsley + plugins/record/LevelMeter.h GPL2+ / Rik Hemsley + plugins/record/Record-ALSA.cpp GPL2+ + plugins/record/Record-ALSA.h GPL2+ + plugins/record/RecordController.cpp GPL2+ + plugins/record/RecordController.h GPL2+ + plugins/record/RecordDevice.h GPL2+ + plugins/record/RecordDialog.cpp GPL2+ + plugins/record/RecordDialog.h GPL2+ + plugins/record/RecordDlg.ui (should be GPL2+) + plugins/record/RecordingState.xmi (should be GPL2+) + plugins/record/Record-OSS.cpp GPL2+ + plugins/record/Record-OSS.h GPL2+ + plugins/record/RecordParams.cpp GPL2+ + plugins/record/RecordParams.h GPL2+ + plugins/record/record_pause2.xpm (should be GPL2+) + plugins/record/record_pause.xpm (should be GPL2+) + plugins/record/RecordPlugin.cpp GPL2+ + plugins/record/RecordPlugin.h GPL2+ + plugins/record/RecordPlugin.png (should be GPL2+) + plugins/record/RecordState.h GPL2+ + plugins/record/record_stop.xpm (should be GPL2+) + plugins/record/RecordThread.cpp GPL2+ + plugins/record/RecordThread.h GPL2+ + plugins/record/RecordTypesMap.cpp GPL2+ + plugins/record/RecordTypesMap.h GPL2+ + plugins/record/StatusWidget.h GPL2+ + plugins/record/StatusWidget.cpp GPL2+ + plugins/record/SampleDecoder.h GPL2+ + plugins/record/SampleDecoderLinear.cpp GPL2+ + plugins/record/SampleDecoderLinear.h GPL2+ + plugins/record/stop_hand.xpm free / KDE + -> icons/ikons/16x16/actions/stop_hand.png + plugins/record/ok.xpm free / KDE + -> icons/crystalsvg/16x16/actions/ok.png + plugins/record/ledgreen.xpm GPL2 (kdelirc) + plugins/record/ledlightgreen.xpm GPL2 (kdelirc) + plugins/record/ledred.xpm GPL2 (kdelirc) + plugins/record/ledyellow.xpm GPL2 (kdelirc) + plugins/record/walk_r1.xpm GPL2 (amor) + plugins/record/walk_r2.xpm GPL2 (amor) + plugins/record/walk_r3.xpm GPL2 (amor) + plugins/record/walk_r4.xpm GPL2 (amor) + plugins/record/walk_r5.xpm GPL2 (amor) + plugins/record/walk_r6.xpm GPL2 (amor) + plugins/record/walk_r7.xpm GPL2 (amor) + plugins/record/walk_r8.xpm GPL2 (amor) + + plugins/saveblocks/CMakeLists.txt GPL2+ + plugins/saveblocks/SaveBlocksWidgetBase.ui GPL2+ + plugins/saveblocks/SaveBlocksPlugin.h GPL2+ + plugins/saveblocks/SaveBlocksDialog.h GPL2+ + plugins/saveblocks/SaveBlocksWidget.cpp GPL2+ + plugins/saveblocks/SaveBlocksWidget.h GPL2+ + plugins/saveblocks/SaveBlocksDialog.cpp GPL2+ + plugins/saveblocks/SaveBlocksPlugin.cpp GPL2+ + + plugins/selectrange/CMakeLists.txt GPL2+ + plugins/selectrange/SelectRangeDialog.cpp GPL2+ + plugins/selectrange/SelectRangeDialog.h GPL2+ + plugins/selectrange/SelectRangeDlg.ui (should be GPL2+) + plugins/selectrange/SelectRangePlugin.cpp GPL2+ + plugins/selectrange/SelectRangePlugin.h GPL2+ + + plugins/sonagram/CMakeLists.txt GPL2+ + plugins/sonagram/SonagramDialog.cpp GPL2+ + plugins/sonagram/SonagramDialog.h GPL2+ + plugins/sonagram/SonagramDlg.ui (should be GPL2+) + plugins/sonagram/SonagramPlugin.cpp GPL2+ + plugins/sonagram/SonagramPlugin.h GPL2+ + plugins/sonagram/SonagramWindow.cpp GPL2+ + plugins/sonagram/SonagramWindow.h GPL2+ + + plugins/volume/CMakeLists.txt GPL2+ + plugins/volume/VolumeDialog.cpp GPL2+ + plugins/volume/VolumeDialog.h GPL2+ + plugins/volume/VolumeDlg.ui (should be GPL2+) + plugins/volume/VolumePlugin.cpp GPL2+ + plugins/volume/VolumePlugin.h GPL2+ + + plugins/zero/CMakeLists.txt GPL2+ + plugins/zero/ZeroPlugin.cpp GPL2+ + plugins/zero/ZeroPlugin.h GPL2+ + + po/CMakeLists.txt GPL2+ + po/de.po (should be GPL2+) + po/fr.po (should be GPL2+) + po/kwave.pot (should be GPL2+) + + +On Debian systems, you can find the complete texts of these licenses at: + - BSD: /usr/share/common-licenses/BSD + - GPL: /usr/share/common-licenses/GPL + - GPLv2: /usr/share/common-licenses/GPL-2 + - LGPLv2: /usr/share/common-licenses/LGPL-2 + - GFDL: /usr/share/common-licenses/GFDL + + --- kwave-0.8.5.orig/debian/kwave.1 +++ kwave-0.8.5/debian/kwave.1 @@ -0,0 +1,65 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH KWAVE 1 "April 7, 2002" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +kwave \- A sound editor for KDE +.SH SYNOPSIS +.B kwave +.RI [ options ] " files" ... +.SH DESCRIPTION +"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) + * extendible through an easy-to-use plugin interface + +.SH OPTIONS +A summary of options are included below. +.TP +.B \-\-help +Show summary of options. +.TP +.B \-\-help\-qt +Show Qt specific options +.TP +.B \-\-help\-kde +Show KDE specific options +.TP +.B \-\-help\-all +Show all options +.TP +.B \-\-author +Show author information +.TP +.B \-v, \-\-version +Show version of program. +.TP +.B \-\-license +Show license information +.SH AUTHOR +.B Kwave +was written by Thomas Eschenbacher . +.br +This manual page was written by Aurelien Jarno , +for the Debian GNU/Linux system (but may be used by others). --- kwave-0.8.5.orig/debian/menu +++ kwave-0.8.5/debian/menu @@ -0,0 +1,9 @@ +?package(kwave): \ + needs="X11" \ + section="Applications/Sound" \ + hints="KDE" \ + kderemove="y" \ + title="Kwave" \ + description="A sound editor for KDE" \ + command="/usr/bin/kwave" \ + icon="/usr/share/pixmaps/kwave.xpm" --- kwave-0.8.5.orig/debian/lintian-overrides +++ kwave-0.8.5/debian/lintian-overrides @@ -0,0 +1,27 @@ +# KDE menu +menu-item-contains-unknown-tag kderemove /usr/share/menu/kwave:9 +package-name-doesnt-match-sonames libkwave0 libkwavegui0 +# kwave plugins, which don't end with .so +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/about +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/amplifyfree +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/band_pass +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/codec_ascii +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/codec_audiofile +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/codec_flac +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/codec_ogg +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/codec_wav +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/fileinfo +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/goto +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/lowpass +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/memory +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/newsignal +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/noise +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/notch_filter +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/pitch_shift +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/playback +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/record +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/saveblocks +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/selectrange +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/sonagram +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/volume +unstripped-binary-or-object ./usr/lib/kde4/plugins/kwave/zero --- kwave-0.8.5.orig/debian/changelog +++ kwave-0.8.5/debian/changelog @@ -0,0 +1,655 @@ +kwave (0.8.5-1~yuuki2) lucid; urgency=low + + * New upstream release + - added libpulse-dev build dep + + -- Yann Gilson Thu, 24 Dec 2009 18:01:45 +0100 + +kwave (0.8.4-1ubuntu0~yuuki3) lucid; urgency=low + + * New upstream release + + -- Yann Gilson Sun, 27 Sep 2009 21:31:05 +0200 + +kwave (0.8.3-2ubuntu0~yuuki4) karmic; urgency=low + + * New upstream release + * Remove patches : + - patches/05-do-not-install-so-synlinks.diff + - patches/06-qreal.diff + + -- Yann Gilson Wed, 09 Jul 2009 00:51:05 +0100 + +kwave (0.8.2-3ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, remaining Ubuntu changes: + - debian/rules: export KUBUNTU_NO_DELETE_POT=1 + + -- Richard A. Johnson Sun, 28 Jun 2009 17:27:33 -0500 + +kwave (0.8.2-3) unstable; urgency=low + + * QA upload. + * patches/06-qreal.diff: update to use upstream version. + + -- Aurelien Jarno Tue, 26 May 2009 16:21:31 +0200 + +kwave (0.8.2-2ubuntu1) karmic; urgency=low + + * Merge from Debian unstable, no remaining Ubuntu changes. + * debian/rules: added export KUBUNTU_NO_DELETE_POT=1 to prevent the eating of + the kwave.pot file which causes a FTBFS - if it weren't for this, we would + be able to sync this package with Debian. + + -- Richard A. Johnson Sun, 10 May 2009 12:11:49 -0500 + +kwave (0.8.2-2) unstable; urgency=low + + * QA upload. + * patches/06-qreal.diff: update to fix FTBFS on armel. + + -- Aurelien Jarno Sat, 02 May 2009 10:11:40 +0000 + +kwave (0.8.2-1) unstable; urgency=low + + * QA upload. + * New upstream release. + * Fix entry in previous changelog stanza. + * patches/05-do-not-install-so-synlinks.diff: + - Properly rename to 05-do-not-install-so-symlinks.diff + - Refresh indexes. + - Add a small description. + * Remove manual call of dh_desktop in rules, no more needed with + desktop-file-utils >= 0.15-2. + * Add lintian override for the sonagram plugin. + * Remove dirs file, as there's nothing installed in /usr/share/pixmaps. + * Bump Standards-Version to 3.8.1, no changes required. + * Update copyright, also according to the upstream LICENSES file. + * Add patch 06-qreal.diff for qreal vs double mismatches. + + -- Pino Toscano Sun, 26 Apr 2009 20:28:34 +0200 + +kwave (0.8.1-1) unstable; urgency=low + + * QA upload. + * New upstream release: + - Update dependencies to KDE 4. + - Convert it to CDBS and pkg-kde-tools. + - Remove obsolete patches: + 01-dont-link-arts-when-disabled.diff + 02-explicitely-link-libaudiofile.diff + 03-kwave-plugins-in-moduledir.diff + 04-disable-mp3-per-default.diff + * Bump compat to 7. + * Add patch 05-do-not-install-so-synlinks.diff to avoid installation of the + .so symlinks of private libraries. + * Add build depend on pkg-config, libasound2-dev, and libfftw3-dev. + * Replace textutils build depend with coreutils. + * Rename the lintian overrides file to make it installed automatically by + dh_lintian. + * "KDE2" -> "KDE" in man page. + + -- Pino Toscano Thu, 02 Apr 2009 21:01:00 +0200 + +kwave (0.8.0-0ubuntu2) jaunty; urgency=low + + * Fixing doc install path from kde4 to kde - Rebuild (LP: #349388) + * Fixed linking in debian/rules that was for the old kde4 directory structure + + -- Richard A. Johnson Fri, 27 Mar 2009 02:11:34 -0500 + +kwave (0.8.0-0ubuntu1) intrepid; urgency=low + + * New Upstream version (closes LP: #271630 and LP: #258667) + * Drop admin/debianrules as it's not necessary anymore + * debian/control: + - Delete perl dependency + - Drop install dependency on kcontrol + * Patch kubuntu_01_fix_link_errors.diff: add link with pthread and library + cleanup (patch sent by upstream) + * debian/rules: + - change dpatch to quilt patching system + - Delete call to admin/debianrules (not necessary anymore) + - Add parameter -DWITH_GSL=OFF to cmake to disable usage of libgsl + (licence incompatibility with kwave) + + -- Fabrice Coutadeur Sat, 04 Oct 2008 09:03:50 +0000 + +kwave (0.7.11-1) unstable; urgency=low + + * QA upload: + Orphan package, Bertrand Songis has been inactive for more than 6 months + and upstream author has tried to reach him for months now without success. + * New upstream version: + - Kwave does not longer use aRts. (Closes: #367036) + - Add several patches provided by upstream: + 01-dont-link-arts-when-disabled.diff + 02-explicitely-link-libaudiofile.diff + 03-kwave-plugins-in-moduledir.diff + 04-disable-mp3-per-default.diff + * Add -DCMAKE_SKIP_RPATH=true to cmake configure, fixes rpath issue. + (Closes: #495758) + * Remove leftovers from autotools transition to cmake: + - No more usage of debianrules file. + - Remove relibtoolization bits and cleaninf of debian/rules. + - Remove build depends on: automake1.7, autoconf, autotools-dev, perl, + debianutils. + * Replace build depend on kdemultimedia-dev with kdelibs4-dev. + * Remove dpatch system and add quilt instead. + * Update to Standards-Version 3.8.0, no changes required. + * Add build depend on mawk. Thanks Thomas! (Closes: #482248) + * Update copyright file. (Closes: #419124) + * Update overrides. + * Update to debhelper compatibility 6. + + -- Ana Beatriz Guerrero Lopez Sun, 31 Aug 2008 14:20:52 +0200 + +kwave (0.7.10-1.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Fix bashism (Closes: #459104). + * debian/control: + + Bump Standards-Version to 3.7.3 (no changes needed). + + Add Homepage field. + * debian/menu: + + Change Apps to Applications. + + -- Marco Rodrigues Thu, 24 Jan 2008 20:43:49 +0000 + +kwave (0.7.10-1) unstable; urgency=low + + * New upstream version. + * New maintainer (closes: #393172). + + -- Bertrand Songis Mon, 27 Aug 2007 15:14:39 +0200 + +kwave (0.7.7-3) unstable; urgency=low + + * QA upload. + * Add in dpatch. + * Re-run aclocal and autoconf after patching. + * Run dh_iconcache if it exists. + * Add a hand-picked patch from upstream SVN to fix FTBFS. + (Closes: #426668, #427747, #431199) + + -- Steve Kowalik Sun, 8 Jul 2007 19:22:58 +1000 + +kwave (0.7.7-2) unstable; urgency=low + + * Orphaning this package, setting maintainer field to + packages@qa.debian.org. + + -- Aurelien Jarno Sun, 15 Oct 2006 02:28:59 +0200 + +kwave (0.7.7-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Tue, 19 Sep 2006 17:14:56 +0200 + +kwave (0.7.6-1) unstable; urgency=low + + * New upstream version: + - Fix detection of recording devices when kwave is started for the first + time or if a recording device is removed from the system (closes: bug# + 351533). + - Sampling rate in record mode is now fixed (closes: #365771). + * Bumped Standards-Version to 3.7.2 (no changes). + + -- Aurelien Jarno Tue, 6 Jun 2006 01:30:51 +0200 + +kwave (0.7.5-2) unstable; urgency=low + + * Simple rebuild against KDE 3.5.1, as it seems one of the libraries + of KDE 3.5.1 is not compatible with the KDE 3.4.3 version + (closes: bug#351533). + + -- Aurelien Jarno Sun, 5 Feb 2006 17:21:31 +0100 + +kwave (0.7.5-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Tue, 3 Jan 2006 11:29:36 +0100 + +kwave (0.7.4-2) unstable; urgency=low + + * Build with g++-4.0 now that c++/21123 is fixed (closes: bug#343001). + + -- Aurelien Jarno Mon, 12 Dec 2005 03:48:06 +0100 + +kwave (0.7.4-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Sun, 16 Oct 2005 20:02:34 +0200 + +kwave (0.7.3-6) unstable; urgency=low + + * Build-dep on g++-3.4 on arm, hppa and m68k. + + -- Aurelien Jarno Wed, 5 Oct 2005 17:58:45 +0200 + +kwave (0.7.3-5) unstable; urgency=low + + * x86_64 processors always have the cpuid instruction, so don't check + for it (closes: bug#327501). + + -- Aurelien Jarno Tue, 13 Sep 2005 18:51:44 +0200 + +kwave (0.7.3-4) unstable; urgency=low + + * Added a patch to make Kwave buildable on GNU/kFreeBSD. + + -- Aurelien Jarno Wed, 7 Sep 2005 20:13:45 +0200 + +kwave (0.7.3-3) unstable; urgency=low + + * C++ transition: tightened build-dependency on libflac++-dev, + kdemultimedia-dev, libid3-3.8.3-dev (closes: bug#325943). + * Pulled a patch from CVS to support new libFLAC++ 1.1.2 API. + * Pulled a patch from CVS to support amd64 with gcc-4.0. + * Bumped Standards-Version to 3.6.2 (no changes). + + -- Aurelien Jarno Sun, 4 Sep 2005 01:11:41 +0200 + +kwave (0.7.3-2) unstable; urgency=low + + * Fixed German translations (closes: bug#313790, bug#314000). + + -- Aurelien Jarno Thu, 16 Jun 2005 15:06:53 +0200 + +kwave (0.7.3-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Fri, 3 Jun 2005 19:30:11 +0200 + +kwave (0.7.2-5) unstable; urgency=low + + * Fix an FTBFS with gcc-4.0. Thanks to Andreas Jochens for the patch + (closes: bug#298474) . + + -- Aurelien Jarno Mon, 7 Mar 2005 21:37:27 +0100 + +kwave (0.7.2-4) unstable; urgency=high + + * Call aclocal-1.7 instead of automake-1.7 in Makefile.dist (closes: + bug#294525). + + -- Aurelien Jarno Thu, 10 Feb 2005 08:15:40 +0100 + +kwave (0.7.2-3) unstable; urgency=high + + * Rebuilt against libflac++-dev (>= 1.1.1-3) and kdemultimedia + (>= 3.3.1-2) (Closes: bug#289953). + + -- Aurelien Jarno Fri, 14 Jan 2005 08:37:22 +0100 + +kwave (0.7.2-2) unstable; urgency=low + + * Added a patch from Kurt Roeckx to fix build on amd64 arches. Thanks + (closes: bug#288781). + + -- Aurelien Jarno Wed, 5 Jan 2005 18:30:15 +0100 + +kwave (0.7.2-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Sun, 2 Jan 2005 01:07:10 +0100 + +kwave (0.7.1-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Sun, 11 Jul 2004 01:11:22 +0200 + +kwave (0.7.0-1-4) unstable; urgency=low + + * Fixed acinclude.m4 (closes: bug#244149). + + -- Aurelien Jarno Sat, 1 May 2004 11:16:04 +0200 + +kwave (0.7.0-1-3) unstable; urgency=low + + * Libtool update (closes: bug#244149). + + -- Aurelien Jarno Sat, 17 Apr 2004 02:12:41 +0200 + +kwave (0.7.0-1-2) unstable; urgency=low + + * Fixed mcopidl flags (closes: bug#243199). + + -- Aurelien Jarno Tue, 13 Apr 2004 17:24:44 +0200 + +kwave (0.7.0-1-1) unstable; urgency=low + + * New upstream version. + * Bumped Standards-Version to 3.6.1 (no changes). + + -- Aurelien Jarno Fri, 5 Dec 2003 00:09:13 +0100 + +kwave (0.6.7-2) unstable; urgency=low + + * Run automake-1.6 and autoconf-1.6 instead of automake and autoconf to + avoid calling another version if it is installed. + + -- Aurelien Jarno Tue, 1 Jul 2003 17:03:10 +0200 + +kwave (0.6.7-1) unstable; urgency=low + + * New upstream version. + * Bumped Standards-Version to 3.5.10. + + -- Aurelien Jarno Sun, 29 Jun 2003 16:01:18 +0200 + +kwave (0.6.6-6) unstable; urgency=low + + * Changed mime type of Ogg bitstream to application/ogg conforming + to RF3534. + + -- Aurelien Jarno Sun, 18 May 2003 17:43:04 +0200 + +kwave (0.6.6-5) unstable; urgency=low + + * Bumped Standards-Version to 3.5.9. + * Changed section from x11 to kde. + + -- Aurelien Jarno Sat, 19 Apr 2003 15:09:24 +0200 + +kwave (0.6.6-4) unstable; urgency=low + + * Fixed the link /usr/share/doc/kde/HTML/{fr,de}/kwave/common + (closes: bug#186170). + + -- Aurelien Jarno Tue, 25 Mar 2003 02:36:02 +0100 + +kwave (0.6.6-3) unstable; urgency=low + + * Rebuild against new libvorbis0a package. + + -- Aurelien Jarno Wed, 12 Mar 2003 23:46:23 +0100 + +kwave (0.6.6-2) unstable; urgency=low + + * Don't depend on both xlibs (>> 4.1.0) and xlibs (>> 4.2.0). + * Depends on ${misc:Depends}. + * Uses autotools-dev to update config.{guess,sub}. + * Uses debian/compat instead of DH_COMPAT. + + -- Aurelien Jarno Thu, 6 Mar 2003 11:49:18 +0100 + +kwave (0.6.6-1) unstable; urgency=low + + * New upstream version. + + -- Aurelien Jarno Sun, 2 Mar 2003 01:25:59 +0100 + +kwave (0.6.5-9) unstable; urgency=low + + * Removed icons from /usr/share/kwave + * Used system libmad, linked dynamically. + * Fixed a typo in the description. + * Added Author and Homepage to the description. + + -- Aurelien Jarno Sun, 23 Feb 2003 18:35:46 +0100 + +kwave (0.6.5-8) unstable; urgency=low + + * Build-depends on libqt3-compat-headers (closes: bug#181658). + * Linked libid3, libogg and libvorbis dynamically. + + -- Aurelien Jarno Fri, 21 Feb 2003 16:39:38 +0100 + +kwave (0.6.5-7) unstable; urgency=low + + * Fixed a bug added by the previous patch. + + -- Aurelien Jarno Fri, 14 Feb 2003 09:56:32 +0100 + +kwave (0.6.5-6) unstable; urgency=low + + * Automatically start the aRts daemon if it is not running + (closes: bug#180351). + + -- Aurelien Jarno Mon, 10 Feb 2003 00:28:11 +0100 + +kwave (0.6.5-5) unstable; urgency=low + + * Lowered the build-depency on poxml as it also works with poxml 2.2. + + -- Aurelien Jarno Sun, 9 Feb 2003 12:12:12 +0100 + +kwave (0.6.5-4) unstable; urgency=low + + * Build Kwave's libmad with -fPIC. + + -- Aurelien Jarno Sun, 9 Feb 2003 02:58:51 +0100 + +kwave (0.6.5-3) unstable; urgency=low + + * Pulled some .ui files from CVS. + * Built with system libaudiofile instead of builtin libaudiofile. + + -- Aurelien Jarno Sat, 8 Feb 2003 11:21:36 +0100 + +kwave (0.6.5-2) unstable; urgency=low + + * Fixed plugins/about/KwaveAboutDialogBase.ui + + -- Aurelien Jarno Sat, 8 Feb 2003 03:35:58 +0100 + +kwave (0.6.5-1) unstable; urgency=low + + * New upstream version. + Changelog: + - MP3 import with ID3 tag support + - Ogg/Vorbis import and export (only ABR mode) + - new plugin "volume" + - show selected range as time + - support for saving compressed .wav files + - playback plugin: enabled the "select..." button for choosing + other playback devices + * Built for KDE 3.1. + + -- Aurelien Jarno Wed, 5 Feb 2003 23:35:47 +0100 + +kwave (0.6.4-3-8) unstable; urgency=low + + * Fixed char signedness in libgui/OverViewCache.cpp (closes: #177398). + + -- Aurelien Jarno Sun, 19 Jan 2003 13:45:43 +0100 + +kwave (0.6.4-3-7) unstable; urgency=low + + * Force build with gcc-2.95 on most archs, gcc-2.96 on ia64 and gcc-3.0 + on hppa. + + -- Aurelien Jarno Wed, 8 Jan 2003 18:22:31 +0100 + +kwave (0.6.4-3-6) unstable; urgency=low + + * Fixed description + * Changed icon to 24 colors to follow the menu policy. + * Standard version bumped to 3.5.8 + + -- Aurelien Jarno Fri, 20 Dec 2002 13:38:18 +0100 + +kwave (0.6.4-3-5) unstable; urgency=low + + * Change Build-Depency from nas-dev to libaudio-dev as the package name + changed. + + -- Aurelien Jarno Thu, 7 Nov 2002 07:20:06 +0100 + +kwave (0.6.4-3-4) unstable; urgency=low + + * Updated admin directory from ftp.gnu.org. Should now build on mipsel. + + -- Aurelien Jarno Sat, 2 Nov 2002 22:00:54 +0100 + +kwave (0.6.4-3-3) unstable; urgency=low + + * Configure script don't fail anymore on warnings when checking for + artsflow.idl (closes: bug#166791). + + -- Aurelien Jarno Wed, 30 Oct 2002 23:55:13 +0100 + +kwave (0.6.4-3-2) unstable; urgency=low + + * Build-Depends on autoconf2.13 instead of autoconf (closes: + bug#166597). + * Updated Policy standard compliance to 3.5.7 + + -- Aurelien Jarno Mon, 28 Oct 2002 13:52:18 +0100 + +kwave (0.6.4-3-1) unstable; urgency=low + + * New upstream version. + Changelog: + - Update of the French translation and documentation. + * Fix a bug with KDE 2.2 causes a very long starting delay. + * Removed the patch concerning a KDE 2.2 as it is included in upstream. + * Removed .la files in /usr/lib + + -- Aurelien Jarno Thu, 11 Jul 2002 22:47:45 +0200 + +kwave (0.6.4-1-2) unstable; urgency=low + + * Added textutils to Build-Depends (fix build error on hppa and mipsel). + + -- Aurelien Jarno Sat, 6 Jul 2002 19:49:11 +0200 + +kwave (0.6.4-1-1) unstable; urgency=low + + * New upstream version + Changelog: + - support for different file formats / integrated libaudiofile + - auto-repair for structurally damaged wav files + - using time instead of zoom factor (e.g. set zoom to "1 minute") + - menu entries for playback control + - some more icons in the menues + - added a little chapter about digital audio basics to online help + - added "select range" plugin + For more information, please see the full Changelog in + /usr/share/doc/kwave + * The problem concerning long time help generation has been solved by + upstream, so kwave-doc-en, kwave-doc-de and kwave-doc-fr are merged + again in kwave. This should reduce the Packages.gz file a little :-) + * The support of automake1.6 is include in upstream. + * Fix a bug with KDE 2.2 causes a very long starting delay. + + -- Aurelien Jarno Sat, 6 Jul 2002 16:54:18 +0200 + +kwave (0.6.3-12) unstable; urgency=low + + * Fixed package description. (closes: bug#149484) + + -- Aurelien Jarno Mon, 10 Jun 2002 00:06:45 +0200 + +kwave (0.6.3-11) unstable; urgency=low + + * .note and .comment sections of plugins files are now stripped. + + -- Aurelien Jarno Sun, 14 Apr 2002 18:51:20 +0200 + +kwave (0.6.3-10) unstable; urgency=low + + * Fixed the "Maintainer" field in the .changes file (problem in my + ~/.pbuilderrc file). + + -- Aurelien Jarno Wed, 10 Apr 2002 23:48:04 +0200 + +kwave (0.6.3-9) unstable; urgency=low + + * Fixed build errors on hppa architecture. + + -- Aurelien Jarno Sun, 7 Apr 2002 12:51:37 +0200 + +kwave (0.6.3-8) unstable; urgency=low + + * Don't build help on build-arch target. + * Fixed build errors on hppa architecture. + + -- Aurelien Jarno Sat, 6 Apr 2002 19:46:13 +0200 + +kwave (0.6.3-7) unstable; urgency=low + + * Fixed package description. (closes: Bug#141310) + + -- Aurelien Jarno Fri, 5 Apr 2002 20:33:40 +0200 + +kwave (0.6.3-6) unstable; urgency=low + + * Help files splited off into separate packages (kwave-doc-en, + kwave-doc-de, kwave-doc-fr), to avoid very long time compilation + on some architectures. + + -- Aurelien Jarno Tue, 2 Apr 2002 12:41:47 +0200 + +kwave (0.6.3-5) unstable; urgency=low + + * Fixed build error on hppa architecture. + + -- Aurelien Jarno Sun, 31 Mar 2002 12:19:10 +0200 + +kwave (0.6.3-4) unstable; urgency=low + + * Fixed build error on big endian architectures. + + -- Aurelien Jarno Fri, 29 Mar 2002 12:54:03 +0100 + +kwave (0.6.3-3) unstable; urgency=low + + * Added imagemagick to Build-Depends. + + -- Aurelien Jarno Mon, 25 Mar 2002 12:12:16 +0100 + +kwave (0.6.3-2) unstable; urgency=low + + * Initial Debian upload. (closes: Bug#130088) + * Changed my maintainer e-mail address to . :) + + -- Aurelien Jarno Mon, 18 Mar 2002 21:46:16 +0100 + +kwave (0.6.3-1) unstable; urgency=low + + * New upstream version. + Changelog : + - simple drag and drop + - french translation + - handling of "signal modified" + - shows error message and aborts if loading failed + + -- Aurelien Jarno Sat, 2 Mar 2002 09:29:22 +0100 + +kwave (0.6.2-4) unstable; urgency=low + + * Generation of HTML help. + + -- Aurelien Jarno Sun, 27 Jan 2002 10:11:26 +0100 + +kwave (0.6.2-3) unstable; urgency=low + + * Added Build-Depends. + + -- Aurelien Jarno Thu, 24 Jan 2002 15:34:01 +0100 + +kwave (0.6.2-2) unstable; urgency=low + + * Added mime-type to conform debian-policy. + + -- Aurelien Jarno Mon, 21 Jan 2002 20:14:05 +0100 + +kwave (0.6.2-1) unstable; urgency=low + + * Initial Release. + + -- Aurelien Jarno Thu, 10 Jan 2002 13:43:55 +0100 + +Local variables: +mode: debian-changelog +End: + --- kwave-0.8.5.orig/debian/manpages +++ kwave-0.8.5/debian/manpages @@ -0,0 +1 @@ +debian/kwave.1 --- kwave-0.8.5.orig/debian/rules +++ kwave-0.8.5/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/patchsys-quilt.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +export KUBUNTU_NO_DELETE_POT=1 +DEB_DH_BUILDDEB_ARGS := -- -Zlzma + --- kwave-0.8.5.orig/debian/docs +++ kwave-0.8.5/debian/docs @@ -0,0 +1,2 @@ +README +TODO