From 2981326197e45591853c2d603fe77a69850eddca0c72f6c8e952772dc40df7a1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 9 Jan 2009 01:23:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=12 --- audacity-1.3.5-modal-help-dialog.diff | 21 --------- ...pile.patch => audacity-1.3.6-compile.patch | 0 ...x.patch => audacity-1.3.6-endian-fix.patch | 0 ...fix.patch => audacity-1.3.6-font-fix.patch | 0 audacity-1.3.6-modal-help-dialog.patch | 14 ++++++ ...-nosse.patch => audacity-1.3.6-nosse.patch | 0 ...ch => audacity-1.3.6-portaudio-shlib.patch | 0 ...etval.patch => audacity-1.3.6-retval.patch | 0 ...ch => audacity-1.3.6-strict-aliasing.patch | 0 audacity-src-1.3.5.tar.bz2 | 3 -- audacity-src-1.3.6.tar.bz2 | 3 ++ audacity.changes | 33 ++++++++++++++ audacity.spec | 43 ++++++++++++++++--- 13 files changed, 86 insertions(+), 31 deletions(-) delete mode 100644 audacity-1.3.5-modal-help-dialog.diff rename audacity-1.3.5-compile.patch => audacity-1.3.6-compile.patch (100%) rename audacity-1.3.5-endian-fix.patch => audacity-1.3.6-endian-fix.patch (100%) rename audacity-1.3.5-font-fix.patch => audacity-1.3.6-font-fix.patch (100%) create mode 100644 audacity-1.3.6-modal-help-dialog.patch rename audacity-1.3.5-nosse.patch => audacity-1.3.6-nosse.patch (100%) rename audacity-1.3.5-portaudio-shlib.patch => audacity-1.3.6-portaudio-shlib.patch (100%) rename audacity-1.3.5-retval.patch => audacity-1.3.6-retval.patch (100%) rename audacity-1.3.5-strict-aliasing.patch => audacity-1.3.6-strict-aliasing.patch (100%) delete mode 100644 audacity-src-1.3.5.tar.bz2 create mode 100644 audacity-src-1.3.6.tar.bz2 diff --git a/audacity-1.3.5-modal-help-dialog.diff b/audacity-1.3.5-modal-help-dialog.diff deleted file mode 100644 index f19babb..0000000 --- a/audacity-1.3.5-modal-help-dialog.diff +++ /dev/null @@ -1,21 +0,0 @@ ---- src/widgets/ErrorDialog.cpp-dist 2008-11-19 16:28:18.000000000 +0100 -+++ src/widgets/ErrorDialog.cpp 2008-11-20 11:44:25.000000000 +0100 -@@ -124,9 +124,17 @@ - EndModal(true); - } - -+// make help dialog modal -+class HtmlTextHelpDialog : public BrowserFrame -+{ -+public: -+ HtmlTextHelpDialog() : BrowserFrame() { MakeModal(true); } -+ ~HtmlTextHelpDialog() { MakeModal(false); } -+}; -+ - void ShowHtmlText( wxWindow * pParent, const wxString &Title, const wxString &HtmlText, bool bIsFile = false ) - { -- BrowserFrame * pWnd = new BrowserFrame(); -+ HtmlTextHelpDialog * pWnd = new HtmlTextHelpDialog(); - pWnd->Create(pParent, -1, Title, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE);// & ~wxSYSTEM_MENU); - ShuttleGui S( pWnd, eIsCreating ); - LinkingHtmlWindow *html; diff --git a/audacity-1.3.5-compile.patch b/audacity-1.3.6-compile.patch similarity index 100% rename from audacity-1.3.5-compile.patch rename to audacity-1.3.6-compile.patch diff --git a/audacity-1.3.5-endian-fix.patch b/audacity-1.3.6-endian-fix.patch similarity index 100% rename from audacity-1.3.5-endian-fix.patch rename to audacity-1.3.6-endian-fix.patch diff --git a/audacity-1.3.5-font-fix.patch b/audacity-1.3.6-font-fix.patch similarity index 100% rename from audacity-1.3.5-font-fix.patch rename to audacity-1.3.6-font-fix.patch diff --git a/audacity-1.3.6-modal-help-dialog.patch b/audacity-1.3.6-modal-help-dialog.patch new file mode 100644 index 0000000..8167159 --- /dev/null +++ b/audacity-1.3.6-modal-help-dialog.patch @@ -0,0 +1,14 @@ +--- src/widgets/ErrorDialog.cpp ++++ src/widgets/ErrorDialog.cpp +@@ -122,0 +123,8 @@ ++// make help dialog modal ++class HtmlTextHelpDialog : public BrowserFrame ++{ ++public: ++ HtmlTextHelpDialog() : BrowserFrame() { MakeModal(true); } ++ ~HtmlTextHelpDialog() { MakeModal(false); } ++}; ++ +@@ -127 +135 @@ +- BrowserFrame * pWnd = new BrowserFrame(); ++ HtmlTextHelpDialog * pWnd = new HtmlTextHelpDialog(); diff --git a/audacity-1.3.5-nosse.patch b/audacity-1.3.6-nosse.patch similarity index 100% rename from audacity-1.3.5-nosse.patch rename to audacity-1.3.6-nosse.patch diff --git a/audacity-1.3.5-portaudio-shlib.patch b/audacity-1.3.6-portaudio-shlib.patch similarity index 100% rename from audacity-1.3.5-portaudio-shlib.patch rename to audacity-1.3.6-portaudio-shlib.patch diff --git a/audacity-1.3.5-retval.patch b/audacity-1.3.6-retval.patch similarity index 100% rename from audacity-1.3.5-retval.patch rename to audacity-1.3.6-retval.patch diff --git a/audacity-1.3.5-strict-aliasing.patch b/audacity-1.3.6-strict-aliasing.patch similarity index 100% rename from audacity-1.3.5-strict-aliasing.patch rename to audacity-1.3.6-strict-aliasing.patch diff --git a/audacity-src-1.3.5.tar.bz2 b/audacity-src-1.3.5.tar.bz2 deleted file mode 100644 index 3894904..0000000 --- a/audacity-src-1.3.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58beaf20d5d4bdec61c93cc9bda08faea9b1c9b51c962b4176e9390a6a65904c -size 4542637 diff --git a/audacity-src-1.3.6.tar.bz2 b/audacity-src-1.3.6.tar.bz2 new file mode 100644 index 0000000..c2ffb49 --- /dev/null +++ b/audacity-src-1.3.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9224ab67abbe15d9fbe7655287a6e5fe98ab329d80ed7d42c8b588c6584da3e +size 4719800 diff --git a/audacity.changes b/audacity.changes index 82e36bb..18b4588 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Thu Dec 11 11:08:05 CET 2008 - mseben@suse.cz + +- updated to version 1.3.6 + Interface: + * "Save Compressed Copy of Project" saves in much smaller .OGG + format to facilitate online transmission of projects + * Improved MIDI import and export routines, and clearer color + for selection region + * Default temporary directory on Mac now accessible in Finder + Import / Export: + * Stability improvements in on-demand loading + * FFmpeg: support for latest version of library, improved + version checks and error messages, stability improvements + in custom exporter + Bug Fixes: + * Crash in "Get Noise Profile" step of Noise Removal at project + rates below 20480 Hz. + * Underestimation of peak level in tracks with a small number + of different peaks + * Truncate Silence could result in repeated or lost audio if + applied to the whole of a track + * Other interface, generating, exporting and platform-specific + fixes + Compilation: + * Added autoconf macro archive to CVS, enabling *.nix users + without this archive to build --with -MIDI + +- renamed *-modal-help-dialog.diff to *-modal-help-dialog.patch, + also changed for 1.3.6 tarball +- added libexpat-devel to BuildRequires (directory lib-src/expat + in tarball 1.3.6 no longer exists) + ------------------------------------------------------------------- Thu Nov 20 11:52:28 CET 2008 - tiwai@suse.de diff --git a/audacity.spec b/audacity.spec index 1a7d390..c3070f9 100644 --- a/audacity.spec +++ b/audacity.spec @@ -1,7 +1,7 @@ # -# spec file for package audacity (Version 1.3.5) +# spec file for package audacity (Version 1.3.6) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -18,13 +18,13 @@ Name: audacity -BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip +BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libexpat-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip # build with local portaudio for now # BuildRequires: portaudio-devel %define DISTRIBUTABLE 1 Summary: A Free, Cross-Platform Digital Audio Editor -Version: 1.3.5 -Release: 49 +Version: 1.3.6 +Release: 1 License: GPL v2 or later Group: Productivity/Multimedia/Sound/Editors and Convertors BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,7 +39,7 @@ Patch5: %{name}-%{version}-retval.patch Patch6: %{name}-%{version}-strict-aliasing.patch Patch7: %{name}-%{version}-nosse.patch Patch8: %{name}-%{version}-compile.patch -Patch9: %{name}-1.3.5-modal-help-dialog.diff +Patch9: %{name}-%{version}-modal-help-dialog.patch %description Audacity is a program that manipulates digital audio wave forms. In @@ -67,7 +67,7 @@ Authors: Tom Woodhams %prep -%setup -q -n %{name}-src-%{version}-beta +%setup -q -n %{name}-src-%{version} %patch2 %patch3 # build with local portaudio for now @@ -121,6 +121,35 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/mime/packages/audacity.xml %changelog +* Thu Dec 11 2008 mseben@suse.cz +- updated to version 1.3.6 + Interface: + * "Save Compressed Copy of Project" saves in much smaller .OGG + format to facilitate online transmission of projects + * Improved MIDI import and export routines, and clearer color + for selection region + * Default temporary directory on Mac now accessible in Finder + Import / Export: + * Stability improvements in on-demand loading + * FFmpeg: support for latest version of library, improved + version checks and error messages, stability improvements + in custom exporter + Bug Fixes: + * Crash in "Get Noise Profile" step of Noise Removal at project + rates below 20480 Hz. + * Underestimation of peak level in tracks with a small number + of different peaks + * Truncate Silence could result in repeated or lost audio if + applied to the whole of a track + * Other interface, generating, exporting and platform-specific + fixes + Compilation: + * Added autoconf macro archive to CVS, enabling *.nix users + without this archive to build --with -MIDI +- renamed *-modal-help-dialog.diff to *-modal-help-dialog.patch, + also changed for 1.3.6 tarball +- added libexpat-devel to BuildRequires (directory lib-src/expat + in tarball 1.3.6 no longer exists) * Thu Nov 20 2008 tiwai@suse.de - fix modal dialog with the help browser (bnc#440032) * Wed May 28 2008 anosek@suse.cz