ports/contrib (3.4): sdl2_mixer: Initial import
commit 8676ab51d850537b7d521946308b1418eb5c48fe Author: Predrag Ivanović <predivan@mts.rs> Date: Thu Nov 29 16:19:27 2018 +0100 sdl2_mixer: Initial import diff --git a/sdl2_mixer/.footprint b/sdl2_mixer/.footprint new file mode 100644 index 00000000..5baa6ba9 --- /dev/null +++ b/sdl2_mixer/.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_mixer.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libSDL2_mixer-2.0.so.0 -> libSDL2_mixer-2.0.so.0.2.2 +-rwxr-xr-x root/root usr/lib/libSDL2_mixer-2.0.so.0.2.2 +-rwxr-xr-x root/root usr/lib/libSDL2_mixer.la +lrwxrwxrwx root/root usr/lib/libSDL2_mixer.so -> libSDL2_mixer-2.0.so.0.2.2 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/SDL2_mixer.pc diff --git a/sdl2_mixer/.signature b/sdl2_mixer/.signature new file mode 100644 index 00000000..76ba1118 --- /dev/null +++ b/sdl2_mixer/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF37SycwymtqDnp5ptUj+RfWanUPb+nI31fYOap25Vx5whMgDqdMhGbGRfnPvYX6FuS2PJApCTdGg+hvQwNV3yVAc= +SHA256 (Pkgfile) = 4f11bd8ea62fadefbed303faca2e4a9e91474905d69fc16aa69d76a68c3ea60b +SHA256 (.footprint) = 14206fdd386fa67eeddeab43cc417607792eeeb3a9d3b13b5df2819fa3892aed +SHA256 (SDL2_mixer-2.0.4.tar.gz) = b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419 diff --git a/sdl2_mixer/Pkgfile b/sdl2_mixer/Pkgfile new file mode 100644 index 00000000..18133d46 --- /dev/null +++ b/sdl2_mixer/Pkgfile @@ -0,0 +1,17 @@ +# Description: A sample multi-channel audio mixer library. +# URL: http://www.libsdl.org/projects/SDL_mixer/ +# Maintainer: Pedja, predivan at mts dot rs +# Depends on: libvorbis libmodplug flac libsdl2 mpg123 + +name=sdl2_mixer +version=2.0.4 +release=1 +source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$version.tar.gz) + +build() { + cd SDL2_mixer-$version + ./configure --prefix=/usr \ + --disable-static + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu