Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cmus: add jack output plugin
@ 2021-08-18 19:01 tunefish777
  2021-08-27 18:00 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: tunefish777 @ 2021-08-18 19:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1597 bytes --]

There is a new pull request by tunefish777 against master on the void-packages repository

https://github.com/tunefish777/void-packages master
https://github.com/void-linux/void-packages/pull/32565

cmus: add jack output plugin
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/32565.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-32565.patch --]
[-- Type: text/x-diff, Size: 1822 bytes --]

From 2d55a442a7315c371f312fae08ef1d336415ae57 Mon Sep 17 00:00:00 2001
From: Moritz Waser <moritz.waser@student.tugraz.at>
Date: Wed, 18 Aug 2021 20:54:47 +0200
Subject: [PATCH] cmus: add jack output plugin

---
 srcpkgs/cmus-jack     |  1 +
 srcpkgs/cmus/template | 11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)
 create mode 120000 srcpkgs/cmus-jack

diff --git a/srcpkgs/cmus-jack b/srcpkgs/cmus-jack
new file mode 120000
index 000000000000..c299fe288cf6
--- /dev/null
+++ b/srcpkgs/cmus-jack
@@ -0,0 +1 @@
+cmus
\ No newline at end of file
diff --git a/srcpkgs/cmus/template b/srcpkgs/cmus/template
index 47b52033de20..6dc8d61b8652 100644
--- a/srcpkgs/cmus/template
+++ b/srcpkgs/cmus/template
@@ -1,7 +1,7 @@
 # Template file for 'cmus'
 pkgname=cmus
 version=2.9.1
-revision=1
+revision=2
 build_style=configure
 configure_args="prefix=/usr LD=$CC"
 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
  libmodplug-devel libmp4v2-devel libmpcdec-devel pulseaudio-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"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
@@ -96,6 +96,13 @@ cmus-pulseaudio_package() {
 		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() {
 	short_desc+=" - Wavpack input plugin"
 	depends="${sourcepkg}>=${version}_${revision}"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: cmus: add jack output plugin
  2021-08-18 19:01 [PR PATCH] cmus: add jack output plugin tunefish777
@ 2021-08-27 18:00 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-08-27 18:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1439 bytes --]

There's a merged pull request on the void-packages repository

cmus: add jack output plugin
https://github.com/void-linux/void-packages/pull/32565

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-27 18:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 19:01 [PR PATCH] cmus: add jack output plugin tunefish777
2021-08-27 18:00 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).