extra/allegro to 5.2.9.0-1

This commit is contained in:
Kevin Mihelich 2023-12-13 20:08:42 +00:00
parent 834bbe1c8f
commit 08a34ab4cf
2 changed files with 32 additions and 3 deletions
extra/allegro

29
extra/allegro/.SRCINFO Normal file
View file

@ -0,0 +1,29 @@
pkgbase = allegro
pkgdesc = Portable library mainly aimed at video game and multimedia programming
pkgver = 5.2.9.0
pkgrel = 1
url = https://liballeg.org/
arch = x86_64
license = custom
makedepends = cmake
makedepends = glu
makedepends = libtheora
makedepends = mesa-libgl
makedepends = ninja
makedepends = opusfile
makedepends = pandoc
makedepends = xorgproto
depends = dumb
depends = gtk3
depends = jack
depends = libgl
depends = libpulse
depends = libtheora
depends = libwebp
depends = libxpm
depends = opusfile
depends = physfs
source = https://github.com/liballeg/allegro5/releases/download/5.2.9.0/allegro-5.2.9.0.tar.gz
b2sums = 423db21dd4ffd86a86f9e8b48cc1075c6168cf58a768f1f4b6050dd79b23a8a0d883ec0fe22c610eb1745c2b3bf06a94d1f0c45121fa6e9202df4ac0b8538d21
pkgname = allegro

View file

@ -8,8 +8,8 @@
# - comment fixing man path
pkgname=allegro
pkgver=5.2.8.0
pkgrel=2
pkgver=5.2.9.0
pkgrel=1
pkgdesc='Portable library mainly aimed at video game and multimedia programming'
arch=(x86_64)
url='https://liballeg.org/'
@ -17,7 +17,7 @@ license=(custom)
makedepends=(cmake glu libtheora mesa-libgl ninja opusfile xorgproto)
depends=(dumb gtk3 jack libgl libpulse libtheora libwebp libxpm opusfile physfs)
source=("https://github.com/liballeg/allegro5/releases/download/$pkgver/allegro-$pkgver.tar.gz")
b2sums=('57c71bdc7fb37c75f10def64ffc9bfaa55443e5b6a0910d1c698c936318eed273873aacddbf49ba3a7e6d8c36d332e35f84db1156cc667a50f8f98313af23828')
b2sums=('423db21dd4ffd86a86f9e8b48cc1075c6168cf58a768f1f4b6050dd79b23a8a0d883ec0fe22c610eb1745c2b3bf06a94d1f0c45121fa6e9202df4ac0b8538d21')
build() {
cmake -B build -S $pkgname-$pkgver \