diff --git a/audacity-2.0.2-docdir.patch b/audacity-2.0.2-docdir.patch deleted file mode 100644 index a2dae4c..0000000 --- a/audacity-2.0.2-docdir.patch +++ /dev/null @@ -1,25 +0,0 @@ -Index: Makefile.in -=================================================================== ---- Makefile.in.orig -+++ Makefile.in -@@ -10,6 +10,7 @@ MANDIR= @mandir@ - AUDACITY_NAME = @AUDACITY_NAME@ - EXTRAINSTALLTARGETS= @EXTRAINSTALLTARGETS@ - EXTRAUNINSTALLTARGETS= @EXTRAUNINSTALLTARGETS@ -+DOCDIR= @docdir@ - - .PHONY: all - all: audacity help/audacity.1.gz -@@ -31,9 +32,9 @@ install: audacity $(EXTRAINSTALLTARGETS) - $(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME) - - # install docs -- $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME) -- $(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt -- $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt -+ $(INSTALL) -d $(DESTDIR)$(DOCDIR)/ -+ $(INSTALL) -m 644 README.txt $(DESTDIR)$(DOCDIR)/README.txt -+ $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DOCDIR)/LICENSE.txt - - # install manpage - $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1 diff --git a/audacity-implicit.patch b/audacity-implicit.patch deleted file mode 100644 index b5a5a02..0000000 --- a/audacity-implicit.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: lib-src/portmixer/src/px_unix_oss.c -=================================================================== ---- lib-src/portmixer/src/px_unix_oss.c.orig -+++ lib-src/portmixer/src/px_unix_oss.c -@@ -44,6 +44,7 @@ - #include - #include - #include -+#include - - #if defined(HAVE_SYS_SOUNDCARD_H) - # include diff --git a/audacity-minsrc-2.0.2.tar.bz2 b/audacity-minsrc-2.0.2.tar.bz2 deleted file mode 100644 index 9657396..0000000 --- a/audacity-minsrc-2.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac8a5ec62a5748de7f885fb3f82a6b6acdb26b28276827a678ec17ce65b9879d -size 6794285 diff --git a/audacity-minsrc-2.0.3.tar.xz b/audacity-minsrc-2.0.3.tar.xz new file mode 100644 index 0000000..8e21960 --- /dev/null +++ b/audacity-minsrc-2.0.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e481eab900a31817d273e7e3e8b8c127b0d3cc55d8efa46dd005177615f8bcc +size 5116320 diff --git a/audacity.changes b/audacity.changes index edae90e..9f4a803 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Fri Mar 29 09:25:00 UTC 2013 - kkaempf@suse.com + +- Update to version 2.0.3 + Bug fixes + * General + - Crash using Undo whilst time-shifting a track. + - Crash using Repair if the selection extended into an empty track. + - Export Multiple didn't prevent export if there was no audio or all + audio was muted. This allowed export of small invalid files. + * Time Track + - Loop Play of a speeded-up track inserted silence. + - Playback and rendering was significantly inaccurate, creating audible + and visual glitches. + * Accessibility + - The mnemonics character "&" was read out by screen readers in most of + the Preferences choices. + - NVDA did not read static text in most dialogs. Text can now be read by + using INSERT + B. + - JAWS and Window-eyes misread the "Duration" control in Silence + Generator. + - Toolbar buttons could not be pressed by ENTER + - Other interface bug fixes. + Changes and Improvements + * Resampling + - The SoX Resampler library (libsoxr) has replaced libresample in + Audacity releases, offering both higher quality and greater speed. + * Time Tracks new features + - "Set Range" now changes only the range of the Time Track, preserving + the pitch/speed set by any existing warp points. + - Vertical scale added with options for linear and logarithmic display + and interpolation. + - Upper and lower speed limits will now be remembered when saving and + reopening a project in 2.0.3. Warp points in projects saved by + previous Audacity versions will be correctly restored in 2.0.3. + - Warp points saved in a 2.0.3 project will be preserved if opened in + previous versions but playback and display will be incorrect. + * New effects + - Studio Fade Out (uses a filtered "S" curve). + - Adjustable Fade (accessible effect for creating partial fades and + adjustable fade shapes). + - Bass and Treble (replaces Bass Boost). + * General + - Real sample rates up to 384000 Hz are now supported for playback and + recording in high resolution devices (the maximum is up to 192000 Hz + for Windows DirectSound host). + - Labeled Regions in Edit Menu is renamed to "Labeled Audio" and now + allows splits to be placed at point labels. Labeled audio regions that + touch without overlapping are treated as separate regions. Overlapping + labeled audio regions are treated as a single region. + - New Croatian translation of Audacity. + * Compilation + - CMake is required in order to build libsoxr. + +- removed audacity-implicit.patch and audacity-2.0.2-docdir.patch + both included in 2.0.3 + ------------------------------------------------------------------- Mon Oct 22 17:21:41 CEST 2012 - uli@suse.de diff --git a/audacity.spec b/audacity.spec index c419281..2c75c29 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,7 +1,7 @@ # # spec file for package audacity # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,6 +21,7 @@ %bcond_with twolame Name: audacity +BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -53,22 +54,16 @@ BuildRequires: pkgconfig(mad) %if %{with twolame} BuildRequires: pkgconfig(twolame) %endif -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: A Free, Cross-Platform Digital Audio Editor License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Editors and Convertors Url: http://audacity.sourceforge.net/ -Source0: http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.bz2 +Source0: http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.xz Source1: audacity-license-nyquist # PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch reddwarf@opensuse.org -- this patch removes the buildstamp Patch0: audacity-no_buildstamp.patch -# About the access to the bug tracker: "Generally we restrict Bugzilla accounts to experienced C++ developers, or to very experienced Audacity bug watchers who want to test our nightly builds regularly." -# Being a packager, it seems, it's not enough. I am not even going to discuss that stupid politic -# PATCH-FIX-UPSTREAM audacity-2.0.2-docdir.patch email wrote to feedback@audacityteam.org reddwarf@opensuse.org -- make configure honor --docdir -Patch1: audacity-2.0.2-docdir.patch -# PATCH-FIX-UPSTREAM audacity-implicit.patch email wrote to feedback@audacityteam.org reddwarf@opensuse.org -- Include ctype.h since it uses isdigit() -Patch2: audacity-implicit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: libmp3lame0 Recommends: libavformat52 @@ -85,8 +80,6 @@ physical memory size of your computer. %prep %setup -q -n audacity-src-%{version} %patch0 -%patch1 -%patch2 cp %{SOURCE1} LICENSE_NYQUIST.txt # Make sure we use the system versions rm -r lib-src/libvamp/