Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Nov 2014 17:12:04 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372405 - head/graphics/libsixel
Message-ID:  <201411101712.sAAHC4Ya072367@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: robak
Date: Mon Nov 10 17:12:03 2014
New Revision: 372405
URL: https://svnweb.freebsd.org/changeset/ports/372405
QAT: https://qat.redports.org/buildarchive/r372405/

Log:
  graphics/libsixel: update 0.28.0 -> 1.3.2
  
  PR:		194649
  Submitted by:	Iwamoto Kouichi <sue@iwmt.org>
  Approved by:	mentors (implicit)

Modified:
  head/graphics/libsixel/Makefile
  head/graphics/libsixel/distinfo
  head/graphics/libsixel/pkg-plist

Modified: head/graphics/libsixel/Makefile
==============================================================================
--- head/graphics/libsixel/Makefile	Mon Nov 10 16:45:43 2014	(r372404)
+++ head/graphics/libsixel/Makefile	Mon Nov 10 17:12:03 2014	(r372405)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libsixel
-PORTVERSION=	0.28.0
+PORTVERSION=	1.3.2
 PORTEPOCH=	1
 CATEGORIES=	graphics
 
@@ -14,10 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	saitoha
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	0283eca
+GH_COMMIT=	385aada
 
 USE_LDCONFIG=	yes
-USES=		libtool
+USES=		libtool pkgconfig
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig
@@ -26,7 +26,7 @@ INSTALL_TARGET=	install-strip
 
 PORTDOCS=	README.md
 
-OPTIONS_DEFINE=	CURL GD PIXBUF
+OPTIONS_DEFINE=	CURL GD JPEG PIXBUF PNG
 OPTIONS_DEFAULT=
 
 CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
@@ -35,9 +35,17 @@ CURL_CONFIGURE_WITH=	libcurl
 GD_LIB_DEPENDS=		libgd.so:${PORTSDIR}/graphics/gd
 GD_CONFIGURE_WITH=	gd
 
+JPEG_LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
+JPEG_CONFIGURE_WITH=	jpeg
+JPEG_CFLAGS=		-I${LOCALBASE}/include
+JPEG_LDFLAGS=		-L${LOCALBASE}/lib
+
 PIXBUF_LIB_DEPENDS=	libgdk_pixbuf-2.0.so:${PORTSDIR}/graphics/gdk-pixbuf2
 PIXBUF_CONFIGURE_WITH=	gdk-pixbuf2
 
+PNG_LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
+PNG_CONFIGURE_WITH=	png
+
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}

Modified: head/graphics/libsixel/distinfo
==============================================================================
--- head/graphics/libsixel/distinfo	Mon Nov 10 16:45:43 2014	(r372404)
+++ head/graphics/libsixel/distinfo	Mon Nov 10 17:12:03 2014	(r372405)
@@ -1,2 +1,2 @@
-SHA256 (libsixel-0.28.0.tar.gz) = d5c257f48e793d83d5912f4f26b2d4ec18fa73172cd82292174c35096edff423
-SIZE (libsixel-0.28.0.tar.gz) = 7936837
+SHA256 (libsixel-1.3.2.tar.gz) = aafb06ffe799b04f2984dd4bb875136a6c36b2fcae3c35d83c8fc137cfa14ffe
+SIZE (libsixel-1.3.2.tar.gz) = 2521654

Modified: head/graphics/libsixel/pkg-plist
==============================================================================
--- head/graphics/libsixel/pkg-plist	Mon Nov 10 16:45:43 2014	(r372404)
+++ head/graphics/libsixel/pkg-plist	Mon Nov 10 17:12:03 2014	(r372405)
@@ -2,9 +2,9 @@ bin/img2sixel
 bin/sixel2png
 include/sixel.h
 lib/libsixel.a
-lib/libsixel.so.0
-lib/libsixel.so.0.0.0
 lib/libsixel.so
+lib/libsixel.so.1
+lib/libsixel.so.1.0.2
 libdata/pkgconfig/libsixel.pc
 man/man1/img2sixel.1.gz
 man/man1/sixel2png.1.gz



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