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
|
||||
#
|
||||
# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,16 +24,14 @@
|
|||
|
||||
PRGNAM=OpenAL
|
||||
SRCNAM=openal-soft
|
||||
VERSION=1.10.622
|
||||
VERSION=1.12.854
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="OpenAL"
|
||||
VERSION="1.10.622"
|
||||
VERSION="1.12.854"
|
||||
HOMEPAGE="http://kcat.strangesoft.net/openal.html"
|
||||
DOWNLOAD="http://kcat.strangesoft.net/openal-releases/openal-soft-1.10.622.tar.bz2"
|
||||
MD5SUM="d6324d0e7a4fd799e48e720c023fe1c0"
|
||||
DOWNLOAD="http://kcat.strangesoft.net/openal-releases/openal-soft-1.12.854.tar.bz2"
|
||||
MD5SUM="fbf36451fdebd6466edbdc0ee7db9603"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Erik Hanson"
|
||||
EMAIL="erik@slackbuilds.org"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
OpenAL: OpenAL (a cross-platform 3D audio API)
|
||||
OpenAL:
|
||||
OpenAL: OpenAL is a cross-platform 3D audio API appropriate for use with gaming
|
||||
OpenAL: applications and many other types of audio applications.
|
||||
OpenAL: OpenAL is a cross-platform 3D audio API appropriate for use with
|
||||
OpenAL: gaming applications and many other types of audio applications.
|
||||
OpenAL:
|
||||
OpenAL: http://www.OpenAL.org/
|
||||
OpenAL:
|
||||
|
|
Loading…
Reference in a new issue