g_content_type_from_mime_type() which in turn needs the mime database to
be present; so we need to build+run depends on misc/shared-mime-info.
this broke building gtk+2 if shared-mime-info was not around as reported
by matthieu@
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
The Gdk Pixbuf library provides:
* Image loading and saving facilities
* Fast scaling and compositing of pixbufs
* Simple animation loading (ie. animated GIFs)
This library was moved out of gtk+2... wantlib fun is starting...
ok jasper@