Re: [packman] circular depencency for ffmpeg/x264

2017-01-03 Diskussionsfäden Olaf Hering
Am 3. Januar 2017 13:17:48 MEZ schrieb "Tomáš Chvátal" : >I will try to split it back up during the week and document what is >happening there and why. You may want to postpone this until armv7 is fully done with the rebuild cycle, or until a new cycle starts due to

[packman] circular depencency for ffmpeg/x264

2017-01-03 Diskussionsfäden Olaf Hering
libx264 requires ffmpeg, which in turn requires libx264: libx264/libx264.spec BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavformat) BuildRequires: pkgconfig(libavutil) ffmpeg-2.8/ffmpeg-2.8.spec %bcond_withx264 %if %{with x264} BuildRequires: pkgconfig(x264) %if