git: 67f5c7241925 - main - multimedia/video-trimmer: Change maintainership
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Jan 2025 19:58:02 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=67f5c7241925642752dba2ec0c385d72ef4e3005 commit 67f5c7241925642752dba2ec0c385d72ef4e3005 Author: Yusuf Yaman <nxjoseph@protonmail.com> AuthorDate: 2025-01-25 19:53:54 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2025-01-25 19:57:51 +0000 multimedia/video-trimmer: Change maintainership - Submitter becomes maintainer - Add missing lib dependency - Use gettext-tools instead of deprecated gettext in USES PR: 284317 Fixes: 7212f4b898 ("multimedia/video-trimmer: Update to 0.9.0") --- multimedia/video-trimmer/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/multimedia/video-trimmer/Makefile b/multimedia/video-trimmer/Makefile index 8c0136e28bcf..db849a07539b 100644 --- a/multimedia/video-trimmer/Makefile +++ b/multimedia/video-trimmer/Makefile @@ -1,9 +1,10 @@ PORTNAME= video-trimmer DISTVERSIONPREFIX= v DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= multimedia -MAINTAINER= eduardo@FreeBSD.org +MAINTAINER= nxjoseph@protonmail.com COMMENT= Trim videos quickly WWW= https://gitlab.gnome.org/YaLTeR/video-trimmer @@ -11,9 +12,10 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= blueprint-compiler:devel/blueprint-compiler +LIB_DEPENDS= libgraphene-1.0.so:graphics/graphene RUN_DEPENDS= ffmpeg:multimedia/ffmpeg -USES= cargo desktop-file-utils gettext gnome gstreamer meson \ +USES= cargo desktop-file-utils gettext-tools gnome gstreamer meson \ pkgconfig USE_GITLAB= yes GL_SITE= https://gitlab.gnome.org