git: 4f7fbe7e49de - main - multimedia/sabbu: add depends for more features
Dirk Meyer
dinoex at FreeBSD.org
Tue Jul 13 05:10:04 UTC 2021
The branch main has been updated by dinoex:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f7fbe7e49de4285db647f3b19e6e1f9a07e6beb
commit 4f7fbe7e49de4285db647f3b19e6e1f9a07e6beb
Author: Dirk Meyer <dinoex at FreeBSD.org>
AuthorDate: 2021-07-13 04:53:50 +0000
Commit: Dirk Meyer <dinoex at 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
More information about the dev-commits-ports-all
mailing list