mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cmus: add jack output plugin
This commit is contained in:
parent
c14b7c82e0
commit
07632f6772
2 changed files with 10 additions and 2 deletions
1
srcpkgs/cmus-jack
Symbolic link
1
srcpkgs/cmus-jack
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cmus
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cmus'
|
# Template file for 'cmus'
|
||||||
pkgname=cmus
|
pkgname=cmus
|
||||||
version=2.9.1
|
version=2.9.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="prefix=/usr LD=$CC"
|
configure_args="prefix=/usr LD=$CC"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,7 +9,7 @@ makedepends="ncurses-devel faad2-devel libcdio-devel libcdio-paranoia-devel
|
||||||
libcddb-devel libdiscid-devel libflac-devel libao-devel libmad-devel
|
libcddb-devel libdiscid-devel libflac-devel libao-devel libmad-devel
|
||||||
libmodplug-devel libmp4v2-devel libmpcdec-devel pulseaudio-devel
|
libmodplug-devel libmp4v2-devel libmpcdec-devel pulseaudio-devel
|
||||||
opusfile-devel wavpack-devel alsa-lib-devel libvorbis-devel ffmpeg-devel
|
opusfile-devel wavpack-devel alsa-lib-devel libvorbis-devel ffmpeg-devel
|
||||||
sndio-devel $(vopt_if elogind elogind-devel)"
|
sndio-devel jack-devel $(vopt_if elogind elogind-devel)"
|
||||||
short_desc="Small, fast and powerful console music player"
|
short_desc="Small, fast and powerful console music player"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -96,6 +96,13 @@ cmus-pulseaudio_package() {
|
||||||
vmove usr/lib/cmus/op/pulse.so
|
vmove usr/lib/cmus/op/pulse.so
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
cmus-jack_package() {
|
||||||
|
short_desc+=" - JACK output plugin"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/cmus/op/jack.so
|
||||||
|
}
|
||||||
|
}
|
||||||
cmus-wavpack_package() {
|
cmus-wavpack_package() {
|
||||||
short_desc+=" - Wavpack input plugin"
|
short_desc+=" - Wavpack input plugin"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue