forked from pool/audacity
Accepting request 304493 from home:XRevan86
- Use libsoxr for resampling instead of libsamplerate. OBS-URL: https://build.opensuse.org/request/show/304493 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=79
This commit is contained in:
parent
68e141e720
commit
7268f483e7
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 07:27:39 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
- Use libsoxr for resampling instead of libsamplerate.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 30 23:21:32 UTC 2015 - sor.alexei@meowr.ru
|
Mon Mar 30 23:21:32 UTC 2015 - sor.alexei@meowr.ru
|
||||||
|
|
||||||
|
@ -53,7 +53,6 @@ BuildRequires: pkgconfig(gtk+-2.0) >= 2.4.0
|
|||||||
BuildRequires: pkgconfig(id3tag)
|
BuildRequires: pkgconfig(id3tag)
|
||||||
BuildRequires: pkgconfig(jack)
|
BuildRequires: pkgconfig(jack)
|
||||||
BuildRequires: pkgconfig(ogg)
|
BuildRequires: pkgconfig(ogg)
|
||||||
BuildRequires: pkgconfig(samplerate)
|
|
||||||
BuildRequires: pkgconfig(shared-mime-info)
|
BuildRequires: pkgconfig(shared-mime-info)
|
||||||
BuildRequires: pkgconfig(sndfile)
|
BuildRequires: pkgconfig(sndfile)
|
||||||
BuildRequires: pkgconfig(soundtouch)
|
BuildRequires: pkgconfig(soundtouch)
|
||||||
@ -66,6 +65,11 @@ Recommends: libavcodec56
|
|||||||
Recommends: libavformat56
|
Recommends: libavformat56
|
||||||
Recommends: libavutil54
|
Recommends: libavutil54
|
||||||
Recommends: libmp3lame0
|
Recommends: libmp3lame0
|
||||||
|
%if 0%{?suse_version} > 1320
|
||||||
|
BuildRequires: pkgconfig(soxr)
|
||||||
|
%else
|
||||||
|
BuildRequires: pkgconfig(samplerate)
|
||||||
|
%endif
|
||||||
# This would require to patch our portaudio package with "PortMixer"... an extra API that never got integrated in PortAudio.
|
# This would require to patch our portaudio package with "PortMixer"... an extra API that never got integrated in PortAudio.
|
||||||
#BuildRequires: portaudio-devel
|
#BuildRequires: portaudio-devel
|
||||||
%if %{with ffmpeg}
|
%if %{with ffmpeg}
|
||||||
@ -114,8 +118,10 @@ autoconf
|
|||||||
%ifnarch %ix86 x86_64
|
%ifnarch %ix86 x86_64
|
||||||
--disable-sse \
|
--disable-sse \
|
||||||
%endif
|
%endif
|
||||||
|
%if 0%{?suse_version} <= 1320
|
||||||
--with-libsamplerate \
|
--with-libsamplerate \
|
||||||
--without-libsoxr \
|
--without-libsoxr \
|
||||||
|
%endif
|
||||||
--docdir=%{_docdir}/%{name}/
|
--docdir=%{_docdir}/%{name}/
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -130,8 +136,8 @@ rm -rf %{buildroot}%{_datadir}/pixmaps/
|
|||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%icon_theme_cache_post
|
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
|
%icon_theme_cache_post
|
||||||
%mime_database_post
|
%mime_database_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
|
Loading…
Reference in New Issue
Block a user