SHA256
1
0
forked from pool/audacity

Updating link to change in openSUSE:Factory/audacity revision 30.0

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=db7664ac7a4d5a8202e464ed675375b0
This commit is contained in:
OBS User buildservice-autocommit 2010-04-15 21:50:24 +00:00 committed by Git OBS Bridge
parent 799de1c9bb
commit 0fdd2ca6ef
4 changed files with 57 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
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

View File

@ -1,5 +1,5 @@
#
# spec file for package audacity (Version 1.3.11)
# spec file for package audacity (Version 1.3.12)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -41,13 +41,13 @@ BuildRequires: libmad-devel
BuildRequires: libtwolame-devel
%endif
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.11
Release: 2
Version: 1.3.12
Release: 1
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
Source: %{name}-minsrc-%{version}-beta.tar.bz2
Source1: %{name}.png
# PATCH-FIX-OPENSUSE %{name}-no_buildstamp.patch cmorve69@yahoo.es -- this patch removes the buildstamp
Patch0: %{name}-no_buildstamp.patch
@ -120,5 +120,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*.desktop
%{_datadir}/pixmaps/*.png
%{_datadir}/mime/packages/audacity.xml
%{_datadir}/icons/hicolor/*
%changelog