Sat Apr 27 07:33:35 2024 UTC (16d)
ffmpeg6: fix PLIST when doc option is on


(adam)
diff -r1.2 -r1.3 pkgsrc/multimedia/ffmpeg6/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/multimedia/ffmpeg6/PLIST (expand / switch to unified diff)

--- pkgsrc/multimedia/ffmpeg6/PLIST 2023/11/13 15:46:54 1.2
+++ pkgsrc/multimedia/ffmpeg6/PLIST 2024/04/27 07:33:35 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2023/11/13 15:46:54 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.3 2024/04/27 07:33:35 adam Exp $
2bin/ffmpeg6 2bin/ffmpeg6
3bin/ffprobe6 3bin/ffprobe6
4include/ffmpeg6/libavcodec/ac3_parser.h 4include/ffmpeg6/libavcodec/ac3_parser.h
5include/ffmpeg6/libavcodec/adts_parser.h 5include/ffmpeg6/libavcodec/adts_parser.h
6include/ffmpeg6/libavcodec/avcodec.h 6include/ffmpeg6/libavcodec/avcodec.h
7include/ffmpeg6/libavcodec/avdct.h 7include/ffmpeg6/libavcodec/avdct.h
8include/ffmpeg6/libavcodec/avfft.h 8include/ffmpeg6/libavcodec/avfft.h
9include/ffmpeg6/libavcodec/bsf.h 9include/ffmpeg6/libavcodec/bsf.h
10include/ffmpeg6/libavcodec/codec.h 10include/ffmpeg6/libavcodec/codec.h
11include/ffmpeg6/libavcodec/codec_desc.h 11include/ffmpeg6/libavcodec/codec_desc.h
12include/ffmpeg6/libavcodec/codec_id.h 12include/ffmpeg6/libavcodec/codec_id.h
13include/ffmpeg6/libavcodec/codec_par.h 13include/ffmpeg6/libavcodec/codec_par.h
14include/ffmpeg6/libavcodec/d3d11va.h 14include/ffmpeg6/libavcodec/d3d11va.h
@@ -193,26 +193,27 @@ man/man1/ffmpeg-scaler6.1 @@ -193,26 +193,27 @@ man/man1/ffmpeg-scaler6.1
193man/man1/ffmpeg-utils6.1 193man/man1/ffmpeg-utils6.1
194man/man1/ffmpeg6.1 194man/man1/ffmpeg6.1
195man/man1/ffprobe-all6.1 195man/man1/ffprobe-all6.1
196man/man1/ffprobe6.1 196man/man1/ffprobe6.1
197man/man3/libavcodec6.3 197man/man3/libavcodec6.3
198man/man3/libavdevice6.3 198man/man3/libavdevice6.3
199man/man3/libavfilter6.3 199man/man3/libavfilter6.3
200man/man3/libavformat6.3 200man/man3/libavformat6.3
201man/man3/libavutil6.3 201man/man3/libavutil6.3
202man/man3/libswresample6.3 202man/man3/libswresample6.3
203man/man3/libswscale6.3 203man/man3/libswscale6.3
204${PLIST.doc}share/doc/ffmpeg6/bootstrap.min.css 204${PLIST.doc}share/doc/ffmpeg6/bootstrap.min.css
205share/doc/ffmpeg6/build_system.txt 205share/doc/ffmpeg6/build_system.txt
 206${PLIST.doc}share/doc/ffmpeg6/community.html
206${PLIST.doc}share/doc/ffmpeg6/default.css 207${PLIST.doc}share/doc/ffmpeg6/default.css
207${PLIST.doc}share/doc/ffmpeg6/developer.html 208${PLIST.doc}share/doc/ffmpeg6/developer.html
208share/doc/ffmpeg6/errno.txt 209share/doc/ffmpeg6/errno.txt
209${PLIST.doc}share/doc/ffmpeg6/faq.html 210${PLIST.doc}share/doc/ffmpeg6/faq.html
210${PLIST.doc}share/doc/ffmpeg6/fate.html 211${PLIST.doc}share/doc/ffmpeg6/fate.html
211${PLIST.doc}share/doc/ffmpeg6/ffmpeg-all.html 212${PLIST.doc}share/doc/ffmpeg6/ffmpeg-all.html
212${PLIST.doc}share/doc/ffmpeg6/ffmpeg-bitstream-filters.html 213${PLIST.doc}share/doc/ffmpeg6/ffmpeg-bitstream-filters.html
213${PLIST.doc}share/doc/ffmpeg6/ffmpeg-codecs.html 214${PLIST.doc}share/doc/ffmpeg6/ffmpeg-codecs.html
214${PLIST.doc}share/doc/ffmpeg6/ffmpeg-devices.html 215${PLIST.doc}share/doc/ffmpeg6/ffmpeg-devices.html
215${PLIST.doc}share/doc/ffmpeg6/ffmpeg-filters.html 216${PLIST.doc}share/doc/ffmpeg6/ffmpeg-filters.html
216${PLIST.doc}share/doc/ffmpeg6/ffmpeg-formats.html 217${PLIST.doc}share/doc/ffmpeg6/ffmpeg-formats.html
217${PLIST.doc}share/doc/ffmpeg6/ffmpeg-protocols.html 218${PLIST.doc}share/doc/ffmpeg6/ffmpeg-protocols.html
218${PLIST.doc}share/doc/ffmpeg6/ffmpeg-resampler.html 219${PLIST.doc}share/doc/ffmpeg6/ffmpeg-resampler.html