mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/ncmpcpp to 0.9.2-16
This commit is contained in:
parent
e68b9ab57d
commit
45df318fe5
2 changed files with 5 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
pkgbase = ncmpcpp
|
||||
pkgdesc = Almost exact clone of ncmpc with some new features
|
||||
pkgver = 0.9.2
|
||||
pkgrel = 15
|
||||
pkgrel = 16
|
||||
url = https://ncmpcpp.rybczak.net/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = GPL-2.0-only
|
||||
makedepends = boost
|
||||
depends = curl
|
||||
depends = libcurl.so
|
||||
|
|
|
@ -6,16 +6,15 @@
|
|||
# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - strip -march=native from extras Makefile
|
||||
# - configure with --without-lto
|
||||
|
||||
pkgname=ncmpcpp
|
||||
pkgver=0.9.2
|
||||
pkgrel=15
|
||||
pkgrel=16
|
||||
pkgdesc='Almost exact clone of ncmpc with some new features'
|
||||
url='https://ncmpcpp.rybczak.net/'
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
license=('GPL-2.0-only')
|
||||
depends=('curl' 'libcurl.so' 'libmpdclient' 'libmpdclient.so' 'fftw' 'libfftw3.so' 'boost-libs'
|
||||
'libboost_filesystem.so' 'libboost_locale.so' 'libboost_program_options.so'
|
||||
'libboost_thread.so' 'icu' 'libicui18n.so' 'libicuuc.so'
|
||||
|
@ -32,10 +31,10 @@ prepare() {
|
|||
cd ${pkgname}-${pkgver}
|
||||
patch -p1 -i ../taglib-2.patch
|
||||
autoreconf -fiv
|
||||
sed -i 's/-march=native//' extras/Makefile
|
||||
sed -e 's/CXXFLAGS=/CXXFLAGS+=/' \
|
||||
-e 's/CPPFLAGS=/CPPFLAGS+=/' \
|
||||
-e 's/LDFLAGS=/LDFLAGS+=/' \
|
||||
-e 's/-march=native//' \
|
||||
-i extras/Makefile
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue