From nobody Sun Nov 7 19:57:02 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D7350183CAB8; Sun, 7 Nov 2021 19:57:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HnQ4Z4qSxz4dvC; Sun, 7 Nov 2021 19:57:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81236242A2; Sun, 7 Nov 2021 19:57:02 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A7Jv28m006603; Sun, 7 Nov 2021 19:57:02 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A7Jv2uG006602; Sun, 7 Nov 2021 19:57:02 GMT (envelope-from git) Date: Sun, 7 Nov 2021 19:57:02 GMT Message-Id: <202111071957.1A7Jv2uG006602@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Daniel Engberg Subject: git: 22819cbbd526 - main - multimedia/libdv: Partially re-enable tools List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: diizzy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 22819cbbd526e46e9f8a3cb387fd90eac6d2d831 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=22819cbbd526e46e9f8a3cb387fd90eac6d2d831 commit 22819cbbd526e46e9f8a3cb387fd90eac6d2d831 Author: Daniel Engberg AuthorDate: 2021-11-07 19:42:57 +0000 Commit: Daniel Engberg 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 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