gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8918: update libtiff to 4.5.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8918: update libtiff to 4.5.0
Date: Sat, 7 Jan 2023 20:00:28 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8918
revision-id: carlhansen1234@gmail.com-20230108010022-d2nhb35ju0zm3eoj
parent: carlhansen1234@gmail.com-20230107230423-exzknujhdc4ccn4s
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-01-07 17:00:22 -0800
message:
  update libtiff to 4.5.0
modified:
  pkg/other/libtiff/Makefile     makefile-20211031231333-yk9ick1u1m7z7quo-3
=== modified file 'pkg/other/libtiff/Makefile'
--- a/pkg/other/libtiff/Makefile        2022-09-26 04:05:16 +0000
+++ b/pkg/other/libtiff/Makefile        2023-01-08 01:00:22 +0000
@@ -22,8 +22,9 @@
  
 NAME = libtiff
 GARNAME = libtiff
-GARVERSION = master
-HOME_URL = http://gitlab.com/libtiff
+GARVERSION = 4.5.0
+#HOME_URL = http://gitlab.com/libtiff
+HOME_URL =     http://www.simplesystems.org/libtiff/
 DESCRIPTION =  libtiff
 define BLURB
 lib for TIFF image format
@@ -33,18 +34,20 @@
 ######################################################################
 
 #https://gitlab.com/libtiff/libtiff/-/archive/master/libtiff-master.tar.bz2
-MASTER_SITES = https://gitlab.com/
-MASTER_SUBDIR = libtiff/libtiff/-/archive/master/
-
+#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 
 
+#https://download.osgeo.org/libtiff/tiff-4.5.0.tar.xz.sig
+MASTER_SITES = https://download.osgeo.org/ 
+MASTER_SUBDIR = libtiff/
+DISTNAME = tiff-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES =  $(DISTNAME).tar.xz.sig
+
+
 #WORKSRC = $(WORKDIR)/$(DISTNAME)/
 #CONFIGURE_SCRIPTS  = $(WORKDIR)/$(DISTNAME)/CMakeLists.txt
 


reply via email to

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