gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7879: update libtiff to master


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7879: update libtiff to master
Date: Sun, 31 Oct 2021 19:13:45 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7879
revision-id: carlhansen1234@gmail.com-20211031231341-t4antsds87sasavf
parent: carlhansen1234@gmail.com-20211031230437-nmfa8v2426qkunb8
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sun 2021-10-31 16:13:41 -0700
message:
  update libtiff to master
added:
  pkg/other/libtiff/             libtiff-20211031231333-yk9ick1u1m7z7quo-1
  pkg/other/libtiff/Makefile     makefile-20211031231333-yk9ick1u1m7z7quo-3
  pkg/other/libtiff/config.mk    config.mk-20211031231333-yk9ick1u1m7z7quo-2
=== added directory 'pkg/other/libtiff'
=== added file 'pkg/other/libtiff/Makefile'
--- a/pkg/other/libtiff/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtiff/Makefile        2021-10-31 23:13:41 +0000
@@ -0,0 +1,58 @@
+# Copyright © 2021 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 = libtiff
+GARNAME = libtiff
+GARVERSION = master
+HOME_URL = http://gitlab.com/libtiff
+DESCRIPTION =  libtiff
+define BLURB
+endef
+LICENSE = MIT license
+
+######################################################################
+
+#https://gitlab.com/libtiff/libtiff/-/archive/master/libtiff-master.tar.bz2
+MASTER_SITES = https://gitlab.com/
+MASTER_SUBDIR = libtiff/libtiff/-/archive/master/
+
+#GIT_PATH = $(MASTER_SITES)$(MASTER_SUBDIR)$(GARNAME).git
+#https://github.com/tensor-compiler/taco.git
+DISTNAME = $(GARNAME)-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.bz2
+NOCHECKSUM = $(DISTFILES)
+SIGFILES =
+
+#GIT_REVISION = master 
+
+#WORKSRC = $(WORKDIR)/$(DISTNAME)/
+#CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
+
+BUILDDEPS =
+LIBDEPS =
+
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+

=== added file 'pkg/other/libtiff/config.mk'
--- a/pkg/other/libtiff/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/other/libtiff/config.mk       2021-10-31 23:13:41 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=


reply via email to

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