Mailinglist Archive: opensuse-commit (1059 mails)

< Previous Next >
commit audacity
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 18 Jan 2008 12:36:05 +0100
  • Message-id: <20080118113605.8DA79678335@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package audacity
checked in at Fri Jan 18 12:36:05 CET 2008.

--------
--- audacity/audacity.changes 2007-09-19 13:05:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/audacity/audacity.changes 2008-01-18
09:50:14.000000000 +0100
@@ -1,0 +2,56 @@
+Fri Jan 18 09:41:44 CET 2008 - anosek@xxxxxxx
+
+- updated to version 1.3.4
+ New features
+ New Welcome Screen with introduction to Audacity.
+ New keyboard command: 'Mix and Render to New Track' (bound to
Ctrl+Shift+M).
+ New keyboard shortcut: "Shift-A" starts playback when stopped, or performs
"Stop and Select" when playing.
+ Added support for VAMP audio analysis plug-ins.
+ Solo button solos only one track at a time, and a track cannot be both
mute and solo.
+ Interface
+ Keyboard shortcuts for making short/long jumps along the timeline.
+ Added 'Snap To' in the Selection Bar.
+ Made keyboard navigation easier when multiple menu items with the same
first letter exist.
+ Enhanced interface for label editing.
+ Layout of OK/Cancel buttons consistency improved.
+ Preferences:
+ * "Select all audio in project, if none selected" (on by default).
+ * "Beep on completion of longer activities" (system bell, not main
output).
+ * Other preferences cleaned up and explanations improved.
+ Envelopes: Many fixes when copying / pasting / repeating.
+ Many translation updates.
+ Track height fixed in several cases.
+ CleanSpeech mode switching without closing and re-opening fixed.
+ Opening/Saving Formats
+ Metadata editor added for OGG, FLAC and WAV/AIFF exports, and general
improvements.
+ Metadata import improved.
+ Muted tracks are no longer audible in the exported mix.
+ Effects
+ Truncate Silence: support for multiple and stereo tracks.
+ Dtmf Generator:
+ * Added support for keypad letters.
+ * Added an amplitude control.
+ Compressor: variable decay time added.
+ Equalization:
+ * Clicks at start / end prevented.
+ * Improvements to saved curves being found.
+ * Preview works correctly.
+ 'Merge' command appears in Undo history.
+ Clipping detected more reliably.
+ Nyquist plug-ins reviewed and enhanced.
+ Better (and more) progress bars.
+ Cancelling effect always restores previous audio.
+ Several improvement to effects in batch mode.
+ Recording/Playback
+ Improvements to latency correction.
+ Updated version of portaudio-v19 library.
+ Note that Help is no longer built in, but accessible on the Web via links in
Audacity.
+
+- dropped obsoleted patches:
+ * flac.patch - already in upstream
+ * equalization.patch - already in upstream
+ * build.patch
+ * hu_update.patch.bz2
+- added patch to fix compilation errors (compile.patch)
+
+-------------------------------------------------------------------

Old:
----
audacity-1.3.3-build.patch
audacity-1.3.3-cflags.patch
audacity-1.3.3-endian-fix.patch
audacity-1.3.3-equalization.patch
audacity-1.3.3-flac.patch
audacity-1.3.3-font-fix.patch
audacity-1.3.3-hu_update.patch.bz2
audacity-1.3.3-nosse.patch
audacity-1.3.3-portaudio-shlib.patch
audacity-1.3.3-retval.patch
audacity-1.3.3-strict-aliasing.patch
audacity-src-1.3.3.tar.bz2

