SHA256
1
0
forked from pool/audacity
audacity/audacity.spec

191 lines
6.7 KiB
RPMSpec
Raw Normal View History

#
# spec file for package audacity
#
# Copyright (c) 2022 SUSE LLC
#
# 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.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: audacity
Version: 3.2.2
Release: 0
Summary: A Multi Track Digital Audio Editor
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
Accepting request 898189 from home:ecsos - Fix build error for Leap 15.1 and 15.2. - Update to 3.0.2 * Audacity 3.0.2 fixes some important bugs and improves diagnostic reporting. * We also added a new preference for macro output, and a 'Save' button on the manage macros dialog. - Rebase audacity-no_buildstamp.patch. - Update to release 3.0.0 and add patch for wxWidgets test: audacity-remove-wx-test.patch - Add another useless return after assert to: audacity-no_return_in_nonvoid.patch - Upstream changes: *Audacity 3.0.0 is a major update on our previous release We’ve changed the format in which we save Audacity projects! Previously we saved projects as a sometimes large number of small files, with an ‘.aup’ file to coordinate the lot. This way of doing things is sometimes called ‘pile of files’ storage. *We did have time to improve our ‘Noise Gate’ effect and add a new analyzer, ‘Label Sounds’, that can label sounds and silences We also made a few small tweaks elsewhere. You can now import and export macros, and there are a couple of new commands for using the last used tool or last used analyzer that you can give shortcuts to. *We also fixed over 160 bugs that had been accumulating over the years. This is quite a staggering amount of work. The majority of these bugs were minor problems, easily worked around. Some though were really juicy high priority bugs that would have mattered a lot to the people affected by them. We’re really glad to have these bugs fixed now. - Remove build requirement for libwx_gtk3u_core-suse-nostl3_1_3 as it is no longer needed and it prevents Factory build. - Remove libavformat symlink and remove the plugins sub package. The symlink is obsoleted by linking to ffmpeg rather than dlopening it. The plugins were caused by the wrong suil version. - Add _constraints for min 6GB physicalymemory for ppc64/ppc64le - Link to ffmpeg rather than dlopening it. - Create symlink for libavformat, audacity looks for the major version only and this no longer exists in openSUSE after ffmpeg-4.3.1. See boo#1175205 - fixing dependencies for leap 15.2 - Update to 2.4.2, now uses cmake to build. - Create lame.pc in spec file. - Remove audacity-implicit-fortify-decl.patch and audacity-flacversion.patch, fixed upstream - Add two more false positives to audacity-no_return_in_nonvoid.patch - Upstream changes: *Over 30 bugs fixed since 2.4.1 *A new command has been added to the Tools menu: Tools > Reset Configuration. *Audacity now supports LAME's gapless playback info, allowing MP3s to be exported and imported without additional padding. - Fix Leap:15.1 build with audacity-implicit-fortify-decl.patch. - Update to release 2.4.1 and remove: 0001-Bug2436-Cross-project-paste-should-duplicate-block-f.patch - Now needs wxWidgets >=3.1.1 to build. - Upstream changes: * A new Time Toolbar showing current record/playback time has been split from the Selection Toolbar. It can be resized large. * Presets for more effects can be imported and exported. * A new Multi-View mode for tracks. In this mode both spectrogram and waveform views are shown at the same time. * Opus available as a new audio export format on Windows and Linux. * Easier to convert labels between point labels and range labels. * New Loudness Normalization effect. * New RMS measurement analyzer. * New Noise Gate effect. * New Spectral Delete effect. * 2237 - Equalization effects have no Import or Export for curves * 2261 - Graphic EQ sliders have no frequency labels * 2265 - Track heights are reset to default on project re-opening * 2303 - Playback does not start at the saved cursor position on reopening a saved project. * 2314 - Zoom in fail when playing See also: https://wiki.audacityteam.org/wiki/New_features_in_Audacity_2.4.1 - Update to release 2.4.0 and rebase audacity-no_buildstamp.patch. - Add patch from git: 0001-Bug2436-Cross-project-paste-should-duplicate-block-f.patch - Add plugins sub package. - Upstream changes: *have split the recording/playing time off from the selection toolbar and it can now be dragged to make it larger. *added a new optional mode for viewing audio. In this new mode you can see both the waveform and a spectrogram at the same time. Previously you would switch back and forth between them if you wanted both. - Fix invalid RPM group. - Download 2.3.3 tarball again to fix incorrect release info. - Use autopatch and refresh patches. - Fix boo#1162418, caused by wxWidgets. - Update to release 2.3.3 - For upstream changes see: http://wiki.audacityteam.org/wiki/Category:Release_Notes - Create a more suitable Group: tag. - Update to release 2.3.2 - Upstream changes: *Improvements: *There is a new 'Select' button in the track panel to select the whole track. *Audacity mod-script-pipe for driving Audacity from Python now comes with Audacity and can be enabled via preferences. *Options and preferences: Type to Create a Label is now off by default. *A plug-in installer for Nyquist now provides a file browser for selecting '.NY' files to install. *Bug Fixes: Over 20 bugs in 2.3.1 fixed, including: *Audacity 2.3.1 would crash if append-recording to a collapsed track. - Update to release 2.3.1 and remove incorporated patch: 0001-Fix-bug-1992.patch. - Upstream changes: Over 20 bugs fixed since 2.3.0, including: A crashing bug on Linux that made Audacity 2.3.0. unsuitable for Linux. Problems with Change Pitch, including not remembering parameter values. Options and preferences: Microfades are now an opt-in feature. They were always on in 2.3.0. The advanced vertical zooming option is now available in the View->Zoom menu. Regular interval labels now support range labels. - Add 0001-Fix-bug-1992.patch from git to fix issue 1992 - Update to release 2.3.0 - Rebased audacity-misc-errors.patch and audacity-no_return_in_nonvoid.patch - Added --disable-dynamic-loading build flag for ffmpeg-4 use. - Upstream changes: *New feature – “Punch and Roll Recording” *Pinned-play-head can now be repositioned by dragging *Play-at-speed now can be adjusted whilst playing. *Toolbars controlling volume and speed can now be resized for greater precision *New commands: New ‘Tools’ menu & New ‘Scriptables’ commands *Nyquist gains AUD-DO command *Nyquist effects are now translatable and translated *More dialogs have help buttons now *Increased legibility of trackname display *Half-wave option for collapsed tracks *Sliding Stretch *Dialog (option) for entering labels *Inconsistent behavior when recording with a selection–bug #1839 *Ctrl + M does not open label for editing – bug #1852 *Vertical Zoom in by clicking in the vertical Scale, or context menu, in waveform views is inconsistent – bug #1810 *Deletion of all tracks cannot be undone – bug #1845 *Timer Record with a selection present can get a truncated recording with data loss – bug #1851 *Duplicate shortcuts can be created – bug #1786 *Labels longer than 260 characters are now supported – bug #1905 *Using Spectrogram Settings in TCP or using Preferences causes Audacity to reset Project Rate to default rate in Quality Preferences – bug #1977 *Cut Preview should play all selected/sync-locked tracks, respecting Mute/Solo during preview – bug #231 - Ensure that Leap:42.3 gcc conditional doesn't interfere with Tumbleweed gcc used for build. - Update to release version 2.2.2. - Rebase audacity-no_buildstamp.patch. - Removed incorporated audacity-fix-nonsense.patch. - Added audacity-misc-errors.patch to fix various errors picked up by rpmlint. - Added to audacity-no_return_in_nonvoid.patch. - Upstream changes: *Easier zooming in and out with mousewheel, new Zoom Toggle command, and context menu for vertical rulers. *Easy access to change keyboard bindings of menu commands by holding Shift key. *Detection of dropout errors while recording with overburdened CPU. *Improved contrasts in Light and Dark themes *Half-wave display option *Several bugs/annoyances in 2.2.1 are now fixed - Build with gcc7 for Leap:42.3 and -fstack-clash-protection - Trim redundant parts from summary. - Update to maintenance release version 2.2.1 - Upstream changes and fixes: *Waveform colorways: You can optionally change the colorway of the waveforms displayed in your project. The setting is per track and not per project so you can have multiple colorways in the same project. *"Save Other" reverts to "Export" in the File menu: When we made the menu changes for 2.2.0 we introduced an entry into the File menu called "Save Other" which led to a sub-menu for exporting various audio formats. Many users were confused by this change and found it hard to find where they could export. *Bug #1770 - Crash applying certain chain files *Bug #1783 - Preview fails when selection extends before zero *Bug #1787 - Auto-scroll stopped working in 2.2.0 *Bug #1765 - Using File > Open to import audio gives wrong zoom level and no scroll bar slider. - Enabled mad, twolame and lame for 42.3 - Update to version 2.2.0 Improvements: * Four Selectable themes provided, with new 'Light' theme as default, plus option to customize * Many menu changes: + Menus Reorganized + Extended menu bar provided + New keyboard commands for working with clips * Help buttons ? in Preferences, Effects, Generators and Analyzers - and other places * Non-Greying out of effects when no selection (and explanatory dialog with help button) * Playback of MIDI (and Allegro) files imported into Note Tracks is now available. * 'Center' option in Selection Toolbar * Stem plots * Major overhaul to documentation/manual including many new images and streamlined text on landing pages for in-program help. Other Changes: * Append-record is now the default (use Shift + Record for old behavior, to record on a new track) * The Esc key now cancels all click-and-drag actions. It also chooses among overlapping mouse click targets, which is especially useful in the Multi-Tool. * Sync-Lock button removed (use menu item or keyboard shortcut instead) * New preferences and preference pages * Overhaul of much code: + Overhaul of envelope handling code to deal with some anomalies + Overhaul of exception handling for greater safety * New Logo Bug Fixes: * Major work on bug fixing. 198 bugs that were in 2.1.3 fixed for 2.2.0. + The most serious bug fixed this time round was bug 437 which was about what happens when Audacity is recording and runs out of storage. + The problems of incomplete support for macOs Sierra have been resolved (including bug 290, bug 1567, bug 1702, and bug 1703). + Most of the bugs fixed were more minor, such as bug 463 which was about a case in which the numbering on the timeline could display incorrect times. - Added audacity-no_return_in_nonvoid.patch - Restore conditionals for lame, mad and twolame. - Remove conditionals for ffmpeg, lame, mad, twolame. - Adjust usage of gccN-c++ for Leap42 and SLE12 - Added requires for flac > 1.3.0. - Update to release 2.1.3 - Recreated audacity-no_buildstamp.patch with 2.1.3 release date and time. - Added audacity-flacversion.patch to fix minimum version in m4 macro. - Rebased audacity-fix-nonsense.patch - Deleted audacity-ffmpeg.patch, audacity-flac_assert.h.patch and audacity-gcc6.patch - Upstream changes: * Interface: * Pinned option on waveform so waveform moves and recording/playing head stays still. * Timer Record options to save/export/exit after recording. * Scrub Ruler and optional Scrub Toolbar. * New shortcuts ALT+RIGHT and ALT+LEFT (move to labels without editing). * Effects: * Effects no longer grayed out when paused. * New Distortion effect (replaces Leveller). * SBSMS (higher quality but slower) option on Change Tempo/Change Pitch effects. * New Rhythm Track generator (replaces Click Track). * New Generator for Sample Data Import. * Nyquist effects now significantly faster. * Other Changes: * Upgraded the PortAudio library to v19 rev r1966. * Bug fixes: * Over 60 bugs fixed, including five longstanding bugs. - Update to audacity-2.1.2 which builds with wxWidgets-3_0-nostl and can use rpm's internal dependency generator. This enables it to provide appdata.xml and desktop files and fixes boo#952324 and duplicate boo#963592. - Refreshed patches. - Removed audacity-2.1.1-fix-tempdir.patch incorporated in this version. - Upstream changes: Changes and Improvements: *Interface: * Spectrogram settings are now available per track. * Clearer (sharper) display of pitch (EAC). * New 'Spectral Reassignment' option in spectrogram. Bug fixes: *Crashes *Crash using 'space' in Selection toolbar context menu fixed. *Crash setting equalization effect parameters in chains fixed. *Crash pressing both mouse buttons over toolbar buttons fixed. *(Rare) crash or freeze in sound activated recording fixed. *(Rare) crash on using plot spectrum for first time fixed. *Interface * Equalization effect settings are now saved. * Oversized Export Options window now OK on smaller screens. * FLAC import/export fast again. * Can now set undefined frequency in Spectral Selection bar. * Imported presets on custom FFmpeg export fixed. * Text input boxes working with VAMP * Keyboard playback commands now work again. * Import Raw Data now works when in Polish language. - Add audacity-gcc6.patch: Fix GCC6 warnings. - Add audacity-2.1.1-fix-tempdir.patch from upstream: fix usage of custom temp directories (boo#976964). - Fix audacity-flac_assert.h.patch up a little. - Build with ffmpeg support in openSUSE Leap 42.1 and newer. - Use pkgconfig for ffmpeg BuildRequires - Drop sf.net download URL as the download host was changed - Update to 2.1.1: + Changes and Improvements: * Built-in effects now support presets. * New Limiter effect replaces Hard Limiter effect. * New Crossfade Clips effect to apply a simple crossfade to a selected pair of clips in a single audio track. * Can now add/remove effects from Generate and Effects menus. * New version of Vocal Removal Effect. * Classic Filters now included as an opt-in effect. * Much faster editing with larger projects, thanks to a faster method for storing the autosave recovery file. * Performance improvements for Draw Tool and zooming of Spectrogram views. * Zero-padding Spectrograms Preference smooths the image for short window sizes. * Scrubbing and Seeking, including backwards play. * Quick-Play from Timeline enhancements, particularly for looping. * More VI usability enhancements for track focus & navigation. * Upgraded to Nyquist 3.0.9 and libflac 1.3.1. * Upgraded LV2 libs, LV2 GUIs on Linux, LV2 factory Presets. * Crash report integration. * Modules can be enabled in Preferences. Mod-nyq-bench available as an experimental module (but not in the default download). + Bug fixes: * Crash using Undo while dragging sample points * Crash using File > Close on project window when Screenshot Tools was open. * FFmpeg Custom Export: Crashes importing presets. * TAL VST (but not other VST's) crashed if previewing built-in effect. * SPACE could not be used/could crash in context menus that have a checkbox. * LV2 effects did not use parameters when using Chains. * Built-in Generators were not usable in Chains. * Plot Spectrum could not change values without losing focus. * Track dropdown menu settings could affect other tracks. * Slight mismatch of vertical scale with linear spectrogram view. * RTP effect Play/Stop button remained deactivated after built-in preview ended. * Contrast: "Move forward or backward through active windows" did not refocus Contrast. * LADSPA and LV2 generate plug-ins failed when white space selected. - Rebase audacity-no_buildstamp.patch. - Add audacity-fix-nonsense.patch to fix build regressions introduced in Audacity 2.1.1. - Audacity now requires libsoxr without an option. - Specify a version of wxWidgets Audacity requires. - Use libsoxr for resampling instead of libsamplerate. - Update to 2.1.0: + Changes and Improvements: * LADSPA and VST effects now support real-time preview, save/load of user presets and saving effect settings across sessions. Note: Real-time preview does not yet support latency compensation. * VST effects now support import/export of FXB preset banks. * Shell VST effects that host multiple plugins are now supported. * All Effect Menu items (built-in or plugin) can now be used in a Chain. * Items in the Effect, Generate or Analyze Menus can be sorted or grouped by name, publisher or class of effect. * Noise Removal is improved and renamed to "Noise Reduction". * Change Speed has new time controls for current and new length. You can now enter the speed change as a multiplier e.g. "2" is twice as fast. * New "Crossfade Tracks" effect can be used for crossfading two tracks. This replaces Cross Fade In and Cross Fade Out. * Nyquist Prompt and most shipped Nyquist effects now have Preview button. * Redesigned Meter Toolbars: The default shows separate Record and Playback Meters, half-height so they can be wider while docked, in gradient style. * A frequency selection can now be made (and spectral edit effects applied to those frequencies) when in a spectrogram view. You can also create or adjust frequency selections in a new "Spectral Selection Toolbar" (available at View > Toolbars). * Transcription Toolbar (Play-at-speed) can now loop play and cut-preview. * Timer Record now saves recordings automatically into an existing project. * New Armenian translation. + Bug fixes: * Typing "j" or "k" in a label track activated the "move cursor" shortcut. * Spectrogram log (f) view displayed incorrectly until vertically zoomed. * Fixed crash after zooming out on vertical scale beyond +/-1.0. * Selections made with Selection Toolbar were not restored after Undo. * Undo could fail silently if a selection included/touched a clip boundary. * If there were invalid FFmpeg libs in system PATH this prevented Audacity recognising the installed FFmpeg or the FFmpeg specified in audacity.cfg. * Fix "Audacity already running" error when using the command-line or context menu to open multiple or further files. * Fix segfault exporting an FFmpeg format to an unwritable folder. * Fix silent failure exporting FFmpeg, MP2 or OGG to an unwritable directory. * Fix ENTER activated an effect when OK button was greyed out. - Add audacity-lang package. - Extend audacity-flac_assert.h.patch to versions until 1.4.0. - Do not remove appdata. - Spec cleanup. - Add patch audacity-ffmpeg.patch to build against current ffmpeg on PMBS. - Fix download url for source package - Update to 2.0.6: Bug fixes for: * Interface: * Region Restore did not restore the region after using Preferences. * Dragging selections with the keyboard or Selection Toolbar digits was very slow. * (Windows) Help > About Audacity crashed when run in Magyar language. * (OS X) Some full and reduced Menu Bar items were not translated. * (OS X and Linux) Fixed various interface crashes. * Effects: * Reverb and Paulstretch were missing from Chains. * Analyze > Contrast could report very inaccurate rms levels. * Noise Removal: Attack and decay times were half as long as set. * (OS X and Linux) Nyquist effects ran much more slowly than on Windows. * Click or drag on the Timeline after Loop Play continued to loop. * Transcription Toolbar did not play slower than 0.1x speed. * (Linux) Audacity did not build if python 2 was not available. Changes and Improvements: * Interface: * Redesigned, searchable Keyboard Preferences with Tree, Name and Key views. * Edit Menu: "Cut" and "Delete" are now in the top level of the menu. * Transport Menu now includes "Play/Stop" and "Play/Stop and Set Cursor" (use Keyboard Preferences to create shortcuts for "Play" and "Stop"). * Tracks Menu now includes "Mix and Render to New Track". * Track Drop-Down Menu now has Move Track To Top and Move Track To Bottom. * New right-click menu choice "Delete Label" to remove single labels. * "Snap To" now offers choice of snap to the "closest" or "prior" position. Note: the previous "Snap To On" keyboard shortcut will no longer work. * "Snap To" settings are now independent for each project. * Effects: * Truncate Silence: redesigned with simpler option "Truncate Detected Silence" to shorten to the specified length without compressing silence. * VST effects: New "Settings" dialog lets you specify buffer size (for faster processing) and enable buffer delay compensation (to prevent inserted silence). Compensation may cause a crash in a few plug-ins. * VST effects now support standard FXP presets. * LV2 effects are now supported on all platforms (textual interface only). * Import or export using FFmpeg now requires FFmpeg 1.2 or later (or libav 0.8 or later). For recommended downloads of recent FFmpeg please visit: http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown . * New Tamil translation (largely complete). * (Windows) FLAC exports can now exceed 2 GB in size. * (OS X) Easier Audacity installation using the DMG: drag the Audacity folder to the /Applications shortcut, * (OS X) Audacity 2.0.6 will not officially support OS X 10.10 Yosemite when released (in particular, Apple Audio Units may not open in Audacity). * (Linux) Self-compiled builds of Audacity now search for system LADSPA effects in /usr/lib/ladspa. - Added patch audacity-flac_assert.h.patch to build against flac 1.3.0. - Update to 2.0.5: * Audacity 2.0.4 to hang or the computer to crash. WDM-KS has been removed from Audacity 2.0.5 while we work on safely enabling this host. * You can now navigate through an effect or other dialog using keyboard TAB. * See more at http://wiki.audacityteam.org/wiki/Release_Notes_2.0.5 - Update to 2.0.4: * New "Reverb" effect to replace GVerb, based on the original "Freeverb". * New View > Go to Selection Start and Go to Selection End commands. * New Tracks > Align End to End command to append existing tracks to each other. * Change Tempo now supports fractional BPM. * Plot Spectrum now supports FFT sizes up to 65536. * WAV files now support "Album Title", "Track Number" and "Genre" LIST INFO tags and also support ID3 tags. * Handle a bug in older iPods or some OS X applications that cause them to refuse AIFF files whose metadata contains an uneven number of characters, * CTRL + ALT can now be used to smooth samples in Draw Tool. * Modules Preferences replaced with a dialog on launch of Audacity enabling you to choose which modules to load. * Many bug fixes. - 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, preservingon of XCB Proto is 1.13 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 - explicitly disable SSE on non-x86 architectures (fixes ARM, probably others) - Update to version 2.0.2 * A significant bug that caused clicks on split lines has been fixed * There are improvements to several toolbars and to some Nyquist effects - Update to version 2.0.1 * Keyboard shortcuts can now be allocated to effects * Nyquist plug-ins can be added to Chains - Run spec-cleaner - Use pkgconfig() style BuildRequires - Remove conditionals for unsupported openSUSE versions - Remove taglib build dependency. Not used any more - Remove libsamplerate dependency. Upstream prefers included libresample - Remove custom icon. Upstream already has a transparent version. - Add audacity-2.0.2-docdir.patch patch - Don't delete MIME type icon. Instead put it in %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-audacity-project.xpm - Add %icon_theme_cache_post, %mime_database_post and %desktop_database_post to %post - Recommend libmp3lame0, libavformat52, libavcodec52 and libavutil50 - Update to version 2.0.0 * Bug fixes for: - Interface: - Fixed playback speed and synchronization problems when dragging clips or tracks between tracks having different sample rates. - Imports and Exports: - Fixed crashes when changing the sample format of read-directly WAV or AIFF files using the Track Drop-Down Menu. - Fixed a crash importing MP3 files that had duplicate metadata tags (this is a bug in current libsndfile which has been patched in Audacity; MP3 files mislabeled as WAV which have duplicate tags will still crash Audacity on Linux if Audacity has been compiled against an affected version of system libsndfile). - Fixed an issue where excessively high or corrupted sample values in the audio could corrupt exports from the start of the problem for the rest of the file, and could corrupt the rest of the project. - Fixed Audacity could not be compiled against FFmpeg 0.7.x and 0.8.x. - Effects and Analysis: - Fixed crash on launch when using "Ambisonic Decoders (PC)" VST plug-ins and other plug-ins that enable additional floating point exceptions. - Fixed Plot Spectrum background could be transparent on some machines. - Bug fixes for Click Track, High Pass, Low Pass and Vocal Remover. - Chirp, Tone and Silence generators now remember their settings. - Other miscellaneous bug fixes. * Changes and Improvements: - New Interface preference to show the track name in the display (this is off by default). - Longer default Playback preference for effects preview and preview before cut. - Restored use of Page Up and Page Down to scroll horizontally. - Update to version 1.3.14 * Bug fixes for: - Interface: - Excessive delay occurred when typing into labels in long projects. - Last digit of TimeText controls could not be manipulated in some formats. - (Windows, OS X) Play and Record shortcuts did not work after clicking in Device Toolbar. - (OS X, Linux) Crash occurred if Toolbars were reset during playback or recording. - Imports and Exports: - MP2 files were not importable without FFmpeg library or an import rule. - Files that could only be imported using FFmpeg imported as noise with no error message if FFmpeg was not available. - Files containing PCM audio but an incorrect extension (such as MP3) caused a freeze. - Effects and Analysis: - An empty command could be added to a Chain which then displayed a Nyquist error message when run. - Plot Spectrum didn't preserve signal level if multiple tracks were analyzed. - Other bug fixes: - Audacity has been provisionally fixed so that it can no longer create block files longer than the sample format or project format allows, and can no longer delete these, which led to data loss. Any overlong blocks found are preserved but "orphaned", so will appear as silence. - Orphan block files were wrongly reported if cutting or copying to the clipboard then reopening the project in the same session. - Fixed some crashes and incorrect movement of audio when dragging tracks. - (Windows) Data loss is now prevented when encountering a corrupted .aup file created in ANSI builds. - (Linux) Restore building if USE_PORTMIXER is not defined. * Changes and Improvements: - Normalize: Faster processing and improved interface. Left-right balance in unsplit stereo tracks is now preserved by default, with a checkbox option provided to process stereo channels independently. - Spectrograms now allow window sizes up to 32768 and frequencies up to half the sample rate (the maximum possible). - Mix and Render now preserves clip length by not rendering white space between time zero and first audio, and preserves audio before time zero. To retain silence before the audio starts, generate silence after render. - Grouped some Edit Menu items into "Remove Audio" and "Clip Boundaries". - CleanSpeech Mode removed from Interface Preferences (it still runs if it was enabled in a previous Audacity but can only be turned off there). - (OS X) Added support for AudioUnit MusicEffects (but no MIDI support). - (Linux) Set the per-user files directory per the program name set in configure. - (Linux) Changed the default location of the Audacity temporary directory to be in /var/tmp not /tmp, so preserving the directory between reboots. - Remove redundant tags/sections from specfile - added audacity-1.3.13-div_by_zero_fix.patch to fix audacity crash while opening invalid wav file (bnc#711737) - Update Source tag for the new _service file-less Factory policy - Add audacity-1.3.13-ffmpeg.patch to compile with latest ffmpeg - Update to version 1.3.13 * Numerous bug fixes - Crashes on Windows when clicking in the track or in effects dialogs. - Crashes on OS X when closing or quitting. - Warning (on by default) now provided when importing uncompressed audio files and when read-directly uncompressed files are missing. - Full support added for later versions of the optional FFmpeg library up to current FFmpeg HEAD. More compatible U-Law/A-Law exports. - VST effects processing restored to full speed. Hang fixed when launching on OS X 10.5 PPC with VST effects present. - (OS X) Files imported from iTunes could create invalid characters in the .aup project file. See here for help re-opening older projects that have this error. - (Linux) Crashes or stalled recordings using the pulse device. Crashes using Play-at-Speed if Audacity was configured with libsamplerate. * Changes and Improvements - Control Toolbar renamed to Transport Toolbar. Input/output selection moved from Mixer Toolbar to improved Device Toolbar (on by default). - New "Sync-Lock Tracks" feature (turned on in the Tracks menu). - Equalization now supports importing and exporting curves. Noise Removal improvements including new option to isolate noise. - Improved Automatic Crash Recovery with all project changes autosaved. - New "Extended Import" Preferences for specifying audio file importers. - (Windows and Linux) Close button now quits on closing the last window while File > Close clears to a new, empty project. - Compile with wxWidgets-wxcontainer, it does not compile with STL variant. - Cleaned with spec-cleaner - Fix support for newer ffmpeg versions - Use download/verify services - Add -implicit patch as suggested by post-build scripts - add LICENSE_NYQUIST.txt to clarify licensing of libnyquist source files - Fix build-compare - Fix ffmpeg support - Updated no_buildstamp patch. - Update to version 1.3.12 - Bug fixes for: * Imports and Exports: * AAC files could not be exported at 48000 Hz * When importing multiple native file formats using FFmpeg, all files after the first reverted to using the native importer * FFmpeg custom export window too large on 800 x 600 resolution monitors * Projects froze if files imported via On-Demand were no longer available * (Linux) WAV/AIFF exports were corrupted if overwriting an aliased file which had been imported using the command line * Labels: * Cutting or deleting a region in the waveform and label track did not move the labels in advance of the cut * Incorrect behavior snapping to labels and boundaries when Snep To was enabled * Labels can now be reversed if included with the audio selection * Other bug fixes: * When using non-English languages, Generate effects truncated the selected region * Mice with high-precision scroll-wheels could cause a crash * Changing recording preferences using the Transport menu did not update the menu in other open projects * (Windows 7) Clicking in a file open or save dialog caused files or folders to disappear from the list, and file filtering was broken - Changes and improvements: * A hover tooltip is now provided if the Mixer Toolbar input selector cannot control the system slider for the selected input. * More intuitive behavior when moving and resizing labels by dragging * Support added for importing lists of files (LOF) containing relative paths * Export Multiple: new option to use a numerical prefix before existing label or track names; "Success" dialog now resizable * New Equalization preset "Inverse RIAA", with new button to invert other curves * Timer Record now remembers last scheduled duration * Meter Toolbar can now be made much narrower, and so more suitable for vertical orientation * New Preferences choice for "System" language which is used on first run instead of asking user to choose language * Warning now provided if WAV/AIFF exports are not successfully completed * (Linux) Improved icon set in compliance with freedesktop.org Icon Theme Specification 0.6 - rework previous fix without autoreconf in patching configure directly - Add audacity-nomac.patch: remove the mac checks from configure. The check is actually build a test program which fails due to missing headers. As consequence: start autoreconf in lib-src/portmixer. - updated to 1.3.11 - Bug fixes for: *Too much audio exported when exporting partial selections * Exports via FFmpeg corrupted if included metadata; M4A now supports metadata export * Nyquist plug-ins did not add labels to an existing label track * Crash opening Preferences when no audio devices available * Timer Record and Sound Activated Recording bugs * (Windows) Installer now installs correctly over previous Audacity versions * Miscellaneous crashes and interface issues - Improvements: * (Windows) Higher resolution icon file * New Sound Finder plug-in for labelling regions of audio - Remove unneeded glib-devel BuildRequires. - Remove buildstamp to help build-compare - Update to 1.3.10 - Bug fixes * Freeze importing audio files when Default View Mode set to Pitch (EAC) * Simultaneous On-Demand imports sorted incorrectly * WAV or AIFF files imported as noise if Preferences set to copy in the data at 24-bit quality * WMA exports corrupted if they contained metadata * Metadata Editor appeared before the Export window when exporting to any format * Crash or hang using Equalization on longer tracks * Reverse did not reverse clip boundaries * Nyquist - Excessive memory consumption led to slow processing or crashes * Nyquist - Values appearing in text boxes not always the default or previously entered values * Nyquist - Errors running in European locales where comma used as decimal separator * VST effects remained in Effect menu even when re-scanned and no longer available * Truncate Silence produced incorrect results if silences spanned a block boundary * Spurious "not writable/disk full" errors when saving projects * Playing, rendering or exporting multiple tracks led to desynchronized playback or loss of audio data * Crash opening Preferences when no recording and/or playback devices enabled or connected * Preferences window: OK button did not respond to ENTER when a tab selected in left-hand panel * Mixer Board solo button handling * (Windows) After a period launching correctly, Audacity sometimes did not come up on top at launch * (Mac OS X) Correctly installed Help folder could not be found * (Mac OS X and Linux) Output slider could affect VU playback meter which then did not reflect actual waveform volume level * (Linux) Undoing or redoing a label edit could cause a crash - Changes and improvements: * Linked audio and label tracks disabled until a future Beta version so they can be bug fixed * Input volume slider will be disabled if it doesn't have proper control of system slider; use the system slider instead * Proper support for copying/pasting label-with-audio including label text; new Edit > Paste Text to New Label menu item to paste system clipboard * Contrast Tool now modeless, more intuitive handling of multiple project windows, various other minor improvements - obsolete gsocket-conflict.patch - Update to 1.3.9 adapted patches and remade audacity-1.3.9-audiodevdefaults.patch * Crash, slow launch or excessive CPU/memory use arising from automatic VST support: o VST instrument plug-ins should now be correctly ignored o VST effects now scanned only at start of first session that detects them, then cached o Effects are now not loaded or opened until needed o New "Effects" tab in Preferences to enable/disable VST effects and enable VST rescan on next launch * Default View Mode now works * Chains now always apply their stored parameters rather than those last used in Effect menu * Non-MP3 files imported via drag or Recent Files caused crash if filter in file open window set to MP3 * AAC exports (using the optional FFmpeg library) silenced * Generating audio always fitted the project in the window; fit now done only if generating in new track * View menu items/shortcuts incorrectly disabled when playing or recording * DTMF generator defaulted to zero duration on open * Unwanted interactions between linked audio and label tracks * Various other interface bugs * Compressor: new option to compress based on peaks, improved attack and decay time support * Mixer Board: improved design, more responsive meters and now interacts fully with Track Panel in main window - added vamp-plugin-sdk-devel to buildrequires (for 11.2 and higher) - update to 1.3.8 see full changelog : http://audacity.sourceforge.net/download/features-1.3-a Effects and Analysis: * VST Effects now display GUI by default * Faster Equalization and Noise Removal; * Chains applied to files now clear temporary data after processing each file * Updated Nyquist implementation with support for SAL syntax and improved memory management * Plot Spectrum now analyzes up to 237.8 seconds of audio, with separate windows for each project and improved display; new preferences for Spectrograms * Contrast Analysis tool now modeless for easier use Interface: * Draft Manual/Quick Help included in Windows and Mac installers * New "Mixer Board" view with per-track VU meters * Mute, solo, gain, pan and track height saved in projects * More compact Preferences window with easier-to-use Keyboard tab and new toolbars shortcuts * New Screenshot Tools and improved screen reader support Other: * Record more than 16 channels (hardware/drivers permitting) * Improved support for non-mmap ALSA devices such as PulseAudio * 32-bit float data over 0 dB now handled without clipping * "Stop" option when importing preserves already imported data * AMR NB export now supported if the optional FFmpeg library is installed * Faster waveform drawing and better response in multi-track projects - obsolete : return_non_void.patch,endian-fix.patch,font-fix.patch, strict-aliasing.patch,wxGTK_with_stl.patch,modal-help-dialog.patch, desktop_file.patch,portaudio-non-mmap-alsa.patch,startup_fix.patch - added gsocket-conflict.patch to fix GSocket conflict - added taglib-devel to BR - fix startup crash (startup_fix.patch) - Got portaudio-non-mmap-alsa.patch and audiodevdefaults.patch from Fedora to allow it to work with PulseAudio - Add alsa-devel BR to allow ALSA output - removed unneeded BuildRequires - make ffmpeg, mad and twolame support build options - use upstream .desktop file - do not force -fno-strict-aliasing since upstream already does - added wxGTK_with_stl.patch to fix build issues when linking wxGTK configured with --enable-stl flag - added return_non_void.patch to fix non-void return value (bnc#477654) - 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 - 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 - 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) - fix modal dialog with the help browser (bnc#440032) - 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) - Remove useless patch. - fixed Insecure symlink handling (bnc#344588) (CVE-2007-6061.patch) - temp file is now created in users home directory - remove mad-devel in BuildRequires to keep the package as part of Factory - 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) - fix broken Equalization effect (equalization.patch) [#326217] - fixed Hungarian translation update [#295657] (hu_update.patch) - Build with system soundtouch. - Build with jack support. - Removed invalid desktop Category "Application" (#254654). - 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 - Fix quoting in autoconf macros. - fixed build with new version of autotools (audacity-build.patch) - add GenericName to .desktop file - Build with portaudio19 (#151210). - Further fix to BuildRequires. - Fix buildrequires. - converted neededforbuild to BuildRequires - Returned back required wx-compat patch. - Updated to version 1.2.4b. - Strict aliasing fix. - Fixed extra qualification. - Build with correct CFLAGS. - Fixed random return values. - Disabled mad support. - add SDL-devel-packages because of wxGTK - mark as nosrc - fix build with current wxGTK - update to 1.2.3 -fix build on 64-bit arches - update to 1.2.2 - updated to version 1.2.1. - using wxGTK-compat library. - 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. - updated to version 1.2.0 final. - updated to version 1.2.0-pre4. - fixed the build with the latest autoconf. - updated to version 1.2.0-pre3. - use portaudio v19 (shared lib). - fixed the neededforbuild for the latest wxGTK with gtk2. - build as user - added desktop icon. - add AudioVideoEditing Category - fixed the bug of WAVE display. - added desktop file. - updated to version 1.2.0-pre1. - help file is installed under /usr/share/audacity. - fixed neededforbuild for the recent update of mad. - removed unpackaged files from buildroot - updated to version 1.1.3. linked with libFLAC and libsamplerate. - updated to version 1.1.1. - build with the system libsndfile since now audacity supports libsndfile 1.0. - enabled nyquist support. - 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. - updated to version 1.1.0. - updated to the stable version 1.0.0-2. - fixed build with gcc-3.1. - work around autoconf problem: first AC_CHECK_HEADER apparently has to be outside of an if ... fi block - changed neededforbuild <libpng> to <libpng-devel-packages> - added libpng,libjpeg,libtiff to neededforbuild - initial package version: 0.98. - built with the shared id3lib. OBS-URL: https://build.opensuse.org/request/show/898189 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=163
2021-06-08 07:32:49 +02:00
Group: Productivity/Multimedia/Sound/Utilities
URL: http://audacityteam.org/
Source: https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
Source1: audacity-license-nyquist
Source2: audacity-rpmlintrc
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
Source3: vst3sdk-3.7.6_build_18.tar.xz
# PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch davejplater@gmail.com -- Remove the buildstamp.
Patch0: audacity-no_buildstamp.patch
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch - Fix false positive errors Two new gcc10 ones ignoring assert
Patch1: audacity-no_return_in_nonvoid.patch
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
Patch2: mod-script-pipe-disable-rpath.patch
Patch3: no-more-strip.patch
BuildRequires: cmake >= 3.16
BuildRequires: desktop-file-utils
Accepting request 518790 from home:plater - Restore conditionals for lame, mad and twolame. - Remove conditionals for ffmpeg, lame, mad, twolame. - Adjust usage of gccN-c++ for Leap42 and SLE12 - Added requires for flac > 1.3.0. - Update to release 2.1.3 - Recreated audacity-no_buildstamp.patch with 2.1.3 release date and time. - Added audacity-flacversion.patch to fix minimum version in m4 macro. - Rebased audacity-fix-nonsense.patch - Deleted audacity-ffmpeg.patch, audacity-flac_assert.h.patch and audacity-gcc6.patch - Upstream changes: * Interface: * Pinned option on waveform so waveform moves and recording/playing head stays still. * Timer Record options to save/export/exit after recording. * Scrub Ruler and optional Scrub Toolbar. * New shortcuts ALT+RIGHT and ALT+LEFT (move to labels without editing). * Effects: * Effects no longer grayed out when paused. * New Distortion effect (replaces Leveller). * SBSMS (higher quality but slower) option on Change Tempo/Change Pitch effects. * New Rhythm Track generator (replaces Click Track). * New Generator for Sample Data Import. * Nyquist effects now significantly faster. * Other Changes: * Upgraded the PortAudio library to v19 rev r1966. * Bug fixes: * Over 60 bugs fixed, including five longstanding bugs. - Update to audacity-2.1.2 which builds with wxWidgets-3_0-nostl and can use rpm's internal dependency generator. This enables it to provide appdata.xml and desktop files and fixes boo#952324 and duplicate boo#963592. - Refreshed patches. - Removed audacity-2.1.1-fix-tempdir.patch incorporated in this version. - Upstream changes: Changes and Improvements: *Interface: * Spectrogram settings are now available per track. * Clearer (sharper) display of pitch (EAC). * New 'Spectral Reassignment' option in spectrogram. Bug fixes: *Crashes *Crash using 'space' in Selection toolbar context menu fixed. *Crash setting equalization effect parameters in chains fixed. *Crash pressing both mouse buttons over toolbar buttons fixed. *(Rare) crash or freeze in sound activated recording fixed. *(Rare) crash on using plot spectrum for first time fixed. *Interface * Equalization effect settings are now saved. * Oversized Export Options window now OK on smaller screens. * FLAC import/export fast again. * Can now set undefined frequency in Spectral Selection bar. * Imported presets on custom FFmpeg export fixed. * Text input boxes working with VAMP * Keyboard playback commands now work again. * Import Raw Data now works when in Polish language. - Add audacity-gcc6.patch: Fix GCC6 warnings. - Add audacity-2.1.1-fix-tempdir.patch from upstream: fix usage of custom temp directories (boo#976964). - Fix audacity-flac_assert.h.patch up a little. - Build with ffmpeg support in openSUSE Leap 42.1 and newer. - Use pkgconfig for ffmpeg BuildRequires - Drop sf.net download URL as the download host was changed - Update to 2.1.1: + Changes and Improvements: * Built-in effects now support presets. * New Limiter effect replaces Hard Limiter effect. * New Crossfade Clips effect to apply a simple crossfade to a selected pair of clips in a single audio track. * Can now add/remove effects from Generate and Effects menus. * New version of Vocal Removal Effect. * Classic Filters now included as an opt-in effect. * Much faster editing with larger projects, thanks to a faster method for storing the autosave recovery file. * Performance improvements for Draw Tool and zooming of Spectrogram views. * Zero-padding Spectrograms Preference smooths the image for short window sizes. * Scrubbing and Seeking, including backwards play. * Quick-Play from Timeline enhancements, particularly for looping. * More VI usability enhancements for track focus & navigation. * Upgraded to Nyquist 3.0.9 and libflac 1.3.1. * Upgraded LV2 libs, LV2 GUIs on Linux, LV2 factory Presets. * Crash report integration. * Modules can be enabled in Preferences. Mod-nyq-bench available as an experimental module (but not in the default download). + Bug fixes: * Crash using Undo while dragging sample points * Crash using File > Close on project window when Screenshot Tools was open. * FFmpeg Custom Export: Crashes importing presets. * TAL VST (but not other VST's) crashed if previewing built-in effect. * SPACE could not be used/could crash in context menus that have a checkbox. * LV2 effects did not use parameters when using Chains. * Built-in Generators were not usable in Chains. * Plot Spectrum could not change values without losing focus. * Track dropdown menu settings could affect other tracks. * Slight mismatch of vertical scale with linear spectrogram view. * RTP effect Play/Stop button remained deactivated after built-in preview ended. * Contrast: "Move forward or backward through active windows" did not refocus Contrast. * LADSPA and LV2 generate plug-ins failed when white space selected. - Rebase audacity-no_buildstamp.patch. - Add audacity-fix-nonsense.patch to fix build regressions introduced in Audacity 2.1.1. - Audacity now requires libsoxr without an option. - Specify a version of wxWidgets Audacity requires. - Use libsoxr for resampling instead of libsamplerate. - Update to 2.1.0: + Changes and Improvements: * LADSPA and VST effects now support real-time preview, save/load of user presets and saving effect settings across sessions. Note: Real-time preview does not yet support latency compensation. * VST effects now support import/export of FXB preset banks. * Shell VST effects that host multiple plugins are now supported. * All Effect Menu items (built-in or plugin) can now be used in a Chain. * Items in the Effect, Generate or Analyze Menus can be sorted or grouped by name, publisher or class of effect. * Noise Removal is improved and renamed to "Noise Reduction". * Change Speed has new time controls for current and new length. You can now enter the speed change as a multiplier e.g. "2" is twice as fast. * New "Crossfade Tracks" effect can be used for crossfading two tracks. This replaces Cross Fade In and Cross Fade Out. * Nyquist Prompt and most shipped Nyquist effects now have Preview button. * Redesigned Meter Toolbars: The default shows separate Record and Playback Meters, half-height so they can be wider while docked, in gradient style. * A frequency selection can now be made (and spectral edit effects applied to those frequencies) when in a spectrogram view. You can also create or adjust frequency selections in a new "Spectral Selection Toolbar" (available at View > Toolbars). * Transcription Toolbar (Play-at-speed) can now loop play and cut-preview. * Timer Record now saves recordings automatically into an existing project. * New Armenian translation. + Bug fixes: * Typing "j" or "k" in a label track activated the "move cursor" shortcut. * Spectrogram log (f) view displayed incorrectly until vertically zoomed. * Fixed crash after zooming out on vertical scale beyond +/-1.0. * Selections made with Selection Toolbar were not restored after Undo. * Undo could fail silently if a selection included/touched a clip boundary. * If there were invalid FFmpeg libs in system PATH this prevented Audacity recognising the installed FFmpeg or the FFmpeg specified in audacity.cfg. * Fix "Audacity already running" error when using the command-line or context menu to open multiple or further files. * Fix segfault exporting an FFmpeg format to an unwritable folder. * Fix silent failure exporting FFmpeg, MP2 or OGG to an unwritable directory. * Fix ENTER activated an effect when OK button was greyed out. - Add audacity-lang package. - Extend audacity-flac_assert.h.patch to versions until 1.4.0. - Do not remove appdata. - Spec cleanup. - Add patch audacity-ffmpeg.patch to build against current ffmpeg on PMBS. - Fix download url for source package - Update to 2.0.6: Bug fixes for: * Interface: * Region Restore did not restore the region after using Preferences. * Dragging selections with the keyboard or Selection Toolbar digits was very slow. * (Windows) Help > About Audacity crashed when run in Magyar language. * (OS X) Some full and reduced Menu Bar items were not translated. * (OS X and Linux) Fixed various interface crashes. * Effects: * Reverb and Paulstretch were missing from Chains. * Analyze > Contrast could report very inaccurate rms levels. * Noise Removal: Attack and decay times were half as long as set. * (OS X and Linux) Nyquist effects ran much more slowly than on Windows. * Click or drag on the Timeline after Loop Play continued to loop. * Transcription Toolbar did not play slower than 0.1x speed. * (Linux) Audacity did not build if python 2 was not available. Changes and Improvements: * Interface: * Redesigned, searchable Keyboard Preferences with Tree, Name and Key views. * Edit Menu: "Cut" and "Delete" are now in the top level of the menu. * Transport Menu now includes "Play/Stop" and "Play/Stop and Set Cursor" (use Keyboard Preferences to create shortcuts for "Play" and "Stop"). * Tracks Menu now includes "Mix and Render to New Track". * Track Drop-Down Menu now has Move Track To Top and Move Track To Bottom. * New right-click menu choice "Delete Label" to remove single labels. * "Snap To" now offers choice of snap to the "closest" or "prior" position. Note: the previous "Snap To On" keyboard shortcut will no longer work. * "Snap To" settings are now independent for each project. * Effects: * Truncate Silence: redesigned with simpler option "Truncate Detected Silence" to shorten to the specified length without compressing silence. * VST effects: New "Settings" dialog lets you specify buffer size (for faster processing) and enable buffer delay compensation (to prevent inserted silence). Compensation may cause a crash in a few plug-ins. * VST effects now support standard FXP presets. * LV2 effects are now supported on all platforms (textual interface only). * Import or export using FFmpeg now requires FFmpeg 1.2 or later (or libav 0.8 or later). For recommended downloads of recent FFmpeg please visit: http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown . * New Tamil translation (largely complete). * (Windows) FLAC exports can now exceed 2 GB in size. * (OS X) Easier Audacity installation using the DMG: drag the Audacity folder to the /Applications shortcut, * (OS X) Audacity 2.0.6 will not officially support OS X 10.10 Yosemite when released (in particular, Apple Audio Units may not open in Audacity). * (Linux) Self-compiled builds of Audacity now search for system LADSPA effects in /usr/lib/ladspa. - Added patch audacity-flac_assert.h.patch to build against flac 1.3.0. - Update to 2.0.5: * Audacity 2.0.4 to hang or the computer to crash. WDM-KS has been removed from Audacity 2.0.5 while we work on safely enabling this host. * You can now navigate through an effect or other dialog using keyboard TAB. * See more at http://wiki.audacityteam.org/wiki/Release_Notes_2.0.5 - Update to 2.0.4: * New "Reverb" effect to replace GVerb, based on the original "Freeverb". * New View > Go to Selection Start and Go to Selection End commands. * New Tracks > Align End to End command to append existing tracks to each other. * Change Tempo now supports fractional BPM. * Plot Spectrum now supports FFT sizes up to 65536. * WAV files now support "Album Title", "Track Number" and "Genre" LIST INFO tags and also support ID3 tags. * Handle a bug in older iPods or some OS X applications that cause them to refuse AIFF files whose metadata contains an uneven number of characters, * CTRL + ALT can now be used to smooth samples in Draw Tool. * Modules Preferences replaced with a dialog on launch of Audacity enabling you to choose which modules to load. * Many bug fixes. - 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 - explicitly disable SSE on non-x86 architectures (fixes ARM, probably others) - Update to version 2.0.2 * A significant bug that caused clicks on split lines has been fixed * There are improvements to several toolbars and to some Nyquist effects - Update to version 2.0.1 * Keyboard shortcuts can now be allocated to effects * Nyquist plug-ins can be added to Chains - Run spec-cleaner - Use pkgconfig() style BuildRequires - Remove conditionals for unsupported openSUSE versions - Remove taglib build dependency. Not used any more - Remove libsamplerate dependency. Upstream prefers included libresample - Remove custom icon. Upstream already has a transparent version. - Add audacity-2.0.2-docdir.patch patch - Don't delete MIME type icon. Instead put it in %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-audacity-project.xpm - Add %icon_theme_cache_post, %mime_database_post and %desktop_database_post to %post - Recommend libmp3lame0, libavformat52, libavcodec52 and libavutil50 - Update to version 2.0.0 * Bug fixes for: - Interface: - Fixed playback speed and synchronization problems when dragging clips or tracks between tracks having different sample rates. - Imports and Exports: - Fixed crashes when changing the sample format of read-directly WAV or AIFF files using the Track Drop-Down Menu. - Fixed a crash importing MP3 files that had duplicate metadata tags (this is a bug in current libsndfile which has been patched in Audacity; MP3 files mislabeled as WAV which have duplicate tags will still crash Audacity on Linux if Audacity has been compiled against an affected version of system libsndfile). - Fixed an issue where excessively high or corrupted sample values in the audio could corrupt exports from the start of the problem for the rest of the file, and could corrupt the rest of the project. - Fixed Audacity could not be compiled against FFmpeg 0.7.x and 0.8.x. - Effects and Analysis: - Fixed crash on launch when using "Ambisonic Decoders (PC)" VST plug-ins and other plug-ins that enable additional floating point exceptions. - Fixed Plot Spectrum background could be transparent on some machines. - Bug fixes for Click Track, High Pass, Low Pass and Vocal Remover. - Chirp, Tone and Silence generators now remember their settings. - Other miscellaneous bug fixes. * Changes and Improvements: - New Interface preference to show the track name in the display (this is off by default). - Longer default Playback preference for effects preview and preview before cut. - Restored use of Page Up and Page Down to scroll horizontally. - Update to version 1.3.14 * Bug fixes for: - Interface: - Excessive delay occurred when typing into labels in long projects. - Last digit of TimeText controls could not be manipulated in some formats. - (Windows, OS X) Play and Record shortcuts did not work after clicking in Device Toolbar. - (OS X, Linux) Crash occurred if Toolbars were reset during playback or recording. - Imports and Exports: - MP2 files were not importable without FFmpeg library or an import rule. - Files that could only be imported using FFmpeg imported as noise with no error message if FFmpeg was not available. - Files containing PCM audio but an incorrect extension (such as MP3) caused a freeze. - Effects and Analysis: - An empty command could be added to a Chain which then displayed a Nyquist error message when run. - Plot Spectrum didn't preserve signal level if multiple tracks were analyzed. - Other bug fixes: - Audacity has been provisionally fixed so that it can no longer create block files longer than the sample format or project format allows, and can no longer delete these, which led to data loss. Any overlong blocks found are preserved but "orphaned", so will appear as silence. - Orphan block files were wrongly reported if cutting or copying to the clipboard then reopening the project in the same session. - Fixed some crashes and incorrect movement of audio when dragging tracks. - (Windows) Data loss is now prevented when encountering a corrupted .aup file created in ANSI builds. - (Linux) Restore building if USE_PORTMIXER is not defined. * Changes and Improvements: - Normalize: Faster processing and improved interface. Left-right balance in unsplit stereo tracks is now preserved by default, with a checkbox option provided to process stereo channels independently. - Spectrograms now allow window sizes up to 32768 and frequencies up to half the sample rate (the maximum possible). - Mix and Render now preserves clip length by not rendering white space between time zero and first audio, and preserves audio before time zero. To retain silence before the audio starts, generate silence after render. - Grouped some Edit Menu items into "Remove Audio" and "Clip Boundaries". - CleanSpeech Mode removed from Interface Preferences (it still runs if it was enabled in a previous Audacity but can only be turned off there). - (OS X) Added support for AudioUnit MusicEffects (but no MIDI support). - (Linux) Set the per-user files directory per the program name set in configure. - (Linux) Changed the default location of the Audacity temporary directory to be in /var/tmp not /tmp, so preserving the directory between reboots. - Remove redundant tags/sections from specfile - added audacity-1.3.13-div_by_zero_fix.patch to fix audacity crash while opening invalid wav file (bnc#711737) - Update Source tag for the new _service file-less Factory policy - Add audacity-1.3.13-ffmpeg.patch to compile with latest ffmpeg - Update to version 1.3.13 * Numerous bug fixes - Crashes on Windows when clicking in the track or in effects dialogs. - Crashes on OS X when closing or quitting. - Warning (on by default) now provided when importing uncompressed audio files and when read-directly uncompressed files are missing. - Full support added for later versions of the optional FFmpeg library up to current FFmpeg HEAD. More compatible U-Law/A-Law exports. - VST effects processing restored to full speed. Hang fixed when launching on OS X 10.5 PPC with VST effects present. - (OS X) Files imported from iTunes could create invalid characters in the .aup project file. See here for help re-opening older projects that have this error. - (Linux) Crashes or stalled recordings using the pulse device. Crashes using Play-at-Speed if Audacity was configured with libsamplerate. * Changes and Improvements - Control Toolbar renamed to Transport Toolbar. Input/output selection moved from Mixer Toolbar to improved Device Toolbar (on by default). - New "Sync-Lock Tracks" feature (turned on in the Tracks menu). - Equalization now supports importing and exporting curves. Noise Removal improvements including new option to isolate noise. - Improved Automatic Crash Recovery with all project changes autosaved. - New "Extended Import" Preferences for specifying audio file importers. - (Windows and Linux) Close button now quits on closing the last window while File > Close clears to a new, empty project. - Compile with wxWidgets-wxcontainer, it does not compile with STL variant. - Cleaned with spec-cleaner - Fix support for newer ffmpeg versions - Use download/verify services - Add -implicit patch as suggested by post-build scripts - add LICENSE_NYQUIST.txt to clarify licensing of libnyquist source files - Fix build-compare - Fix ffmpeg support - Updated no_buildstamp patch. - Update to version 1.3.12 - Bug fixes for: * Imports and Exports: * AAC files could not be exported at 48000 Hz * When importing multiple native file formats using FFmpeg, all files after the first reverted to using the native importer * FFmpeg custom export window too large on 800 x 600 resolution monitors * Projects froze if files imported via On-Demand were no longer available * (Linux) WAV/AIFF exports were corrupted if overwriting an aliased file which had been imported using the command line * Labels: * Cutting or deleting a region in the waveform and label track did not move the labels in advance of the cut * Incorrect behavior snapping to labels and boundaries when Snep To was enabled * Labels can now be reversed if included with the audio selection * Other bug fixes: * When using non-English languages, Generate effects truncated the selected region * Mice with high-precision scroll-wheels could cause a crash * Changing recording preferences using the Transport menu did not update the menu in other open projects * (Windows 7) Clicking in a file open or save dialog caused files or folders to disappear from the list, and file filtering was broken - Changes and improvements: * A hover tooltip is now provided if the Mixer Toolbar input selector cannot control the system slider for the selected input. * More intuitive behavior when moving and resizing labels by dragging * Support added for importing lists of files (LOF) containing relative paths * Export Multiple: new option to use a numerical prefix before existing label or track names; "Success" dialog now resizable * New Equalization preset "Inverse RIAA", with new button to invert other curves * Timer Record now remembers last scheduled duration * Meter Toolbar can now be made much narrower, and so more suitable for vertical orientation * New Preferences choice for "System" language which is used on first run instead of asking user to choose language * Warning now provided if WAV/AIFF exports are not successfully completed * (Linux) Improved icon set in compliance with freedesktop.org Icon Theme Specification 0.6 - rework previous fix without autoreconf in patching configure directly - Add audacity-nomac.patch: remove the mac checks from configure. The check is actually build a test program which fails due to missing headers. As consequence: start autoreconf in lib-src/portmixer. - updated to 1.3.11 - Bug fixes for: *Too much audio exported when exporting partial selections * Exports via FFmpeg corrupted if included metadata; M4A now supports metadata export * Nyquist plug-ins did not add labels to an existing label track * Crash opening Preferences when no audio devices available * Timer Record and Sound Activated Recording bugs * (Windows) Installer now installs correctly over previous Audacity versions * Miscellaneous crashes and interface issues - Improvements: * (Windows) Higher resolution icon file * New Sound Finder plug-in for labelling regions of audio - Remove unneeded glib-devel BuildRequires. - Remove buildstamp to help build-compare - Update to 1.3.10 - Bug fixes * Freeze importing audio files when Default View Mode set to Pitch (EAC) * Simultaneous On-Demand imports sorted incorrectly * WAV or AIFF files imported as noise if Preferences set to copy in the data at 24-bit quality * WMA exports corrupted if they contained metadata * Metadata Editor appeared before the Export window when exporting to any format * Crash or hang using Equalization on longer tracks * Reverse did not reverse clip boundaries * Nyquist - Excessive memory consumption led to slow processing or crashes * Nyquist - Values appearing in text boxes not always the default or previously entered values * Nyquist - Errors running in European locales where comma used as decimal separator * VST effects remained in Effect menu even when re-scanned and no longer available * Truncate Silence produced incorrect results if silences spanned a block boundary * Spurious "not writable/disk full" errors when saving projects * Playing, rendering or exporting multiple tracks led to desynchronized playback or loss of audio data * Crash opening Preferences when no recording and/or playback devices enabled or connected * Preferences window: OK button did not respond to ENTER when a tab selected in left-hand panel * Mixer Board solo button handling * (Windows) After a period launching correctly, Audacity sometimes did not come up on top at launch * (Mac OS X) Correctly installed Help folder could not be found * (Mac OS X and Linux) Output slider could affect VU playback meter which then did not reflect actual waveform volume level * (Linux) Undoing or redoing a label edit could cause a crash - Changes and improvements: * Linked audio and label tracks disabled until a future Beta version so they can be bug fixed * Input volume slider will be disabled if it doesn't have proper control of system slider; use the system slider instead * Proper support for copying/pasting label-with-audio including label text; new Edit > Paste Text to New Label menu item to paste system clipboard * Contrast Tool now modeless, more intuitive handling of multiple project windows, various other minor improvements - obsolete gsocket-conflict.patch - Update to 1.3.9 adapted patches and remade audacity-1.3.9-audiodevdefaults.patch * Crash, slow launch or excessive CPU/memory use arising from automatic VST support: o VST instrument plug-ins should now be correctly ignored o VST effects now scanned only at start of first session that detects them, then cached o Effects are now not loaded or opened until needed o New "Effects" tab in Preferences to enable/disable VST effects and enable VST rescan on next launch * Default View Mode now works * Chains now always apply their stored parameters rather than those last used in Effect menu * Non-MP3 files imported via drag or Recent Files caused crash if filter in file open window set to MP3 * AAC exports (using the optional FFmpeg library) silenced * Generating audio always fitted the project in the window; fit now done only if generating in new track * View menu items/shortcuts incorrectly disabled when playing or recording * DTMF generator defaulted to zero duration on open * Unwanted interactions between linked audio and label tracks * Various other interface bugs * Compressor: new option to compress based on peaks, improved attack and decay time support * Mixer Board: improved design, more responsive meters and now interacts fully with Track Panel in main window - added vamp-plugin-sdk-devel to buildrequires (for 11.2 and higher) - update to 1.3.8 see full changelog : http://audacity.sourceforge.net/download/features-1.3-a Effects and Analysis: * VST Effects now display GUI by default * Faster Equalization and Noise Removal; * Chains applied to files now clear temporary data after processing each file * Updated Nyquist implementation with support for SAL syntax and improved memory management * Plot Spectrum now analyzes up to 237.8 seconds of audio, with separate windows for each project and improved display; new preferences for Spectrograms * Contrast Analysis tool now modeless for easier use Interface: * Draft Manual/Quick Help included in Windows and Mac installers * New "Mixer Board" view with per-track VU meters * Mute, solo, gain, pan and track height saved in projects * More compact Preferences window with easier-to-use Keyboard tab and new toolbars shortcuts * New Screenshot Tools and improved screen reader support Other: * Record more than 16 channels (hardware/drivers permitting) * Improved support for non-mmap ALSA devices such as PulseAudio * 32-bit float data over 0 dB now handled without clipping * "Stop" option when importing preserves already imported data * AMR NB export now supported if the optional FFmpeg library is installed * Faster waveform drawing and better response in multi-track projects - obsolete : return_non_void.patch,endian-fix.patch,font-fix.patch, strict-aliasing.patch,wxGTK_with_stl.patch,modal-help-dialog.patch, desktop_file.patch,portaudio-non-mmap-alsa.patch,startup_fix.patch - added gsocket-conflict.patch to fix GSocket conflict - added taglib-devel to BR - fix startup crash (startup_fix.patch) - Got portaudio-non-mmap-alsa.patch and audiodevdefaults.patch from Fedora to allow it to work with PulseAudio - Add alsa-devel BR to allow ALSA output - removed unneeded BuildRequires - make ffmpeg, mad and twolame support build options - use upstream .desktop file - do not force -fno-strict-aliasing since upstream already does - added wxGTK_with_stl.patch to fix build issues when linking wxGTK configured with --enable-stl flag - added return_non_void.patch to fix non-void return value (bnc#477654) - 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 - 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 - 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) - fix modal dialog with the help browser (bnc#440032) - 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) - Remove useless patch. - fixed Insecure symlink handling (bnc#344588) (CVE-2007-6061.patch) - temp file is now created in users home directory - remove mad-devel in BuildRequires to keep the package as part of Factory - 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) - fix broken Equalization effect (equalization.patch) [#326217] - fixed Hungarian translation update [#295657] (hu_update.patch) - Build with system soundtouch. - Build with jack support. - Removed invalid desktop Category "Application" (#254654). - 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 - Fix quoting in autoconf macros. - fixed build with new version of autotools (audacity-build.patch) - add GenericName to .desktop file - Build with portaudio19 (#151210). - Further fix to BuildRequires. - Fix buildrequires. - converted neededforbuild to BuildRequires - Returned back required wx-compat patch. - Updated to version 1.2.4b. - Strict aliasing fix. - Fixed extra qualification. - Build with correct CFLAGS. - Fixed random return values. - Disabled mad support. - add SDL-devel-packages because of wxGTK - mark as nosrc - fix build with current wxGTK - update to 1.2.3 -fix build on 64-bit arches - update to 1.2.2 - updated to version 1.2.1. - using wxGTK-compat library. - 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. - updated to version 1.2.0 final. - updated to version 1.2.0-pre4. - fixed the build with the latest autoconf. - updated to version 1.2.0-pre3. - use portaudio v19 (shared lib). - fixed the neededforbuild for the latest wxGTK with gtk2. - build as user - added desktop icon. - add AudioVideoEditing Category - fixed the bug of WAVE display. - added desktop file. - updated to version 1.2.0-pre1. - help file is installed under /usr/share/audacity. - fixed neededforbuild for the recent update of mad. - removed unpackaged files from buildroot - updated to version 1.1.3. linked with libFLAC and libsamplerate. - updated to version 1.1.1. - build with the system libsndfile since now audacity supports libsndfile 1.0. - enabled nyquist support. - 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. - updated to version 1.1.0. - updated to the stable version 1.0.0-2. - fixed build with gcc-3.1. - work around autoconf problem: first AC_CHECK_HEADER apparently has to be outside of an if ... fi block - changed neededforbuild <libpng> to <libpng-devel-packages> - added libpng,libjpeg,libtiff to neededforbuild - initial package version: 0.98. - built with the shared id3lib. OBS-URL: https://build.opensuse.org/request/show/518790 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=104
2017-08-25 18:48:01 +02:00
BuildRequires: gcc-c++
#!BuildIgnore: gstreamer-0_10-plugins-base
BuildRequires: hicolor-icon-theme
BuildRequires: libmp3lame-devel
BuildRequires: portmidi-devel
BuildRequires: wxWidgets-3_2-nostl-devel
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(flac) >= 1.3.1
BuildRequires: pkgconfig(flac++)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(id3tag)
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
BuildRequires: pkgconfig(id3tag)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libavcodec) >= 51.53
BuildRequires: pkgconfig(libavformat) >= 52.12
BuildRequires: pkgconfig(libavutil)
BuildRequires: pkgconfig(libjpeg)
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(lilv-0) >= 0.24.6
BuildRequires: pkgconfig(lv2) >= 1.16.0
BuildRequires: pkgconfig(mad)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(portaudio-2.0)
BuildRequires: pkgconfig(serd-0) >= 0.30.2
BuildRequires: pkgconfig(shared-mime-info)
BuildRequires: pkgconfig(sndfile)
BuildRequires: pkgconfig(sord-0) >= 0.16.4
BuildRequires: pkgconfig(soundtouch)
BuildRequires: pkgconfig(soxr)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(sratom-0) >= 0.6.4
BuildRequires: pkgconfig(suil-0) >= 0.10.6
BuildRequires: pkgconfig(twolame)
BuildRequires: pkgconfig(uuid)
BuildRequires: pkgconfig(vamp-hostsdk)
BuildRequires: pkgconfig(vorbis)
BuildRequires: pkgconfig(vorbisenc)
BuildRequires: pkgconfig(vorbisfile)
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
BuildRequires: pkgconfig(wavpack)
# WARNING lilv-0 >= 0.24.6;lv2 >= 1.16.0;serd-0 >= 0.30.2;sord-0 >= 0.16.4;sratom-0 >= 0.6.4;suil-0 >= 0.10.6
# check these versions after every update otherwise audacity builds libsuil itself.
# This would require to patch our portaudio package with "PortMixer"... an extra API that never got integrated in PortAudio.
#BuildRequires: portaudio-devel
Recommends: %{name}-lang
# Nothing provides libavutil without a suffix
Requires: ffmpeg
Requires: libmp3lame0
Provides: %{name}-plugins = %{version}
Obsoletes: %{name}-plugins <= 2.4.2
# pipewire-libjack-0_3 replaces jack and when audacity loads it
# causes a sigsev See https://bugzilla.suse.com/show_bug.cgi?id=1191585
#Conflicts: pipewire-libjack-0_3
#Doesn't build for 32 bit anymore
#error All sample block data is little endian...big endian not yet supported
ExcludeArch: i586 s390x
%description
Audacity is a program that manipulates digital audio wave forms.
In addition to multitrack recording capabilities with effects, it
imports and exports many sound file formats, including WAV, AIFF,
AU, IRCAM, MP, and Ogg Vorbis. Wave data larger than the available
physical memory size can be edited.
%lang_package
%prep
%setup -q -n %{name}-Audacity-%{version}
%autopatch -p1
cp -f %{SOURCE1} LICENSE_NYQUIST.txt
# Make sure we use the system versions.
rm -rf lib-src/{expat,libvamp,libsoxr,ffmpeg,lame}/
#Included in src/AboutDialog.cpp but not supplied
touch include/RevisionIdent.h
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
# Disable VST3 for Leap 15.3 due an old cmake
%if 0%{?sle_version} != 150300 && 0%{?is_opensuse}
tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
%endif
%build
if ! test -e %{_libdir}/pkgconfig/lame.pc
then
export PKG_CONFIG_PATH="`echo $PWD`:%{_libdir}/pkgconfig"
fi
export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb $(wx-config --cflags)"
export CXXFLAGS="$CFLAGS -std=gnu++17"
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
%cmake \
-DAUDACITY_REV_TIME=$(date -u -d "@${SOURCE_DATE_EPOCH}" "+%Y-%m-%dT%H:%M:%SZ") \
-DAUDACITY_REV_LONG=STRING:%{version} \
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
-DAUDACITY_BUILD_LEVEL=2 \
-DCMAKE_MODULE_LINKER_FLAGS:STRING="$(wx-config --libs)" \
-DCMAKE_SHARED_LINKER_FLAGS:STRING="$(wx-config --libs)" \
-Daudacity_conan_enabled=Off \
-Daudacity_has_networking:BOOL=Off \
-Daudacity_lib_preference:STRING=system \
-Duse_lame:STRING=system \
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
-Daudacity_has_vst3=off \
%endif
-Daudacity_use_ffmpeg:STRING=loaded
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
# Workaround for an old cmake in Leap 15.3
%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
export LD_LIBRARY_PATH=%{_builddir}/%{name}-Audacity-%{version}/build/utils/
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
%endif
%cmake_build
%install
%cmake_install
# E-mail wrote to feedback@audacityteam.org.
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/
mv -f %{buildroot}%{_datadir}/pixmaps/gnome-mime-application-x-audacity-project.xpm \
%{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/application-x-audacity-project.xpm
rm -rf %{buildroot}%{_datadir}/pixmaps/
rm -rf %{buildroot}%{_datadir}/doc
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
%find_lang %{name}
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
%post
ldconfig %{_libdir}/%{name}
%end
Accepting request 1011228 from multimedia:proaudio - No more bundled custom wxWidgets, so remove them from the .spec completely - Fix build for Leap 15.3 - update spec, install audacity libs into _libdir/audacity - update build deps - no need for carla - don't create lame.pc - use %cmake_build - add patch: mod-script-pipe-disable-rpath.patch - update audacity-rpmlintrc - remove patches, now upstream: 0001-Call-the-proper-wxBitmap-constructor-for-XPM-data.patch 0001-Remove-custom-languages-in-wx-3.1.6-and-above.patch missing-include.patch - refresh patches: audacity-no_buildstamp.patch audacity-no_return_in_nonvoid.patch no-more-strip.patch - update licenses - Update to 3.2.1 Changes in version 3.2.1 This is a patch release. It fixes some bugs and has minor improvements. * #3686 Fixed Audacity crashing on startup on some systems. * #3694 Fixed a crash when applying Waves Berzerk Distortion Mono to a mono track * #3699 Fixed a freeze when very quickly starting and stopping playback. * #3747 macOS: Homebrew FFmpeg installs are now found automatically * #3594 macOS: Fixed Melda VST Plugin UI * #3474 Building with VST3 support is now possible without Conan. Changes in version 3.2.0 This version adds realtime effects and VST3. Prominent changes * Added a new Effects button to the tracks menu, allowing you to place realtime effects. Further information can be found can be found on https://support.audacityteam.org/audio-editing/using-realtime-effects * Merged the mixer bar with the meter bars. * Added a new Audio Setup button, replacing the Device Toolbar by default. The device toolbar can be re-added via the View > Toolbars menu. * The Effects menu has gotten a new sorting. Other sorting and grouping options can be found in the Effects preferences. * Updated the icons. * Added a quick audio sharing feature. More info can be found on https://support.audacityteam.org/basics/sharing-audio-online Plugin changes You can find plugins on https://plugins.audacityteam.org * VST3 effects are now supported. * The following plugin formats are now realtime capable: VST3, LV2, LADSPA, Audio Units. * Plugins now automatically get scanned, tested and enabled when Audacity starts. System changes * Apple Silicon (arm64) is now supported on macOS Note: When using an arm64 Audacity, you must use arm64 versions of FFMPEG and plugins. Plugins for x86-64 (Intel macs) will not load. For the time being, Audacity will continue to download x86-64 versions by default to avoid these incompatibilities, but you can download an arm64 version from Github releases: https://github.com/audacity/audacity/releases * FFMPEG 5.0 (avformat 59) is now supported, in addition to avformat 55, 57 and 58 * Added support for Wavpack * On Linux, Audacity can now be compiled without JACK present. * Audacity now uses XDG directories on Linux. Note: If you are upgrading from a previous version, Audacity will keep using the ~/.audacity-data and ~/.audacity folders until you delete them. * Switched from mad to mpg123 as MP3 importer License update * Audacity binaries are now licensed under the GNU General Public License, Version 3. Most code files remain GPLv2-or-later, but VST3 support required this license update. More information can be found in the announcement post: https://github.com/audacity/audacity/discussions/2142 Removals * Removed the Zoom Tool. You can use the zoom buttons or Ctrl+Scroll (macOS: Cmd+Scroll) to zoom instead. * The Audacity Manual HTML pages are no longer included in the installation. If you require offline access of the manual, you can download it here: https://github.com/audacity/audacity-manual/releases You also can download PDFs of https://support.audacityteam.org straight from its sidebar (or the three-dot button on mobile devices). Fixed bugs: * #3079 Fixed Audacity sometimes not being able to import MP3 files (or reporting Huffman Data Overruns) * #2590 Fixed rare data loss bug when placing labels during recording * #2272 Fixed clip titles being able to disappear off-screen when editing them * #2162 Fixed Punch and Roll not paying tracks in sync * #1889 Fixed clip titles changing name when applying some effects * #1624 During batch processing, Audacity will no longer stop to ask for a sample rate when an unsupported one is chosen, but choose the nearest supported one instead. * #2265 Fixed mod-script-pipe not being installed on Linux * #3571 Fixed GTK packaging in Appimages. This fixes various issues with icons, dropdowns and similar things not appearing properly. * #3634 Improved M4A/AAC support. Previously the target bitrate was not honored at all, now it can be set between 98 and 160 kbit/s (mono) or 196 and 320 kbit/s (stereo). The UI does not yet reflect these limits. OBS-URL: https://build.opensuse.org/request/show/1011228 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=190
2022-10-16 16:17:35 +02:00
%postun
ldconfig %{_libdir}/%{name}
%end
%files
%defattr(-,root,root)
%doc README.txt
%license LICENSE.txt LICENSE_NYQUIST.txt
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_libdir}/%{name}/modules/mod-script-pipe.so
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*
%{_datadir}/mime/packages/%{name}.xml
%{_mandir}/man?/%{name}.?%{?ext_man}
%dir %{_datadir}/metainfo/
%{_datadir}/metainfo/%{name}.appdata.xml
%files lang -f %{name}.lang
%defattr(-,root,root)
%changelog