aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2021-11-07 19:42:57 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2021-11-07 19:56:35 +0000
commit22819cbbd526e46e9f8a3cb387fd90eac6d2d831 (patch)
treeba7981f90fd95d6e7fdb508b06c4098aa9518f10
parent27a0e54218bb62f565b5caae3d53d65537ba0070 (diff)
downloadports-22819cbbd526e46e9f8a3cb387fd90eac6d2d831.tar.gz
ports-22819cbbd526e46e9f8a3cb387fd90eac6d2d831.zip
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
-rw-r--r--multimedia/libdv/Makefile4
-rw-r--r--multimedia/libdv/pkg-plist6
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