* update gavl to 1.4.0-8

This commit is contained in:
Alexander Baldeck 2024-07-22 15:33:17 +02:00
parent 8d47fc1ee7
commit b6082ef12a
2 changed files with 15 additions and 2 deletions

13
gavl/.SRCINFO Normal file
View File

@ -0,0 +1,13 @@
pkgbase = gavl
pkgdesc = Low level library, upon which multimedia APIs can be built
pkgver = 1.4.0
pkgrel = 8
url = http://gmerlin.sourceforge.net/
arch = x86_64
license = GPL-2.0-or-later
makedepends = doxygen
depends = glibc
source = https://downloads.sourceforge.net/gmerlin/gavl-1.4.0.tar.gz
sha256sums = 51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce
pkgname = gavl

View File

@ -6,11 +6,11 @@
pkgname=gavl
pkgver=1.4.0
pkgrel=7
pkgrel=8
pkgdesc='Low level library, upon which multimedia APIs can be built'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='http://gmerlin.sourceforge.net/'
license=('GPL')
license=('GPL-2.0-or-later')
depends=('glibc')
makedepends=('doxygen')
source=("https://downloads.sourceforge.net/gmerlin/$pkgname-$pkgver.tar.gz")