aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-06-28 13:48:16 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-06-28 13:48:33 +0000
commit07d9d5b23495305756072d1829460d6157090cb8 (patch)
tree1308cf1349fc2272850daa1eaaa3e0a661672c36
parentded91b5047b02d73d79b5843c3601bfb4f515373 (diff)
downloadports-07d9d5b23495305756072d1829460d6157090cb8.tar.gz
ports-07d9d5b23495305756072d1829460d6157090cb8.zip
devel/smooth: update to version 0.9.8.
Reported by: portscout
-rw-r--r--devel/smooth/Makefile9
-rw-r--r--devel/smooth/distinfo6
-rw-r--r--devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp24
-rw-r--r--devel/smooth/pkg-plist1
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