bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration
http://www.bigfug.com/software/fugio/
GNU Lesser General Public License v3.0
151 stars 22 forks source link

Install fails 3.1 deb on Ubuntu Studio 21.04 with libavcodec58 not 57 #81

Open CoolGames opened 3 years ago

CoolGames commented 3 years ago

I installed Fugio 3.0 from Snap store but got can't find /usr/share/alsa/alsa.conf so I tried the 3.1 deb and still get install errors and apt fix errors are

Correcting dependencies...Starting pkgProblemResolver with broken count: 1 Starting 2 pkgProblemResolver with broken count: 1 Investigating (0) fugio:amd64 < 3.1.0 @iU mK Nb Ib > Broken fugio:amd64 Depends on libavcodec57:amd64 < none @un H > (>= 7:3.4.6) Removing fugio:amd64 because I can't find libavcodec57:amd64 Broken fugio:amd64 Depends on libavcodec-extra57:amd64 < none @un H > (>= 7:3.4.6) Removing fugio:amd64 because I can't find libavcodec-extra57:amd64 Or group remove for fugio:amd64 Broken fugio:amd64 Depends on libavformat57:amd64 < none @un H > (>= 7:3.4.6) Removing fugio:amd64 because I can't find libavformat57:amd64 Done

Ubuntu Studio 21.04 now has libav 58

~$ dpkg -l | grep libavcodec ii libavcodec-extra:amd64 7:4.3.2-0+deb11u1ubuntu1 amd64 FFmpeg library with extra codecs (metapackage) ii libavcodec-extra58:amd64 7:4.3.2-0+deb11u1ubuntu1 amd64 FFmpeg library with additional de/encoders for audio/video codecs

I have the 3.1 github sources but don't know how to build snap packages.