forked from pool/audacity
This commit is contained in:
parent
853d7a5332
commit
00f716284e
@ -1,34 +0,0 @@
|
||||
--- lib-src/libvamp/vamp-sdk/PluginAdapter.h
|
||||
+++ lib-src/libvamp/vamp-sdk/PluginAdapter.h
|
||||
@@ -37,6 +37,9 @@
|
||||
#ifndef _VAMP_PLUGIN_ADAPTER_H_
|
||||
#define _VAMP_PLUGIN_ADAPTER_H_
|
||||
|
||||
+#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
+
|
||||
#include <vamp/vamp.h>
|
||||
|
||||
#include "Plugin.h"
|
||||
--- lib-src/libvamp/vamp-sdk/PluginHostAdapter.h
|
||||
+++ lib-src/libvamp/vamp-sdk/PluginHostAdapter.h
|
||||
@@ -37,6 +37,8 @@
|
||||
#ifndef _VAMP_PLUGIN_HOST_ADAPTER_H_
|
||||
#define _VAMP_PLUGIN_HOST_ADAPTER_H_
|
||||
|
||||
+#include <stdlib.h>
|
||||
+
|
||||
#include <vamp/vamp.h>
|
||||
#include <vamp-sdk/Plugin.h>
|
||||
|
||||
--- lib-src/libvamp/vamp-sdk/hostext/PluginLoader.h
|
||||
+++ lib-src/libvamp/vamp-sdk/hostext/PluginLoader.h
|
||||
@@ -37,6 +37,8 @@
|
||||
#ifndef _VAMP_PLUGIN_LOADER_H_
|
||||
#define _VAMP_PLUGIN_LOADER_H_
|
||||
|
||||
+#include <string.h>
|
||||
+
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <map>
|
@ -1,11 +0,0 @@
|
||||
--- locale/Makefile.in
|
||||
+++ locale/Makefile.in
|
||||
@@ -8,7 +8,7 @@
|
||||
# This makefile may be invoked to build either audacity.pot or any lang.mo
|
||||
|
||||
PROGNAME=audacity
|
||||
-LINGUAS=af ar bn bg ca cb cs cy da de el es eu fa fi fr ga gl he hu it ja ko lt mk nb nl oc pl pt_BR ro ru sk sl sv tg tr uk vi zh zh_TW
|
||||
+LINGUAS=af ar bn bg ca cs cy da de el es eu fa fi fr ga gl he hu it ja km ko lt mk nb nl oc pl pt_BR ro ru sk sl sv tg tr uk vi zh zh_TW
|
||||
# these languages are not generated because they are currently unmaintained and
|
||||
# overlapped by another one:
|
||||
# pt - Cleber maintains pt_BR, and we do not have a pt_PT maintainer.
|
3
audacity-minsrc-1.3.7.tar.bz2
Normal file
3
audacity-minsrc-1.3.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0044916ffe0d6d8f9227fc1e3d973e11b37edd89005a110ebff482ef301d4d5
|
||||
size 5386329
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9224ab67abbe15d9fbe7655287a6e5fe98ab329d80ed7d42c8b588c6584da3e
|
||||
size 4719800
|
@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 09:33:38 CET 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 13:19:49 CET 2009 - mseben@suse.cz
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user