Overview
Request 1200898 revoked
- fix build for Tumbleweed, by using ffmpeg-6 not ffmpeg-7
I resubmit this, as my comment didn't get any traction in the old SR.
Because ffmpeg-6-mini-devel doesn't (for some reason) expose the pkgconfig
files. Which therefore means, there is no way for me to actually use pkgconfig() < 61
- Created by rrahl0
- In state revoked
- Supersedes 1197967
- Open review for openSUSE:Factory:Staging:adi:17
can you please check if you can patch this to use ffmpeg-7? there is a few packages already have patches which you can use as inspiration.
IMO the correct way is to
BuildRequires: pkgconfig(libav...) < 5x.0
so I looked into this, and sadly it doesn't work that way, as for some reason ffmpeg-6-mini-devel doesn't expose the pkgconfig(). (while still there). so I can't pkgconfig() < 61
Request History
rrahl0 created request
- fix build for Tumbleweed, by using ffmpeg-6 not ffmpeg-7
I resubmit this, as my comment didn't get any traction in the old SR.
Because ffmpeg-6-mini-devel doesn't (for some reason) expose the pkgconfig
files. Which therefore means, there is no way for me to actually use pkgconfig() < 61
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto accepted review
Check script succeeded
licensedigger accepted review
The legal review is accepted preliminary. The package may require actions later on.
dimstar_suse added openSUSE:Factory:Staging:adi:17 as a reviewer
Being evaluated by staging project "openSUSE:Factory:Staging:adi:17"
dimstar_suse accepted review
Picked "openSUSE:Factory:Staging:adi:17"
dimstar declined review
+BuildRequires: ffmpeg-6-mini-devel
Do not use ffmpeg-6-mini-devel, but rather use the pkgconfig(libav*) with version constraints
dimstar declined request
+BuildRequires: ffmpeg-6-mini-devel
Do not use ffmpeg-6-mini-devel, but rather use the pkgconfig(libav*) with version constraints
rrahl0 revoked request
pkgconfig(libavcodec) = 60.31.102
vs
pkgconfig(libavcodec) = 61.3.100
so you could do something like
pkgconfig(libavcodec) < 61