SHA256
1
0
forked from pool/audacity

Accepting request 26070 from multimedia:apps

Copy from multimedia:apps/audacity based on submit request 26070 from user mseben

OBS-URL: https://build.opensuse.org/request/show/26070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=24
This commit is contained in:
OBS User autobuild 2009-12-11 16:23:20 +00:00 committed by Git OBS Bridge
parent 204c2ca7cb
commit 3160038a79
7 changed files with 50 additions and 34 deletions

View File

@ -1,14 +0,0 @@
diff -Nur audacity-src-1.3.8-orig/src/AudacityApp.cpp audacity-src-1.3.8/src/AudacityApp.cpp
--- audacity-src-1.3.9-orig/src/AudacityApp.cpp 2009-07-16 05:27:35.000000000 +0200
+++ audacity-src-1.3.9/src/AudacityApp.cpp 2009-07-20 23:45:41.000000000 +0200
@@ -331,7 +331,9 @@
///////////////////////////////////////////////////////////////////////////////
#include <dlfcn.h>
-#include <gtk/gtk.h>
+/*#include <gtk/gtk.h>*/
+#include <glib/gtypes.h>
+#include <glib-object.h>
typedef struct _GnomeProgram GnomeProgram;
typedef struct _GnomeModuleInfo GnomeModuleInfo;

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7df8a12064cbd85b85a38ad56942dbbf46eace7ea685ec64daca9ad064e2ba09
size 6953513

View File

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

View File

@ -1,3 +1,36 @@
-------------------------------------------------------------------
Tue Dec 8 11:35:57 UTC 2009 - mseben@novell.com
- 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
-------------------------------------------------------------------
Thu Nov 5 09:40:31 UTC 2009 - davejplater@gmail.com

View File

@ -1,5 +1,5 @@
#
# spec file for package audacity (Version 1.3.9)
# spec file for package audacity (Version 1.3.10)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,7 +21,7 @@
%bcond_with twolame
Name: audacity
# we use internal PortAudio(so not included in BuildRequires), because audacity team grab sources
# we use internal PortAudio(so it is not included here in BuildRequires), because audacity team grab sources
# from Portaudio's svn more frequently than we (e.g. see support for non-mmap devices like pulseaudio)
BuildRequires: flac-devel gcc-c++ glib-devel jack-devel libexpat-devel
BuildRequires: libid3tag-devel libsamplerate-devel libsndfile-devel
@ -41,18 +41,16 @@ BuildRequires: libmad-devel
BuildRequires: libtwolame-devel
%endif
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.9
Version: 1.3.10
Release: 1
License: GPL v2 or later
License: GPLv2+
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://audacity.sourceforge.net/
Source: %{name}-minsrc-%{version}.tar.bz2
Source2: %{name}.png
#PATCH-FIX-UPSTREAM GSocket from wxGTK conflict with GSocket from glib2 - fix taken from Fedora
Patch1: %{name}-%{version}-gsocket-conflict.patch
Patch5: %{name}-%{version}-retval.patch
Patch12: %{name}-%{version}-audiodevdefaults.patch
Source1: %{name}.png
Patch5: %{name}-retval.patch
Patch12: %{name}-audiodevdefaults.patch
%description
Audacity is a program that manipulates digital audio wave forms. In
@ -81,7 +79,6 @@ Authors:
%prep
%setup -q -n %{name}-src-%{version}
%patch1 -p1
%patch5
%patch12 -p1
@ -111,17 +108,17 @@ export AUTOMAKE="automake --foreign"
--with-ladspa \
--with-libid3tag=system \
--with-libsamplerate=system
make %{?jobs:-j %jobs}
%{__make} %{?jobs:-j%jobs}
%install
make DESTDIR=$RPM_BUILD_ROOT install
%makeinstall
%suse_update_desktop_file audacity
install -d -m755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/pixmaps
# fix permission error on startup (help dir couldn't be created, should be fixed in next release)
mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/help/manual
%{__install} -v -d -m755 $RPM_BUILD_ROOT%{_datadir}/pixmaps
%{__install} -v -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps
#delete default icon we have nicer - transparent :)
%__rm $RPM_BUILD_ROOT%{_datadir}/pixmaps/*.xpm
# we will add docs later in %files section
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/audacity
%__rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/audacity
%find_lang %{name}
%clean