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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
TBK
aports
Commits
bedc9d65
Commit
bedc9d65
authored
7 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
community/cmus: upgrade to 2.8.0_rc0
parent
052fcc57
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/cmus/APKBUILD
+11
-12
11 additions, 12 deletions
community/cmus/APKBUILD
with
11 additions
and
12 deletions
community/cmus/APKBUILD
+
11
−
12
View file @
bedc9d65
...
...
@@ -2,8 +2,9 @@
# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Maintainer:
pkgname
=
cmus
pkgver
=
2.7.1
pkgrel
=
3
pkgver
=
2.8.0_rc0
pkgrel
=
0
_ver
=
${
pkgver
/_rc/-rc
}
pkgdesc
=
"A very feature-rich ncurses-based music player"
url
=
"http://cmus.sourceforge.net/"
arch
=
"all"
...
...
@@ -11,24 +12,24 @@ license="GPL2+"
depends
=
""
depends_dev
=
""
makedepends
=
"alsa-lib-dev faad2-dev flac-dev libmad-dev opusfile-dev
libogg-dev libvorbis-dev ncurses-dev wavpack-dev ffmpeg
2.8
-dev
libogg-dev libvorbis-dev ncurses-dev wavpack-dev ffmpeg-dev
linux-headers"
install
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-zsh-completion:zshcomp:noarch
$pkgname
-bash-completion:bashcomp:noarch"
source
=
"
$pkgname
-
$
pkg
ver
.tar.gz::https://github.com/cmus/cmus/archive/v
${
pkg
ver
}
.tar.gz"
source
=
"
$pkgname
-
$
_
ver
.tar.gz::https://github.com/cmus/cmus/archive/v
${
_
ver
}
.tar.gz"
_
builddir
=
"
$srcdir
"
/
$pkgname
-
$
pkg
ver
builddir
=
"
$srcdir
"
/
$pkgname
-
$
_
ver
build
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
./configure
prefix
=
/usr
||
return
1
make
||
return
1
}
package
()
{
cd
"
$
_
builddir
"
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
for
file
in
AUTHORS README.md
;
do
...
...
@@ -41,7 +42,7 @@ bashcomp() {
pkgdesc
=
"Bash completions for
$pkgname
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
bash-completion"
install
-Dm644
"
$
_
builddir
"
/contrib/
$pkgname
.bash-completion
\
install
-Dm644
"
$builddir
"
/contrib/
$pkgname
.bash-completion
\
"
$subpkgdir
"
/usr/share/bash-completion/completions/
$pkgname
}
...
...
@@ -50,10 +51,8 @@ zshcomp() {
pkgdesc
=
"Zsh completions for
$pkgname
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
zsh"
install
-Dm644
"
$
_
builddir
"
/contrib/_
$pkgname
\
install
-Dm644
"
$builddir
"
/contrib/_
$pkgname
\
"
$subpkgdir
"
/usr/share/zsh/site-functions/_
$pkgname
}
md5sums
=
"0588ab955db44a8e9deb03446d73b5df cmus-2.7.1.tar.gz"
sha256sums
=
"8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165 cmus-2.7.1.tar.gz"
sha512sums
=
"b29ce10bbb61eb41c33c4912be320718fcf005a5797320145b124f048f6be5f5b0cebb67471ef7b062bd6f854849b6aae0e82e9adbf289a44237787932ea1576 cmus-2.7.1.tar.gz"
sha512sums
=
"0379f18497d6510fad35a2d905c932d12f2726a5694d3ab272ce139e9ea4520cb4dd1cf3fafe890f6ada8a64285f8c04ef7571647a66c2d44df17e2dca80f869 cmus-2.8.0-rc0.tar.gz"
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