2007-05-31 21:42:43 +02:00
|
|
|
#
|
2009-02-03 22:39:40 +01:00
|
|
|
# spec file for package audacity (Version 1.3.7)
|
2007-05-31 21:42:43 +02:00
|
|
|
#
|
2009-01-09 02:23:27 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-05-31 21:42:43 +02:00
|
|
|
#
|
2008-11-20 15:07:59 +01:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-05-31 21:42:43 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2009-05-20 03:10:44 +02:00
|
|
|
%bcond_with ffmpeg
|
|
|
|
%bcond_with mad
|
|
|
|
%bcond_with twolame
|
2008-04-03 10:36:39 +02:00
|
|
|
|
2007-05-31 21:42:43 +02:00
|
|
|
Name: audacity
|
2009-05-20 03:10:44 +02:00
|
|
|
BuildRequires: flac-devel gcc-c++ glib-devel jack-devel libexpat-devel
|
|
|
|
BuildRequires: libid3tag-devel libsamplerate-devel libsndfile-devel
|
|
|
|
BuildRequires: libvorbis-devel soundtouch-devel update-desktop-files
|
|
|
|
BuildRequires: wxGTK-devel
|
2009-05-20 12:31:01 +02:00
|
|
|
# Only needed because of internal PortAudio, why aren't we using the system version?
|
|
|
|
BuildRequires: alsa-devel
|
2009-05-20 03:10:44 +02:00
|
|
|
%if %{with ffmpeg}
|
|
|
|
BuildRequires: libffmpeg-devel
|
|
|
|
%endif
|
|
|
|
%if %{with mad}
|
|
|
|
BuildRequires: libmad-devel
|
|
|
|
%endif
|
|
|
|
%if %{with twolame}
|
|
|
|
BuildRequires: libtwolame-devel
|
|
|
|
%endif
|
2007-05-31 21:42:43 +02:00
|
|
|
Summary: A Free, Cross-Platform Digital Audio Editor
|
2009-02-03 22:39:40 +01:00
|
|
|
Version: 1.3.7
|
2009-05-29 01:45:42 +02:00
|
|
|
Release: 5
|
2007-08-03 00:06:17 +02:00
|
|
|
License: GPL v2 or later
|
2007-05-31 21:42:43 +02:00
|
|
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-09-19 18:51:31 +02:00
|
|
|
Url: http://audacity.sourceforge.net/
|
2009-02-03 22:39:40 +01:00
|
|
|
Source: %{name}-minsrc-%{version}.tar.bz2
|
2007-05-31 21:42:43 +02:00
|
|
|
Source2: %{name}.png
|
2009-04-14 19:10:37 +02:00
|
|
|
#PATCH-FIX-OPENSUSE return_non_void.patch fixed non-void return value (bnc#477654)
|
|
|
|
Patch1: %{name}-%{version}-return_non_void.patch
|
2007-05-31 21:42:43 +02:00
|
|
|
Patch2: %{name}-%{version}-endian-fix.patch
|
|
|
|
Patch3: %{name}-%{version}-font-fix.patch
|
|
|
|
Patch5: %{name}-%{version}-retval.patch
|
|
|
|
Patch6: %{name}-%{version}-strict-aliasing.patch
|
2009-04-14 19:10:37 +02:00
|
|
|
#PATCH-FIX-UPSTREAM fix build issues when linked wxGTK configured with --enable-stl flag
|
|
|
|
Patch8: %{name}-%{version}-wxGTK_with_stl.patch
|
2009-01-09 02:23:27 +01:00
|
|
|
Patch9: %{name}-%{version}-modal-help-dialog.patch
|
2009-05-20 03:10:44 +02:00
|
|
|
Patch10: %{name}-%{version}-desktop_file.patch
|
2009-05-29 01:45:42 +02:00
|
|
|
Patch11: %{name}-%{version}-portaudio-non-mmap-alsa.patch
|
|
|
|
Patch12: %{name}-%{version}-audiodevdefaults.patch
|
2007-05-31 21:42:43 +02:00
|
|
|
|
|
|
|
%description
|
|
|
|
Audacity is a program that manipulates digital audio wave forms. In
|
|
|
|
addition to recording sounds directly from within the program, it
|
|
|
|
imports many sound file formats, including WAV, AIFF, AU, IRCAM, MP,
|
|
|
|
and Ogg Vorbis. With Audacity, you can edit wave data larger than the
|
|
|
|
physical memory size of your computer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Dominic Mazzoni <dominic@minorninth.com>
|
|
|
|
Roger Dannenberg <rbd+@cs.cmu.edu>
|
|
|
|
Jason Cohen <cohen3+@andrew.cmu.edu>
|
|
|
|
Robert Leidle <rfl+@andrew.cmu.edu>
|
|
|
|
Mark Tomlinson <marktoml@hotmail.com>
|
|
|
|
Joshua Haberman <joshua@haberman.com>
|
|
|
|
Nasca Octavian Paul <paulnasca@email.ro>
|
|
|
|
Logan Lewis <proxima@proxc.com>
|
|
|
|
Matt Brubeck <mbrubeck@hmc.edu>
|
|
|
|
Mark Phillips <mitb@totaldeath.com>
|
|
|
|
Tony Oetzmann <airon@epost.de>
|
|
|
|
Harvey Lubin <agrapha@agrapha.com>
|
|
|
|
Tom Woodhams <tom@imaginemedia.co.uk>
|
|
|
|
|
|
|
|
%prep
|
2009-01-09 02:23:27 +01:00
|
|
|
%setup -q -n %{name}-src-%{version}
|
2009-04-14 19:10:37 +02:00
|
|
|
%patch1
|
2007-05-31 21:42:43 +02:00
|
|
|
%patch2
|
|
|
|
%patch3
|
|
|
|
%patch5
|
|
|
|
%patch6
|
2009-04-14 19:10:37 +02:00
|
|
|
%patch8
|
2008-11-20 15:07:59 +01:00
|
|
|
%patch9
|
2009-05-20 03:10:44 +02:00
|
|
|
%patch10
|
2009-05-29 01:45:42 +02:00
|
|
|
%patch11 -p1
|
|
|
|
%patch12 -p1
|
2007-05-31 21:42:43 +02:00
|
|
|
|
|
|
|
%build
|
|
|
|
%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
|
|
|
|
export AUTOMAKE="automake --foreign"
|
|
|
|
%configure \
|
|
|
|
--enable-unicode \
|
2009-05-20 03:10:44 +02:00
|
|
|
--with-libvorbis=system \
|
|
|
|
%if %{with ffmpeg}
|
|
|
|
--with-ffmpeg=system \
|
2007-05-31 21:42:43 +02:00
|
|
|
%else
|
2009-05-20 03:10:44 +02:00
|
|
|
--without-ffmpeg \
|
|
|
|
%endif
|
|
|
|
%if %{with mad}
|
2007-05-31 21:42:43 +02:00
|
|
|
--with-libmad=system \
|
2009-05-20 03:10:44 +02:00
|
|
|
%else
|
|
|
|
--without-libmad \
|
|
|
|
%endif
|
|
|
|
%if %{with twolame}
|
|
|
|
--with-libtwolame=system \
|
|
|
|
%else
|
|
|
|
--without-libtwolame \
|
2007-05-31 21:42:43 +02:00
|
|
|
%endif
|
|
|
|
--with-libsndfile=system \
|
2009-05-20 03:10:44 +02:00
|
|
|
--with-libflac=system \
|
|
|
|
--with-libid3tag=system \
|
2007-05-31 21:42:43 +02:00
|
|
|
--with-libsamplerate=system \
|
|
|
|
--with-portaudio=v19
|
2009-05-20 03:10:44 +02:00
|
|
|
make %{?jobs:-j %jobs}
|
2007-05-31 21:42:43 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
2009-05-20 03:10:44 +02:00
|
|
|
%suse_update_desktop_file audacity
|
2007-05-31 21:42:43 +02:00
|
|
|
install -d -m755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
|
|
|
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
|
2008-01-18 12:35:26 +01:00
|
|
|
%find_lang %{name}
|
2007-05-31 21:42:43 +02:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2008-01-18 12:35:26 +01:00
|
|
|
%files -f %{name}.lang
|
2007-05-31 21:42:43 +02:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc LICENSE.txt README.txt
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
%{_bindir}/audacity
|
|
|
|
%{_datadir}/audacity
|
|
|
|
%{_datadir}/applications/*.desktop
|
|
|
|
%{_datadir}/pixmaps/*.png
|
|
|
|
%{_datadir}/mime/packages/audacity.xml
|
|
|
|
|
|
|
|
%changelog
|
2009-05-29 01:45:42 +02:00
|
|
|
* Thu May 21 2009 cmorve69@yahoo.es
|
|
|
|
- Got portaudio-non-mmap-alsa.patch and audiodevdefaults.patch from
|
|
|
|
Fedora to allow it to work with PulseAudio
|
2009-05-20 12:31:01 +02:00
|
|
|
* Tue May 19 2009 cmorve69@yahoo.es
|
|
|
|
- Add alsa-devel BR to allow ALSA output
|
2009-05-20 03:10:44 +02:00
|
|
|
* Mon May 11 2009 cmorve69@yahoo.es
|
|
|
|
- removed unneeded BuildRequires
|
|
|
|
- make ffmpeg, mad and twolame support build options
|
|
|
|
- use upstream .desktop file
|
2009-05-20 12:31:01 +02:00
|
|
|
- do not force -fno-strict-aliasing since upstream already does
|
2009-04-14 19:10:37 +02:00
|
|
|
* Wed Apr 08 2009 mseben@suse.cz
|
|
|
|
- added wxGTK_with_stl.patch to fix build issues when linking wxGTK
|
|
|
|
configured with --enable-stl flag
|
|
|
|
* Mon Feb 23 2009 mseben@suse.cz
|
|
|
|
- added return_non_void.patch to fix non-void return value (bnc#477654)
|
2009-02-03 22:39:40 +01:00
|
|
|
* Mon Feb 02 2009 mseben@suse.cz
|
|
|
|
- updated to version 1.3.7
|
|
|
|
Bug Fixes:
|
|
|
|
* Muting/soloing caused incorrect channel results in exported
|
|
|
|
stereo files
|
|
|
|
* Nyquist effects: pasted unmodified audio into the result,
|
|
|
|
no progress bar, truncation of processed audio on cancel
|
|
|
|
* Noise Removal: pasted unmodified audio into the result, unwanted
|
|
|
|
filtering tail
|
|
|
|
* Uncompressed exports: export as WAV could be corrupted if
|
|
|
|
overwriting to same file, export multiple to uncompressed formats
|
|
|
|
only produced 16-bit WAV
|
|
|
|
* Compressed exports: MP3 exports now produce correct bit rate
|
|
|
|
mode, quality and length, with improved metadata visibility
|
|
|
|
in player applications, WMA exports containing metadata are now correct
|
|
|
|
* Restored support for multi-channel recording devices that can
|
|
|
|
record more than two channels using Audacity
|
|
|
|
* fixes for spurious clipping, label typing, no shortcuts after
|
|
|
|
running effects
|
|
|
|
* project rate now always changes to respect that of first imported file
|
|
|
|
New Features:
|
|
|
|
* F11 Full Screen mode, high-quality "Sliding Time Scale/Pitch Shift"
|
|
|
|
effect, Audio Contrast Analyzer
|
|
|
|
Other changes:
|
|
|
|
* As a first step towards improving latency correction, a fixed
|
|
|
|
rather than variable correction is now applied
|
|
|
|
* Numerous minor interface fixes and improvements
|
|
|
|
- obsolete *-compile.patch, *-locale.patch
|
2009-01-12 17:48:40 +01:00
|
|
|
* Mon Jan 12 2009 mseben@suse.cz
|
|
|
|
- fixed Khmer translation file (*-locale.patch)
|
|
|
|
- added array-delete.patch to fix array delete (bnc#442936)
|
|
|
|
- added transparent desktop icon (audacity.png)
|
|
|
|
- obsolete *-portaudio-shlib.patch, *-nosse.patch
|
2009-01-09 02:23:27 +01:00
|
|
|
* 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)
|
2008-11-20 15:07:59 +01:00
|
|
|
* Thu Nov 20 2008 tiwai@suse.de
|
|
|
|
- fix modal dialog with the help browser (bnc#440032)
|
2008-06-23 02:36:43 +02:00
|
|
|
* Wed May 28 2008 anosek@suse.cz
|
|
|
|
- updated to version 1.3.5
|
|
|
|
Recording / Playback
|
|
|
|
* Several bugs fixed so that latency correction should be better, and more devices work correctly.
|
|
|
|
* Problems with invalid sample rates under Linux should be much rarer.
|
|
|
|
* Newer version of Portaudio library.
|
|
|
|
* New feature to record onto the end of an existing track (hold Shift while clicking Record).
|
|
|
|
Import / Export
|
|
|
|
* Updated versions of Libogg, Libvorbis, Libflac, Libsndfile and Twolame libraries.
|
|
|
|
* Handling of unsupported file formats more informative.
|
|
|
|
* Handling of file names with slashes on OS X improved.
|
|
|
|
* New dialog allows replacement of illegal file name characters on all platforms.
|
|
|
|
Interface
|
|
|
|
* Improved scaling and layout for rulers and VU meters.
|
|
|
|
* Envelope fixes/improvements including full control of undo/redo.
|
|
|
|
* New keyboard shortcuts and improved menu navigation.
|
|
|
|
* Preferences:
|
|
|
|
o More intuitive tab arrangement.
|
|
|
|
o New options for mute/solo and Metadata Editor behavior.
|
|
|
|
o Language can now be changed without restart.
|
|
|
|
* Expanded Build Information tab.
|
|
|
|
Effects
|
|
|
|
* New Vocal Remover plug-in, improvements for Generate effects.
|
|
|
|
- dropped obsoleted patches (cflags.patch) (CVE-2007-6061.patch)
|
2008-05-16 13:18:31 +02:00
|
|
|
* Wed May 14 2008 schwab@suse.de
|
|
|
|
- Remove useless patch.
|
2008-04-03 10:36:39 +02:00
|
|
|
* Wed Apr 02 2008 anosek@suse.cz
|
|
|
|
- fixed Insecure symlink handling (bnc#344588) (CVE-2007-6061.patch)
|
|
|
|
- temp file is now created in users home directory
|
2008-01-25 17:29:01 +01:00
|
|
|
* Fri Jan 25 2008 adrian@suse.de
|
|
|
|
- remove mad-devel in BuildRequires to keep the package as part
|
|
|
|
of Factory
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Jan 18 2008 anosek@suse.cz
|
|
|
|
- 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@suse.cz
|
2007-09-19 18:51:31 +02:00
|
|
|
- fix broken Equalization effect (equalization.patch) [#326217]
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Aug 02 2007 anosek@suse.cz
|
2007-08-03 00:06:17 +02:00
|
|
|
- fixed Hungarian translation update [#295657] (hu_update.patch)
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Jun 21 2007 sbrabec@suse.cz
|
2007-06-21 19:45:15 +02:00
|
|
|
- Build with system soundtouch.
|
|
|
|
- Build with jack support.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Jun 06 2007 sbrabec@suse.cz
|
2007-06-06 18:09:57 +02:00
|
|
|
- Removed invalid desktop Category "Application" (#254654).
|
2008-01-18 12:35:26 +01:00
|
|
|
* Tue May 29 2007 prusnak@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to 1.3.3
|
|
|
|
* added collapse/expand tracks
|
|
|
|
* multiple clips per track
|
|
|
|
* added selection bar
|
|
|
|
* improved label tracks
|
|
|
|
* better performance with large projects
|
|
|
|
* added transcription toolbar
|
|
|
|
* improved accessibility for the visually impaired
|
|
|
|
* added auto-save and automatic crash recovery
|
|
|
|
* added batch processing
|
|
|
|
* metadata may be added to OGG files
|
|
|
|
* EQ effect responsiveness improved
|
|
|
|
* new Auto Duck effect
|
|
|
|
* DTMF tone generator
|
|
|
|
- dropped obsoleted patches:
|
|
|
|
* ambigous.patch
|
|
|
|
* overflow-fix.patch (included in update)
|
|
|
|
* qualification.patch (included in update)
|
|
|
|
* wx-compat.patch
|
|
|
|
- added patches:
|
|
|
|
* flac.patch - adjust for new FLAC 1.1.4 API
|
|
|
|
* nosse.patch - don't try to use SSE on non-x86 archs
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Apr 20 2007 schwab@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- Fix quoting in autoconf macros.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Aug 10 2006 anosek@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- fixed build with new version of autotools (audacity-build.patch)
|
2008-01-18 12:35:26 +01:00
|
|
|
* Sun Feb 19 2006 stbinner@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- add GenericName to .desktop file
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Feb 15 2006 sbrabec@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- Build with portaudio19 (#151210).
|
2008-01-18 12:35:26 +01:00
|
|
|
* Mon Jan 30 2006 aj@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- Further fix to BuildRequires.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Sun Jan 29 2006 aj@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- Fix buildrequires.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Dec 16 2005 sbrabec@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- Returned back required wx-compat patch.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Dec 07 2005 sbrabec@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- Updated to version 1.2.4b.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Nov 09 2005 sbrabec@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- Strict aliasing fix.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Tue Oct 25 2005 sbrabec@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- Fixed extra qualification.
|
|
|
|
- Build with correct CFLAGS.
|
|
|
|
- Fixed random return values.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Oct 14 2005 sbrabec@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- Disabled mad support.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Apr 15 2005 mcihar@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- add SDL-devel-packages because of wxGTK
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Feb 17 2005 hvogel@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- mark as nosrc
|
2008-01-18 12:35:26 +01:00
|
|
|
* Tue Nov 23 2004 ro@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- fix build with current wxGTK
|
2008-01-18 12:35:26 +01:00
|
|
|
* Mon Nov 22 2004 mcihar@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- update to 1.2.3
|
2008-01-18 12:35:26 +01:00
|
|
|
* Mon Sep 06 2004 mcihar@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
-fix build on 64-bit arches
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Sep 03 2004 mcihar@suse.cz
|
2007-05-31 21:42:43 +02:00
|
|
|
- update to 1.2.2
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Aug 05 2004 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.2.1.
|
|
|
|
- using wxGTK-compat library.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Sun Mar 28 2004 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- 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.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Mar 05 2004 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.2.0 final.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Mon Feb 16 2004 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.2.0-pre4.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Jan 22 2004 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- fixed the build with the latest autoconf.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Jan 14 2004 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.2.0-pre3.
|
|
|
|
- use portaudio v19 (shared lib).
|
2008-01-18 12:35:26 +01:00
|
|
|
* Tue Jan 13 2004 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- fixed the neededforbuild for the latest wxGTK with gtk2.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- build as user
|
2008-01-18 12:35:26 +01:00
|
|
|
* Mon Sep 15 2003 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- added desktop icon.
|
2008-11-20 15:07:59 +01:00
|
|
|
* Sun Sep 14 2003 adrian@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- add AudioVideoEditing Category
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Aug 29 2003 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- fixed the bug of WAVE display.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Aug 14 2003 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- added desktop file.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Mon Aug 11 2003 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.2.0-pre1.
|
|
|
|
- help file is installed under /usr/share/audacity.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Jul 03 2003 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- fixed neededforbuild for the recent update of mad.
|
2009-04-14 19:10:37 +02:00
|
|
|
* Tue May 27 2003 ro@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- removed unpackaged files from buildroot
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Mar 27 2003 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.1.3.
|
|
|
|
linked with libFLAC and libsamplerate.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Tue Nov 26 2002 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.1.1.
|
|
|
|
- build with the system libsndfile since now audacity supports
|
|
|
|
libsndfile 1.0.
|
|
|
|
- enabled nyquist support.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Aug 30 2002 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- 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.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Jul 24 2002 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to version 1.1.0.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Mon Jul 01 2002 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- updated to the stable version 1.0.0-2.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Apr 17 2002 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- fixed build with gcc-3.1.
|
2008-01-18 12:35:26 +01:00
|
|
|
* Wed Apr 10 2002 ro@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- work around autoconf problem: first AC_CHECK_HEADER
|
|
|
|
apparently has to be outside of an if ... fi block
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Feb 01 2002 ro@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- changed neededforbuild <libpng> to <libpng-devel-packages>
|
2008-01-18 12:35:26 +01:00
|
|
|
* Fri Jan 25 2002 ro@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- added libpng,libjpeg,libtiff to neededforbuild
|
2008-01-18 12:35:26 +01:00
|
|
|
* Thu Jan 24 2002 tiwai@suse.de
|
2007-05-31 21:42:43 +02:00
|
|
|
- initial package version: 0.98.
|
|
|
|
- built with the shared id3lib.
|