On Tue, Feb 16, Olaf Hering wrote: > On Tue, Feb 16, Dave Plater wrote: > > > That should work, there's not that many packages according to : > > osc whatdependson Essentials ffmpeg openSUSE_Tumbleweed x86_64 > > 87 pkgs require ffmpeg according to my search. > home:olh:ffmpeg is mostly green with old ffmpeg.
With a new pkg ffmpeg-2.8 the amount of work to dig into each failing pkg can be reduced to a minimum. This new pkg should continue to provide pkgconfig(whatever) = version. The failed packages should be converted to use BuildRequires: pkgconfig(whatever) = version. A few months ago most pkgs got converted to use pkgconfig already, so this is now just a simple sed call for each spec file. pkgconfig(libavcodec) = 56.60.100 vs. +57.24.102 pkgconfig(libavdevice) = 56.4.100 vs. +57.0.101 pkgconfig(libavfilter) = 5.40.101 vs. +6.31.100 pkgconfig(libavformat) = 56.40.101 vs. +57.25.100 pkgconfig(libavresample) = 2.1.0 vs. +3.0.0 pkgconfig(libavutil) = 54.31.100 vs. +55.17.103 pkgconfig(libpostproc) = 53.3.100 vs. +54.0.100 pkgconfig(libswresample) = 1.2.101 vs. +2.0.101 pkgconfig(libswscale) = 3.1.101 vs. +4.0.100 Olaf _______________________________________________ Packman mailing list [email protected] http://lists.links2linux.de/cgi-bin/mailman/listinfo/packman
