SHA256
1
0
forked from pool/audacity
OBS User unknown 2008-06-23 00:36:43 +00:00 committed by Git OBS Bridge
parent afb405ca5c
commit 6aedeb6e3f
13 changed files with 59 additions and 76 deletions

View File

@ -1,13 +0,0 @@
--- src/AudacityApp.cpp
+++ src/AudacityApp.cpp
@@ -573,8 +573,8 @@
// * The user's .audacity-files directory in their home directory
// * The "share" and "share/doc" directories in their install path
#ifdef __WXGTK__
- defaultTempDir.Printf(wxT("/tmp/audacity%d.%d-%s"),
- AUDACITY_VERSION, AUDACITY_RELEASE, wxGetUserId().c_str());
+ defaultTempDir.Printf(wxT("/%s/audacity%d.%d-%s"),
+ home.c_str(), AUDACITY_VERSION, AUDACITY_RELEASE, wxGetUserId().c_str());
wxString pathVar = wxGetenv(wxT("AUDACITY_PATH"));
if (pathVar != wxT(""))

View File

@ -1,32 +0,0 @@
--- lib-src/allegro/Makefile.in
+++ lib-src/allegro/Makefile.in
@@ -3,7 +3,6 @@
CCC = @CXX@
srcdir=@srcdir@
-CFLAGS = -g -O
CPPOBJ = \
allegro.cpp.o \
allegrord.cpp.o \
--- lib-src/libnyquist/Makefile.in
+++ lib-src/libnyquist/Makefile.in
@@ -6,7 +6,7 @@
INCL = -Inyqsrc -Itran -Ixlisp -Icmt -Isys -Isnd -Ifft
CC = @CC@
-override CFLAGS += -g -DCMTSTUFF -O2 -DEXT $(INCL)
+CFLAGS += -DCMTSTUFF -DEXT $(INCL)
LN = $(CC)
LFLAGS = -lm
--- lib-src/libnyquist/misc/Makefile
+++ lib-src/libnyquist/misc/Makefile
@@ -9,7 +9,7 @@
# the unix path gets us switches.h:
# the cmt path gets us swlogic.h:
-CFLAGS = -g -I../sys -I../cmt
+CFLAGS += -I../sys -I../cmt
# Directory info:
BINPATH = .

View File

@ -32,23 +32,3 @@
#include <vector>
#include <string>
#include <map>
--- src/import/ImportMP3.cpp
+++ src/import/ImportMP3.cpp
@@ -35,6 +35,8 @@
#include "../Internat.h"
#include "../Tags.h"
+#define DESC _("MP3 files")
+
static const wxChar *exts[] =
{
wxT("mp3"),
@@ -49,7 +51,7 @@
UnusableImportPluginList *unusableImportPluginList)
{
UnusableImportPlugin* mp3IsUnsupported =
- new UnusableImportPlugin(DESC, wxArrayString(wxSIZEOF(exts), exts));
+ new UnusableImportPlugin(DESC, wxArrayString(WXSIZEOF(exts), exts));
unusableImportPluginList->Append(mp3IsUnsupported);
}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:102d60e48e1928f3fd995a214ed9ba872929c6365cf5f784f107f351b42499f9
size 4349381

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58beaf20d5d4bdec61c93cc9bda08faea9b1c9b51c962b4176e9390a6a65904c
size 4542637

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Wed May 28 15:13:22 CEST 2008 - anosek@suse.cz
- updated to version 1.3.5
Recording / Playback
* Several bugs fixed so that latency correction should be better, and more devices work correctly.
* Problems with invalid sample rates under Linux should be much rarer.
* Newer version of Portaudio library.
* New feature to record onto the end of an existing track (hold Shift while clicking Record).
Import / Export
* Updated versions of Libogg, Libvorbis, Libflac, Libsndfile and Twolame libraries.
* Handling of unsupported file formats more informative.
* Handling of file names with slashes on OS X improved.
* New dialog allows replacement of illegal file name characters on all platforms.
Interface
* Improved scaling and layout for rulers and VU meters.
* Envelope fixes/improvements including full control of undo/redo.
* New keyboard shortcuts and improved menu navigation.
* Preferences:
o More intuitive tab arrangement.
o New options for mute/solo and Metadata Editor behavior.
o Language can now be changed without restart.
* Expanded Build Information tab.
Effects
* New Vocal Remover plug-in, improvements for Generate effects.
- dropped obsoleted patches (cflags.patch) (CVE-2007-6061.patch)
-------------------------------------------------------------------
Wed May 14 16:06:24 CEST 2008 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package audacity (Version 1.3.4)
# spec file for package audacity (Version 1.3.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,8 +16,8 @@ BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel
# BuildRequires: portaudio-devel
%define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.4
Release: 51
Version: 1.3.5
Release: 1
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -25,7 +25,6 @@ Url: http://audacity.sourceforge.net/
Source: %{name}-src-%{version}.tar.bz2
Source1: %{name}.desktop
Source2: %{name}.png
Patch1: %{name}-%{version}-cflags.patch
Patch2: %{name}-%{version}-endian-fix.patch
Patch3: %{name}-%{version}-font-fix.patch
Patch4: %{name}-%{version}-portaudio-shlib.patch
@ -33,7 +32,6 @@ Patch5: %{name}-%{version}-retval.patch
Patch6: %{name}-%{version}-strict-aliasing.patch
Patch7: %{name}-%{version}-nosse.patch
Patch8: %{name}-%{version}-compile.patch
Patch9: %{name}-%{version}-CVE-2007-6061.patch
%description
Audacity is a program that manipulates digital audio wave forms. In
@ -62,7 +60,6 @@ Authors:
%prep
%setup -q -n %{name}-src-%{version}-beta
%patch1
%patch2
%patch3
# build with local portaudio for now
@ -70,12 +67,11 @@ Authors:
%patch5
%patch6
%patch8
%patch9
%build
%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
export AUTOMAKE="automake --foreign"
autoreconf -f -i
# autoreconf -f -i
# Needed for audacity-1.3.3:
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%configure \
@ -116,6 +112,30 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/mime/packages/audacity.xml
%changelog
* Wed May 28 2008 anosek@suse.cz
- updated to version 1.3.5
Recording / Playback
* Several bugs fixed so that latency correction should be better, and more devices work correctly.
* Problems with invalid sample rates under Linux should be much rarer.
* Newer version of Portaudio library.
* New feature to record onto the end of an existing track (hold Shift while clicking Record).
Import / Export
* Updated versions of Libogg, Libvorbis, Libflac, Libsndfile and Twolame libraries.
* Handling of unsupported file formats more informative.
* Handling of file names with slashes on OS X improved.
* New dialog allows replacement of illegal file name characters on all platforms.
Interface
* Improved scaling and layout for rulers and VU meters.
* Envelope fixes/improvements including full control of undo/redo.
* New keyboard shortcuts and improved menu navigation.
* Preferences:
o More intuitive tab arrangement.
o New options for mute/solo and Metadata Editor behavior.
o Language can now be changed without restart.
* Expanded Build Information tab.
Effects
* New Vocal Remover plug-in, improvements for Generate effects.
- dropped obsoleted patches (cflags.patch) (CVE-2007-6061.patch)
* Wed May 14 2008 schwab@suse.de
- Remove useless patch.
* Wed Apr 02 2008 anosek@suse.cz