pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libreplaygain



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug 12 09:16:19 UTC 2025

Modified Files:
        pkgsrc/audio/libreplaygain: Makefile

Log Message:
libreplaygain: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libreplaygain/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/libreplaygain/Makefile
diff -u pkgsrc/audio/libreplaygain/Makefile:1.4 pkgsrc/audio/libreplaygain/Makefile:1.5
--- pkgsrc/audio/libreplaygain/Makefile:1.4     Tue Jan 24 18:36:20 2023
+++ pkgsrc/audio/libreplaygain/Makefile Tue Aug 12 09:16:19 2025
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2023/01/24 18:36:20 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2025/08/12 09:16:19 adam Exp $
 
-DISTNAME=              libreplaygain_r475
-PKGNAME=               libreplaygain-0rc475
-CATEGORIES=            audio
-MASTER_SITES=          http://files.musepack.net/source/
-
-MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=              https://www.musepack.net/
-COMMENT=               ReplayGain library for the musepack decoder
-LICENSE=               gnu-lgpl-v2.1
+DISTNAME=      libreplaygain_r475
+PKGNAME=       libreplaygain-0rc475
+CATEGORIES=    audio
+MASTER_SITES=  http://files.musepack.net/source/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://www.musepack.net/
+COMMENT=       ReplayGain library for the musepack decoder
+LICENSE=       gnu-lgpl-v2.1
+
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
 
 INSTALLATION_DIRS=     include/replaygain
 



Home | Main Index | Thread Index | Old Index