libvisual-32: 0.4.1 -> 0.4.2; new dependency: autoconf-archive

This commit is contained in:
Tim Biermann 2023-03-31 17:28:32 +02:00
parent afa55e7619
commit b914f859b2
2 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXf/v1e2FX2eoLhWZ0YsC5XJBcQmfgJYrtH4OB5PxRSkbMFXJAwgLvTMhfqdt/PmIIggJR9gVPoZOXT5KlkFqWQM=
SHA256 (Pkgfile) = 9ae456256b32d12c27512c8fe05d40ae0ce26e0a917340f010fb06984ecb83b3
RWSwxGo/zH7eXaKDzWhNH3kL5bOQBo0mcxj7zCIB1xHU6ENzrwgljSbZHazqtgjhPStD/R1J1xPrJOGUU0b5fSsCut8NgOORpwM=
SHA256 (Pkgfile) = 485318838f7cab6c937098e1d7e11f73057044c4691161a27a3f39adf051d50e
SHA256 (.footprint) = 4b292c2fe70759c82d0e205a27bb06556b1ddadfab9273229e246d61f61bd040
SHA256 (libvisual-0.4.1.tar.bz2) = e4707c81df53d6e6aaefaa8c0140b578b1733e0eda7b7921c88bc4fe82af414d
SHA256 (libvisual-0.4.2.tar.bz2) = 2aa5967c5c9522c8d7ab9bd9246c77a582c1aaf4f2b3f06493dbe3066f00380a

View File

@ -1,10 +1,10 @@
# Description: An abstraction library that comes between applications and audio visualisation plugins.
# URL: http://libvisual.org/
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: libsdl-32 libvisual
# Depends on: autoconf-archive libsdl-32 libvisual
name=libvisual-32
version=0.4.1
version=0.4.2
release=1
source=(https://github.com/Libvisual/libvisual/releases/download/libvisual-$version/libvisual-$version.tar.bz2)
@ -18,7 +18,9 @@ build() {
./configure \
--prefix=/usr \
--libdir=/usr/lib32 \
--enable-extra-optimization
--enable-extra-optimization \
--disable-examples \
--disable-nls
make
make DESTDIR=$PKG install