Ok, I found the proper
APNG patch for libpng in Fedora 12. I was able to patch, compile and install libpng.
Next, I compiled the gimp apng-plugin and installed the executable in the GIMP plugin folder.
This gave me a new extension option in the save dialog: PNG+APNG Image. Choosing this option gives me the standard PNG save dialog, with an additional "animation" check box and a "hide first frame" check box.
So far, so good, right?
However, my attempts at saving a muti-layer image always results in a flattened, single frame PNG.

Another odd thing is the developer didn't choose to use the APNG extension, so there is no automatic selection of this format when adding the .apng extension onto the filename. I think I read in the release notes that he was planning to correct this issue.
Anyway, there is something wrong. I'm thinking the newly patched libpng isn't being loaded at runtime and I'm still using the old libpng. I currently have both libs installed but I've set environment variables that tells the system where to find the new libpng but I'm not so sure that's happening.
I know Fedora caches libs so maybe it's still pulling libpng from cache. Removing or including the environment variables doesn't seem to matter.
I'm still missing something.
