pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libcuefile



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 12 09:15:14 UTC 2025

Modified Files:
        pkgsrc/audio/libcuefile: Makefile

Log Message:
libcuefile: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/libcuefile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libcuefile/Makefile
diff -u pkgsrc/audio/libcuefile/Makefile:1.3 pkgsrc/audio/libcuefile/Makefile:1.4
--- pkgsrc/audio/libcuefile/Makefile:1.3        Tue Jan 24 18:36:19 2023
+++ pkgsrc/audio/libcuefile/Makefile    Tue Aug 12 09:15:14 2025
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.3 2023/01/24 18:36:19 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2025/08/12 09:15:14 adam Exp $
 
-DISTNAME=              libcuefile_r475
-PKGNAME=               libcuefile-0rc475
-CATEGORIES=            audio
-MASTER_SITES=          http://files.musepack.net/source/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://www.musepack.net/
-COMMENT=               CUE File library for the musepack decoder
-LICENSE=               gnu-gpl-v2
+DISTNAME=      libcuefile_r475
+PKGNAME=       libcuefile-0rc475
+CATEGORIES=    audio
+MASTER_SITES=  http://files.musepack.net/source/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.musepack.net/
+COMMENT=       CUE File library for the musepack decoder
+LICENSE=       gnu-gpl-v2
+
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 INSTALLATION_DIRS=     include/cuetools
 



Home | Main Index | Thread Index | Old Index