git: 22819cbbd526 - main - multimedia/libdv: Partially re-enable tools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Nov 2021 19:57:02 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=22819cbbd526e46e9f8a3cb387fd90eac6d2d831 commit 22819cbbd526e46e9f8a3cb387fd90eac6d2d831 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-11-07 19:42:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-11-07 19:56:35 +0000 multimedia/libdv: Partially re-enable tools Re-enable utilities that are used for encoding and stream processing Upstream haven't connected playdv so no additional dependencies are needed. PR: 259695 Approved by: arrowd (mentor), tcberner (mentor, implicit) Differential Revision: https://reviews.freebsd.org/D32882 --- multimedia/libdv/Makefile | 4 ++-- multimedia/libdv/pkg-plist | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index 6ce49ca6c1e4..0bd87d8f9654 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -2,7 +2,7 @@ PORTNAME= libdv DISTVERSION= 1.0.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MAINTAINER= ports@FreeBSD.org @@ -25,6 +25,6 @@ USE_LDCONFIG= yes LDFLAGS_i386= -Wl,-znotext -MESON_ARGS= -Dpopt=enabled +MESON_ARGS= -Dpopt=enabled -Dtools=enabled .include <bsd.port.mk> diff --git a/multimedia/libdv/pkg-plist b/multimedia/libdv/pkg-plist index f110855e807f..1582f3d54305 100644 --- a/multimedia/libdv/pkg-plist +++ b/multimedia/libdv/pkg-plist @@ -1,3 +1,6 @@ +bin/dubdv +bin/dvconnect +bin/encodedv include/libdv/dv.h include/libdv/dv_config.h include/libdv/dv_types.h @@ -5,3 +8,6 @@ lib/libdv.so lib/libdv.so.4 lib/libdv.so.4.0.3 libdata/pkgconfig/libdv.pc +man/man1/dubdv.1.gz +man/man1/dvconnect.1.gz +man/man1/encodedv.1.gz