From e0b1ff83d37bfc5020f2e32f1156cc629f4434d6 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 5 Jul 2022 11:12:04 +0200 Subject: [PATCH] tiff: new version 4.3.0, use YAML variants file --- Libraries/tiff/4/variants | 2 -- Libraries/tiff/build | 3 +-- Libraries/tiff/files/variants.yaml | 5 +++++ 3 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 Libraries/tiff/4/variants create mode 100644 Libraries/tiff/files/variants.yaml diff --git a/Libraries/tiff/4/variants b/Libraries/tiff/4/variants deleted file mode 100644 index 3ab9fef..0000000 --- a/Libraries/tiff/4/variants +++ /dev/null @@ -1,2 +0,0 @@ -tiff/4.0.3 stable -tiff/4.0.9 stable diff --git a/Libraries/tiff/build b/Libraries/tiff/build index 451374c..b6734f1 100755 --- a/Libraries/tiff/build +++ b/Libraries/tiff/build @@ -1,7 +1,6 @@ #!/usr/bin/env modbuild -pbuild::set_download_url "ftp://download.osgeo.org/libtiff/$P-${V_PKG}.tar.gz" - +pbuild::set_download_url "https://download.osgeo.org/libtiff/$P-${V_PKG}.tar.gz" CC=gcc pbuild::add_to_group 'Libraries' diff --git a/Libraries/tiff/files/variants.yaml b/Libraries/tiff/files/variants.yaml new file mode 100644 index 0000000..e31c5bc --- /dev/null +++ b/Libraries/tiff/files/variants.yaml @@ -0,0 +1,5 @@ +overlay: base +relstage: stable +tiff/4.0.3: +tiff/4.0.9: +tiff/4.3.0: