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

131 lines
3.9 KiB
RPMSpec
Raw Normal View History

#
# spec file for package audacity
#
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# 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 http://bugs.opensuse.org/
#
%bcond_with ffmpeg
%bcond_with mad
%bcond_with twolame
Name: audacity
BuildRequires: alsa-devel
BuildRequires: flac-devel
BuildRequires: gcc-c++
BuildRequires: jack-devel
BuildRequires: libexpat-devel
BuildRequires: libid3tag-devel
BuildRequires: libsamplerate-devel
BuildRequires: libsndfile-devel
BuildRequires: libvorbis-devel
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
# This would require to patch our portaudio package with "PortMixer"... an extra API that never got integrated in PortAudio.
#BuildRequires: portaudio-devel
BuildRequires: soundtouch-devel
BuildRequires: taglib-devel
BuildRequires: update-desktop-files
%if %suse_version > 1130
BuildRequires: wxWidgets-wxcontainer-devel
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
%define _use_internal_dependency_generator 0
%define __find_requires %wx_requires
%else
BuildRequires: wxGTK-devel
%endif
BuildRequires: vamp-plugin-sdk-devel
%if %{with ffmpeg}
BuildRequires: libffmpeg-devel
%endif
%if %{with mad}
BuildRequires: libmad-devel
%endif
%if %{with twolame}
BuildRequires: libtwolame-devel
%endif
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
Version: 2.0.0
Release: 0
Summary: A Free, Cross-Platform Digital Audio Editor
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Editors and Convertors
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
Url: http://audacity.sourceforge.net/
Source0: http://%{name}.googlecode.com/files/%{name}-minsrc-%{version}.tar.bz2
Source1: %{name}.png
Source2: %{name}-license-nyquist
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch reddwarf@opensuse.org -- this patch removes the buildstamp
Patch0: %{name}-no_buildstamp.patch
Patch16: %{name}-implicit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Audacity is a program that manipulates digital audio wave forms. In
addition to recording sounds directly from within the program, it
imports many sound file formats, including WAV, AIFF, AU, IRCAM, MP,
and Ogg Vorbis. With Audacity, you can edit wave data larger than the
physical memory size of your computer.
%prep
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
%setup -q -n %{name}-src-%{version}
%patch0
%patch16
Accepting request 109608 from home:RedDwarf:branches:multimedia:apps - 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 OBS-URL: https://build.opensuse.org/request/show/109608 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=60
2012-03-16 10:48:38 +01:00
%{__cp} %{S:2} LICENSE_NYQUIST.txt
%build
%configure \
--enable-unicode \
--with-libvorbis=system \
%if %{with ffmpeg}
--with-ffmpeg=system \
%else
--without-ffmpeg \
%endif
%if %{with mad}
--with-libmad=system \
%else
--without-libmad \
%endif
%if %{with twolame}
--with-libtwolame=system \
%else
--without-libtwolame \
%endif
--with-libsndfile=system \
--with-libflac=system \
--with-ladspa \
--with-libid3tag=system \
--with-libsamplerate=system
%{__make} %{?_smp_mflags}
%install
%makeinstall
%suse_update_desktop_file audacity
%{__install} -v -d -m755 %{buildroot}%{_datadir}/pixmaps
%{__install} -v -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
#delete default icon we have nicer - transparent :)
%__rm %{buildroot}%{_datadir}/pixmaps/*.xpm
# we will add docs later in %files section
%__rm -rf %{buildroot}%{_datadir}/doc/audacity
%find_lang %{name}
%files -f %{name}.lang
%defattr(-,root,root)
%doc LICENSE.txt README.txt LICENSE_NYQUIST.txt
%doc %{_mandir}/man?/*
%{_bindir}/audacity
%{_datadir}/audacity
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/mime/packages/audacity.xml
%{_datadir}/icons/hicolor/*
%changelog