multimedia/celluloid: convert to USES=meson

autotools appears deprecated as 0.20 implemented testing only for Meson.
https://github.com/celluloid-player/celluloid/commit/41249a42e866
This commit is contained in:
Jan Beich 2020-09-19 15:40:28 +00:00
parent 98d5d35408
commit 1c46659b1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549033

View File

@ -13,13 +13,12 @@ LICENSE= GPLv3+
LIB_DEPENDS= libepoxy.so:graphics/libepoxy \
libmpv.so:multimedia/mpv
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
pkgconfig tar:xz
USES= compiler:c11 desktop-file-utils gettext-tools gnome \
meson pkgconfig python:3.5+,build shebangfix tar:xz
USE_GNOME= cairo gtk30
GNU_CONFIGURE= yes
SHEBANG_FILES= src/generate-authors.py meson-post-install.py
GLIB_SCHEMAS= io.github.GnomeMpv.gschema.xml \
io.github.celluloid_player.Celluloid.gschema.xml
INSTALLS_ICONS= yes
LDFLAGS+= -Wl,--as-needed # gdkpixbuf2
.include <bsd.port.mk>