1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

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
This commit is contained in:
Daniel Engberg 2021-11-07 20:42:57 +01:00
parent 27a0e54218
commit 22819cbbd5
2 changed files with 8 additions and 2 deletions

View File

@ -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>

View File

@ -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