ports/contrib (3.5): sdl_gfx: 2.0.23 -> 2.0.26
commit bc627ffb9ec0b8cbec37a69d892067a7ac2230be Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun May 31 22:21:14 2020 +1000 sdl_gfx: 2.0.23 -> 2.0.26 diff --git a/sdl_gfx/.footprint b/sdl_gfx/.footprint index 4f3384d43..d92ba65f0 100644 --- a/sdl_gfx/.footprint +++ b/sdl_gfx/.footprint @@ -10,8 +10,8 @@ drwxr-xr-x root/root usr/include/SDL/ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libSDL_gfx.a -rwxr-xr-x root/root usr/lib/libSDL_gfx.la -lrwxrwxrwx root/root usr/lib/libSDL_gfx.so -> libSDL_gfx.so.13.9.1 -lrwxrwxrwx root/root usr/lib/libSDL_gfx.so.13 -> libSDL_gfx.so.13.9.1 --rwxr-xr-x root/root usr/lib/libSDL_gfx.so.13.9.1 +lrwxrwxrwx root/root usr/lib/libSDL_gfx.so -> libSDL_gfx.so.16.9.1 +lrwxrwxrwx root/root usr/lib/libSDL_gfx.so.16 -> libSDL_gfx.so.16.9.1 +-rwxr-xr-x root/root usr/lib/libSDL_gfx.so.16.9.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/SDL_gfx.pc diff --git a/sdl_gfx/.signature b/sdl_gfx/.signature index 7e540438e..e2884df53 100644 --- a/sdl_gfx/.signature +++ b/sdl_gfx/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF308TWEu0vtNCOvq1oIS7q3dczun9P/Byj67dAJxLoXyfi9cwLrAcp1IVNuLrEvW75Jvw0oMNuPRofcJdIS3s/wg= -SHA256 (Pkgfile) = 4e7e802351dea44501cee59b58efe88af4a7289ba16afe61a4d858425bf21b62 -SHA256 (.footprint) = c9a843372c2e1861e6d2f771faacff1911ee15fb43e8c5e48d34e72e860f3ba8 -SHA256 (SDL_gfx-2.0.23.tar.gz) = 41bd601d65bba19eeac80a62570ce120098414ece22de402a8ee81b10e07faea +RWSagIOpLGJF3zBfgYIqAuYyd9PMnmD4IUKzsL64GyszCXZ/Tr58/e5gbIWz0jWJP91acHYs4bSmqCd70AzJQlKi0DhZQ/GVUAE= +SHA256 (Pkgfile) = 64e7d7fa1808559fd7520aa0defe2eddc0081e6e1d5dd8717aa6f07fd89c2e3b +SHA256 (.footprint) = 9b824efd118028aa2aa56b8a21fac690f567de47add470153e2884c01b28b592 +SHA256 (SDL_gfx-2.0.26.tar.gz) = 7ceb4ffb6fc63ffba5f1290572db43d74386cd0781c123bc912da50d34945446 diff --git a/sdl_gfx/Pkgfile b/sdl_gfx/Pkgfile index 8ad14e8fe..b1ff38236 100644 --- a/sdl_gfx/Pkgfile +++ b/sdl_gfx/Pkgfile @@ -1,18 +1,20 @@ # Description: SDL graphics drawing primitives and other support functions. -# URL: http://www.ferzkopp.net/joomla/software-mainmenu-14/4-ferzkopps-linux-softwa... +# URL: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Simone Rota, sip at crux dot nu # Depends on: libsdl name=sdl_gfx -version=2.0.23 +version=2.0.26 release=1 -source=(http://downloads.sourceforge.net/project/sdlgfx/SDL_gfx-$version.tar.gz) +source=(https://www.ferzkopp.net/Software/SDL_gfx-2.0/SDL_gfx-$version.tar.gz) build() { cd SDL_gfx-$version - ./configure --prefix=/usr + + # shipped configure was not regenerated since 2.0.25, resulting in bad soname + autoreconf -fvi + + ./configure --prefix=/usr make make DESTDIR=$PKG install } -
participants (1)
-
crux@crux.nu