From owner-svn-ports-head@freebsd.org  Fri Dec 27 09:34:00 2019
Return-Path: <owner-svn-ports-head@freebsd.org>
Delivered-To: svn-ports-head@mailman.nyi.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1])
 by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A6041E8D62;
 Fri, 27 Dec 2019 09:34:00 +0000 (UTC)
 (envelope-from bapt@FreeBSD.org)
Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org
 [IPv6:2610:1c1:1:606c::19:3])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 server-signature RSA-PSS (4096 bits)
 client-signature RSA-PSS (4096 bits) client-digest SHA256)
 (Client CN "mxrelay.nyi.freebsd.org",
 Issuer "Let's Encrypt Authority X3" (verified OK))
 by mx1.freebsd.org (Postfix) with ESMTPS id 47khTz704Qz3Qtv;
 Fri, 27 Dec 2019 09:33:59 +0000 (UTC)
 (envelope-from bapt@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
 [IPv6:2610:1c1:1:6068::e6a:0])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB226EF2C;
 Fri, 27 Dec 2019 09:33:59 +0000 (UTC)
 (envelope-from bapt@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
 by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBR9XxWC049167;
 Fri, 27 Dec 2019 09:33:59 GMT (envelope-from bapt@FreeBSD.org)
Received: (from bapt@localhost)
 by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBR9XxnR049164;
 Fri, 27 Dec 2019 09:33:59 GMT (envelope-from bapt@FreeBSD.org)
Message-Id: <201912270933.xBR9XxnR049164@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bapt set sender to
 bapt@FreeBSD.org using -f
From: Baptiste Daroussin <bapt@FreeBSD.org>
Date: Fri, 27 Dec 2019 09:33:59 +0000 (UTC)
To: ports-committers@freebsd.org, svn-ports-all@freebsd.org,
 svn-ports-head@freebsd.org
Subject: svn commit: r520980 - in head/x11/babl: . files
X-SVN-Group: ports-head
X-SVN-Commit-Author: bapt
X-SVN-Commit-Paths: in head/x11/babl: . files
X-SVN-Commit-Revision: 520980
X-SVN-Commit-Repository: ports
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-ports-head@freebsd.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: SVN commit messages for the ports tree for head
 <svn-ports-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-ports-head>, 
 <mailto:svn-ports-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-head/>
List-Post: <mailto:svn-ports-head@freebsd.org>
List-Help: <mailto:svn-ports-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-ports-head>,
 <mailto:svn-ports-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Dec 2019 09:34:00 -0000

Author: bapt
Date: Fri Dec 27 09:33:59 2019
New Revision: 520980
URL: https://svnweb.freebsd.org/changeset/ports/520980

Log:
  Update babl to 0.1.72
  
  Switch the build system to meson
  The archive is now xzed compressed

Deleted:
  head/x11/babl/files/
Modified:
  head/x11/babl/Makefile
  head/x11/babl/distinfo
  head/x11/babl/pkg-plist

Modified: head/x11/babl/Makefile
==============================================================================
--- head/x11/babl/Makefile	Fri Dec 27 09:30:04 2019	(r520979)
+++ head/x11/babl/Makefile	Fri Dec 27 09:33:59 2019	(r520980)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	babl
-PORTVERSION=	0.1.66
-PORTREVISION=	1
+PORTVERSION=	0.1.72
 CATEGORIES=	x11
 MASTER_SITES=	GIMP
 
@@ -15,21 +14,17 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	liblcms2.so:graphics/lcms2
 
-USES=		compiler:c11 gmake libtool pathfix pkgconfig tar:bzip2
+USES=		compiler:c11 gnome libtool localbase meson pathfix pkgconfig tar:xz
 
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
+USE_GNOME=	introspection:build
 
 OPTIONS_DEFINE=	SIMD
 OPTIONS_DEFAULT=SIMD
 
-SIMD_CONFIGURE_OFF=	--disable-mmx --disable-sse --disable-sse2 \
-		--disable-sse3 --disable-sse4_1 --disable-f16c \
-		--disable-altivec
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|x86_64|amd64|g' \
-		${WRKSRC}/configure
+SIMD_MESON_OFF=	-Denable-mmx=false -Denable-sse=false \
+		-Denable-sse2=false -Denable-sse3=false \
+		-Denable-sse4_1=false -Denable-avx2=false \
+		-Denable-f16c=false
 
 .include <bsd.port.mk>

Modified: head/x11/babl/distinfo
==============================================================================
--- head/x11/babl/distinfo	Fri Dec 27 09:30:04 2019	(r520979)
+++ head/x11/babl/distinfo	Fri Dec 27 09:33:59 2019	(r520980)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1562677358
-SHA256 (babl-0.1.66.tar.bz2) = 369dd89345489a3949e83d5ad63295029088230626f64a05e530761b176fa163
-SIZE (babl-0.1.66.tar.bz2) = 706100
+TIMESTAMP = 1577438464
+SHA256 (babl-0.1.72.tar.xz) = 64e111097b1fa22f6c9bf044e341a9cd9ee1372c5acfa0b452e7a86fb37c6a42
+SIZE (babl-0.1.72.tar.xz) = 293660

Modified: head/x11/babl/pkg-plist
==============================================================================
--- head/x11/babl/pkg-plist	Fri Dec 27 09:30:04 2019	(r520979)
+++ head/x11/babl/pkg-plist	Fri Dec 27 09:33:59 2019	(r520980)
@@ -7,6 +7,7 @@ lib/babl-0.1/CIE.so
 lib/babl-0.1/HCY.so
 lib/babl-0.1/HSL.so
 lib/babl-0.1/HSV.so
+lib/babl-0.1/avx2-int8.so
 lib/babl-0.1/cairo.so
 lib/babl-0.1/double.so
 lib/babl-0.1/fast-float.so
@@ -30,7 +31,9 @@ lib/babl-0.1/two-table.so
 lib/babl-0.1/u16.so
 lib/babl-0.1/u32.so
 lib/babl-0.1/ycbcr.so
+lib/girepository-1.0/Babl-0.1.typelib
 lib/libbabl-0.1.so
 lib/libbabl-0.1.so.0
-lib/libbabl-0.1.so.0.165.1
+lib/libbabl-0.1.so.0.171.1
 libdata/pkgconfig/babl.pc
+share/gir-1.0/Babl-0.1.gir