Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 15:40:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549033 - head/multimedia/celluloid
Message-ID:  <202009191540.08JFeS5W086865@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Sep 19 15:40:28 2020
New Revision: 549033
URL: https://svnweb.freebsd.org/changeset/ports/549033

Log:
  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

Modified:
  head/multimedia/celluloid/Makefile   (contents, props changed)

Modified: head/multimedia/celluloid/Makefile
==============================================================================
--- head/multimedia/celluloid/Makefile	Sat Sep 19 15:40:22 2020	(r549032)
+++ head/multimedia/celluloid/Makefile	Sat Sep 19 15:40:28 2020	(r549033)
@@ -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>



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