liba52: marked unmaintained

This commit is contained in:
Tim Biermann 2023-08-18 19:34:58 +02:00
parent 9e13480ce5
commit 55f27d7c84
2 changed files with 14 additions and 14 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30e3lpHwlJR3W0yhfYO9g6mXZ9vGnaZjyVwRyMPy090tWwBpvMVQmsv00Pg5LQpoFQjiBk5juhTm27/0Mfn5Qw8=
SHA256 (Pkgfile) = 5025edf56717c8ab4e2b8ca269c0c1a1cca1c2b9b668775589c01b7679b8055c
RWSagIOpLGJF36iPP4GgPYsKyEf9BgP60uniwvx9yj46Pyl8zJuGzGopR+p+SqnRVT0fQ8v36qUZ171pM/BLZ8Ve5YuJxDJI9gI=
SHA256 (Pkgfile) = 3b38b3c87ad097d4d997c467bf4394d0014032657391a840c1a045425d2f4f40
SHA256 (.footprint) = 410a396726149bf7456983d243dd71623644de1b025b190881560b1acd04fa33
SHA256 (a52dec-0.8.0.tar.gz) = 03c181ce9c3fe0d2f5130de18dab9bd8bc63c354071515aa56983c74a9cffcc9

View File

@ -1,6 +1,6 @@
# Description: Library for decoding ATSC A/52 streams.
# URL: https://liba52.sourceforge.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: unmaintained
name=liba52
version=0.8.0
@ -8,17 +8,17 @@ release=7
source=(https://distfiles.adelielinux.org/source/a52dec/a52dec-$version.tar.gz)
build() {
cd a52dec-$version
cd a52dec-$version
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--disable-solaris-audio \
--disable-win \
--enable-shared \
--with-pic
./configure \
--prefix=/usr \
--mandir=/usr/share/man \
--disable-solaris-audio \
--disable-win \
--enable-shared \
--with-pic
make
make DESTDIR=$PKG install
install -m644 liba52/a52_internal.h $PKG/usr/include/a52dec/
make
make DESTDIR=$PKG install
install -m644 liba52/a52_internal.h $PKG/usr/include/a52dec/
}