1
0
forked from ports/opt

libvisual: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:34:10 +02:00
parent 9174ceb486
commit d7fcbeda00
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/bXk6ztTNm32U5nnGFIWz6Y3ZayTqOzkDvZKRqajwJUDMLMglTZRVXzJDhU8Dx10T8qtp6yYI9S7xutHumxyfw4=
SHA256 (Pkgfile) = 8f1672b6cf5bc03fcdd0eb9a7c41f2133365abcf46f91a73f5fff1e1a3243db1
RWSE3ohX2g5d/amk1EY4w/qJ80NL/1GsvraY+2Kx5w5GBmebW4LHDkdUfAKozwNMqcFLxfaAd8FmKWgBeZPLjgGHcX72TkjMoAU=
SHA256 (Pkgfile) = d42191f841268357af36d0ad2b961e139bddc316685f1c115142910ea67629e8
SHA256 (.footprint) = 5692188ca6d6db65ff8f5cfc67b1e2eafaad3b77cdc80e029580e08104dae481
SHA256 (libvisual-0.4.2.tar.bz2) = 2aa5967c5c9522c8d7ab9bd9246c77a582c1aaf4f2b3f06493dbe3066f00380a

View File

@ -1,6 +1,6 @@
# Description: An abstraction library that comes between applications and audio visualisation plugins.
# Description: Libvisual Audio Visualization
# URL: http://libvisual.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: libsdl
name=libvisual
@ -9,14 +9,14 @@ release=1
source=(https://github.com/Libvisual/libvisual/releases/download/$name-$version/$name-$version.tar.bz2)
build() {
cd $name-$version
cd $name-$version
./configure \
--prefix=/usr \
--enable-extra-optimization \
--disable-examples \
--disable-nls
./configure \
--prefix=/usr \
--enable-extra-optimization \
--disable-examples \
--disable-nls
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
}