summaryrefslogtreecommitdiff
path: root/sdl2_image
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2020-01-21 22:03:56 +1100
committerDanny Rawlins <monster.romster@gmail.com>2020-01-21 22:03:56 +1100
commit0e89df3e7d4777891e1a42c9047c2f69d8530bbd (patch)
tree8aa1570e6f624d1285aac4174e05555c7254361b /sdl2_image
parentd8287cc193b4d507377f59fdaaad454dbbc07893 (diff)
downloadcontrib-0e89df3e7d4777891e1a42c9047c2f69d8530bbd.tar.gz
contrib-0e89df3e7d4777891e1a42c9047c2f69d8530bbd.tar.xz
Revert "sdl2_image: deleted unmaintained port"
This reverts commit 302dd41de5d4d01f5f1489e934281b94ede2cfbb.
Diffstat (limited to 'sdl2_image')
-rw-r--r--sdl2_image/.footprint11
-rw-r--r--sdl2_image/.signature5
-rw-r--r--sdl2_image/Pkgfile17
3 files changed, 33 insertions, 0 deletions
diff --git a/sdl2_image/.footprint b/sdl2_image/.footprint
new file mode 100644
index 000000000..a2b9356f2
--- /dev/null
+++ b/sdl2_image/.footprint
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/SDL2/
+-rw-r--r-- root/root usr/include/SDL2/SDL_image.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libSDL2_image-2.0.so.0 -> libSDL2_image-2.0.so.0.2.2
+-rwxr-xr-x root/root usr/lib/libSDL2_image-2.0.so.0.2.2
+-rwxr-xr-x root/root usr/lib/libSDL2_image.la
+lrwxrwxrwx root/root usr/lib/libSDL2_image.so -> libSDL2_image-2.0.so.0.2.2
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/SDL2_image.pc
diff --git a/sdl2_image/.signature b/sdl2_image/.signature
new file mode 100644
index 000000000..ab56e10bd
--- /dev/null
+++ b/sdl2_image/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF3yUetTbejeE2KQgIOyi21W2ZO2IfFuafJJmNdFbYOHJuU03fi8mkTuYYGJ283xf11/76Z7weHf4hcTBTu8+xhg4=
+SHA256 (Pkgfile) = 5c953227571d520e7c4c6f1b957cfa495922db99f5d7feaefe98477347b549e2
+SHA256 (.footprint) = 08249051cea689372a903b3e0d9310dde6f3f65d128d58f0dbf30d56d4fd9e90
+SHA256 (SDL2_image-2.0.4.tar.gz) = e74ec49c2402eb242fbfa16f2f43a19582a74c2eabfbfb873f00d4250038ceac
diff --git a/sdl2_image/Pkgfile b/sdl2_image/Pkgfile
new file mode 100644
index 000000000..960130cf9
--- /dev/null
+++ b/sdl2_image/Pkgfile
@@ -0,0 +1,17 @@
+# Description: SDL_image is an image file loading library.
+# URL: http://www.libsdl.org/projects/SDL_image
+# Maintainer: unmaintained
+# Depends on: libsdl2 libwebp
+
+name=sdl2_image
+version=2.0.4
+release=1
+source=(http://www.libsdl.org/projects/SDL_image/release/SDL2_image-$version.tar.gz)
+
+build() {
+ cd SDL2_image-$version
+ ./configure --prefix=/usr \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit