Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2015-07-05 18:03:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2015-04-10 
09:51:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new/audacity.changes   2015-07-05 
18:03:13.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 29 07:27:39 UTC 2015 - [email protected]
+
+- Use libsoxr for resampling instead of libsamplerate.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.vTCz8n/_old  2015-07-05 18:03:14.000000000 +0200
+++ /var/tmp/diff_new_pack.vTCz8n/_new  2015-07-05 18:03:14.000000000 +0200
@@ -53,7 +53,6 @@
 BuildRequires:  pkgconfig(id3tag)
 BuildRequires:  pkgconfig(jack)
 BuildRequires:  pkgconfig(ogg)
-BuildRequires:  pkgconfig(samplerate)
 BuildRequires:  pkgconfig(shared-mime-info)
 BuildRequires:  pkgconfig(sndfile)
 BuildRequires:  pkgconfig(soundtouch)
@@ -66,6 +65,11 @@
 Recommends:     libavformat56
 Recommends:     libavutil54
 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.
 #BuildRequires:  portaudio-devel
 %if %{with ffmpeg}
@@ -114,8 +118,10 @@
 %ifnarch %ix86 x86_64
   --disable-sse                \
 %endif
+%if 0%{?suse_version} <= 1320
   --with-libsamplerate         \
   --without-libsoxr            \
+%endif
   --docdir=%{_docdir}/%{name}/
 
 make %{?_smp_mflags}
@@ -130,8 +136,8 @@
 %find_lang %{name}
 
 %post
-%icon_theme_cache_post
 %desktop_database_post
+%icon_theme_cache_post
 %mime_database_post
 
 %postun


Reply via email to