wcslib, bump to 8.4 (#13322)

This commit is contained in:
Schrijvers Luc
2025-12-03 15:59:34 +01:00
committed by GitHub
parent 1866d23350
commit 169f49b42d
2 changed files with 17 additions and 16 deletions

View File

@@ -1,14 +1,14 @@
From 619f1d199dd6451f82659827792348bfc54d0610 Mon Sep 17 00:00:00 2001
From 6bc093d52a5c61ac20119c74ec40cb0d1818b8e8 Mon Sep 17 00:00:00 2001
From: Gabriele Baldassarre <gabriele@gabrielebaldassarre.com>
Date: Sun, 10 May 2020 22:41:35 +0000
Subject: Changed -lsocket to -lnetwork
diff --git a/configure.ac b/configure.ac
index 4b5c521..317e90a 100644
index 70d069b..d88880f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -434,7 +434,7 @@ if test "x$with_cfitsio" != xno -o \
@@ -472,7 +472,7 @@ if test "x$with_cfitsio" != xno -o \
AC_CHECK_FILE([$INCDIR/fitsio.h], [CFITSIOINC="-I$INCDIR"; break])
done
@@ -18,5 +18,5 @@ index 4b5c521..317e90a 100644
[$CFITSIOLIB $LIBS])
--
2.26.0
2.51.0

View File

@@ -5,11 +5,12 @@ that implements the World Coordinate System (WCS) convention in FITS \
this package doesn't include PGBOX (routines for drawing general curvilinear \
coordinate graticules) and related utilities."
HOMEPAGE="https://www.atnf.csiro.au/people/mcalabre/WCS/"
COPYRIGHT="1995-2022 Mark Calabretta - Australia Telescope National Facility, CSIRO."
LICENSE="GNU GPL v3"
COPYRIGHT="1995-2024 Mark Calabretta - Australia Telescope National Facility, CSIRO."
LICENSE="GNU GPL v3
GNU LGPL v3"
REVISION="1"
SOURCE_URI="ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-$portVersion.tar.bz2"
CHECKSUM_SHA256="163dcfea0e07aaffe4e1dd97abc299ea4d60c680e8bb14dd394dc3ee0934d84e"
CHECKSUM_SHA256="960b844426d14a8b53cdeed78258aa9288cded99a7732c0667c64fa6a50126dc"
PATCHES="wcslib-$portVersion.patchset"
ARCHITECTURES="all !x86_gcc2 ?arm ?ppc ?sparc"
@@ -42,26 +43,26 @@ PROVIDES_devel="
"
REQUIRES_devel="
wcslib$secondaryArchSuffix == $portVersion base
haiku$secondaryArchSuffix
lib:libcfitsio$secondaryArchSuffix
lib:libgfortran$secondaryArchSuffix
"
PROVIDES_utils="
wcslib${secondaryArchSuffix}_utils = $portVersion
PROVIDES_tools="
wcslib${secondaryArchSuffix}_tools = $portVersion
cmd:hpxcvt$commandSuffix = $portVersionCompat
cmd:fitshdr$commandSuffix = $portVersionCompat
cmd:sundazel$commandSuffix = $portVersionCompat
cmd:tofits$commandSuffix = $portVersionCompat
cmd:wcsware$commandSuffix = $portVersionCompat
"
REQUIRES_utils="
REQUIRES_tools="
wcslib$secondaryArchSuffix == $portVersion base
haiku$secondaryArchSuffix
lib:libcfitsio$secondaryArchSuffix
lib:libgfortran$secondaryArchSuffix
lib:libquadmath$secondaryArchSuffix
"
REPLACES_tools="
wcslib${secondaryArchSuffix}_utils
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
@@ -76,7 +77,7 @@ BUILD_PREREQUIRES="
cmd:gfortran$secondaryArchSuffix
cmd:make
cmd:xargs
"
"
defineDebugInfoPackage wcslib$secondaryArchSuffix \
"$libDir"/libwcs.so.$libVersion
@@ -98,7 +99,7 @@ INSTALL()
{
make install
rm -f $libDir/libwcs-7.8.a
rm -f $libDir/*.a
prepareInstalledDevelLib libwcs
fixPkgconfig
@@ -109,7 +110,7 @@ INSTALL()
$developDir
# utils package
packageEntries utils \
packageEntries tools \
$commandBinDir \
$manDir
}