1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

devel/smooth: update to version 0.9.8.

Reported by:	portscout
This commit is contained in:
Alexey Dokuchaev 2021-06-28 13:48:16 +00:00
parent ded91b5047
commit 07d9d5b234
4 changed files with 9 additions and 31 deletions

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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