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:           Tue Sep 15 06:29:15 UTC 2026

Modified Files:
        pkgsrc/audio/libopus: Makefile PLIST options.mk

Log Message:
libopus: fix PLIST for doc option

depend on the appropriate doxygen and bump PKGREVISION

>From Robert Whitlock in PR 60730.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/audio/libopus/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/audio/libopus/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/libopus/options.mk

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.23 pkgsrc/audio/libopus/Makefile:1.24
--- pkgsrc/audio/libopus/Makefile:1.23  Sun Jan 18 14:28:57 2026
+++ pkgsrc/audio/libopus/Makefile       Tue Sep 15 06:29:15 2026
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2026/01/18 14:28:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2026/09/15 06:29:15 wiz Exp $
 
 DISTNAME=      opus-1.6.1
 PKGNAME=       lib${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    audio
 MASTER_SITES=  https://downloads.xiph.org/releases/opus/
 

Index: pkgsrc/audio/libopus/PLIST
diff -u pkgsrc/audio/libopus/PLIST:1.8 pkgsrc/audio/libopus/PLIST:1.9
--- pkgsrc/audio/libopus/PLIST:1.8      Thu Jun 19 06:08:35 2025
+++ pkgsrc/audio/libopus/PLIST  Tue Sep 15 06:29:15 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/06/19 06:08:35 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/09/15 06:29:15 wiz Exp $
 include/opus/opus.h
 include/opus/opus_defines.h
 include/opus/opus_multistream.h
@@ -24,19 +24,20 @@ ${PLIST.doc}man/man3/opus_repacketizer.3
 ${PLIST.doc}man/man3/opus_types.h.3
 share/aclocal/opus.m4
 ${PLIST.doc}share/doc/opus/html/clipboard.js
+${PLIST.doc}share/doc/opus/html/codefolding.js
 ${PLIST.doc}share/doc/opus/html/cookie.js
 ${PLIST.doc}share/doc/opus/html/customdoxygen.css
 ${PLIST.doc}share/doc/opus/html/dir_d436eb0fd9de10b54a828ce6435f7e81.html
 ${PLIST.doc}share/doc/opus/html/dir_d436eb0fd9de10b54a828ce6435f7e81.js
 ${PLIST.doc}share/doc/opus/html/doxygen.svg
 ${PLIST.doc}share/doc/opus/html/doxygen_crawl.html
-${PLIST.doc}share/doc/opus/html/dynsections.js
 ${PLIST.doc}share/doc/opus/html/files.html
 ${PLIST.doc}share/doc/opus/html/files_dup.js
 ${PLIST.doc}share/doc/opus/html/globals.html
 ${PLIST.doc}share/doc/opus/html/globals_defs.html
 ${PLIST.doc}share/doc/opus/html/globals_func.html
 ${PLIST.doc}share/doc/opus/html/globals_type.html
+${PLIST.doc}share/doc/opus/html/graph_legend.dot.cmapx
 ${PLIST.doc}share/doc/opus/html/graph_legend.html
 ${PLIST.doc}share/doc/opus/html/graph_legend.md5
 ${PLIST.doc}share/doc/opus/html/graph_legend.png
@@ -65,7 +66,6 @@ ${PLIST.doc}share/doc/opus/html/group__o
 ${PLIST.doc}share/doc/opus/html/group__opus__repacketizer.html
 ${PLIST.doc}share/doc/opus/html/group__opus__repacketizer.js
 ${PLIST.doc}share/doc/opus/html/index.html
-${PLIST.doc}share/doc/opus/html/jquery.js
 ${PLIST.doc}share/doc/opus/html/menu.js
 ${PLIST.doc}share/doc/opus/html/menudata.js
 ${PLIST.doc}share/doc/opus/html/navtree.css

Index: pkgsrc/audio/libopus/options.mk
diff -u pkgsrc/audio/libopus/options.mk:1.5 pkgsrc/audio/libopus/options.mk:1.6
--- pkgsrc/audio/libopus/options.mk:1.5 Thu Jun 19 06:08:35 2025
+++ pkgsrc/audio/libopus/options.mk     Tue Sep 15 06:29:15 2026
@@ -1,14 +1,15 @@
-# $NetBSD: options.mk,v 1.5 2025/06/19 06:08:35 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2026/09/15 06:29:15 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libopus
 PKG_SUPPORTED_OPTIONS= doc
+PKG_SUGGESTED_OPTIONS= #
 
 .include "../../mk/bsd.options.mk"
 
 PLIST_VARS+=   doc
 
 .if !empty(PKG_OPTIONS:Mdoc)
-TOOL_DEPENDS+=         doxygen>=1.14:../../devel/doxygen
+TOOL_DEPENDS+=         doxygen>=1.18:../../devel/doxygen
 PLIST.doc=             yes
 PRINT_PLIST_AWK+=      { if (/^share\/doc/) $$0 = "$${PLIST.doc}" $$0 }
 PRINT_PLIST_AWK+=      { if (/^man/) $$0 = "$${PLIST.doc}" $$0 }



Home | Main Index | Thread Index | Old Index