Lehi Toskin
Lehi Toskin
Unless, of course, we made a macports package for Racket as well. Then again, I have no idea how much effort goes into making a macports package. I have a...
Actually, creating a portfile doesn't look to be that much different from an ebuild. I think I can cook something up. Maybe I'll mention it on the Racket users mailing...
This would be much easier if I had access to macports myself instead of guessing how things might work out. And about Gentoo, I think it'd be worthwhile to separate...
I'm not talking about packaging the librsvg.so, I'm talking about the rsvg wrapper. The deb spec would say that librsvg.so is a runtime dependency.
See https://github.com/racket/gui/issues/16
Possibly a pathing thing with ivy-image-viewer.desktop ?
There is a `~/.local/share/applications/menu-xdg/` directory on my system that contains .desktop files. I'll have to test if that does what I think it does.
The most basic functionality I need from those are the frames. I don't need full support of the webp or webm standards so long as I can disassemble their chunks...
This is actually something about Gtk itself, and not the Racket GUI library, which I have no control over. I am assuming, of course, that you mean thumbnails in the...
That is a good idea. imagemagick, specifically, however, depends on `librsvg`. _graphicsmagick_ depends on `libxml2`. It's not impossible that I could find a way to use `libxml2` directly, instead of...