gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10145: SDL2 added


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10145: SDL2 added
Date: Tue, 16 Apr 2024 20:54:54 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10145
revision-id: carlhansen1234@gmail.com-20240417005448-5o02w07smsiyzoxp
parent: carlhansen@gnu.org-20240416214929-jy5ia96mj4hgn2wu
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Tue 2024-04-16 17:54:48 -0700
message:
  SDL2 added
removed:
  pkg/external/libsdl/           libsdl-20160617013639-z5fu1hm2di316w5v-35
  pkg/external/libsdl/Makefile   makefile-20160617013639-z5fu1hm2di316w5v-100
  pkg/external/libsdl_gfx/       libsdl_gfx-20160617013639-z5fu1hm2di316w5v-36
  pkg/external/libsdl_gfx/Makefile makefile-20160617013639-z5fu1hm2di316w5v-101
  pkg/external/libsdl_image/     libsdl_image-20160617013639-z5fu1hm2di316w5v-37
  pkg/external/libsdl_image/Makefile 
makefile-20160617013639-z5fu1hm2di316w5v-102
  pkg/external/libsdl_mixer/     libsdl_mixer-20160617013639-z5fu1hm2di316w5v-38
  pkg/external/libsdl_mixer/Makefile 
makefile-20160617013639-z5fu1hm2di316w5v-103
  pkg/external/libsdl_ttf/       libsdl_ttf-20160617013639-z5fu1hm2di316w5v-39
  pkg/external/libsdl_ttf/Makefile makefile-20160617013639-z5fu1hm2di316w5v-104
added:
  pkg/other/SDL2/                libsdl-20240417002314-1juwayh2hz9gfs11-1
  pkg/other/SDL2/Makefile        makefile-20240417002314-1juwayh2hz9gfs11-3
  pkg/other/SDL2/config.mk       config.mk-20240417002314-1juwayh2hz9gfs11-2
  pkg/other/SDL2/sha256sums      sha256sums-20240417002314-1juwayh2hz9gfs11-4
=== removed directory 'pkg/external/libsdl'
=== removed file 'pkg/external/libsdl/Makefile'
--- a/pkg/external/libsdl/Makefile      2016-06-17 19:08:15 +0000
+++ b/pkg/external/libsdl/Makefile      1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-GARNAME = SDL
-GARVERSION = 1.2.15
-HOME_URL = http://www.libsdl.org/
-DESCRIPTION = A cross-platform multimedia library
-LIBFILES = SDL
-include ../../gar.lib/external.mk

=== removed directory 'pkg/external/libsdl_gfx'
=== removed file 'pkg/external/libsdl_gfx/Makefile'
--- a/pkg/external/libsdl_gfx/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/external/libsdl_gfx/Makefile  1970-01-01 00:00:00 +0000
@@ -1,7 +0,0 @@
-GARNAME = SDL_gfx
-GARVERSION = 2.0.24
-MAJORVERSION = 2.0
-HOME_URL = http://www.ferzkopp.net
-DESCRIPTION = A cross-platform multimedia library
-LIBFILES = SDL_gfx
-include ../../gar.lib/external.mk

=== removed directory 'pkg/external/libsdl_image'
=== removed file 'pkg/external/libsdl_image/Makefile'
--- a/pkg/external/libsdl_image/Makefile        2016-06-17 19:08:15 +0000
+++ b/pkg/external/libsdl_image/Makefile        1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-GARNAME = SDL_image
-GARVERSION = 1.2.12
-HOME_URL = http://www.libsdl.org
-DESCRIPTION = A cross-platform multimedia library
-LIBFILES = SDL_image
-include ../../gar.lib/external.mk

=== removed directory 'pkg/external/libsdl_mixer'
=== removed file 'pkg/external/libsdl_mixer/Makefile'
--- a/pkg/external/libsdl_mixer/Makefile        2016-06-17 19:08:15 +0000
+++ b/pkg/external/libsdl_mixer/Makefile        1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-GARNAME = SDL_mixer
-GARVERSION = 1.2.12
-HOME_URL = http://www.libsdl.org
-DESCRIPTION = A cross-platform multimedia library
-LIBFILES = SDL_mixer
-include ../../gar.lib/external.mk

=== removed directory 'pkg/external/libsdl_ttf'
=== removed file 'pkg/external/libsdl_ttf/Makefile'
--- a/pkg/external/libsdl_ttf/Makefile  2016-06-17 19:08:15 +0000
+++ b/pkg/external/libsdl_ttf/Makefile  1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-GARNAME = SDL_ttf
-GARVERSION = 2.0.11
-HOME_URL = http://www.libsdl.org
-DESCRIPTION = A cross-platform multimedia library
-LIBFILES = SDL_ttf
-include ../../gar.lib/external.mk

=== added directory 'pkg/other/SDL2'
=== added file 'pkg/other/SDL2/Makefile'
--- a/pkg/other/SDL2/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/SDL2/Makefile   2024-04-17 00:54:48 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2024 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# 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 bug-gsrc@gnu.org
+
+
+NAME =    SDL2
+GARNAME = SDL2
+GARVERSION = 2.30.2
+HOME_URL = https://libsdl.org
+DESCRIPTION =  Simple Direct Layer to video and media 
+define BLURB
+endef
+
+######################################################################
+
+#https://github.com/libsdl-org/SDL/releases/download/release-2.30.2/SDL2-2.30.2.tar.gz.sig
+MASTER_SITES = $(MASTER_GITHUB)/
+MASTER_SUBDIR =  libsdl-org/SDL/releases/download/release-$(GARVERSION)/
+
+DISTFILES =   SDL2-$(GARVERSION).tar.gz  
+SIGFILES =    SDL2-$(GARVERSION).tar.gz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/other/SDL2/config.mk'
--- a/pkg/other/SDL2/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/SDL2/config.mk  2024-04-17 00:54:48 +0000
@@ -0,0 +1,4 @@
+## Configuration options  ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/other/SDL2/sha256sums'
--- a/pkg/other/SDL2/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/SDL2/sha256sums 2024-04-17 00:54:48 +0000
@@ -0,0 +1,2 @@
+891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31  
download/SDL2-2.30.2.tar.gz
+de8f442acdbd9605b3e167089b9722d9071dcecbaaac032babe208c98d4fe314  
download/SDL2-2.30.2.tar.gz.sig


reply via email to

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