diff --git a/libdca/.signature b/libdca/.signature index a2d1c69f5..9181f044e 100644 --- a/libdca/.signature +++ b/libdca/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35DBxp3q3J7jVk+u9rP0D+ttl82QVknTmOzumGBS7j0cjA/YvJFFDm2xAGMoJ9z3jKTsh2ZFSEEybV9b66TGuw8= -SHA256 (Pkgfile) = 735f574c356ffeb93286aea86ec3b7b4c2fd62447f93caa25bf794398d0ae2f8 +RWSagIOpLGJF367sH1+ngD/IDOH0p1ep40TZJl0Qi66emtWlrD2APCRJvXUm/Fbqvj8unkmjQEPr40aDMtDOhBBlD+wjniqgHA0= +SHA256 (Pkgfile) = 0d100fa2543c50818192402e7cbf583058c3058e17a9899daeb0f8d3ab487899 SHA256 (.footprint) = 98f37d2168eecccaff05978b4e301cf1541082d0ae3c82d9fc7aa434f7187656 SHA256 (libdca-0.0.7.tar.bz2) = 3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a diff --git a/libdca/Pkgfile b/libdca/Pkgfile index ec42c9b4a..73cd8e059 100644 --- a/libdca/Pkgfile +++ b/libdca/Pkgfile @@ -1,6 +1,6 @@ # Description: A free DTS Coherent Acoustics decoder. (early development stage) # URL: http://www.videolan.org/developers/libdca.html -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained name=libdca version=0.0.7 @@ -8,13 +8,13 @@ release=1 source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2) build() { - cd $name-$version + cd $name-$version - ./bootstrap - ./configure --prefix=/usr --disable-static + ./bootstrap + ./configure --prefix=/usr --disable-static - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - rm -f $PKG/usr/lib/libdts.a + rm -f $PKG/usr/lib/libdts.a }