On Sat, Sep 03, 2022 at 10:14:53AM +0200, Rafael Sadowski wrote:
> Fix examples installation directory. OK?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/graphics/ffmpeg/Makefile,v
retrieving revision 1.224
diff -u -p -u -p -r1.224 Makefile
--- Makefile 20 Aug 2022 12:29:18 -0000 1.224
+++ Makefile 3 Sep 2022 19:20:25 -0000
@@ -2,7 +2,7 @@ COMMENT= audio/video converter and strea
V= 4.4.2
DISTNAME= ffmpeg-${V}
-REVISION= 2
+REVISION= 3
EPOCH= 1
CATEGORIES= graphics multimedia
MASTER_SITES= https://ffmpeg.org/releases/
@@ -210,5 +210,7 @@ post-install:
.for doc in ${HTML_DOCS}
${INSTALL_DATA} ${WRKBUILD}/doc/${doc}.html ${PREFIX}/share/doc/ffmpeg
.endfor
+ mv -f ${PREFIX}/share/ffmpeg/examples/* ${PREFIX}/share/examples/ffmpeg
+ -rmdir ${PREFIX}/share/ffmpeg/examples
.include <bsd.port.mk>
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/graphics/ffmpeg/pkg/PLIST,v
retrieving revision 1.40
diff -u -p -u -p -r1.40 PLIST
--- pkg/PLIST 11 Mar 2022 19:22:18 -0000 1.40
+++ pkg/PLIST 3 Sep 2022 19:19:13 -0000
@@ -221,33 +221,32 @@ share/doc/ffmpeg/nut.html
share/doc/ffmpeg/platform.html
share/doc/pkg-readmes/${PKGSTEM}
share/examples/ffmpeg/
+share/examples/ffmpeg/Makefile
+share/examples/ffmpeg/README
+share/examples/ffmpeg/avio_list_dir.c
+share/examples/ffmpeg/avio_reading.c
+share/examples/ffmpeg/decode_audio.c
+share/examples/ffmpeg/decode_video.c
+share/examples/ffmpeg/demuxing_decoding.c
+share/examples/ffmpeg/encode_audio.c
+share/examples/ffmpeg/encode_video.c
+share/examples/ffmpeg/extract_mvs.c
+share/examples/ffmpeg/filter_audio.c
+share/examples/ffmpeg/filtering_audio.c
+share/examples/ffmpeg/filtering_video.c
+share/examples/ffmpeg/http_multiclient.c
+share/examples/ffmpeg/hw_decode.c
+share/examples/ffmpeg/metadata.c
+share/examples/ffmpeg/muxing.c
+share/examples/ffmpeg/qsvdec.c
+share/examples/ffmpeg/remuxing.c
+share/examples/ffmpeg/resampling_audio.c
+share/examples/ffmpeg/scaling_video.c
+share/examples/ffmpeg/transcode_aac.c
+share/examples/ffmpeg/transcoding.c
+share/examples/ffmpeg/vaapi_encode.c
+share/examples/ffmpeg/vaapi_transcode.c
share/ffmpeg/
-share/ffmpeg/examples/
-share/ffmpeg/examples/Makefile
-share/ffmpeg/examples/README
-share/ffmpeg/examples/avio_list_dir.c
-share/ffmpeg/examples/avio_reading.c
-share/ffmpeg/examples/decode_audio.c
-share/ffmpeg/examples/decode_video.c
-share/ffmpeg/examples/demuxing_decoding.c
-share/ffmpeg/examples/encode_audio.c
-share/ffmpeg/examples/encode_video.c
-share/ffmpeg/examples/extract_mvs.c
-share/ffmpeg/examples/filter_audio.c
-share/ffmpeg/examples/filtering_audio.c
-share/ffmpeg/examples/filtering_video.c
-share/ffmpeg/examples/http_multiclient.c
-share/ffmpeg/examples/hw_decode.c
-share/ffmpeg/examples/metadata.c
-share/ffmpeg/examples/muxing.c
-share/ffmpeg/examples/qsvdec.c
-share/ffmpeg/examples/remuxing.c
-share/ffmpeg/examples/resampling_audio.c
-share/ffmpeg/examples/scaling_video.c
-share/ffmpeg/examples/transcode_aac.c
-share/ffmpeg/examples/transcoding.c
-share/ffmpeg/examples/vaapi_encode.c
-share/ffmpeg/examples/vaapi_transcode.c
share/ffmpeg/ffprobe.xsd
share/ffmpeg/libvpx-1080p.ffpreset
share/ffmpeg/libvpx-1080p50_60.ffpreset
No comments:
Post a Comment