wine-devel and libav

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
mfraz74
Level 1
Level 1
Posts: 7
Joined: Wed Oct 28, 2020 4:07 am

wine-devel and libav

Post by mfraz74 »

I'm using newer versions of the packages libavcodec, libavformat and libavutil than wine-devel-i386 depends upon, but because they are now called libavcodec60, libavformat60 and libavutil58 instead of libavcodec60, libavformat60 and libavutil56 it won't install.

Is it possible to change the control file so that it is a bit more lenient with package names?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine-devel and libav

Post by dimesio »

Our packages are built to use the versions provided in the standard distro repositories, and that is not going to change. Our packaging files are all publicly available on https://build.opensuse.org/project/show ... ine:Debian; anyone can create an account on the OBS, branch our project, and build their own packages to suit their specific needs.
Locked