gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6000: guile sdl2...


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6000: guile sdl2...
Date: Tue, 16 Oct 2018 16:19:24 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6000
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Tue 2018-10-16 13:19:13 -0700
message:
  guile sdl2...
added:
  pkg/other/guile-sdl2/          guilesdl2-20181016201646-8h2w5d4k6ennbdop-1
  pkg/other/guile-sdl2/Makefile  makefile-20181016201646-8h2w5d4k6ennbdop-4
  pkg/other/guile-sdl2/config.mk config.mk-20181016201646-8h2w5d4k6ennbdop-2
  pkg/other/guile-sdl2/gpg-keyring gpgkeyring-20181016201646-8h2w5d4k6ennbdop-3
  pkg/other/guile-sdl2/sha256sums sha256sums-20181016201646-8h2w5d4k6ennbdop-5
modified:
  pkg/gnu/gcc8/config.mk         config.mk-20170628194429-srkt1490zr0iclwh-1
  pkg/gnu/guile-sdl/Makefile     makefile-20160617014725-uokjfnggs70iry9h-1002
=== modified file 'pkg/gnu/gcc8/config.mk'
--- a/pkg/gnu/gcc8/config.mk    2018-08-27 00:34:09 +0000
+++ b/pkg/gnu/gcc8/config.mk    2018-10-16 20:19:13 +0000
@@ -28,6 +28,8 @@
 #
 #CONFIGURE_ARGS += 
 
+CFLAGS+=-fno-split-stack
+
 CONFIGURE_OPTS = --program-suffix=-8  \
 --with-local-prefix=$(prefix) \
 --with-gmp=$(prefix) \

=== modified file 'pkg/gnu/guile-sdl/Makefile'
--- a/pkg/gnu/guile-sdl/Makefile        2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/guile-sdl/Makefile        2018-10-16 20:19:13 +0000
@@ -24,6 +24,7 @@
 Guile-SDL is a set of bindings to the Simple DirectMedia Layer (SDL).
 With them, Guile programmers can have easy access to graphics, sound
 and device input (keyboards, joysticks, mice, etc.).
+See also "other/guile-sdl2"
 endef
 
 ######################################################################

=== added directory 'pkg/other/guile-sdl2'
=== added file 'pkg/other/guile-sdl2/Makefile'
--- a/pkg/other/guile-sdl2/Makefile     1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-sdl2/Makefile     2018-10-16 20:19:13 +0000
@@ -0,0 +1,44 @@
+# Copyright ©2018 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    guile-sdl2
+GARNAME = guile-sdl2
+GARVERSION = 0.3.1
+HOME_URL =  http://dthompson.us/projects/guile-sdl2.html
+DESCRIPTION = guile scheme SDL2 (Simple DirectMedia Layer 2)  wrapper
+define BLURB
+Guile scheme SDL2 (Simple DirectMedia Layer 2)  wrapper. See also
+"gnu/sdl"
+endef
+
+######################################################################
+MASTER_SITES = https://files.dthompson.us/
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.gz 
+SIGFILES  = #$(DISTNAME).tar.gz.asc
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+

=== added file 'pkg/other/guile-sdl2/config.mk'
--- a/pkg/other/guile-sdl2/config.mk    1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-sdl2/config.mk    2018-10-16 20:19:13 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/guile-sdl2/gpg-keyring'
Binary files a/pkg/other/guile-sdl2/gpg-keyring 1970-01-01 00:00:00 +0000 and 
b/pkg/other/guile-sdl2/gpg-keyring        2018-10-16 20:19:13 +0000 differ
=== added file 'pkg/other/guile-sdl2/sha256sums'
--- a/pkg/other/guile-sdl2/sha256sums   1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-sdl2/sha256sums   2018-10-16 20:19:13 +0000
@@ -0,0 +1,1 @@
+c4cc2064acf4505a84c8ad87fc8af0236935ec74feccc2ac5a6482d4a9e8872f  
download/guile-sdl2-0.3.1.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]