diff --git a/liba52/.signature b/liba52/.signature index 5e6a8235f..43e0e3bfe 100644 --- a/liba52/.signature +++ b/liba52/.signature @@ -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 diff --git a/liba52/Pkgfile b/liba52/Pkgfile index ee6b2fbba..d8eea6321 100644 --- a/liba52/Pkgfile +++ b/liba52/Pkgfile @@ -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/ }