upg tinycompress

This commit is contained in:
joborun linux 2024-01-31 03:38:16 +02:00
parent 4c0ce46a5e
commit b9ae110e51
3 changed files with 17 additions and 10 deletions

View File

@ -6,18 +6,17 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=tinycompress
pkgver=1.2.8
pkgrel=02
pkgver=1.2.11
pkgrel=01
pkgdesc="This library provides the APIs to open an ALSA compressed device and read/write compressed data like MP3 etc to it"
ARCHpkgdesc="ALSA compressed device interface"
url="https://github.com/alsa-project/tinycompress"
arch=(x86_64)
depends=(glibc)
makedepends=(ffmpeg git)
optdepends=("ffmpeg: fcplay utility")
provides=(libtinycompress.so)
#options=(debug)
_commit=750ebbe68e48178fae1732aa169fdc8f46fec6fa # tags/v1.2.8^0
_commit=e98e500873c9c4fdd752d1c85b6116da426a8a70 # tags/v1.2.11^0
source=("git+$url#commit=$_commit")
pkgver() {
@ -54,10 +53,13 @@ package() {
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 tinycompress/COPYING
}
#---- license gpg-key sha256sums ----
#---- arch license gpg-key & sha256sums ----
license=(BSD LGPL2.1)
arch=(x86_64)
license=("BSD-3-Clause OR LGPL-2.1-only")
sha256sums=(SKIP)
## 17c6111ed8900cdf9b904599fc9432b350214fb84e6aa948770e7ce013cb287e tinycompress-1.2.11-01-x86_64.pkg.tar.lz

View File

@ -1,18 +1,21 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=tinycompress
pkgver=1.2.8
pkgver=1.2.11
pkgrel=1
pkgdesc="ALSA compressed device interface"
url="https://github.com/alsa-project/tinycompress"
arch=(x86_64)
license=(BSD LGPL2.1)
license=("BSD-3-Clause OR LGPL-2.1-only")
depends=(glibc)
makedepends=(ffmpeg git)
makedepends=(
ffmpeg
git
)
optdepends=("ffmpeg: fcplay utility")
provides=(libtinycompress.so)
options=(debug)
_commit=750ebbe68e48178fae1732aa169fdc8f46fec6fa # tags/v1.2.8^0
_commit=e98e500873c9c4fdd752d1c85b6116da426a8a70 # tags/v1.2.11^0
source=("git+$url#commit=$_commit")
b2sums=('SKIP')

View File

@ -4,3 +4,5 @@ autoconf
ffmpeg
jack2
libgit2