mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 12:57:14 +08:00
openal: 1.17.1 for multimedia group
This commit is contained in:
parent
3792a680ff
commit
165f0dc95d
@ -1,15 +1,10 @@
|
||||
#
|
||||
# Platform Packages for Chakra, part of chakraos.org
|
||||
#
|
||||
# Maintainer: Adrian Chaves Fernandez (Gallaecio) <adriyetichaves@gmail.com>
|
||||
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Contributor: Allan McRae <allan@archlinux.org>
|
||||
# Contributer: Jason Chu <jchu@xentac.net>
|
||||
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/openal
|
||||
|
||||
pkgname=openal
|
||||
pkgver=1.16.0
|
||||
pkgver=1.17.1
|
||||
# Caution: This package has a lib32 dependency, make sure to update that package as well
|
||||
pkgrel=1
|
||||
pkgdesc="OpenAL is a cross-platform 3D audio library for use with OpenGL"
|
||||
pkgdesc="OpenAL is a cross-platform 3D audio library"
|
||||
arch=('x86_64')
|
||||
url="http://www.openal.org/"
|
||||
license=('LGPL')
|
||||
@ -18,7 +13,7 @@ makedepends=('alsa-lib' 'sdl' 'cmake' 'libpulse' 'qt4' 'fluidsynth')
|
||||
optdepends=('qt4: alsoft-config GUI Configurator'
|
||||
'fluidsynth: MIDI rendering')
|
||||
source=(http://kcat.strangesoft.net/$pkgname-releases/$pkgname-soft-${pkgver}.tar.bz2)
|
||||
md5sums=('14db4b0d12f07252070b4fe5eb5911f6')
|
||||
md5sums=('4e1cff46cdb3ac147745dea33ad92687')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-soft-${pkgver}/build
|
||||
|
Loading…
Reference in New Issue
Block a user