along with this plugin; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+mit-scheme-pucked-gl 0.2 - Matt Birkholz, 2018-03-20
+====================================================
+
+Use with-glib-lock as required by the new version of the gtk plugin.
+
mit-scheme-pucked-gl 0.1 - Matt Birkholz, 2016-06-12
====================================================
AC_PREREQ([2.69])
AC_INIT([MIT/GNU Scheme Pucked gl plugin],
- [0.1],
+ [0.2],
[matt@birchwood-abbey.net],
[mit-scheme-pucked-gl])
AC_CONFIG_SRCDIR([gl.pkg])
+mit-scheme-pucked-gl (0.2) birchwood; urgency=low
+
+ * Use with-glib-lock as required by the new version of the gtk plugin.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net> Tue, 20 Mar 20188 00:00:00 -0700
+
mit-scheme-pucked-gl (0.1) birchwood; urgency=low
* Initial Debianization.
Priority: optional
Maintainer: Matt Birkholz <matt@birchwood-abbey.net>
Build-Depends: debhelper (>= 9), autotools-dev, libltdl-dev,
- mit-scheme-pucked-gtk (>= 0.5),
+ mit-scheme-pucked-gtk (>= 0.6),
texinfo, texlive,
libglu1-mesa-dev
Standards-Version: 3.9.4
Package: mit-scheme-pucked-gl
Architecture: any
-Depends: mit-scheme-pucked-gtk (>= 0.5), ${shlibs:Depends}, ${misc:Depends}
+Depends: mit-scheme-pucked-gtk (>= 0.6), ${shlibs:Depends}, ${misc:Depends}
Description: OpenGL plugin for MIT/GNU Scheme Pucked
This package provides mit-scheme-pucked with a dynamically loadable
wrapper of a small portion of the OpenGL C API as implemented by the
(with-loader-base-uri (system-library-uri "gl/")
(lambda ()
(load-package-set "gl")))
-(add-subsystem-identification! "GL" '(0 1))
\ No newline at end of file
+(add-subsystem-identification! "GL" '(0 2))
\ No newline at end of file