ports/opt (3.7): jasper: 4.1.1 -> 4.1.2
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit e0fbbaa774c479db785cc98b6687a4ac81450814 Author: Tim Biermann <tbier@posteo.de> Date: Fri Jan 12 23:42:11 2024 +0100 jasper: 4.1.1 -> 4.1.2 diff --git a/jasper/.signature b/jasper/.signature index bc03d88f3..184dd3629 100644 --- a/jasper/.signature +++ b/jasper/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Rn7ahuoXL1XOmE7aUvnDp8Qeva0GAqsBUhQZTnPbWVhEYZUPVUzpXQpeG0s7GwfJwBE9gBwx8PPDQtJ8I9MrgQ= -SHA256 (Pkgfile) = dcd5f608ac5a14481b73aa80d9b0af021d830d4fb384155936a064be9b4c0e0d +RWSE3ohX2g5d/UPu3Ewg7NxSEREWxgaY8F/vIspP9dGgfIATubfyiO+LstbCP4qmdtQj3pfiO90x2AQtAU1LuXvADokYNIut4gA= +SHA256 (Pkgfile) = 3cb6c930b3399feacf597df254741b9a0843c07def733be1ca09630552a300cd SHA256 (.footprint) = 878bc6e9640c0c9a333ce9d35d6a9311697f1b9f9203398b7c2c0f2c9e2b675e -SHA256 (jasper-4.1.1.tar.gz) = 03ba86823f8798f3f60a5a34e36f3eff9e9cbd76175643a33d4aac7c0390240a +SHA256 (jasper-4.1.2.tar.gz) = 22392e439b87c79aaf8689ec79a286a7147e811c4bee34edf3d0b239798d672b diff --git a/jasper/Pkgfile b/jasper/Pkgfile index 15281e187..5498f92c6 100644 --- a/jasper/Pkgfile +++ b/jasper/Pkgfile @@ -4,20 +4,20 @@ # Depends on: freeglut libjpeg-turbo xorg-libxmu name=jasper -version=4.1.1 +version=4.1.2 release=1 source=(https://github.com/jasper-software/jasper/releases/download/version-$version...) build() { local config=" --D CMAKE_INSTALL_PREFIX=/usr --D CMAKE_INSTALL_LIBDIR=lib --D CMAKE_BUILD_TYPE=Release --D CMAKE_SKIP_BUILD_RPATH=ON --D JAS_ENABLE_OPENGL=ON --D JAS_ENABLE_LIBJPEG=ON --D CMAKE_SKIP_RPATH=ON --D OpenGL_GL_PREFERENCE=GLVND" + -D CMAKE_INSTALL_PREFIX=/usr + -D CMAKE_INSTALL_LIBDIR=lib + -D CMAKE_BUILD_TYPE=Release + -D CMAKE_SKIP_BUILD_RPATH=ON + -D JAS_ENABLE_OPENGL=ON + -D JAS_ENABLE_LIBJPEG=ON + -D CMAKE_SKIP_RPATH=ON + -D OpenGL_GL_PREFERENCE=GLVND" #build static lib ( cmake -S $name-$version -B build-static -G Ninja $config \
participants (1)
-
crux@crux.nu