Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
9f5c1cbb
Commit
9f5c1cbb
authored
3 years ago
by
Hoang Nguyen
Committed by
Leo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/ncmpcpp: build with spectrum visualizer support
parent
7a8eb46e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!27153
community/ncmpcpp: build with spectrum visualizer support
Pipeline
#98873
canceled
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/ncmpcpp/APKBUILD
+3
-2
3 additions, 2 deletions
community/ncmpcpp/APKBUILD
with
3 additions
and
2 deletions
community/ncmpcpp/APKBUILD
+
3
−
2
View file @
9f5c1cbb
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
# Maintainer: Matthieu Monnier <matthieu.monnier@enalean.com>
pkgname
=
ncmpcpp
pkgname
=
ncmpcpp
pkgver
=
0.9.2
pkgver
=
0.9.2
pkgrel
=
3
pkgrel
=
4
pkgdesc
=
"Ncurses based MPD client inspired by ncmpc"
pkgdesc
=
"Ncurses based MPD client inspired by ncmpc"
url
=
"http://rybczak.net/ncmpcpp"
url
=
"http://rybczak.net/ncmpcpp"
arch
=
"all"
arch
=
"all"
license
=
"GPL-2.0-or-later"
license
=
"GPL-2.0-or-later"
makedepends
=
"boost-dev curl-dev libmpdclient-dev openssl1.1-compat-dev ncurses-dev
makedepends
=
"boost-dev curl-dev libmpdclient-dev openssl1.1-compat-dev ncurses-dev
readline-dev taglib-dev"
readline-dev taglib-dev
fftw-dev
"
options
=
"!check"
# no tests suite
options
=
"!check"
# no tests suite
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"http://rybczak.net/ncmpcpp/stable/ncmpcpp-
$pkgver
.tar.bz2"
source
=
"http://rybczak.net/ncmpcpp/stable/ncmpcpp-
$pkgver
.tar.bz2"
...
@@ -25,6 +25,7 @@ build() {
...
@@ -25,6 +25,7 @@ build() {
--localstatedir
=
/var
\
--localstatedir
=
/var
\
--enable-clock
\
--enable-clock
\
--with-taglib
\
--with-taglib
\
--with-fftw
\
--enable-visualizer
--enable-visualizer
make
make
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment