forked from pool/audacity
Accepting request 37849 from multimedia:apps
checked in (request 37849) OBS-URL: https://build.opensuse.org/request/show/37849 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=37
This commit is contained in:
parent
509ef480a4
commit
799de1c9bb
3
audacity-minsrc-1.3.11.tar.bz2
Normal file
3
audacity-minsrc-1.3.11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d59d5eeb2acf451142263876a7bebcab91bbff137c867effaf77d52c963e271
|
||||||
|
size 7142931
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f0f55839ca3013d2e43e5114c73d195bc34503685aeab683eafca4d1bbf3b768
|
|
||||||
size 6087920
|
|
@ -1,52 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 13 08:43:47 UTC 2010 - davejplater@gmail.com
|
|
||||||
|
|
||||||
- Update to version 1.3.12
|
|
||||||
- Bug fixes for:
|
|
||||||
* Imports and Exports:
|
|
||||||
* AAC files could not be exported at 48000 Hz
|
|
||||||
* When importing multiple native file formats using FFmpeg, all
|
|
||||||
files after the first reverted to using the native importer
|
|
||||||
* FFmpeg custom export window too large on 800 x 600 resolution
|
|
||||||
monitors
|
|
||||||
* Projects froze if files imported via On-Demand were no longer
|
|
||||||
available
|
|
||||||
* (Linux) WAV/AIFF exports were corrupted if overwriting an aliased
|
|
||||||
file which had been imported using the command line
|
|
||||||
* Labels:
|
|
||||||
* Cutting or deleting a region in the waveform and label track did
|
|
||||||
not move the labels in advance of the cut
|
|
||||||
* Incorrect behavior snapping to labels and boundaries when Snep To
|
|
||||||
was enabled
|
|
||||||
* Labels can now be reversed if included with the audio selection
|
|
||||||
* Other bug fixes:
|
|
||||||
* When using non-English languages, Generate effects truncated the
|
|
||||||
selected region
|
|
||||||
* Mice with high-precision scroll-wheels could cause a crash
|
|
||||||
* Changing recording preferences using the Transport menu did
|
|
||||||
not update the menu in other open projects
|
|
||||||
* (Windows 7) Clicking in a file open or save dialog caused files or
|
|
||||||
folders to disappear from the list, and file filtering was broken
|
|
||||||
- Changes and improvements:
|
|
||||||
* A hover tooltip is now provided if the Mixer Toolbar input selector
|
|
||||||
cannot control the system slider for the selected input.
|
|
||||||
* More intuitive behavior when moving and resizing labels by dragging
|
|
||||||
* Support added for importing lists of files (LOF) containing relative
|
|
||||||
paths
|
|
||||||
* Export Multiple: new option to use a numerical prefix before existing
|
|
||||||
label or track names; "Success" dialog now resizable
|
|
||||||
* New Equalization preset "Inverse RIAA", with new button to invert
|
|
||||||
other curves
|
|
||||||
* Timer Record now remembers last scheduled duration
|
|
||||||
* Meter Toolbar can now be made much narrower, and so more suitable for
|
|
||||||
vertical orientation
|
|
||||||
* New Preferences choice for "System" language which is used on first
|
|
||||||
run instead of asking user to choose language
|
|
||||||
* Warning now provided if WAV/AIFF exports are not successfully
|
|
||||||
completed
|
|
||||||
* (Linux) Improved icon set in compliance with freedesktop.org
|
|
||||||
Icon Theme Specification 0.6
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 15 16:31:02 UTC 2010 - coolo@novell.com
|
Mon Mar 15 16:31:02 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audacity (Version 1.3.12)
|
# spec file for package audacity (Version 1.3.11)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -41,13 +41,13 @@ BuildRequires: libmad-devel
|
|||||||
BuildRequires: libtwolame-devel
|
BuildRequires: libtwolame-devel
|
||||||
%endif
|
%endif
|
||||||
Summary: A Free, Cross-Platform Digital Audio Editor
|
Summary: A Free, Cross-Platform Digital Audio Editor
|
||||||
Version: 1.3.12
|
Version: 1.3.11
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://audacity.sourceforge.net/
|
Url: http://audacity.sourceforge.net/
|
||||||
Source: %{name}-minsrc-%{version}-beta.tar.bz2
|
Source: %{name}-minsrc-%{version}.tar.bz2
|
||||||
Source1: %{name}.png
|
Source1: %{name}.png
|
||||||
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch cmorve69@yahoo.es -- this patch removes the buildstamp
|
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch cmorve69@yahoo.es -- this patch removes the buildstamp
|
||||||
Patch0: %{name}-no_buildstamp.patch
|
Patch0: %{name}-no_buildstamp.patch
|
||||||
@ -120,6 +120,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/pixmaps/*.png
|
%{_datadir}/pixmaps/*.png
|
||||||
%{_datadir}/mime/packages/audacity.xml
|
%{_datadir}/mime/packages/audacity.xml
|
||||||
%{_datadir}/icons/hicolor/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user