forked from pool/audacity
Accepting request 58573 from multimedia:apps
Accepted submit request 58573 from user plater OBS-URL: https://build.opensuse.org/request/show/58573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=39
This commit is contained in:
commit
54ab4277b8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 28 16:29:51 CET 2010 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Compile with wxWidgets-wxcontainer, it does not compile with STL
|
||||||
|
variant.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 4 14:27:46 UTC 2010 - reddwarf@opensuse.org
|
Mon Oct 4 14:27:46 UTC 2010 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -35,7 +35,11 @@ BuildRequires: libvorbis-devel
|
|||||||
BuildRequires: soundtouch-devel
|
BuildRequires: soundtouch-devel
|
||||||
BuildRequires: taglib-devel
|
BuildRequires: taglib-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
%if %suse_version > 1130
|
||||||
|
BuildRequires: wxWidgets-wxcontainer-devel
|
||||||
|
%else
|
||||||
BuildRequires: wxGTK-devel
|
BuildRequires: wxGTK-devel
|
||||||
|
%endif
|
||||||
#vamp-plugin-sdk-devel is available since openSUSE 11.2
|
#vamp-plugin-sdk-devel is available since openSUSE 11.2
|
||||||
%if %suse_version > 1110
|
%if %suse_version > 1110
|
||||||
BuildRequires: vamp-plugin-sdk-devel
|
BuildRequires: vamp-plugin-sdk-devel
|
||||||
@ -69,6 +73,10 @@ Patch14: %{name}-ffmpeg_match_ext.patch
|
|||||||
Patch15: %{name}-no_exact_ffmpeg_version.patch
|
Patch15: %{name}-no_exact_ffmpeg_version.patch
|
||||||
Patch16: %{name}-implicit.patch
|
Patch16: %{name}-implicit.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
%if %suse_version > 1130
|
||||||
|
%define _use_internal_dependency_generator 0
|
||||||
|
%define __find_requires %wx_requires
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Audacity is a program that manipulates digital audio wave forms. In
|
Audacity is a program that manipulates digital audio wave forms. In
|
||||||
|
Loading…
Reference in New Issue
Block a user