Browse Source

Add missing `openal` dependency to ArchLinux PKGBUILDs.

pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
9749f1ec6a
  1. 2
      PKGBUILD
  2. 2
      PKGBUILD-es3
  3. 2
      PKGBUILD-mingw32
  4. 2
      PKGBUILD-release
  5. 2
      package/archlinux/magnum-git/PKGBUILD

2
PKGBUILD

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum" url="https://github.com/mosra/magnum"
license=('MIT') license=('MIT')
depends=('corrade' 'freeglut' 'sdl2') depends=('corrade' 'openal' 'freeglut' 'sdl2')
makedepends=('cmake') makedepends=('cmake')
options=(!strip) options=(!strip)
provides=('magnum-git') provides=('magnum-git')

2
PKGBUILD-es3

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine (OpenGL ES 3.0 version)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum" url="https://github.com/mosra/magnum"
license=('MIT') license=('MIT')
depends=('corrade' 'glew') depends=('corrade' 'openal' 'glew')
makedepends=('cmake') makedepends=('cmake')
options=(!strip) options=(!strip)
provides=('magnum-git') provides=('magnum-git')

2
PKGBUILD-mingw32

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine (mingw32)"
arch=('any') arch=('any')
url="https://github.com/mosra/magnum" url="https://github.com/mosra/magnum"
license=('MIT') license=('MIT')
depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-freeglut') depends=('mingw32-runtime' 'mingw32-corrade' 'mingw32-freeglut' 'mingw32-openal')
makedepends=('mingw32-gcc' 'cmake' 'corrade') makedepends=('mingw32-gcc' 'cmake' 'corrade')
options=(!buildflags !strip) options=(!buildflags !strip)

2
PKGBUILD-release

@ -6,7 +6,7 @@ pkgdesc="OpenGL graphics engine"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="https://github.com/mosra/magnum" url="https://github.com/mosra/magnum"
license=('MIT') license=('MIT')
depends=('corrade' 'sdl2' 'freeglut') depends=('corrade' 'openal' 'sdl2' 'freeglut')
makedepends=('cmake') makedepends=('cmake')
provides=('magnum-git') provides=('magnum-git')

2
package/archlinux/magnum-git/PKGBUILD

@ -6,7 +6,7 @@ pkgdesc="C++11 and OpenGL 2D/3D graphics engine (Git version)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url="http://mosra.cz/blog/magnum.php" url="http://mosra.cz/blog/magnum.php"
license=('MIT') license=('MIT')
depends=('corrade-git' 'glut' 'openal') depends=('corrade-git' 'openal' 'freeglut')
makedepends=('cmake' 'git') makedepends=('cmake' 'git')
provides=('magnum') provides=('magnum')
conflicts=('magnum') conflicts=('magnum')

Loading…
Cancel
Save