pkgsrc-Changes archive

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

CVS commit: pkgsrc/multimedia/libtheora-docs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 24 07:29:09 UTC 2023

Modified Files:
        pkgsrc/multimedia/libtheora-docs: Makefile PLIST

Log Message:
libtheora-docs: fix PLIST for latest doxygen and depend on it.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/multimedia/libtheora-docs/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/multimedia/libtheora-docs/PLIST

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

Modified files:

Index: pkgsrc/multimedia/libtheora-docs/Makefile
diff -u pkgsrc/multimedia/libtheora-docs/Makefile:1.14 pkgsrc/multimedia/libtheora-docs/Makefile:1.15
--- pkgsrc/multimedia/libtheora-docs/Makefile:1.14      Tue Oct  4 10:51:06 2022
+++ pkgsrc/multimedia/libtheora-docs/Makefile   Wed May 24 07:29:09 2023
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.14 2022/10/04 10:51:06 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2023/05/24 07:29:09 wiz Exp $
 
 .include "../../multimedia/libtheora/Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/theora/theora-docs/}
-PKGREVISION=   6
+PKGREVISION=   7
 COMMENT=       Video codec for Ogg multimedia streaming (API documentation)
 
-BUILD_DEPENDS+=        doxygen>=1.9.5:../../devel/doxygen
+TOOL_DEPENDS+= doxygen>=1.9.7:../../devel/doxygen
 
 CONFIGURE_ARGS+=       --disable-oggtest
 CONFIGURE_ARGS+=       --disable-vorbistest

Index: pkgsrc/multimedia/libtheora-docs/PLIST
diff -u pkgsrc/multimedia/libtheora-docs/PLIST:1.13 pkgsrc/multimedia/libtheora-docs/PLIST:1.14
--- pkgsrc/multimedia/libtheora-docs/PLIST:1.13 Tue Oct  4 10:51:06 2022
+++ pkgsrc/multimedia/libtheora-docs/PLIST      Wed May 24 07:29:09 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/10/04 10:51:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2023/05/24 07:29:09 wiz Exp $
 share/doc/libtheora-${PKGVERSION}/color.html
 share/doc/libtheora-${PKGVERSION}/doxygen-build.stamp
 share/doc/libtheora-${PKGVERSION}/draft-ietf-avt-rtp-theora-00.txt
@@ -6,22 +6,23 @@ share/doc/libtheora-${PKGVERSION}/draft-
 share/doc/libtheora-${PKGVERSION}/html/annotated.html
 share/doc/libtheora-${PKGVERSION}/html/bc_s.png
 share/doc/libtheora-${PKGVERSION}/html/bc_sd.png
-share/doc/libtheora-${PKGVERSION}/html/bdwn.png
 share/doc/libtheora-${PKGVERSION}/html/classes.html
 share/doc/libtheora-${PKGVERSION}/html/closed.png
 share/doc/libtheora-${PKGVERSION}/html/codec_8h.html
 share/doc/libtheora-${PKGVERSION}/html/codec_8h_source.html
 share/doc/libtheora-${PKGVERSION}/html/dir_000000.html
 share/doc/libtheora-${PKGVERSION}/html/dir_000001.html
-share/doc/libtheora-${PKGVERSION}/html/doc.png
-share/doc/libtheora-${PKGVERSION}/html/docd.png
+share/doc/libtheora-${PKGVERSION}/html/doc.svg
+share/doc/libtheora-${PKGVERSION}/html/docd.svg
 share/doc/libtheora-${PKGVERSION}/html/doxygen.css
 share/doc/libtheora-${PKGVERSION}/html/doxygen.png
 share/doc/libtheora-${PKGVERSION}/html/doxygen.svg
 share/doc/libtheora-${PKGVERSION}/html/dynsections.js
 share/doc/libtheora-${PKGVERSION}/html/files.html
-share/doc/libtheora-${PKGVERSION}/html/folderclosed.png
-share/doc/libtheora-${PKGVERSION}/html/folderopen.png
+share/doc/libtheora-${PKGVERSION}/html/folderclosed.svg
+share/doc/libtheora-${PKGVERSION}/html/folderclosedd.svg
+share/doc/libtheora-${PKGVERSION}/html/folderopen.svg
+share/doc/libtheora-${PKGVERSION}/html/folderopend.svg
 share/doc/libtheora-${PKGVERSION}/html/functions.html
 share/doc/libtheora-${PKGVERSION}/html/functions_vars.html
 share/doc/libtheora-${PKGVERSION}/html/globals.html
@@ -86,6 +87,7 @@ share/doc/libtheora-${PKGVERSION}/latex/
 share/doc/libtheora-${PKGVERSION}/latex/dir_000000.tex
 share/doc/libtheora-${PKGVERSION}/latex/dir_000001.tex
 share/doc/libtheora-${PKGVERSION}/latex/doxygen.sty
+share/doc/libtheora-${PKGVERSION}/latex/etoc_doxygen.sty
 share/doc/libtheora-${PKGVERSION}/latex/files.tex
 share/doc/libtheora-${PKGVERSION}/latex/group__basefuncs.tex
 share/doc/libtheora-${PKGVERSION}/latex/group__decfuncs.tex



Home | Main Index | Thread Index | Old Index