Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2021 05:10:04 GMT
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4f7fbe7e49de - main - multimedia/sabbu: add depends for more features
Message-ID:  <202107130510.16D5A4vg080741@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4f7fbe7e49de4285db647f3b19e6e1f9a07e6beb

commit 4f7fbe7e49de4285db647f3b19e6e1f9a07e6beb
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2021-07-13 04:53:50 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107130510.16D5A4vg080741>