mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
libvisual: update to 0.4.1.
This commit is contained in:
parent
57dfe5a2bb
commit
0bddc708f9
1 changed files with 7 additions and 6 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'libvisual'
|
||||
pkgname=libvisual
|
||||
version=0.4.0
|
||||
revision=9
|
||||
version=0.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkg-config SDL-devel"
|
||||
makedepends="SDL-devel"
|
||||
short_desc="Abstraction library for audio visualisation plugins"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="http://sourceforge.net/projects/libvisual/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0b4dfdb87125e129567752089e3c8b54cefed601eef169d2533d8659da8dc1d7
|
||||
checksum=aa12877417f76d3642d9f4c723302380d833175639d63a55641d01928a5ddb7d
|
||||
|
||||
pre_configure() {
|
||||
sed -e 's,-L$(libdir),,' -i libvisual/Makefile.in
|
||||
sed -e 's,i*86),i*86*),' -i configure
|
||||
vsed -e 's,-L$(libdir),,' -i libvisual/Makefile.in
|
||||
vsed -e 's,i*86),i*86*),' -i configure
|
||||
}
|
||||
|
||||
libvisual-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue