mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/OpenAL: Updated for version 1.12.854.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
6bef1bc3b1
commit
b0a573d38c
3 changed files with 8 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for OpenAL Soft
|
# Slackware build script for OpenAL Soft
|
||||||
#
|
#
|
||||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,16 +24,14 @@
|
||||||
|
|
||||||
PRGNAM=OpenAL
|
PRGNAM=OpenAL
|
||||||
SRCNAM=openal-soft
|
SRCNAM=openal-soft
|
||||||
VERSION=1.10.622
|
VERSION=1.12.854
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="OpenAL"
|
PRGNAM="OpenAL"
|
||||||
VERSION="1.10.622"
|
VERSION="1.12.854"
|
||||||
HOMEPAGE="http://kcat.strangesoft.net/openal.html"
|
HOMEPAGE="http://kcat.strangesoft.net/openal.html"
|
||||||
DOWNLOAD="http://kcat.strangesoft.net/openal-releases/openal-soft-1.10.622.tar.bz2"
|
DOWNLOAD="http://kcat.strangesoft.net/openal-releases/openal-soft-1.12.854.tar.bz2"
|
||||||
MD5SUM="d6324d0e7a4fd799e48e720c023fe1c0"
|
MD5SUM="fbf36451fdebd6466edbdc0ee7db9603"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="Erik Hanson"
|
MAINTAINER="Erik Hanson"
|
||||||
EMAIL="erik@slackbuilds.org"
|
EMAIL="erik@slackbuilds.org"
|
||||||
APPROVED="dsomero"
|
APPROVED="rworkman"
|
||||||
|
|
|
@ -8,8 +8,8 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
OpenAL: OpenAL (a cross-platform 3D audio API)
|
OpenAL: OpenAL (a cross-platform 3D audio API)
|
||||||
OpenAL:
|
OpenAL:
|
||||||
OpenAL: OpenAL is a cross-platform 3D audio API appropriate for use with gaming
|
OpenAL: OpenAL is a cross-platform 3D audio API appropriate for use with
|
||||||
OpenAL: applications and many other types of audio applications.
|
OpenAL: gaming applications and many other types of audio applications.
|
||||||
OpenAL:
|
OpenAL:
|
||||||
OpenAL: http://www.OpenAL.org/
|
OpenAL: http://www.OpenAL.org/
|
||||||
OpenAL:
|
OpenAL:
|
||||||
|
|
Loading…
Reference in a new issue