ncmpcpp: update to 0.9.
This commit is contained in:
parent
8ea39f540e
commit
edb53d1092
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ncmpcpp'
|
# Template file for 'ncmpcpp'
|
||||||
pkgname=ncmpcpp
|
pkgname=ncmpcpp
|
||||||
version=0.8.2
|
version=0.9
|
||||||
revision=10
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
|
configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
|
||||||
--enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"
|
--enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"
|
||||||
|
@ -13,13 +13,13 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://ncmpcpp.rybczak.net/"
|
homepage="http://ncmpcpp.rybczak.net/"
|
||||||
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
distfiles="http://ncmpcpp.rybczak.net/stable/ncmpcpp-${version}.tar.bz2"
|
||||||
checksum=650ba3e8089624b7ad9e4cc19bc1ac6028edb7523cc111fa1686ea44c0921554
|
checksum=4148687f481b8eb016aa5889f74b4ae8871920d46c0a6c004a9ede140d2f1667
|
||||||
|
|
||||||
# Required by waddwstr() with ncurses on musl
|
# Required by waddwstr() with ncurses on musl
|
||||||
CXXFLAGS="-D_XOPEN_SOURCE=600"
|
CXXFLAGS="-D_XOPEN_SOURCE=600"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/^docdir/d' {,doc/}Makefile.in
|
vsed -i '/^docdir/d' {,doc/}Makefile.in
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue