pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libplacebo: Set DIST_SUBDIR to avoid problems with fast_float.h
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Dec 31 16:09:37 2023 +0100
Changeset: 159ac73528e117d750119f53e3774b46ac6144c5
Modified Files:
libplacebo/Makefile
libplacebo/distinfo
Log Message:
libplacebo: Set DIST_SUBDIR to avoid problems with fast_float.h
fast_float.h is an unversioned distfile and if for any reason we would
need to update it we will have problems without having a DIST_SUBDIR
set!
Pointed out by pkglint.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=159ac73528e117d750119f53e3774b46ac6144c5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libplacebo/Makefile | 3 +++
libplacebo/distinfo | 12 ++++++------
2 files changed, 9 insertions(+), 6 deletions(-)
diffs:
diff --git a/libplacebo/Makefile b/libplacebo/Makefile
index d662a4345d..cf219720e4 100644
--- a/libplacebo/Makefile
+++ b/libplacebo/Makefile
@@ -9,6 +9,9 @@ FAST_FLOAT_H= fast_float.h
SITES.${FAST_FLOAT_H}= https://github.com/fastfloat/fast_float/releases/download/v6.0.0/
DISTFILES= ${DEFAULT_DISTFILES} ${FAST_FLOAT_H}
+# Needed for fast_float.h that is an unversioned distfile
+DIST_SUBDIR= ${PKGNAME_NOREV}
+
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://code.videolan.org/videolan/libplacebo
COMMENT= GPU-accelerated image/video processing primitives and shaders
diff --git a/libplacebo/distinfo b/libplacebo/distinfo
index 09c169db0d..ec29b6c995 100644
--- a/libplacebo/distinfo
+++ b/libplacebo/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-BLAKE2s (fast_float.h) = dc9754b685f47fc6d6e0cba321b804829b6dda01f30f47c676374172bff12baf
-SHA512 (fast_float.h) = 85d4b85e03bdf42fe2f6d6ba40dfc2e85552c3367272e57469a274e7b9a283fc5953e1554dfe668be45bb08334e60ae91623faa4375fdea63d86a8c3b393e00f
-Size (fast_float.h) = 128947 bytes
-BLAKE2s (libplacebo-v6.338.1.tar.gz) = 8f0736a5de08a9b7c592c1d7fb589c5eefc2a6bef83d2c38de10cccabbf813ab
-SHA512 (libplacebo-v6.338.1.tar.gz) = a538a26552bda77af98264abde0e721c967f0c5eba73c0ffdff3cc7f52a4505ee5b618b99884becf502546261ff6e48881900ce7c782c5495ee3a6728dca9eb1
-Size (libplacebo-v6.338.1.tar.gz) = 840798 bytes
+BLAKE2s (libplacebo-6.338.1/fast_float.h) = dc9754b685f47fc6d6e0cba321b804829b6dda01f30f47c676374172bff12baf
+SHA512 (libplacebo-6.338.1/fast_float.h) = 85d4b85e03bdf42fe2f6d6ba40dfc2e85552c3367272e57469a274e7b9a283fc5953e1554dfe668be45bb08334e60ae91623faa4375fdea63d86a8c3b393e00f
+Size (libplacebo-6.338.1/fast_float.h) = 128947 bytes
+BLAKE2s (libplacebo-6.338.1/libplacebo-v6.338.1.tar.gz) = 8f0736a5de08a9b7c592c1d7fb589c5eefc2a6bef83d2c38de10cccabbf813ab
+SHA512 (libplacebo-6.338.1/libplacebo-v6.338.1.tar.gz) = a538a26552bda77af98264abde0e721c967f0c5eba73c0ffdff3cc7f52a4505ee5b618b99884becf502546261ff6e48881900ce7c782c5495ee3a6728dca9eb1
+Size (libplacebo-6.338.1/libplacebo-v6.338.1.tar.gz) = 840798 bytes
Home |
Main Index |
Thread Index |
Old Index