ports/contrib (3.7): sdl_gfx, sdl_image: adopted
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit eeca99d37593888bda890ab4fa6814525101f231 Author: John McQuah <jmcquah@disroot.org> Date: Fri Mar 3 11:52:19 2023 -0500 sdl_gfx, sdl_image: adopted diff --git a/sdl_gfx/.signature b/sdl_gfx/.signature index 632790c69..3c4cf1a9a 100644 --- a/sdl_gfx/.signature +++ b/sdl_gfx/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF30B7Tnw0NrgzUvZlx88vgDjsXOOfJkM0JHVYgIYJMzIzgUdb+ZCQC1BzOc3L6zeUxV+8re57Pp/T5SQWLkh91AU= -SHA256 (Pkgfile) = 32402f254e726a3772bc1be76bff52d81d5bfcb6384267664c0296e87d075e73 +RWSagIOpLGJF3wkrZeuvkV2B2nf5LzXCLicFMwckoVufrSLeK93eGRrqzfp+3eUJtzcOXlANVt8XU2kV24vB8jD2TAYDmY3iPwE= +SHA256 (Pkgfile) = d5845f0ca757658f8f9a7f9e2d7ed319ac31839bfb849150680f5229ba3df879 SHA256 (.footprint) = 9b824efd118028aa2aa56b8a21fac690f567de47add470153e2884c01b28b592 SHA256 (SDL_gfx-2.0.26.tar.gz) = 7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446 diff --git a/sdl_gfx/Pkgfile b/sdl_gfx/Pkgfile index 8d1442608..3648d3154 100644 --- a/sdl_gfx/Pkgfile +++ b/sdl_gfx/Pkgfile @@ -1,6 +1,6 @@ # Description: SDL graphics drawing primitives and other support functions. # URL: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: libsdl name=sdl_gfx diff --git a/sdl_image/.signature b/sdl_image/.signature index 92a84b115..0772a7609 100644 --- a/sdl_image/.signature +++ b/sdl_image/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37l0zd/DZ1yUgBMFUuHuw56MWWeiqlDr7Y6PHi3JMRjBKAZP5FxSt0x/iOWwcBSHRTkNu4sjrkId4RHK1kfHlwk= -SHA256 (Pkgfile) = fee897dc72c7fd53b1b95317792e29146b82eff4b6efbd6557d85eb75602d4fc +RWSagIOpLGJF379zvsKgS7yWlU38j1fRxX7Mcob0HvAtdoUguzbl3qXgDhK/xpnAJGtpXJXWQZnthxypVuWR+qb9O1HwBo1JBgw= +SHA256 (Pkgfile) = f0974a87dfe7e4a830676c146215163b419ea1b7c90bd78c7c923d7baeb63e4d SHA256 (.footprint) = dead0d87cb18f992d71d08dfa9764d48f7c20966ef2f721bf4f96d4b600a7553 SHA256 (SDL_image-1.2.12.tar.gz) = 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699 diff --git a/sdl_image/Pkgfile b/sdl_image/Pkgfile index efd6dca86..c24c5e290 100644 --- a/sdl_image/Pkgfile +++ b/sdl_image/Pkgfile @@ -1,8 +1,8 @@ # Description: SDL_image is an image file loading library. # URL: http://www.libsdl.org/projects/SDL_image -# Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Jay Dolan, jdolan at jdolan dot dyndns dot org +# Maintainer: John McQuah, jmcquah at disroot dot org # Depends on: libtiff libpng libsdl +# Optional: libwebp name=sdl_image version=1.2.12 @@ -11,7 +11,7 @@ source=(http://www.libsdl.org/projects/SDL_image/release/SDL_image-$version.tar. build() { cd SDL_image-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --disable-sdltest make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu