1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

graphics/libskiasharp: newport

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

This is a dependency currently bundled prebuilt in multimedia/jellyfin, this port
will allow to properly build everything from ports
This commit is contained in:
Baptiste Daroussin 2024-11-05 15:40:15 +01:00
parent da6bead44d
commit faae48a566
4 changed files with 77 additions and 0 deletions

View File

@ -503,6 +503,7 @@
SUBDIR += librsvg2
SUBDIR += librsvg2-rust
SUBDIR += librtprocess
SUBDIR += libskiasharp
SUBDIR += libsixel
SUBDIR += libspiro
SUBDIR += libspng

View File

@ -0,0 +1,72 @@
PORTNAME= libskiasharp
DISTVERSIONPREFIX= v
DISTVERSION= 2.88.3
CATEGORIES= graphics
MAINTAINER= bapt@FreeBSD.org
COMMENT= Complete 2D graphic library for drawing Text, Geometries, and Images
WWW= https://skia.org/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= gn:devel/gn
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libpng.so:graphics/png \
libwebp.so:graphics/webp
USES= jpeg ninja python:build
USE_GITHUB= yes
GH_ACCOUNT= mono
GH_PROJECT= skia
USE_LDCONFIG= yes
USE_BINUTILS= yes
SOVERSION= 118.0.0
GN_ARGS= is_official_build=true \
skia_enable_tools=false \
target_os="linux" \
skia_use_icu=false \
skia_use_sfntly=false \
skia_use_piex=true \
skia_use_harfbuzz=false \
skia_use_system_expat=true \
skia_use_system_libjpeg_turbo=true \
skia_use_system_freetype2=true \
skia_use_system_libpng=true \
skia_use_system_libwebp=true \
skia_use_system_zlib=true \
skia_enable_gpu=true \
skia_enable_skottie=true \
skia_enable_pdf=true \
skia_use_dng_sdk=false \
extra_cflags=[ \
"-DSKIA_C_DLL", \
"-I${LOCALBASE}/include", \
"-I${LOCALBASE}/include/freetype2"] \
extra_ldflags=["-L${LOCALBASE}/lib"] \
linux_soname_version="${SOVERSION}"
BINARY_ALIAS= python=${PYTHON_CMD} \
ar=${LOCALBASE}/bin/ar
ALL_TARGET= SkiaSharp
BUILD_WRKSRC= ${WRKSRC}/out
PLIST_FILES= lib/libSkiaSharp.so \
lib/libSkiaSharp.so.${SOVERSION}
do-configure:
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} gn gen 'out' --args='${GN_ARGS}'
do-install:
${INSTALL_DATA} ${BUILD_WRKSRC}/libSkiaSharp.so.${SOVERSION} \
${STAGEDIR}${PREFIX}/lib
${RLN} ${STAGEDIR}${PREFIX}/lib/libSkiaSharp.so.${SOVERSION} \
${STAGEDIR}${PREFIX}/lib/libSkiaSharp.so
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1730816381
SHA256 (mono-skia-v2.88.3_GH0.tar.gz) = 899ee3693575dd5f1e769070672253beb03ece414ab2803228e346889f268dda
SIZE (mono-skia-v2.88.3_GH0.tar.gz) = 51816808

View File

@ -0,0 +1 @@
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.