From owner-svn-ports-head@freebsd.org Tue Dec 11 17:38:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AF9A5130BF15; Tue, 11 Dec 2018 17:38:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FCDD827CA; Tue, 11 Dec 2018 17:38:52 +0000 (UTC) (envelope-from lwhsu@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 303D12E69; Tue, 11 Dec 2018 17:38:52 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBBHcpI9006869; Tue, 11 Dec 2018 17:38:51 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBBHcp77006864; Tue, 11 Dec 2018 17:38:51 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201812111738.wBBHcp77006864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 11 Dec 2018 17:38:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487245 - in head/graphics: . imlib2-webp imlib2-webp/files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/graphics: . imlib2-webp imlib2-webp/files X-SVN-Commit-Revision: 487245 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FCDD827CA X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.58 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_SHORT(-0.58)[-0.581,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2018 17:38:52 -0000 Author: lwhsu Date: Tue Dec 11 17:38:50 2018 New Revision: 487245 URL: https://svnweb.freebsd.org/changeset/ports/487245 Log: Add graphics/imlib2-webp, an imlib2 plugin for webp images PR: 232871 Submitted by: Greg V Added: head/graphics/imlib2-webp/ head/graphics/imlib2-webp/Makefile (contents, props changed) head/graphics/imlib2-webp/distinfo (contents, props changed) head/graphics/imlib2-webp/files/ head/graphics/imlib2-webp/files/patch-makefile (contents, props changed) head/graphics/imlib2-webp/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Tue Dec 11 17:13:55 2018 (r487244) +++ head/graphics/Makefile Tue Dec 11 17:38:50 2018 (r487245) @@ -383,6 +383,7 @@ SUBDIR += imgv SUBDIR += imlib2 SUBDIR += imlib2_loaders + SUBDIR += imlib2-webp SUBDIR += impressive SUBDIR += imv SUBDIR += inkscape Added: head/graphics/imlib2-webp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imlib2-webp/Makefile Tue Dec 11 17:38:50 2018 (r487245) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= imlib2-webp +PORTVERSION= 20160601 +CATEGORIES= graphics + +MAINTAINER= greg@unrelenting.technology +COMMENT= WebP image loader plugin for Imlib 2 + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ + libwebp.so:graphics/webp + +USES= gmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= gawen947 +GH_TAGNAME= 79b3da58f48 + +MAKEFILE= makefile +PLIST_FILES= lib/imlib2/loaders/webp.so + +.include Added: head/graphics/imlib2-webp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imlib2-webp/distinfo Tue Dec 11 17:38:50 2018 (r487245) @@ -0,0 +1,3 @@ +TIMESTAMP = 1541024397 +SHA256 (gawen947-imlib2-webp-20160601-79b3da58f48_GH0.tar.gz) = 375cf08518d26055faebd22ad587324c4f86c625cebbee712a8b30786030449b +SIZE (gawen947-imlib2-webp-20160601-79b3da58f48_GH0.tar.gz) = 6415 Added: head/graphics/imlib2-webp/files/patch-makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imlib2-webp/files/patch-makefile Tue Dec 11 17:38:50 2018 (r487245) @@ -0,0 +1,11 @@ +--- makefile.orig 2018-10-31 22:21:03 UTC ++++ makefile +@@ -2,7 +2,7 @@ include commands.mk + + OPTS := -O2 + CFLAGS := -std=c99 $(OPTS) $(shell imlib2-config --cflags) -fPIC -Wall +-LDFLAGS := $(shell imlib2-config --libs) -lwebp ++LDFLAGS := $(shell imlib2-config --libs) $(shell pkg-config --libs libwebp) + + SRC = $(wildcard *.c) + OBJ = $(foreach obj, $(SRC:.c=.o), $(notdir $(obj))) Added: head/graphics/imlib2-webp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/imlib2-webp/pkg-descr Tue Dec 11 17:38:50 2018 (r487245) @@ -0,0 +1,4 @@ +A WebP image loader for Imlib2. +Allows e.g. viewing WebP images in feh. + +WWW: https://www.hauweele.net/~gawen/imlib2-webp.html