NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.36k stars 13.59k forks source link

GFIE (Greenfish Icon Editor Pro) #100666

Open JonathanILevi opened 3 years ago

JonathanILevi commented 3 years ago

Greenfish Icon Editor Pro (GFIE Pro) is a powerful open source image editor, especially suitable for creating icons, cursors, animations and icon libraries.

Open source (GPL v3), yet has a clean and intuitive user interface
Professional features: layers and high-quality filters
Supports editing animated cursors and managing icon libraries
Not just for icons: GFIE is also a general purpose image editor
Has a portable version - about 24 MB unzipped, just unpack it to your USB drive and use it anywhere

http://greenfishsoftware.org/gfie.php

Source can be accessed in the Linux portable version download, or my hosted repo on GitHub https://github.com/JonathanILevi/gfie-src

GPL3+

JonathanILevi commented 3 years ago

I have been trying to build this myself. I first tried just using the bin download, I was recommended to pursue building from source.

I am getting errors beyond my ability.

Here is what I have so far: https://gist.github.com/JonathanILevi/26eda224c611534286d7c5eda71b9fdf

It is coded mostly in Pascal.

There is a before build shell script which just runs a python script (which is where I am getting my first crash): https://github.com/JonathanILevi/gfie-src/blob/main/linux_before_build.sh

There is then a build shell script: https://github.com/JonathanILevi/gfie-src/blob/main/linux_build.sh

There is also a how-to-compile.txt: https://github.com/JonathanILevi/gfie-src/blob/main/how-to-compile.txt

stale[bot] commented 3 years ago

I marked this as stale due to inactivity. → More info

Poikilos commented 2 months ago

I marked this as stale due to inactivity. → More info

Dear bot, But is basically the only free thing that saves icns files for making cross-platform applications that have an icon on macOS.

pluiedev commented 2 months ago

The only viable option seems to be unpacking the .deb archive — the Linux portable version is still stuck at 3.6 when the latest release is 4.2.

JonathanILevi commented 2 months ago

I would support the importance of packaging the latest version 4.2.

On Wed, Jun 19, 2024, 4:43 AM Leah Amelia Chen @.***> wrote:

The only viable option seems to be unpacking the .deb archive — the Linux portable version is still stuck at 3.6 when the latest release is 4.2.

— Reply to this email directly, view it on GitHub https://github.com/NixOS/nixpkgs/issues/100666#issuecomment-2178107837, or unsubscribe https://github.com/notifications/unsubscribe-auth/AISGP5R7VCI37FQGQCZZLA3ZIFADRAVCNFSM6AAAAABJQXIEP2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZYGEYDOOBTG4 . You are receiving this because you authored the thread.Message ID: @.***>

pluiedev commented 2 months ago

Just FYI, I opened a PR that would add this (#321007). Reviews would be greatly appreciated