From owner-dev-commits-ports-all@freebsd.org Mon Jun 28 13:49:28 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 DC05D6566ED; Mon, 28 Jun 2021 13:49:28 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GD89N5gjKz3Gvb; Mon, 28 Jun 2021 13:49:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AB45A26615; Mon, 28 Jun 2021 13:49:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15SDnSWY056405; Mon, 28 Jun 2021 13:49:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15SDnS8x056404; Mon, 28 Jun 2021 13:49:28 GMT (envelope-from git) Date: Mon, 28 Jun 2021 13:49:28 GMT Message-Id: <202106281349.15SDnS8x056404@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: 07d9d5b23495 - main - devel/smooth: update to version 0.9.8. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 07d9d5b23495305756072d1829460d6157090cb8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2021 13:49:28 -0000 The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=07d9d5b23495305756072d1829460d6157090cb8 commit 07d9d5b23495305756072d1829460d6157090cb8 Author: Alexey Dokuchaev AuthorDate: 2021-06-28 13:48:16 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-06-28 13:48:33 +0000 devel/smooth: update to version 0.9.8. Reported by: portscout --- devel/smooth/Makefile | 9 ++++---- devel/smooth/distinfo | 6 +++--- ...h-classes_graphics_backends_cairo_fontcairo.cpp | 24 ---------------------- devel/smooth/pkg-plist | 1 + 4 files changed, 9 insertions(+), 31 deletions(-) diff --git a/devel/smooth/Makefile b/devel/smooth/Makefile index d6f9124e45e2..6a292a0a2ade 100644 --- a/devel/smooth/Makefile +++ b/devel/smooth/Makefile @@ -1,12 +1,12 @@ # Created by: Alexey Dokuchaev PORTNAME= smooth -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org -COMMENT= Object-oriented class library +COMMENT= Object-oriented C++ class library LICENSE= ART20 @@ -14,13 +14,14 @@ LIB_DEPENDS= libcpuid.so:sysutils/libcpuid \ libcurl.so:ftp/curl \ libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ - libpng.so:graphics/png + libpng.so:graphics/png \ + libwebp.so:graphics/webp USES= gmake gnome iconv jpeg localbase pkgconfig xorg USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 USE_XORG= x11 -MAKE_ARGS= config=systemlibcpuid +MAKE_ARGS= config="systemlibcpuid systemlibwebp" post-extract: # Prevent accidental build/use of bundled libraries' code/headers diff --git a/devel/smooth/distinfo b/devel/smooth/distinfo index ca270dab97a2..11748bcb4055 100644 --- a/devel/smooth/distinfo +++ b/devel/smooth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613312458 -SHA256 (smooth-0.9.7.tar.gz) = bc00a5e5650895eef629d9e4aa0c32e7438552798f1d40624498a9a116d2411d -SIZE (smooth-0.9.7.tar.gz) = 8084875 +TIMESTAMP = 1624794081 +SHA256 (smooth-0.9.8.tar.gz) = a02c3c15fc9f221809bd16ebbe56460f04facb36ed80ba1d0975526896d9fb42 +SIZE (smooth-0.9.8.tar.gz) = 8569995 diff --git a/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp b/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp deleted file mode 100644 index d9d36f69751f..000000000000 --- a/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- classes/graphics/backends/cairo/fontcairo.cpp.orig 2020-06-13 21:01:13 UTC -+++ classes/graphics/backends/cairo/fontcairo.cpp -@@ -8,6 +8,10 @@ - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ - -+#include -+#include -+#include -+ - #include - #include - #include -@@ -15,10 +19,6 @@ - #include - - using namespace X11; -- --#include --#include --#include - - #include - #include diff --git a/devel/smooth/pkg-plist b/devel/smooth/pkg-plist index 2c3679df6ed2..dee4470bb207 100644 --- a/devel/smooth/pkg-plist +++ b/devel/smooth/pkg-plist @@ -54,6 +54,7 @@ include/smooth/graphics/imageloader/imageloader.h include/smooth/graphics/imageloader/jpeg.h include/smooth/graphics/imageloader/pci.h include/smooth/graphics/imageloader/png.h +include/smooth/graphics/imageloader/webp.h include/smooth/graphics/modifiers/fontsize.h include/smooth/graphics/modifiers/righttoleft.h include/smooth/graphics/surface.h