Hello community, here is the log from the commit of package sox for openSUSE:Factory checked in at 2017-08-29 11:44:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sox (Old) and /work/SRC/openSUSE:Factory/.sox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sox" Tue Aug 29 11:44:27 2017 rev:41 rq:518799 version:14.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sox/sox.changes 2017-03-10 21:44:12.300326575 +0100 +++ /work/SRC/openSUSE:Factory/.sox.new/sox.changes 2017-08-29 11:44:33.144333365 +0200 @@ -1,0 +2,6 @@ +Fri Aug 25 06:10:58 UTC 2017 - olaf@aepfle.de + +- Enable lame/mad/twolame unconditionally +- Remove ffmpeg/opus conditional because it is always present + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sox.spec ++++++ --- /var/tmp/diff_new_pack.yazdN5/_old 2017-08-29 11:44:35.851951680 +0200 +++ /var/tmp/diff_new_pack.yazdN5/_new 2017-08-29 11:44:35.891946042 +0200 @@ -1,7 +1,7 @@ # # spec file for package sox # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,57 +18,42 @@ %define soname 3 -%bcond_without ffmpeg -%bcond_without opus -%bcond_with mad -%bcond_with lame %bcond_with amrwb %bcond_with amrnb -%bcond_with twolame Name: sox BuildRequires: file-devel BuildRequires: ladspa-devel BuildRequires: libgsm-devel BuildRequires: libid3tag-devel +BuildRequires: libmp3lame-devel BuildRequires: pkg-config BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(ao) BuildRequires: pkgconfig(flac) +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse-simple) +BuildRequires: pkgconfig(mad) BuildRequires: pkgconfig(ogg) +BuildRequires: pkgconfig(opusfile) BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(vorbis) BuildRequires: pkgconfig(vorbisenc) BuildRequires: pkgconfig(vorbisfile) BuildRequires: pkgconfig(wavpack) BuildRequires: pkgconfig(zlib) -%if %{with ffmpeg} -BuildRequires: pkgconfig(libavcodec) -BuildRequires: pkgconfig(libavformat) -BuildRequires: pkgconfig(libavutil) -%endif -%if %{with opus} -BuildRequires: pkgconfig(opusfile) -%endif -%if %{with mad} -BuildRequires: pkgconfig(mad) -%endif -%if %{with lame} -BuildRequires: libmp3lame-devel -%endif %if %{with amrnb} BuildRequires: pkgconfig(opencore-amrnb) %endif %if %{with amrwb} BuildRequires: pkgconfig(opencore-amrwb) %endif -%if %{with twolame} -BuildRequires: pkgconfig(twolame) -%endif BuildRequires: libtool +BuildRequires: pkgconfig(twolame) Version: 14.4.2 Release: 0 Summary: Sound Conversion Tools
participants (1)
-
root@hilbert.suse.de