pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libopus
Module Name: pkgsrc
Committed By: wiz
Date: Fri Apr 26 15:42:53 UTC 2024
Modified Files:
pkgsrc/audio/libopus: Makefile
Log Message:
libopus: try fixing build on arm
The build there seems to run a perl script, so replace the perl
interpreter and tool-depend on perl.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/audio/libopus/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/libopus/Makefile
diff -u pkgsrc/audio/libopus/Makefile:1.19 pkgsrc/audio/libopus/Makefile:1.20
--- pkgsrc/audio/libopus/Makefile:1.19 Sat Apr 13 05:31:29 2024
+++ pkgsrc/audio/libopus/Makefile Fri Apr 26 15:42:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2024/04/13 05:31:29 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/04/26 15:42:53 wiz Exp $
DISTNAME= opus-1.5.2
PKGNAME= lib${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE= https://opus-codec.org/
COMMENT= Totally open, royalty-free, highly versatile audio codec library
LICENSE= modified-bsd
+TOOL_DEPENDS+= perl-[0-9]*:../../lang/perl5
+
SUPERSEDES= opus<=1.0.2
USE_LIBTOOL= yes
@@ -19,6 +21,8 @@ TEST_TARGET= check
PKGCONFIG_OVERRIDE+= opus.pc.in
+REPLACE_PERL+= celt/arm/arm2gnu.pl
+
.include "options.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index