From owner-dev-commits-ports-all@freebsd.org Tue Jul 13 05:10:04 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D2F33652AAA; Tue, 13 Jul 2021 05:10:04 +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 4GP7x84qTGz4Zlg; Tue, 13 Jul 2021 05:10:04 +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 8DBF71C5A9; Tue, 13 Jul 2021 05:10:04 +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 16D5A4eG080744; Tue, 13 Jul 2021 05:10:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16D5A4vg080741; Tue, 13 Jul 2021 05:10:04 GMT (envelope-from git) Date: Tue, 13 Jul 2021 05:10:04 GMT Message-Id: <202107130510.16D5A4vg080741@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dirk Meyer Subject: git: 4f7fbe7e49de - main - multimedia/sabbu: add depends for more features MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dinoex X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 4f7fbe7e49de4285db647f3b19e6e1f9a07e6beb Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2021 05:10:04 -0000 The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f7fbe7e49de4285db647f3b19e6e1f9a07e6beb commit 4f7fbe7e49de4285db647f3b19e6e1f9a07e6beb Author: Dirk Meyer AuthorDate: 2021-07-13 04:53:50 +0000 Commit: Dirk Meyer CommitDate: 2021-07-13 04:53:50 +0000 multimedia/sabbu: add depends for more features --- multimedia/sabbu/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile index ac004bce72b8..e2d9868786af 100644 --- a/multimedia/sabbu/Makefile +++ b/multimedia/sabbu/Makefile @@ -1,6 +1,6 @@ PORTNAME= sabbu PORTVERSION= 0.3.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Sabbu%20${PORTVERSION} @@ -9,7 +9,10 @@ COMMENT= Program used to time subtitles LICENSE= GPLv2 -LIB_DEPENDS= libsndfile.so:audio/libsndfile +LIB_DEPENDS= libsndfile.so:audio/libsndfile \ + libharfbuzz.so:print/harfbuzz \ + libfreetype.so:print/freetype2 \ + libfontconfig.so:x11-fonts/fontconfig USES= tar:bzip2 compiler:c++11-lang gmake pkgconfig iconv sdl gnome GNU_CONFIGURE= yes @@ -17,7 +20,7 @@ CONFIGURE_ARGS= --without-ffmpeg USE_SDL= sdl USE_CXXSTD= gnu++98 -USE_GNOME= gtk20 +USE_GNOME= gtk20 cairo gdkpixbuf2 CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib LDFLAGS+= -lgmodule-2.0