freebsd-ports/multimedia/libmediaart/Makefile
Jan Beich 982eadad80 devel/meson: update to 0.62.1
Changes:	https://github.com/mesonbuild/meson/compare/0.62.0...0.62.1
PR:		263492
Reported by:	GitHub (watch releases)
Exp-run by:	antoine
Approved by:	tcberner
2022-04-26 06:59:45 +00:00

32 lines
889 B
Makefile

# Created by: Gustau Perez <gustau.perez@gmail.com>
PORTNAME= libmediaart
DISTVERSION= 1.9.5
PORTREVISION= 1
CATEGORIES= multimedia devel
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library for handling media art
LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LESSER
BUILD_DEPENDS= vala>=0:lang/vala
USES= gnome meson pathfix pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dimage_library=gdk-pixbuf
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc
DOCS_MESON_TRUE= gtk_doc
#option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],
# description: 'Which image processing backend to use')
#option('with-docs', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto')
.include <bsd.port.mk>