community/ncmpcpp to 0.9.2-2

This commit is contained in:
Kevin Mihelich 2021-04-17 19:28:52 +00:00
parent 123756cf54
commit aca7750fb6

View file

@ -10,7 +10,7 @@
pkgname=ncmpcpp
pkgver=0.9.2
pkgrel=1
pkgrel=2
pkgdesc='Almost exact clone of ncmpc with some new features'
url='https://ncmpcpp.rybczak.net/'
arch=('x86_64')
@ -40,6 +40,9 @@ build() {
# http://site.icu-project.org/download/61#TOC-Migration-Issues
export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'
# Work around deprecated TagLib::String::null from TagLib 1.12
CXXFLAGS+=' -Wno-error=deprecated-declarations'
BOOST_LIB_SUFFIX='' ./configure \
--prefix=/usr \
--enable-clock \