[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9417: update guile-png to 0.7.0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9417: update guile-png to 0.7.0 |
Date: |
Thu, 20 Jul 2023 00:31:36 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9417
revision-id: carlhansen1234@gmail.com-20230720043130-4943tqsbximzprcg
parent: carlhansen1234@gmail.com-20230718185102-pdednzt2z6o5c5ct
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Wed 2023-07-19 21:31:30 -0700
message:
update guile-png to 0.7.0
added:
pkg/other/guile-png/ guilepng-20230720043119-30g8gn2m8vgnokf4-1
pkg/other/guile-png/Makefile makefile-20230720043119-30g8gn2m8vgnokf4-3
pkg/other/guile-png/config.mk config.mk-20230720043119-30g8gn2m8vgnokf4-2
pkg/other/guile-png/sha256sums sha256sums-20230720043119-30g8gn2m8vgnokf4-4
=== added directory 'pkg/other/guile-png'
=== added file 'pkg/other/guile-png/Makefile'
--- a/pkg/other/guile-png/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-png/Makefile 2023-07-20 04:31:30 +0000
@@ -0,0 +1,53 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# https://gnu.org/s/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 = guile-png
+GARNAME = guile-png
+#UPSTREAMNAME = v
+GARVERSION = 0.7.0
+HOME_URL = https://github.com/artyom-poptsov/guile-png
+DESCRIPTION = Guile code for png
+define BLURB
+endef
+
+######################################################################
+# https://github.com/artyom-poptsov/guile-dsv/archive/refs/tags/v0.5.1.tar.gz
+# https://github.com/artyom-poptsov/guile-dsv.git
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = artyom-poptsov/$(GARNAME)/archive/refs/tags/
+DISTFILES = v$(GARVERSION).tar.gz
+SIGFILES =
+
+DISTNAME = v$(GARVERSION)
+
+
+BUILDDEPS =
+LIBDEPS =
+
+USE_AUTORECONF = y
+WORKSRC = $(WORKDIR)/$(GARNAME)-$(GARVERSION)
+
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk
+
=== added file 'pkg/other/guile-png/config.mk'
--- a/pkg/other/guile-png/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-png/config.mk 2023-07-20 04:31:30 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/other/guile-png/sha256sums'
--- a/pkg/other/guile-png/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/guile-png/sha256sums 2023-07-20 04:31:30 +0000
@@ -0,0 +1,1 @@
+4009701312b9248b3c3de9e172574a7c758050120cb4b68e5662537e359a3be4
download/v0.7.0.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9417: update guile-png to 0.7.0,
Carl Hansen <=