New:
----
audacity-1.3.4-cflags.patch
audacity-1.3.4-compile.patch
audacity-1.3.4-endian-fix.patch
audacity-1.3.4-font-fix.patch
audacity-1.3.4-nosse.patch
audacity-1.3.4-portaudio-shlib.patch
audacity-1.3.4-retval.patch
audacity-1.3.4-strict-aliasing.patch
audacity-src-1.3.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.y14017/_old 2008-01-18 12:35:24.000000000 +0100
+++ /var/tmp/diff_new_pack.y14017/_new 2008-01-18 12:35:24.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package audacity (Version 1.3.3)
+# spec file for package audacity (Version 1.3.4)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -16,8 +16,8 @@
# BuildRequires: portaudio-devel
%define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor
-Version: 1.3.3
-Release: 43
+Version: 1.3.4
+Release: 1
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -25,7 +25,6 @@
Source: %{name}-src-%{version}.tar.bz2
Source1: %{name}.desktop
Source2: %{name}.png
-Patch0: %{name}-%{version}-build.patch
Patch1: %{name}-%{version}-cflags.patch
Patch2: %{name}-%{version}-endian-fix.patch
Patch3: %{name}-%{version}-font-fix.patch
@@ -33,9 +32,7 @@
Patch5: %{name}-%{version}-retval.patch
Patch6: %{name}-%{version}-strict-aliasing.patch
Patch7: %{name}-%{version}-nosse.patch
-Patch8: %{name}-%{version}-flac.patch
-Patch9: %{name}-%{version}-hu_update.patch.bz2
-Patch10: %{name}-%{version}-equalization.patch
+Patch8: %{name}-%{version}-compile.patch

%description
Audacity is a program that manipulates digital audio wave forms. In
@@ -64,7 +61,6 @@

%prep
%setup -q -n %{name}-src-%{version}-beta
-%patch0
%patch1
%patch2
%patch3
@@ -77,8 +73,6 @@
%patch7
%endif
%patch8
-%patch9
-%patch10

%build
%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
@@ -111,11 +105,12 @@
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
# we will add docs later in %files section
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/audacity
+%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

