summaryrefslogtreecommitdiff
path: root/devel/guile-gnome
AgeCommit message (Collapse)AuthorFilesLines
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-1/+2
2016-09-15Bump minimum required versions of dependencies so they're consistentlywiz1-2/+3
using guile20.
2016-09-15Whitespace fix for pkglint.wiz1-2/+2
2016-09-15Update to 2.16.4 and switch to guile20gdt3-26/+10
Add TEST_TARGET. Some tests fail, but the calendar example runs. Upstream changes: Guile-Gnome-Platform 2.16.4 - David Pirotte, 2015-12-08 ======================================================= This release fixes a serious bug, leading to a runtime error for Guile-Gnome built against Gcc >= 5.0. Glib ---- * glib/gnome/gobject/gclosure.c: gcc_please_look_the_other_way must be declared volatile. guile-gnome-platform 2.16.3 - David Pirotte, 2015-07-30 ======================================================= The primary objectives, working towards this release, were (1) to remove all code specific to the support of guile versions prior to guile 2, (2) getting rid of all guile related deprecated messages [that second part of the mission almost completed, there is still one corba related deprecated warning message, help to resolve that last one is welcome!], and (3) wrap gdk_pixbuf_get_pixels required by guile-clutter 1.12. All modules ----------- * Guile-Gnome now requires Guile 2.0, allows Guile 2.2 * Requires G-Wrap >= 1.9.15 * Requires Guile-Cairo >= 1.10 Note that at the time we write, Guile-Cairo 1.10 has not been released yey, it will hopefully soon be the case. In the mean time, the required bleeding edge Guile-Cairo stable version must be obtained from the source, see: http://www.nongnu.org/guile-cairo/dev/ * toplevel calls moved into an eval-when conditions exp... * scm-error incorrect arg list, various calls, all fixed. * all [but 1 Corba related] Guile deprecated calls removed * remove use of some undocumented GOOPS internals * adapt to GOOPS changes in Guile 2.2 * make check and make distcheck both have been fixed to work with recent automake versions [thanks to Ludovic Courtés for his help wrt to make check] Corba ----- * fixing allocate-instance for <CORBA:Object> * gnome-corba-error, gruntime-error, don't call save-stack [deprecated] Glib ---- * g_get_current_time now [temporarily] ignored, it was not properly wrapped anyway. * <glib-wrapset> missing some basic pointer types: guint8*, guchar*, gunichar*, gunichar2* added and wrapped as opaque pointers. * scm_c_gparam_construct 4th argument type definition fixed * use &gw-bad-typespec, not &gw:bad-typespec, fixed. Gdk-Pixbuf ---------- * gdk_pixbuf_get_pixels removed from the ignore list, it returns a guchar*, just added, no specific wrapper needed. Gtk --- * gtk_recent_info_get_application_info should [temporarily] be ignored, it needs a special wrapper, to be done still.
2016-09-15After guile's and guile20's installation prefixes have changed, it's timewiz2-4/+4
to bump their dependencies (except those that were bumped in the last 24 hours already).
2016-08-03Revbump after graphics/gd updateadam1-2/+2
2016-03-05Bump PKGREVISION for security/openssl ABI bump.jperkin1-1/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-07Update to 2.16.2. All patches were from upstream (or perhapsgdt10-122/+23
accepted). Add one new patch to avoid including glib sub-headers, just sent upstream. guile-gnome-platform 2.16.2 -- 2012-09-05 ========================================= [bug fixes omitted -gdt] packaging changes ----------------- * If Guile is new enough, tab completion at the REPL will cause all "latent" bindings to become present. This makes it easier to explore the API. gtk --- * Add overrides with parameter annotations for methods of GtkPrintOperation (bug #603211). Thanks to Patrick Bernaud. * Add wrapper for gtk_tree_view_get_path_at_pos(). Thanks to Patrick Bernaud. * The GtkTextBuffer API now uses UTF-8 for Guile 2.0. Thanks to Mark Weaver. There is more work to do regarding UTF-8 and Guile 2.0, though.
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn1-2/+2
2014-05-05Recursive revbump from x11/pixmanryoon1-2/+2
Fix PR pkg/48777
2014-02-12Recursive PKGREVISION bump for OpenSSL API version bump.tron1-2/+2
2014-01-01Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump.wiz1-2/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon1-2/+2
2013-10-09recursive bump for libmng-2.0.2 shlib major bump and dependency changewiz1-2/+2
2013-09-02Revbump after cairo updateadam1-2/+2
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-10-08Revbump after updating graphics/pangoadam1-2/+2
2012-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache2-3/+4
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-05-05Fix build with latest glib2dholland3-1/+33
2012-05-04Fix build with gcc 4.6.hans3-1/+29
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-01-24Recursive dependency bump for databases/gdbm ABI_DEPENDS change.sbd1-2/+2
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache1-2/+2
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-05-20add buildlink3.mk file for other pkgsdmcmahill1-0/+15
2011-05-13Add user-destdir support.gdt1-1/+3
2011-05-13Fix compilation when building against gtk+ >= 2.18. Patches from the upstreamdmcmahill5-2/+64
sources. This should address PR pkg/42508. While here add the LICENSE setting.
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-03-24Recursive revision bump for GMP update.asau1-2/+2
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-12-15Recursive bump for libltdljoerg1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+3