mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
ncmpcpp: update to 0.8.2.
This commit is contained in:
parent
dd772fbe89
commit
a7679a575c
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'ncmpcpp'
|
# Template file for 'ncmpcpp'
|
||||||
pkgname=ncmpcpp
|
pkgname=ncmpcpp
|
||||||
version=0.8.1
|
version=0.8.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args=" BOOST_LIB_SUFFIX= --enable-clock --enable-outputs
|
||||||
BOOST_LIB_SUFFIX= --enable-clock --enable-outputs --enable-unicode
|
--enable-unicode --enable-visualizer --with-curl --with-taglib --with-fftw"
|
||||||
--enable-visualizer --with-curl --with-taglib --with-fftw"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="boost-devel readline-devel libmpdclient-devel
|
makedepends="boost-devel fftw-devel icu-devel libcurl-devel libmpdclient-devel
|
||||||
libcurl-devel taglib-devel fftw-devel icu-devel"
|
readline-devel taglib-devel"
|
||||||
short_desc="Ncurses mpd client inspired by ncmpc"
|
short_desc="Ncurses mpd client inspired by ncmpc"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
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=4df9570a1db4ba2dc9b759aab88b283c00806fb5d2bce5f5d27a2eb10e6888ff
|
checksum=650ba3e8089624b7ad9e4cc19bc1ac6028edb7523cc111fa1686ea44c0921554
|
||||||
|
|
||||||
# Required by waddwstr() with ncurses on musl
|
# Required by waddwstr() with ncurses on musl
|
||||||
CXXFLAGS="-D_XOPEN_SOURCE=600"
|
CXXFLAGS="-D_XOPEN_SOURCE=600"
|
||||||
|
@ -22,6 +21,7 @@ CXXFLAGS="-D_XOPEN_SOURCE=600"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/^docdir/d' {,doc/}Makefile.in
|
sed -i '/^docdir/d' {,doc/}Makefile.in
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf doc/bindings
|
vsconf doc/bindings
|
||||||
vsconf doc/config
|
vsconf doc/config
|
||||||
|
|
Loading…
Add table
Reference in a new issue