Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GIMP 3 / GTK3 migration #8

Open
bbbbbr opened this issue May 9, 2020 · 1 comment
Open

GIMP 3 / GTK3 migration #8

bbbbbr opened this issue May 9, 2020 · 1 comment
Assignees
Labels
build related Related to building the plugin or the build system

Comments

@bbbbbr
Copy link
Owner

bbbbbr commented May 9, 2020

The migration to GTK3 will likely break the plugin. Deprecated GTK and libgimp function calls will need to be replaced.

No action will be taken until after the GIMP 3 release. This is just a placeholder for now.

Also see:

@bbbbbr bbbbbr self-assigned this May 9, 2020
@bbbbbr bbbbbr added the build related Related to building the plugin or the build system label May 9, 2020
@zvezdochiot
Copy link

zvezdochiot commented May 9, 2020

Resize functions are independent of gtk and gimp in general.
The code should be divided into two directories: src/gtk2/src/gtk3 and src/lib.
Change Makefile: first compile the static library libpas.a and link it to gui already.
This will allow you to select the "face" when compiling.

ℹ️ See #9

zvezdochiot added a commit to ImageProcessing-ElectronicPublications/gimp-plugin-pixel-art-scalers that referenced this issue May 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build related Related to building the plugin or the build system
Projects
None yet
Development

No branches or pull requests

2 participants