* update smpeg to 2.0.0-3

This commit is contained in:
Alexander Baldeck 2024-08-15 15:09:17 +02:00
parent 35df6aa062
commit c7f1c1da10
2 changed files with 17 additions and 2 deletions

15
smpeg/.SRCINFO Normal file
View File

@ -0,0 +1,15 @@
pkgbase = smpeg
pkgdesc = SDL MPEG Player Library
pkgver = 2.0.0
pkgrel = 3
url = https://icculus.org/smpeg/
arch = x86_64
license = LGPL
makedepends = mesa
makedepends = glu
depends = sdl2
optdepends = glu: to use glmovie
source = https://github.com/icculus/smpeg/archive/refs/tags/release_2_0_0.tar.gz
sha256sums = fdd431bd607efcf0f35789fb3105d7535d4f0e8b46e673e9c0051726e8d1e701
pkgname = smpeg

View File

@ -5,9 +5,9 @@
pkgname=smpeg
pkgver=2.0.0
pkgrel=2
pkgrel=3
pkgdesc="SDL MPEG Player Library"
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://icculus.org/smpeg/"
license=(LGPL)
depends=(sdl2)