forked from ports/contrib
liba52: marked unmaintained
This commit is contained in:
parent
9e13480ce5
commit
55f27d7c84
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF30e3lpHwlJR3W0yhfYO9g6mXZ9vGnaZjyVwRyMPy090tWwBpvMVQmsv00Pg5LQpoFQjiBk5juhTm27/0Mfn5Qw8=
|
RWSagIOpLGJF36iPP4GgPYsKyEf9BgP60uniwvx9yj46Pyl8zJuGzGopR+p+SqnRVT0fQ8v36qUZ171pM/BLZ8Ve5YuJxDJI9gI=
|
||||||
SHA256 (Pkgfile) = 5025edf56717c8ab4e2b8ca269c0c1a1cca1c2b9b668775589c01b7679b8055c
|
SHA256 (Pkgfile) = 3b38b3c87ad097d4d997c467bf4394d0014032657391a840c1a045425d2f4f40
|
||||||
SHA256 (.footprint) = 410a396726149bf7456983d243dd71623644de1b025b190881560b1acd04fa33
|
SHA256 (.footprint) = 410a396726149bf7456983d243dd71623644de1b025b190881560b1acd04fa33
|
||||||
SHA256 (a52dec-0.8.0.tar.gz) = 03c181ce9c3fe0d2f5130de18dab9bd8bc63c354071515aa56983c74a9cffcc9
|
SHA256 (a52dec-0.8.0.tar.gz) = 03c181ce9c3fe0d2f5130de18dab9bd8bc63c354071515aa56983c74a9cffcc9
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Description: Library for decoding ATSC A/52 streams.
|
# Description: Library for decoding ATSC A/52 streams.
|
||||||
# URL: https://liba52.sourceforge.io/
|
# URL: https://liba52.sourceforge.io/
|
||||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
# Maintainer: unmaintained
|
||||||
|
|
||||||
name=liba52
|
name=liba52
|
||||||
version=0.8.0
|
version=0.8.0
|
||||||
@ -8,17 +8,17 @@ release=7
|
|||||||
source=(https://distfiles.adelielinux.org/source/a52dec/a52dec-$version.tar.gz)
|
source=(https://distfiles.adelielinux.org/source/a52dec/a52dec-$version.tar.gz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd a52dec-$version
|
cd a52dec-$version
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--mandir=/usr/share/man \
|
--mandir=/usr/share/man \
|
||||||
--disable-solaris-audio \
|
--disable-solaris-audio \
|
||||||
--disable-win \
|
--disable-win \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--with-pic
|
--with-pic
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
install -m644 liba52/a52_internal.h $PKG/usr/include/a52dec/
|
install -m644 liba52/a52_internal.h $PKG/usr/include/a52dec/
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user