Git Product home page Git Product logo

Comments (9)

santi1s avatar santi1s commented on August 29, 2024 5

FYI , we managed to install libgdiplus using

apk add tiff=4.5.0-r1 --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted
apk add libgdiplus --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted

from libgdiplus.

RobbePeeters avatar RobbePeeters commented on August 29, 2024 2

BTW: the libgdiplus package has been moved to the community package.
More info here : https://pkgs.alpinelinux.org/package/edge/community/x86/libgdiplus

So we fixed the original issue by adding following install:
apk add tiff --repository http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted
apk add libgdiplus --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted

from libgdiplus.

moxiemaks avatar moxiemaks commented on August 29, 2024

We have same issue( How can we downgrade to previos stable version?

from libgdiplus.

filipnavara avatar filipnavara commented on August 29, 2024

I'm afraid you have to complain to the package maintainer. There was no activity or release for way over a year for the official repo. The project is effectively in limited maintenance mode as long as some supported products depend on it.

(.NET Core 3.1 went out of support last Tuesday; .NET 6 already deprecated the support; the only supported products that may still depend on libgdiplus are some versions of Xamarin/Mono but calling that "supported" is quite a stretch)

from libgdiplus.

QuickScoP3s avatar QuickScoP3s commented on August 29, 2024

Any idea how we can release using the old version? (as @moxiemaks requests as well)
We tried this command apk add libgdiplus=6.1-r0, but that doesn't work either:
image

If we shouldn't use this library anymore, any idea which library we can use on Linux to replace System.Drawing?

from libgdiplus.

sebcam avatar sebcam commented on August 29, 2024

same issue here

from libgdiplus.

danvy avatar danvy commented on August 29, 2024

Idem

from libgdiplus.

QuickScoP3s avatar QuickScoP3s commented on August 29, 2024

Awesome!
We're currently looking into moving to SkiaSharp instead of relying on libgdiplus, but the Nuget libraries need to support it of course... 🤞

from libgdiplus.

akoeplinger avatar akoeplinger commented on August 29, 2024

Yeah this is outside of our control since this is done by Alpine, please contact their package maintainers.

from libgdiplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.