summaryrefslogtreecommitdiff
path: root/sdl_gfx
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-05-31 22:21:14 +1000
committerDanny Rawlins <monster.romster@gmail.com>2020-05-31 22:21:14 +1000
commitbc627ffb9ec0b8cbec37a69d892067a7ac2230be (patch)
tree45bf3b51676fd690957f50af6fea4464fede1619 /sdl_gfx
parent511534cab70ab6e03d414c40db88f963bc3f50a7 (diff)
downloadcontrib-bc627ffb9ec0b8cbec37a69d892067a7ac2230be.tar.gz
contrib-bc627ffb9ec0b8cbec37a69d892067a7ac2230be.tar.xz
sdl_gfx: 2.0.23 -> 2.0.26
Diffstat (limited to 'sdl_gfx')
-rw-r--r--sdl_gfx/.footprint6
-rw-r--r--sdl_gfx/.signature8
-rw-r--r--sdl_gfx/Pkgfile14
3 files changed, 15 insertions, 13 deletions
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-software/19-sdlgfx
+# 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
}
-

Generated by cgit