Date: Mon, 28 Jun 2021 13:49:28 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07d9d5b23495 - main - devel/smooth: update to version 0.9.8. Message-ID: <202106281349.15SDnS8x056404@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=07d9d5b23495305756072d1829460d6157090cb8 commit 07d9d5b23495305756072d1829460d6157090cb8 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-06-28 13:48:16 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> 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 <danfe@FreeBSD.org> 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 <stdio.h> -+#include <stdlib.h> -+#include <unistd.h> -+ - #include <smooth/graphics/backends/cairo/fontcairo.h> - #include <smooth/graphics/surface.h> - #include <smooth/files/file.h> -@@ -15,10 +19,6 @@ - #include <smooth/init.h> - - using namespace X11; -- --#include <unistd.h> --#include <stdio.h> --#include <stdlib.h> - - #include <cairo/cairo-xlib.h> - #include <pango/pangocairo.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106281349.15SDnS8x056404>