diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 19:57:45 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 19:57:45 +0800 |
commit | a5f590e51d3b147b9b5085ac6a2920189b42967a (patch) | |
tree | cee27e48f57eafc0ae5948472d8e095072bb5222 /multimedia | |
parent | a74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (diff) | |
download | freebsd-ports-gnome-a5f590e51d3b147b9b5085ac6a2920189b42967a.tar.gz freebsd-ports-gnome-a5f590e51d3b147b9b5085ac6a2920189b42967a.tar.zst freebsd-ports-gnome-a5f590e51d3b147b9b5085ac6a2920189b42967a.zip |
The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.
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]
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/ffmpegthumbnailer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multimedia/ffmpegthumbnailer/Makefile b/multimedia/ffmpegthumbnailer/Makefile index c37532a33590..2df70c003ecc 100644 --- a/multimedia/ffmpegthumbnailer/Makefile +++ b/multimedia/ffmpegthumbnailer/Makefile @@ -3,7 +3,7 @@ PORTNAME= ffmpegthumbnailer PORTVERSION= 2.0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia graphics MASTER_SITES= GOOGLE_CODE @@ -19,8 +19,8 @@ LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig --enable-gio GNU_CONFIGURE= yes -USES= pkgconfig -USE_GNOME= gnomehack _glib20 +USES= pathfix pkgconfig +USE_GNOME= glib20 USE_LDCONFIG= yes OPTIONS_DEFINE= GNOME |