app: add gegl:pack to blacklist (replacement of gegl:hstack)

gegl:pack replaced gegl:hstack almost 5 years ago, but the blacklist
for not showing it in our list of ops in Gegl tool was never updated.

Since Pack is also causing issues in GIMP, see #12890 and #12902,
let's update the blacklist add it there and remove the old gegl:hstack
that has been removed from GEGL.
This commit is contained in:
Jacob Boerema 2025-02-14 11:32:13 -05:00
parent 4b15d3d667
commit 38b18de709

View file

@ -614,7 +614,6 @@ gimp_gegl_op_blacklisted (const gchar *name,
"gegl:ditto", /* pointless */ "gegl:ditto", /* pointless */
"gegl:fill-path", "gegl:fill-path",
"gegl:gray", /* we use gimp's op */ "gegl:gray", /* we use gimp's op */
"gegl:hstack", /* pointless */
"gegl:introspect", /* pointless */ "gegl:introspect", /* pointless */
"gegl:layer", /* we use gimp's ops */ "gegl:layer", /* we use gimp's ops */
"gegl:lcms-from-profile", /* not usable here */ "gegl:lcms-from-profile", /* not usable here */
@ -624,6 +623,7 @@ gimp_gegl_op_blacklisted (const gchar *name,
"gegl:matting-global", /* used in the foreground select tool */ "gegl:matting-global", /* used in the foreground select tool */
"gegl:matting-levin", /* used in the foreground select tool */ "gegl:matting-levin", /* used in the foreground select tool */
"gegl:opacity", /* poinless */ "gegl:opacity", /* poinless */
"gegl:pack", /* pointless */
"gegl:path", "gegl:path",
"gegl:posterize", /* we use gimp's op */ "gegl:posterize", /* we use gimp's op */
"gegl:radial-gradient", /* we use the blend tool */ "gegl:radial-gradient", /* we use the blend tool */