[opensuse-factory] ffmpeg in 15.2
Hi, what's the rational of adding a ffmpeg-<without version suffix> package to 15.2, that contains an outdated ffmpeg-3 version (3.4.2). https://build.opensuse.org/package/show/openSUSE:Leap:15.2/ffmpeg Given the current standards, this should be called ffmpeg-3 at least. Most packages, that still require ffmpeg-3, typically use something along the lines of: BuildRequires: pkgconfig(libavcodec) < 58 BuildRequires: pkgconfig(libavformat) < 58 BuildRequires: pkgconfig(libswscale) < 5 BuildRequires: pkgconfig(libavdevice) < 58 BuildRequires: pkgconfig(libavutil) < 56 fail to build, if a sane named ffmpeg-3 package is available as well (e.g. the Packman package). My current fix uses: # ffmpeg for Leap 15.2 %if 0%{?sle_version} == 150200 && 0%{?is_opensuse} Prefer: -libavcodec-devel Prefer: -libavdevice-devel Prefer: -libavfilter-devel Prefer: -libavformat-devel Prefer: -libavresample-devel Prefer: -libavutil-devel Prefer: -libpostproc-devel Prefer: -libswresample-devel Prefer: -libswscale-devel %endif in order to succeed. Neither 15.0 nor TW require such a hack, BTW. I've tried to CC Yuchen Lin, but there's no valid email address in his/her OBS profile. Sorry. Cheers, Pete -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
On Thursday 2020-06-04 11:41, Hans-Peter Jansen wrote:
Hi,
what's the rational of adding a ffmpeg-<without version suffix> package to 15.2, that contains an outdated ffmpeg-3 version (3.4.2).
AFAICT, the bots made the right submissions, but then the Leap manager rejected those erroneously. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Hans-Peter Jansen
-
Jan Engelhardt