Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2020 11:23:22 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544218 - in head/graphics: imlib2 imlib2_loaders imlib2_loaders/files
Message-ID:  <202008051123.075BNM4u085105@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Aug  5 11:23:22 2020
New Revision: 544218
URL: https://svnweb.freebsd.org/changeset/ports/544218

Log:
  graphics/imlib2: Update to 1.7.0
  
  Update graphics/imlib2 and graphhics/imlib2_loaders to 1.7.0

Added:
  head/graphics/imlib2_loaders/files/
  head/graphics/imlib2_loaders/files/patch-src_modules_loaders_loader__eet.c   (contents, props changed)
Modified:
  head/graphics/imlib2/Makefile
  head/graphics/imlib2/distinfo
  head/graphics/imlib2/pkg-plist
  head/graphics/imlib2_loaders/Makefile
  head/graphics/imlib2_loaders/distinfo

Modified: head/graphics/imlib2/Makefile
==============================================================================
--- head/graphics/imlib2/Makefile	Wed Aug  5 11:21:47 2020	(r544217)
+++ head/graphics/imlib2/Makefile	Wed Aug  5 11:23:22 2020	(r544218)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	imlib2
-PORTVERSION=	1.6.1
+PORTVERSION=	1.7.0
 PORTEPOCH=	2
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	SF/enlightenment/imlib2-src/${PORTVERSION}

Modified: head/graphics/imlib2/distinfo
==============================================================================
--- head/graphics/imlib2/distinfo	Wed Aug  5 11:21:47 2020	(r544217)
+++ head/graphics/imlib2/distinfo	Wed Aug  5 11:23:22 2020	(r544218)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583593121
-SHA256 (imlib2-1.6.1.tar.bz2) = 4d393a77e13da883c8ee2da3b029da3570210fe37d000c9ac33d9fce751b166d
-SIZE (imlib2-1.6.1.tar.bz2) = 893119
+TIMESTAMP = 1596568156
+SHA256 (imlib2-1.7.0.tar.bz2) = 1976ca3db48cbae79cd0fc737dabe39cc81494fc2560e1d22821e7dc9c22b37d
+SIZE (imlib2-1.7.0.tar.bz2) = 893015

Modified: head/graphics/imlib2/pkg-plist
==============================================================================
--- head/graphics/imlib2/pkg-plist	Wed Aug  5 11:21:47 2020	(r544217)
+++ head/graphics/imlib2/pkg-plist	Wed Aug  5 11:23:22 2020	(r544218)
@@ -30,7 +30,7 @@ lib/imlib2/loaders/xpm.so
 lib/imlib2/loaders/zlib.so
 lib/libImlib2.so
 lib/libImlib2.so.1
-lib/libImlib2.so.1.6.1
+lib/libImlib2.so.1.7.0
 libdata/pkgconfig/imlib2.pc
 %%DATADIR%%/data/fonts/cinema.ttf
 %%DATADIR%%/data/fonts/grunge.ttf

Modified: head/graphics/imlib2_loaders/Makefile
==============================================================================
--- head/graphics/imlib2_loaders/Makefile	Wed Aug  5 11:21:47 2020	(r544217)
+++ head/graphics/imlib2_loaders/Makefile	Wed Aug  5 11:23:22 2020	(r544218)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	imlib2_loaders
-PORTVERSION=	1.6.1
+PORTVERSION=	1.7.0
 PORTEPOCH=	2
 CATEGORIES=	graphics enlightenment
 MASTER_SITES=	SF/enlightenment/imlib2-src/${PORTVERSION}

Modified: head/graphics/imlib2_loaders/distinfo
==============================================================================
--- head/graphics/imlib2_loaders/distinfo	Wed Aug  5 11:21:47 2020	(r544217)
+++ head/graphics/imlib2_loaders/distinfo	Wed Aug  5 11:23:22 2020	(r544218)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583593334
-SHA256 (imlib2_loaders-1.6.1.tar.bz2) = 477335d53fe400fe70d11dbf3ad9975363cbba085ae5b26d198b4dcf106b1562
-SIZE (imlib2_loaders-1.6.1.tar.bz2) = 301965
+TIMESTAMP = 1596568222
+SHA256 (imlib2_loaders-1.7.0.tar.bz2) = 7af5490e9998de039f8234977c3f505c96dcf2d2c9887db811cbbdba492e95af
+SIZE (imlib2_loaders-1.7.0.tar.bz2) = 301990

Added: head/graphics/imlib2_loaders/files/patch-src_modules_loaders_loader__eet.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/imlib2_loaders/files/patch-src_modules_loaders_loader__eet.c	Wed Aug  5 11:23:22 2020	(r544218)
@@ -0,0 +1,28 @@
+--- src/modules/loaders/loader_eet.c.orig	2020-08-05 10:54:15 UTC
++++ src/modules/loaders/loader_eet.c
+@@ -6,11 +6,6 @@
+ 
+ #include "loader_common.h"
+ 
+-#define SWAP32(x) (x) = \
+-((((x) & 0x000000ff ) << 24) |\
+- (((x) & 0x0000ff00 ) << 8) |\
+- (((x) & 0x00ff0000 ) >> 8) |\
+- (((x) & 0xff000000 ) >> 24))
+ #include <Eet.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+@@ -379,11 +374,6 @@ void
+ formats(ImlibLoader * l)
+ {
+    static const char  *const list_formats[] = { "eet" };
+-   int                 i;
+-
+-   l->num_formats = sizeof(list_formats) / sizeof(char *);
+-   l->formats = malloc(sizeof(char *) * l->num_formats);
+-
+-   for (i = 0; i < l->num_formats; i++)
+-      l->formats[i] = strdup(list_formats[i]);
++   __imlib_LoaderSetFormats(l, list_formats,
++                            sizeof(list_formats) / sizeof(char *));
+ }



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