Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
skia-sharp
Commits:
ec2f4f2c by Maxime Gauduin at 2023-08-22T10:11:27+02:00
use embedded libjpeg
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = skia-sharp
pkgdesc = The Skia 2D Graphics library from Google exposed to .NET
languages and runtimes across the board
pkgver = 2.88.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/mono/SkiaSharp
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgver=2.88.3
_major=88
_minor=0
_release=0
-pkgrel=2
+pkgrel=3
pkgdesc='The Skia 2D Graphics library from Google exposed to .NET languages
and runtimes across the board'
arch=(x86_64)
url=https://github.com/mono/SkiaSharp
@@ -89,6 +89,7 @@ build(){
skia_use_icu=false \
skia_use_piex=true \
skia_use_sfntly=false \
+ skia_use_system_libjpeg_turbo=false \
is_component_build=false \
is_debug=false \
is_official_build=true \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skia-sharp/-/commit/ec2f4f2c236f81898e51ca4dc4799047ad4c416e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/skia-sharp/-/commit/ec2f4f2c236f81898e51ca4dc4799047ad4c416e
You're receiving this email because of your account on gitlab.archlinux.org.