Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2019 09:33:59 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520980 - in head/x11/babl: . files
Message-ID:  <201912270933.xBR9XxnR049164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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