1
0
forked from ports/contrib

ncmpcpp: does not depend on fftw nor taglib anymore

This commit is contained in:
Tim Biermann 2020-04-05 19:40:46 +00:00
parent f435abacae
commit a0dc1cea0f
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 10 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3w7vbQhTeV57SS7WeS9us6O1X6c5dS4kjepqz3ZRZ27wmdZO2Gbx2C1VDQh2jAaPQfa0vzqRDbMUfSDr51Dd1gQ=
SHA256 (Pkgfile) = 738379e051d64dafbb4b4db804220133489d69cb694efaeb73f87b0cc976118a
RWSagIOpLGJF32ruMgTSmOfPoDJNV6Lg5jIgWrNcpm0ZXo5nW7RerBDYjLKpi3DS27WFHT8PhUo8x5oum4aBpwr169W066HYJwA=
SHA256 (Pkgfile) = 0f5c303f40d81d877d3bb1161ab8f3c133961c134c15a10e9685886ff841af2f
SHA256 (.footprint) = 106b3c28574a9591fa92d0c5c8ee8e0bc78a394a48840175cb2ab8f71b7b0ceb
SHA256 (ncmpcpp-0.8.2.tar.gz) = 682fa230029a917f8c8b54131e6c8fb4915aefed2cc5726ca7c3ab4f4fb97bda

View File

@ -1,28 +1,27 @@
# Description: An almost exact clone of ncmpc with some new features
# URL: https://rybczak.net/ncmpcpp/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: boost fftw libmpdclient taglib
# Optional: mpd
# Depends on: boost libmpdclient
# Optional: mpd fftw taglib
name=ncmpcpp
version=0.8.2
release=1
release=2
source=(https://github.com/arybczak/$name/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version
[[ -e /usr/lib/pkgconfig/fftw3.pc ]] && PKGMK_NCMPCPP+=' --with-fftw --enable-visualizer'
[[ -e /usr/lib/pkgconfig/taglib.pc ]] && PKGMK_NCMPCPP+=' --with-taglib'
./autogen.sh
./configure \
./configure $PKGMK_NCMPCPP \
--prefix=/usr \
--enable-shared='yes' \
--enable-static='no' \
--enable-fast-install='yes' \
--enable-outputs \
--enable-visualizer \
--enable-clock \
--enable-outputs \
--with-fftw \
--with-taglib
--enable-outputs
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share