summaryrefslogtreecommitdiff
path: root/sdl2_net
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-08-20 18:17:51 +0200
committerTim Biermann <tbier@posteo.de>2022-08-20 23:35:08 +0200
commit1fc98cec2a644feb942ddbe445e0873cb6fbad2b (patch)
treec9873c6e546cdaaed9b140b52884005a8f4c5476 /sdl2_net
parent1779ee284ef5c5f996bb985ea01e61799311b4e8 (diff)
downloadcontrib-1fc98cec2a644feb942ddbe445e0873cb6fbad2b.tar.gz
contrib-1fc98cec2a644feb942ddbe445e0873cb6fbad2b.tar.xz
sdl2_net: 2.0.1 -> 2.2.0
Diffstat (limited to 'sdl2_net')
-rw-r--r--sdl2_net/.footprint11
-rw-r--r--sdl2_net/.signature8
-rw-r--r--sdl2_net/Pkgfile7
3 files changed, 16 insertions, 10 deletions
diff --git a/sdl2_net/.footprint b/sdl2_net/.footprint
index 0697a44d5..92936ba9d 100644
--- a/sdl2_net/.footprint
+++ b/sdl2_net/.footprint
@@ -3,10 +3,13 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/SDL2/
-rw-r--r-- root/root usr/include/SDL2/SDL_net.h
drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libSDL2_net-2.0.so.0 -> libSDL2_net-2.0.so.0.0.1
--rwxr-xr-x root/root usr/lib/libSDL2_net-2.0.so.0.0.1
--rw-r--r-- root/root usr/lib/libSDL2_net.a
+drwxr-xr-x root/root usr/lib/cmake/
+drwxr-xr-x root/root usr/lib/cmake/SDL2_net/
+-rw-r--r-- root/root usr/lib/cmake/SDL2_net/sdl2_net-config-version.cmake
+-rw-r--r-- root/root usr/lib/cmake/SDL2_net/sdl2_net-config.cmake
+lrwxrwxrwx root/root usr/lib/libSDL2_net-2.0.so.0 -> libSDL2_net-2.0.so.0.200.0
+-rwxr-xr-x root/root usr/lib/libSDL2_net-2.0.so.0.200.0
-rwxr-xr-x root/root usr/lib/libSDL2_net.la
-lrwxrwxrwx root/root usr/lib/libSDL2_net.so -> libSDL2_net-2.0.so.0.0.1
+lrwxrwxrwx root/root usr/lib/libSDL2_net.so -> libSDL2_net-2.0.so.0.200.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/SDL2_net.pc
diff --git a/sdl2_net/.signature b/sdl2_net/.signature
index 4df9656e3..71cc657fd 100644
--- a/sdl2_net/.signature
+++ b/sdl2_net/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF37D0AsI1Ew0AXGtL78lHNZ3BgFWN0BNekc8B3tt5BUXrlsWG3HbPokSpPd94S3aMKcK8k9hYuu1rUG3YPYKw/Qk=
-SHA256 (Pkgfile) = 3196131e028ab0bdece13d20512ba5b3c57bde816f64c7ba59f3679bd41db5e7
-SHA256 (.footprint) = 43643fc880b24363de87f532de7f91ec6674ee6aac64d56ff059b6c940818955
-SHA256 (SDL2_net-2.0.1.tar.gz) = 15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21
+RWSagIOpLGJF3wL7AUkfvYnf8S8KI8KSX1REHJfJI/z1YGGEMWM8VzeoVyP1TTUGm6kJ4KEMdZ3xfJf6cNrYjWwF/T+I8ypEBAY=
+SHA256 (Pkgfile) = e813ec55c3ef3c819ea6324507aa7d9343bcf2750d816028cbd2aef74eecd095
+SHA256 (.footprint) = 79524fe9d0a9f747870c02684ef534a7e7a258771ac22624af0c363b8035daf2
+SHA256 (SDL2_net-2.2.0.tar.gz) = 4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb
diff --git a/sdl2_net/Pkgfile b/sdl2_net/Pkgfile
index 4209329d4..820dc66bb 100644
--- a/sdl2_net/Pkgfile
+++ b/sdl2_net/Pkgfile
@@ -4,13 +4,16 @@
# Depends on: libsdl2
name=sdl2_net
-version=2.0.1
+version=2.2.0
release=1
source=(https://www.libsdl.org/projects/SDL_net/release/SDL2_net-$version.tar.gz)
build() {
cd SDL2_net-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --disable-examples \
+ --disable-static \
+ --disable-sdltest
make
make DESTDIR=$PKG install
}

Generated by cgit