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:           Mon Jun 10 15:46:07 UTC 2024

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

Log Message:
libopus: fix PLIST for doc option

>From Robert Whitlock in PR 58333.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/libopus/PLIST
cvs rdiff -u -r1.3 -r1.4 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/PLIST
diff -u pkgsrc/audio/libopus/PLIST:1.5 pkgsrc/audio/libopus/PLIST:1.6
--- pkgsrc/audio/libopus/PLIST:1.5      Thu Mar  7 17:26:28 2024
+++ pkgsrc/audio/libopus/PLIST  Mon Jun 10 15:46:07 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2024/03/07 17:26:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/06/10 15:46:07 wiz Exp $
 include/opus/opus.h
 include/opus/opus_defines.h
 include/opus/opus_multistream.h
@@ -70,6 +70,7 @@ ${PLIST.doc}share/doc/opus/html/nav_fd.p
 ${PLIST.doc}share/doc/opus/html/nav_g.png
 ${PLIST.doc}share/doc/opus/html/nav_h.png
 ${PLIST.doc}share/doc/opus/html/nav_hd.png
+${PLIST.doc}share/doc/opus/html/navtree.css
 ${PLIST.doc}share/doc/opus/html/open.png
 ${PLIST.doc}share/doc/opus/html/opus_8h.html
 ${PLIST.doc}share/doc/opus/html/opus_8h__dep__incl.map
@@ -105,6 +106,7 @@ ${PLIST.doc}share/doc/opus/html/opus__ty
 ${PLIST.doc}share/doc/opus/html/opus_logo.svg
 ${PLIST.doc}share/doc/opus/html/plus.svg
 ${PLIST.doc}share/doc/opus/html/plusd.svg
+${PLIST.doc}share/doc/opus/html/resize.js
 ${PLIST.doc}share/doc/opus/html/search/all_0.js
 ${PLIST.doc}share/doc/opus/html/search/all_1.js
 ${PLIST.doc}share/doc/opus/html/search/all_2.js

Index: pkgsrc/audio/libopus/options.mk
diff -u pkgsrc/audio/libopus/options.mk:1.3 pkgsrc/audio/libopus/options.mk:1.4
--- pkgsrc/audio/libopus/options.mk:1.3 Fri Apr 26 15:43:05 2024
+++ pkgsrc/audio/libopus/options.mk     Mon Jun 10 15:46:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2024/04/26 15:43:05 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2024/06/10 15:46:07 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.libopus
 PKG_SUPPORTED_OPTIONS= doc
@@ -10,6 +10,8 @@ PLIST_VARS+=  doc
 .if !empty(PKG_OPTIONS:Mdoc)
 TOOL_DEPENDS+=         doxygen-[0-9]*:../../devel/doxygen
 PLIST.doc=             yes
+PRINT_PLIST_AWK+=      { if (/^share\/doc/) $$0 = "$${PLIST.doc}" $$0 }
+PRINT_PLIST_AWK+=      { if (/^man/) $$0 = "$${PLIST.doc}" $$0 }
 .else
 CONFIGURE_ARGS+=       --disable-doc
 .endif



Home | Main Index | Thread Index | Old Index