This update updates Glib20 to 2.36 and Gtk+ 3.8
* The gio-fam-backend port that used gamin for the GFileMonitor API is gone.
It is replaced by a GIO kqueue implementation developed as part of a NetBSD
GSoC 2011 project by Dimitry Matveev.
* Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0
pkgconfig file [1]. This broke static linking and newer binutils.
* Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to
prevent creation of / root/.cache dir. Defaults to build & run depend,
but :build and :run switches available.
* New x11-toolkits/pangox-compat port and companion USE_GNOME component for
pangox support which was removed from the pango port. Add it to ports still
using pangox API.
Exp-run by: bapt@
PR: ports/178958 [1]
Submitted by: emaste@ [1]
- Convert to USE_PKGCONFIG
- Drop USE_GMAKE; port builds with regular make
- Drop unneeded WANT_GNOME
- Drop specific ABI version numbers from LIB_DEPENDS
- Improve GCONF_SCHEMAS handling
- Trim Makefile header
PR: ports/172459
Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu@gmail.com> [1]
Approved by: mbsd <mbsd@isgroup.com.ua> (maintainer)
makc, avilla (mentors, implicit)
Feature safe: yes
- Sort PLIST
Changes:
2.0.3:
- Writing to stdout is now supported
- Support for gnome-vfs uris added. New configure flag (--enable-gnome-vfs),
this puts a runtime dependancy on libgnome-vfs-2.0
2.0.4:
- Fixed undefined references when compiling with certain LDFLAGS
PR: ports/152373
Submitted by: Marcus Hermansson <bmhermansson@gmail.com>
Approved by: maintainer (timeout, 16 days)
for your video files. The thumbnailer uses ffmpeg to decode frames from
the video files, so supported videoformats depend on the configuration
flags of ffmpeg.
This thumbnailer was designed to be as fast and lightweight as possible.
The only dependencies are ffmpeg and libpng.
WWW: http://code.google.com/p/ffmpegthumbnailer/
PR: ports/120877
Submitted by: Dierk Sacher <dierk at blaxxtarz.de>