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
65735436
Commit
65735436
authored
2 years ago
by
alice
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/cmus: rebuild against flac-1.4.0
parent
d15e4894
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!38894
main/flac: upgrade to 1.4.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/cmus/APKBUILD
+26
-26
26 additions, 26 deletions
community/cmus/APKBUILD
with
26 additions
and
26 deletions
community/cmus/APKBUILD
+
26
−
26
View file @
65735436
...
...
@@ -3,23 +3,38 @@
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
pkgname
=
cmus
pkgver
=
2.10.0
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"feature-rich ncurses-based music player"
url
=
"https://cmus.github.io/"
arch
=
"all"
license
=
"GPL-2.0-or-later"
options
=
"!check"
# No test suite
makedepends
=
"alsa-lib-dev faad2-dev flac-dev libmad-dev opusfile-dev
libogg-dev libvorbis-dev ncurses-dev wavpack-dev ffmpeg-dev
linux-headers elogind-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-zsh-completion:zshcomp:noarch
$pkgname
-bash-completion:bashcomp:noarch"
makedepends
=
"
alsa-lib-dev
elogind-dev
faad2-dev
ffmpeg-dev
flac-dev
libmad-dev
libogg-dev
libvorbis-dev
linux-headers
ncurses-dev
opusfile-dev
wavpack-dev
"
subpackages
=
"
$pkgname
-doc
$pkgname
-zsh-completion
$pkgname
-bash-completion
"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/cmus/cmus/archive/v
$pkgver
.tar.gz
c11-atomics-check.patch
1172.patch
"
build
()
{
export
CFLAGS
=
"
$CFLAGS
-flto=auto"
./configure
prefix
=
/usr
make
}
...
...
@@ -27,27 +42,12 @@ build() {
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
for
file
in
AUTHORS README.md
;
do
install
-Dm644
"
$file
"
"
$pkgdir
"
/usr/share/doc/
$pkgname
/
done
}
bashcomp
()
{
depends
=
""
pkgdesc
=
"Bash completions for
$pkgname
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
bash-completion"
install
-Dm644
"
$builddir
"
/contrib/
$pkgname
.bash-completion
\
"
$subpkgdir
"
/usr/share/bash-completion/completions/
$pkgname
}
zshcomp
()
{
depends
=
""
pkgdesc
=
"Zsh completions for
$pkgname
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
zsh"
install
-Dm644
AUTHORS README.md
-t
"
$pkgdir
"
/usr/share/doc/
$pkgname
/
install
-Dm644
"
$builddir
"
/contrib/_
$pkgname
\
"
$subpkgdir
"
/usr/share/zsh/site-functions/_
$pkgname
install
-Dm644
contrib/
$pkgname
.bash-completion
\
"
$pkgdir
"
/usr/share/bash-completion/completions/
$pkgname
install
-Dm644
contrib/_
$pkgname
\
"
$pkgdir
"
/usr/share/zsh/site-functions/_
$pkgname
}
sha512sums
=
"
...
...
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