-%files
+%files -f %{name}.lang
%defattr(-,root,root)
%doc LICENSE.txt README.txt
%doc %{_mandir}/man?/*
@@ -126,16 +121,68 @@
%{_datadir}/mime/packages/audacity.xml

%changelog
-* Wed Sep 19 2007 - prusnak@xxxxxxx
+* Fri Jan 18 2008 anosek@xxxxxxx
+- updated to version 1.3.4
+ New features
+ New Welcome Screen with introduction to Audacity.
+ New keyboard command: 'Mix and Render to New Track' (bound to Ctrl+Shift+M).
+ New keyboard shortcut: "Shift-A" starts playback when stopped, or performs
"Stop and Select" when playing.
+ Added support for VAMP audio analysis plug-ins.
+ Solo button solos only one track at a time, and a track cannot be both mute
and solo.
+ Interface
+ Keyboard shortcuts for making short/long jumps along the timeline.
+ Added 'Snap To' in the Selection Bar.
+ Made keyboard navigation easier when multiple menu items with the same first
letter exist.
+ Enhanced interface for label editing.
+ Layout of OK/Cancel buttons consistency improved.
+ Preferences:
+ * "Select all audio in project, if none selected" (on by default).
+ * "Beep on completion of longer activities" (system bell, not main output).
+ * Other preferences cleaned up and explanations improved.
+ Envelopes: Many fixes when copying / pasting / repeating.
+ Many translation updates.
+ Track height fixed in several cases.
+ CleanSpeech mode switching without closing and re-opening fixed.
+ Opening/Saving Formats
+ Metadata editor added for OGG, FLAC and WAV/AIFF exports, and general
improvements.
+ Metadata import improved.
+ Muted tracks are no longer audible in the exported mix.
+ Effects
+ Truncate Silence: support for multiple and stereo tracks.
+ Dtmf Generator:
+ * Added support for keypad letters.
+ * Added an amplitude control.
+ Compressor: variable decay time added.
+ Equalization:
+ * Clicks at start / end prevented.
+ * Improvements to saved curves being found.
+ * Preview works correctly.
+ 'Merge' command appears in Undo history.
+ Clipping detected more reliably.
+ Nyquist plug-ins reviewed and enhanced.
+ Better (and more) progress bars.
+ Cancelling effect always restores previous audio.
+ Several improvement to effects in batch mode.
+ Recording/Playback
+ Improvements to latency correction.
+ Updated version of portaudio-v19 library.
+ Note that Help is no longer built in, but accessible on the Web via links in
Audacity.
+- dropped obsoleted patches:
+ * flac.patch - already in upstream
+ * equalization.patch - already in upstream
+ * build.patch
+ * hu_update.patch.bz2
+- added patch to fix compilation errors (compile.patch)
+* Wed Sep 19 2007 prusnak@xxxxxxx
- fix broken Equalization effect (equalization.patch) [#326217]
-* Thu Aug 02 2007 - anosek@xxxxxxx
+* Thu Aug 02 2007 anosek@xxxxxxx
- fixed Hungarian translation update [#295657] (hu_update.patch)
-* Thu Jun 21 2007 - sbrabec@xxxxxxx
+* Thu Jun 21 2007 sbrabec@xxxxxxx
- Build with system soundtouch.
- Build with jack support.
-* Wed Jun 06 2007 - sbrabec@xxxxxxx
+* Wed Jun 06 2007 sbrabec@xxxxxxx
- Removed invalid desktop Category "Application" (#254654).
-* Tue May 29 2007 - prusnak@xxxxxxx
+* Tue May 29 2007 prusnak@xxxxxxx
- updated to 1.3.3
* added collapse/expand tracks
* multiple clips per track
@@ -158,106 +205,106 @@
- added patches:
* flac.patch - adjust for new FLAC 1.1.4 API
* nosse.patch - don't try to use SSE on non-x86 archs
-* Fri Apr 20 2007 - schwab@xxxxxxx
+* Fri Apr 20 2007 schwab@xxxxxxx
- Fix quoting in autoconf macros.
-* Thu Aug 10 2006 - anosek@xxxxxxx
+* Thu Aug 10 2006 anosek@xxxxxxx
- fixed build with new version of autotools (audacity-build.patch)
-* Sun Feb 19 2006 - stbinner@xxxxxxx
+* Sun Feb 19 2006 stbinner@xxxxxxx
- add GenericName to .desktop file
-* Wed Feb 15 2006 - sbrabec@xxxxxxx
+* Wed Feb 15 2006 sbrabec@xxxxxxx
- Build with portaudio19 (#151210).
-* Mon Jan 30 2006 - aj@xxxxxxx
+* Mon Jan 30 2006 aj@xxxxxxx
- Further fix to BuildRequires.
-* Sun Jan 29 2006 - aj@xxxxxxx
+* Sun Jan 29 2006 aj@xxxxxxx
- Fix buildrequires.
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Fri Dec 16 2005 - sbrabec@xxxxxxx
+* Fri Dec 16 2005 sbrabec@xxxxxxx
- Returned back required wx-compat patch.
-* Wed Dec 07 2005 - sbrabec@xxxxxxx
+* Wed Dec 07 2005 sbrabec@xxxxxxx
- Updated to version 1.2.4b.
-* Wed Nov 09 2005 - sbrabec@xxxxxxx
+* Wed Nov 09 2005 sbrabec@xxxxxxx
- Strict aliasing fix.
-* Tue Oct 25 2005 - sbrabec@xxxxxxx
+* Tue Oct 25 2005 sbrabec@xxxxxxx
- Fixed extra qualification.
- Build with correct CFLAGS.
- Fixed random return values.
-* Fri Oct 14 2005 - sbrabec@xxxxxxx
+* Fri Oct 14 2005 sbrabec@xxxxxxx
- Disabled mad support.
-* Fri Apr 15 2005 - mcihar@xxxxxxx
+* Fri Apr 15 2005 mcihar@xxxxxxx
- add SDL-devel-packages because of wxGTK
-* Thu Feb 17 2005 - hvogel@xxxxxxx
+* Thu Feb 17 2005 hvogel@xxxxxxx
- mark as nosrc
-* Tue Nov 23 2004 - ro@xxxxxxx
+* Tue Nov 23 2004 ro@xxxxxxx
- fix build with current wxGTK
-* Mon Nov 22 2004 - mcihar@xxxxxxx
+* Mon Nov 22 2004 mcihar@xxxxxxx
- update to 1.2.3
-* Mon Sep 06 2004 - mcihar@xxxxxxx
+* Mon Sep 06 2004 mcihar@xxxxxxx
-fix build on 64-bit arches
-* Fri Sep 03 2004 - mcihar@xxxxxxx
+* Fri Sep 03 2004 mcihar@xxxxxxx
- update to 1.2.2
-* Thu Aug 05 2004 - tiwai@xxxxxxx
+* Thu Aug 05 2004 tiwai@xxxxxxx
- updated to version 1.2.1.
- using wxGTK-compat library.
-* Sun Mar 28 2004 - tiwai@xxxxxxx
+* Sun Mar 28 2004 tiwai@xxxxxxx
- fixed the segfault at the start up (bug #34313)
- fixed the size of fonts for wxGTK with GTK-2.
- fixed possible buffer overflows.
- build with portaudio-v18, v19 seems problematic.
-* Fri Mar 05 2004 - tiwai@xxxxxxx
+* Fri Mar 05 2004 tiwai@xxxxxxx
- updated to version 1.2.0 final.
-* Mon Feb 16 2004 - tiwai@xxxxxxx
+* Mon Feb 16 2004 tiwai@xxxxxxx
- updated to version 1.2.0-pre4.
-* Thu Jan 22 2004 - tiwai@xxxxxxx
+* Thu Jan 22 2004 tiwai@xxxxxxx
- fixed the build with the latest autoconf.
-* Wed Jan 14 2004 - tiwai@xxxxxxx
+* Wed Jan 14 2004 tiwai@xxxxxxx
- updated to version 1.2.0-pre3.
- use portaudio v19 (shared lib).
-* Tue Jan 13 2004 - tiwai@xxxxxxx
+* Tue Jan 13 2004 tiwai@xxxxxxx
- fixed the neededforbuild for the latest wxGTK with gtk2.
-* Sat Jan 10 2004 - adrian@xxxxxxx
+* Sat Jan 10 2004 adrian@xxxxxxx
- build as user
-* Mon Sep 15 2003 - tiwai@xxxxxxx
+* Mon Sep 15 2003 tiwai@xxxxxxx
- added desktop icon.
-* Sun Sep 14 2003 - adrian@xxxxxxx
+* Sun Sep 14 2003 adrian@xxxxxxx
- add AudioVideoEditing Category
-* Fri Aug 29 2003 - tiwai@xxxxxxx
+* Fri Aug 29 2003 tiwai@xxxxxxx
- fixed the bug of WAVE display.
-* Thu Aug 14 2003 - tiwai@xxxxxxx
+* Thu Aug 14 2003 tiwai@xxxxxxx
- added desktop file.
-* Mon Aug 11 2003 - tiwai@xxxxxxx
+* Mon Aug 11 2003 tiwai@xxxxxxx
- updated to version 1.2.0-pre1.
- help file is installed under /usr/share/audacity.
-* Thu Jul 03 2003 - tiwai@xxxxxxx
+* Thu Jul 03 2003 tiwai@xxxxxxx
- fixed neededforbuild for the recent update of mad.
-* Tue May 27 2003 - ro@xxxxxxx
+* Tue May 27 2003 ro@xxxxxxx
- removed unpackaged files from buildroot
-* Thu Mar 27 2003 - tiwai@xxxxxxx
+* Thu Mar 27 2003 tiwai@xxxxxxx
- updated to version 1.1.3.
linked with libFLAC and libsamplerate.
-* Tue Nov 26 2002 - tiwai@xxxxxxx
+* Tue Nov 26 2002 tiwai@xxxxxxx
- updated to version 1.1.1.
- build with the system libsndfile since now audacity supports
libsndfile 1.0.
- enabled nyquist support.
-* Fri Aug 30 2002 - tiwai@xxxxxxx
+* Fri Aug 30 2002 tiwai@xxxxxxx
- updated to version 1.1.0 cvs 2002.08.30.
the 1.1.0 tarball version has a major bug regarding to project
file management (bug #18662). this version fixes the problem.
also, this one includes a help text, which wasn't there.
-* Wed Jul 24 2002 - tiwai@xxxxxxx
+* Wed Jul 24 2002 tiwai@xxxxxxx
- updated to version 1.1.0.
-* Mon Jul 01 2002 - tiwai@xxxxxxx
+* Mon Jul 01 2002 tiwai@xxxxxxx
- updated to the stable version 1.0.0-2.
-* Wed Apr 17 2002 - tiwai@xxxxxxx
+* Wed Apr 17 2002 tiwai@xxxxxxx
- fixed build with gcc-3.1.
-* Wed Apr 10 2002 - ro@xxxxxxx
+* Wed Apr 10 2002 ro@xxxxxxx
- work around autoconf problem: first AC_CHECK_HEADER
apparently has to be outside of an if ... fi block
-* Fri Feb 01 2002 - ro@xxxxxxx
+* Fri Feb 01 2002 ro@xxxxxxx
- changed neededforbuild <libpng> to <libpng-devel-packages>
-* Fri Jan 25 2002 - ro@xxxxxxx
+* Fri Jan 25 2002 ro@xxxxxxx
- added libpng,libjpeg,libtiff to neededforbuild
-* Thu Jan 24 2002 - tiwai@xxxxxxx
+* Thu Jan 24 2002 tiwai@xxxxxxx
- initial package version: 0.98.
- built with the shared id3lib.

++++++ audacity-1.3.3-cflags.patch -> audacity-1.3.4-cflags.patch ++++++

++++++ audacity-1.3.4-compile.patch ++++++
--- lib-src/libvamp/vamp-sdk/PluginAdapter.h
+++ lib-src/libvamp/vamp-sdk/PluginAdapter.h
@@ -37,6 +37,9 @@
#ifndef _VAMP_PLUGIN_ADAPTER_H_
#define _VAMP_PLUGIN_ADAPTER_H_

+#include <stdlib.h>
+#include <string.h>
+
#include <vamp/vamp.h>

#include "Plugin.h"
--- lib-src/libvamp/vamp-sdk/PluginHostAdapter.h
+++ lib-src/libvamp/vamp-sdk/PluginHostAdapter.h
@@ -37,6 +37,8 @@
#ifndef _VAMP_PLUGIN_HOST_ADAPTER_H_
#define _VAMP_PLUGIN_HOST_ADAPTER_H_

+#include <stdlib.h>
+
#include <vamp/vamp.h>
#include <vamp-sdk/Plugin.h>

--- lib-src/libvamp/vamp-sdk/hostext/PluginLoader.h
+++ lib-src/libvamp/vamp-sdk/hostext/PluginLoader.h
@@ -37,6 +37,8 @@
#ifndef _VAMP_PLUGIN_LOADER_H_
#define _VAMP_PLUGIN_LOADER_H_

+#include <string.h>
+
#include <vector>
#include <string>
#include <map>
--- src/import/ImportMP3.cpp
+++ src/import/ImportMP3.cpp
@@ -35,6 +35,8 @@
#include "../Internat.h"
#include "../Tags.h"

+#define DESC _("MP3 files")
+
static const wxChar *exts[] =
{
wxT("mp3"),
@@ -49,7 +51,7 @@
UnusableImportPluginList *unusableImportPluginList)
{
UnusableImportPlugin* mp3IsUnsupported =
- new UnusableImportPlugin(DESC, wxArrayString(wxSIZEOF(exts), exts));
+ new UnusableImportPlugin(DESC, wxArrayString(WXSIZEOF(exts), exts));

unusableImportPluginList->Append(mp3IsUnsupported);
}
++++++ audacity-1.3.3-endian-fix.patch -> audacity-1.3.4-endian-fix.patch ++++++

++++++ audacity-1.3.3-font-fix.patch -> audacity-1.3.4-font-fix.patch ++++++

++++++ audacity-1.3.3-nosse.patch -> audacity-1.3.4-nosse.patch ++++++

++++++ audacity-1.3.3-portaudio-shlib.patch ->
audacity-1.3.4-portaudio-shlib.patch ++++++

++++++ audacity-1.3.3-retval.patch -> audacity-1.3.4-retval.patch ++++++

++++++ audacity-1.3.3-strict-aliasing.patch ->
audacity-1.3.4-strict-aliasing.patch ++++++



++++++ audacity-src-1.3.3.tar.bz2 -> audacity-src-1.3.4.tar.bz2 ++++++
++++ 615577 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread