File audacity.spec.patch of Package audacity
*** audacity.spec 2010-01-20 15:49:37.000000000 +0100
--- audacity.spec.new 2010-01-20 21:21:15.000000000 +0100
***************
*** 31,39 ****
%if %suse_version > 1110
BuildRequires: vamp-plugin-sdk-devel
%endif
- %if %{with ffmpeg}
BuildRequires: libffmpeg-devel
- %endif
%if %{with mad}
BuildRequires: libmad-devel
%endif
--- 31,37 ----
***************
*** 61,67 ****
and Ogg Vorbis. With Audacity, you can edit wave data larger than the
physical memory size of your computer.
!
Authors:
--------
--- 59,66 ----
and Ogg Vorbis. With Audacity, you can edit wave data larger than the
physical memory size of your computer.
! This version is built with ffmpeg support for both import and export of mpeg files.
! Warning !! : mpeg is patented !!! Please use / try OGG Vorbis instead.
Authors:
--------
***************
*** 91,101 ****
%configure \
--enable-unicode \
--with-libvorbis=system \
- %if %{with ffmpeg}
--with-ffmpeg=system \
- %else
- --without-ffmpeg \
- %endif
%if %{with mad}
--with-libmad=system \
%else
--- 90,96 ----