forked from pool/audacity
This commit is contained in:
parent
d33f4fbca3
commit
b8b3feb5c3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 31 15:21:50 CEST 2009 - mseben@suse.cz
|
||||||
|
|
||||||
|
- added vamp-plugin-sdk-devel to buildrequires (for 11.2 and higher)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 23 11:02:54 CEST 2009 - mseben@suse.cz
|
Thu Jul 23 11:02:54 CEST 2009 - mseben@suse.cz
|
||||||
|
|
||||||
|
@ -21,12 +21,16 @@
|
|||||||
%bcond_with twolame
|
%bcond_with twolame
|
||||||
|
|
||||||
Name: audacity
|
Name: audacity
|
||||||
|
# we use internal PortAudio(so not included 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: flac-devel gcc-c++ glib-devel jack-devel libexpat-devel
|
||||||
BuildRequires: libid3tag-devel libsamplerate-devel libsndfile-devel
|
BuildRequires: libid3tag-devel libsamplerate-devel libsndfile-devel
|
||||||
BuildRequires: libvorbis-devel soundtouch-devel update-desktop-files
|
BuildRequires: libvorbis-devel soundtouch-devel update-desktop-files
|
||||||
BuildRequires: alsa-devel taglib-devel wxGTK-devel
|
BuildRequires: alsa-devel taglib-devel wxGTK-devel
|
||||||
# we use internal PortAudio, because audacity team grab sources
|
#vamp-plugin-sdk-devel is available since openSUSE 11.2
|
||||||
# from Portaudio's svn more frequently than we (e.g. see support for non-mmap devices like pulseaudio)
|
%if %suse_version > 1110
|
||||||
|
BuildRequires: vamp-plugin-sdk-devel
|
||||||
|
%endif
|
||||||
%if %{with ffmpeg}
|
%if %{with ffmpeg}
|
||||||
BuildRequires: libffmpeg-devel
|
BuildRequires: libffmpeg-devel
|
||||||
%endif
|
%endif
|
||||||
@ -38,7 +42,7 @@ BuildRequires: libtwolame-devel
|
|||||||
%endif
|
%endif
|
||||||
Summary: A Free, Cross-Platform Digital Audio Editor
|
Summary: A Free, Cross-Platform Digital Audio Editor
|
||||||
Version: 1.3.8
|
Version: 1.3.8
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user