subhra74 / xdm-experimental-binaries

GNU General Public License v3.0
151 stars 10 forks source link

xdman rpm package has conflicting dependency in nobara linux 36 #11

Open loominatrx opened 1 year ago

loominatrx commented 1 year ago

This is the log if I do the usual sudo dnf install command

Last metadata expiration check: 1:30:39 ago on Sat 15 Oct 2022 10:43:26 PM WIB.
Error: 
 Problem: package xdman_gtk-8.0.10-1.fc36.x86_64 requires ffmpeg-free, but none of the providers can be installed
  - package ffmpeg-5.0.1-3.fc36.x86_64 conflicts with ffmpeg-free provided by ffmpeg-free-5.0.1-1.fc36.x86_64
  - package ffmpeg-5.0.1-3.fc36.x86_64 conflicts with ffmpeg-free provided by ffmpeg-free-5.0.1-12.fc36.x86_64
  - problem with installed package ffmpeg-5.0.1-3.fc36.x86_64
  - conflicting requests
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)

This is the log with --best --allowerasing

Last metadata expiration check: 1:33:59 ago on Sat 15 Oct 2022 10:43:26 PM WIB.
Dependencies resolved.
=====================================================================================================
 Package                     Arch    Version                           Repository               Size
=====================================================================================================
Installing:
 xdman_gtk                   x86_64  8.0.10-1.fc36                     @commandline             20 M
Upgrading:
 python3-vapoursynth         x86_64  60-1.fc36                         nobara-baseos           334 k
 vapoursynth-libs            x86_64  60-1.fc36                         nobara-baseos           555 k
Installing dependencies:
 codec2                      i686    1.0.1-2.fc36                      fedora                  644 k
 codec2                      x86_64  1.0.1-2.fc36                      fedora                  639 k
 ffmpeg-free                 x86_64  5.0.1-12.fc36                     updates                 1.6 M
 fftw-libs-double            i686    3.3.10-2.fc36                     fedora                  604 k
 giflib                      i686    5.2.1-14.fc36                     updates                  53 k
 ilbc                        i686    1.1.1-22.fc36                     fedora                   47 k
 jansson                     i686    2.13.1-4.fc36                     fedora                   46 k
 ...
Removing dependent packages:
 ffmpeg                      x86_64  5.0.1-3.fc36                      @rpmfusion-free         2.1 M
 ffmpeg-libs                 i686    5.0.1-3.fc36                      @rpmfusion-free          20 M
 ffmpeg-libs                 x86_64  5.0.1-3.fc36                      @rpmfusion-free          23 M
 obs-studio                  x86_64  28.0.0-17.20221009.087ee39.fc36   @nobara-appstream        13 M
 obs-studio-gstreamer-vaapi  x86_64  0.3.4-9.20220925.8b7e16c.fc36     @nobara-appstream        32 k

Transaction Summary
=====================================================================================================
Install  44 Packages
Upgrade   2 Packages
Remove    5 Packages

Total size: 61 M
Total download size: 41 M
Is this ok [y/N]: 

This is something that I expected, which is removing the conflicting ffmpeg package, but OBS Studio will also get removed from my laptop if I install XDM, which is something that I don't want. Can you please address this issue?