freebsd-ports/x11/rubygem-gnome2/Makefile
Tobias C. Berner 753388101e graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :

Release 0.76.1:
        core:
         * Make the mul tables be calculated at compile time with constexpr.
         * splash: Fix compile with SPLASH_CMYK enabled
         * Some typo fixing in error messages

        qt5:
         * Fix regression in annotation handling

        build system:
         * Fix some typos in build system output and comments

Release 0.76.0:

        core:
         * Fix regression on case-insensitive search. Issue #743
         * Remove GooList, use std::vector instead
         * Fix radiobutton reporting wrong state. Issue #159
         * Handle UTF16-LE strings
         * Don't error out if there's no DA in FreeText annotation
         * cairo: Compute correct coverage values for box filter.
         * cairo: Constrain number of cycles in rescale filter.
         * Read more fields from ViewerPreferences
         * Introduce and use Ref::INVALID
         * Fix crashes in broken files
         * Fix mismatched free/delete
         * Add missing include guards

        utils:
         * pdftohtml: Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit. Issue #742

All the required patches have been obtained via gentoo.

PR:		237846
Exp-run by:	antoine
Approved by:	kwm
2019-05-13 18:33:10 +00:00

39 lines
1.7 KiB
Makefile

# $FreeBSD$
PORTNAME= gnome2
PORTVERSION= 3.3.6
PORTREVISION= 1
CATEGORIES= x11 gnome rubygems
PKGNAMEPREFIX= rubygem-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Meta port for all Ruby Gnome2 Gems
LICENSE= LGPL21+
RUN_DEPENDS= rubygem-atk>=${PORTVERSION}:accessibility/rubygem-atk \
rubygem-cairo-gobject>=${PORTVERSION}:devel/rubygem-cairo-gobject \
rubygem-clutter>=${PORTVERSION}:graphics/rubygem-clutter \
rubygem-clutter-gstreamer>=${PORTVERSION}:multimedia/rubygem-clutter-gstreamer \
rubygem-clutter-gdk>=${PORTVERSION}:graphics/rubygem-clutter-gdk \
rubygem-clutter-gtk>=${PORTVERSION}:graphics/rubygem-clutter-gtk \
rubygem-gdk_pixbuf2>=${PORTVERSION}:graphics/rubygem-gdk_pixbuf2 \
rubygem-gdk3>=${PORTVERSION}:x11-toolkits/rubygem-gdk3 \
rubygem-gio2>=${PORTVERSION}:devel/rubygem-gio2 \
rubygem-glib2>=${PORTVERSION}:devel/rubygem-glib2 \
rubygem-gobject-introspection>=${PORTVERSION}:devel/rubygem-gobject-introspection \
rubygem-goocanvas>=2.2.0:graphics/rubygem-goocanvas \
rubygem-gstreamer>=${PORTVERSION}:multimedia/rubygem-gstreamer \
rubygem-gtk2>=${PORTVERSION}:x11-toolkits/rubygem-gtk2 \
rubygem-gtk3>=${PORTVERSION}:x11-toolkits/rubygem-gtk3 \
rubygem-gtksourceview2>=${PORTVERSION}:x11-toolkits/rubygem-gtksourceview2 \
rubygem-gtksourceview3>=${PORTVERSION}:x11-toolkits/rubygem-gtksourceview3 \
rubygem-pango>=${PORTVERSION}:x11-toolkits/rubygem-pango \
rubygem-poppler>=${PORTVERSION}:x11-toolkits/rubygem-poppler \
rubygem-rsvg2>=${PORTVERSION}:graphics/rubygem-rsvg2 \
rubygem-vte>=${PORTVERSION}:x11-toolkits/rubygem-vte \
rubygem-vte3>=${PORTVERSION}:x11-toolkits/rubygem-vte3
USES= metaport
.include <bsd.port.mk>