This commit is contained in:
committed by
Git OBS Bridge
parent
853d7a5332
commit
00f716284e
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package audacity (Version 1.3.6)
|
||||
# spec file for package audacity (Version 1.3.7)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -18,26 +18,25 @@
|
||||
|
||||
|
||||
Name: audacity
|
||||
BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel libexpat-devel libid3tag-devel libmspack-devel libsamplerate-devel libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel unixODBC-devel update-desktop-files wxGTK-devel zip
|
||||
# build with local portaudio for now
|
||||
# BuildRequires: portaudio-devel
|
||||
BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel
|
||||
BuildRequires: libexpat-devel libid3tag-devel libmspack-devel libsamplerate-devel
|
||||
BuildRequires: libsndfile-devel libtiff-devel libvorbis-devel soundtouch-devel
|
||||
BuildRequires: unixODBC-devel update-desktop-files wxGTK-devel zip
|
||||
%define DISTRIBUTABLE 1
|
||||
Summary: A Free, Cross-Platform Digital Audio Editor
|
||||
Version: 1.3.6
|
||||
Release: 2
|
||||
Version: 1.3.7
|
||||
Release: 1
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Url: http://audacity.sourceforge.net/
|
||||
Source: %{name}-src-%{version}.tar.bz2
|
||||
Source: %{name}-minsrc-%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Source2: %{name}.png
|
||||
Patch1: %{name}-%{version}-locale.patch
|
||||
Patch2: %{name}-%{version}-endian-fix.patch
|
||||
Patch3: %{name}-%{version}-font-fix.patch
|
||||
Patch5: %{name}-%{version}-retval.patch
|
||||
Patch6: %{name}-%{version}-strict-aliasing.patch
|
||||
Patch8: %{name}-%{version}-compile.patch
|
||||
Patch9: %{name}-%{version}-modal-help-dialog.patch
|
||||
|
||||
%description
|
||||
@@ -67,20 +66,15 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-src-%{version}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch5
|
||||
%patch6
|
||||
%patch8
|
||||
%patch9
|
||||
mv ./locale/cb.po ./locale/km.po
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
|
||||
export AUTOMAKE="automake --foreign"
|
||||
# autoreconf -f -i
|
||||
# Needed for audacity-1.3.3:
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure \
|
||||
--enable-unicode \
|
||||
@@ -120,6 +114,34 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/mime/packages/audacity.xml
|
||||
|
||||
%changelog
|
||||
* Mon Feb 02 2009 mseben@suse.cz
|
||||
- updated to version 1.3.7
|
||||
Bug Fixes:
|
||||
* Muting/soloing caused incorrect channel results in exported
|
||||
stereo files
|
||||
* Nyquist effects: pasted unmodified audio into the result,
|
||||
no progress bar, truncation of processed audio on cancel
|
||||
* Noise Removal: pasted unmodified audio into the result, unwanted
|
||||
filtering tail
|
||||
* Uncompressed exports: export as WAV could be corrupted if
|
||||
overwriting to same file, export multiple to uncompressed formats
|
||||
only produced 16-bit WAV
|
||||
* Compressed exports: MP3 exports now produce correct bit rate
|
||||
mode, quality and length, with improved metadata visibility
|
||||
in player applications, WMA exports containing metadata are now correct
|
||||
* Restored support for multi-channel recording devices that can
|
||||
record more than two channels using Audacity
|
||||
* fixes for spurious clipping, label typing, no shortcuts after
|
||||
running effects
|
||||
* project rate now always changes to respect that of first imported file
|
||||
New Features:
|
||||
* F11 Full Screen mode, high-quality "Sliding Time Scale/Pitch Shift"
|
||||
effect, Audio Contrast Analyzer
|
||||
Other changes:
|
||||
* As a first step towards improving latency correction, a fixed
|
||||
rather than variable correction is now applied
|
||||
* Numerous minor interface fixes and improvements
|
||||
- obsolete *-compile.patch, *-locale.patch
|
||||
* Mon Jan 12 2009 mseben@suse.cz
|
||||
- fixed Khmer translation file (*-locale.patch)
|
||||
- added array-delete.patch to fix array delete (bnc#442936)
|
||||
|
Reference in New Issue
Block a user