Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cmus: add elogind option to interface with MPRIS
@ 2019-10-16  1:31 voidlinux-github
  2019-10-16  3:10 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16  1:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdtcd/void-packages cmus
https://github.com/void-linux/void-packages/pull/15509

cmus: add elogind option to interface with MPRIS
Fix: #15371 

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

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

From be3e5f2929c0fae8043ded31380b04399aa5a1ca Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Wed, 16 Oct 2019 08:30:08 +0700
Subject: [PATCH] cmus: add elogind option to interface with MPRIS

---
 srcpkgs/cmus/template | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/cmus/template b/srcpkgs/cmus/template
index 811a16d7a82..6474bc07f73 100644
--- a/srcpkgs/cmus/template
+++ b/srcpkgs/cmus/template
@@ -1,18 +1,23 @@
 # Template file for 'cmus'
 pkgname=cmus
 version=2.8.0
-revision=1
+revision=2
+build_style=configure
+configure_args="prefix=/usr LD=$CC"
 hostmakedepends="pkg-config"
 makedepends="ncurses-devel faad2-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"
+ sndio-devel $(vopt_if elogind elogind-devel)"
 short_desc="Small, fast and powerful console music player"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Doan Tran Cong Danh <congdanhqx@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://cmus.github.io"
 distfiles="https://github.com/cmus/cmus/archive/v${version}.tar.gz"
 checksum=756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2
+build_options="elogind"
+build_options_default="elogind"
+desc_option_elogind="Support MPRIS interface via elogind"
 
 case $XBPS_TARGET_MACHINE in
 	armv6*)
@@ -22,16 +27,6 @@ case $XBPS_TARGET_MACHINE in
 		;;
 esac
 
-do_configure() {
-	./configure prefix=/usr
-}
-do_build() {
-	make GCC=$CC CC=$CC LD=$CC LDFLAGS="$LDFLAGS" ${makejobs}
-}
-do_install() {
-	make DESTDIR=${DESTDIR} install
-}
-
 cmus-libao_package() {
 	short_desc+=" - libao output plugin"
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] cmus: add elogind option to interface with MPRIS
  2019-10-16  1:31 [PR PATCH] cmus: add elogind option to interface with MPRIS voidlinux-github
  2019-10-16  3:10 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-16  3:10 ` voidlinux-github
  2019-10-17 11:04 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16  3:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages cmus
https://github.com/void-linux/void-packages/pull/15509

cmus: add elogind option to interface with MPRIS
Fix: #15371 

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

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

From bddfac7bf705700f86b1e09e8535dd2bbad5c3f5 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Wed, 16 Oct 2019 08:30:08 +0700
Subject: [PATCH] cmus: add elogind option to interface with MPRIS

Note: I couldn't adopt this package
---
 srcpkgs/cmus/template | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/cmus/template b/srcpkgs/cmus/template
index 811a16d7a82..cbc752370cf 100644
--- a/srcpkgs/cmus/template
+++ b/srcpkgs/cmus/template
@@ -1,18 +1,23 @@
 # Template file for 'cmus'
 pkgname=cmus
 version=2.8.0
-revision=1
+revision=2
+build_style=configure
+configure_args="prefix=/usr LD=$CC"
 hostmakedepends="pkg-config"
 makedepends="ncurses-devel faad2-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"
+ sndio-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"
 homepage="https://cmus.github.io"
 distfiles="https://github.com/cmus/cmus/archive/v${version}.tar.gz"
 checksum=756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2
+build_options="elogind"
+build_options_default="elogind"
+desc_option_elogind="Support MPRIS interface via elogind"
 
 case $XBPS_TARGET_MACHINE in
 	armv6*)
@@ -22,16 +27,6 @@ case $XBPS_TARGET_MACHINE in
 		;;
 esac
 
-do_configure() {
-	./configure prefix=/usr
-}
-do_build() {
-	make GCC=$CC CC=$CC LD=$CC LDFLAGS="$LDFLAGS" ${makejobs}
-}
-do_install() {
-	make DESTDIR=${DESTDIR} install
-}
-
 cmus-libao_package() {
 	short_desc+=" - libao output plugin"
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Updated] cmus: add elogind option to interface with MPRIS
  2019-10-16  1:31 [PR PATCH] cmus: add elogind option to interface with MPRIS voidlinux-github
@ 2019-10-16  3:10 ` voidlinux-github
  2019-10-16  3:10 ` voidlinux-github
  2019-10-17 11:04 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-16  3:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages cmus
https://github.com/void-linux/void-packages/pull/15509

cmus: add elogind option to interface with MPRIS
Fix: #15371 

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

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

From bddfac7bf705700f86b1e09e8535dd2bbad5c3f5 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Wed, 16 Oct 2019 08:30:08 +0700
Subject: [PATCH] cmus: add elogind option to interface with MPRIS

Note: I couldn't adopt this package
---
 srcpkgs/cmus/template | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/cmus/template b/srcpkgs/cmus/template
index 811a16d7a82..cbc752370cf 100644
--- a/srcpkgs/cmus/template
+++ b/srcpkgs/cmus/template
@@ -1,18 +1,23 @@
 # Template file for 'cmus'
 pkgname=cmus
 version=2.8.0
-revision=1
+revision=2
+build_style=configure
+configure_args="prefix=/usr LD=$CC"
 hostmakedepends="pkg-config"
 makedepends="ncurses-devel faad2-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"
+ sndio-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"
 homepage="https://cmus.github.io"
 distfiles="https://github.com/cmus/cmus/archive/v${version}.tar.gz"
 checksum=756ce2c6241b2104dc19097488225de559ac1802a175be0233cfb6fbc02f3bd2
+build_options="elogind"
+build_options_default="elogind"
+desc_option_elogind="Support MPRIS interface via elogind"
 
 case $XBPS_TARGET_MACHINE in
 	armv6*)
@@ -22,16 +27,6 @@ case $XBPS_TARGET_MACHINE in
 		;;
 esac
 
-do_configure() {
-	./configure prefix=/usr
-}
-do_build() {
-	make GCC=$CC CC=$CC LD=$CC LDFLAGS="$LDFLAGS" ${makejobs}
-}
-do_install() {
-	make DESTDIR=${DESTDIR} install
-}
-
 cmus-libao_package() {
 	short_desc+=" - libao output plugin"
 	depends="${sourcepkg}>=${version}_${revision}"

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

* Re: [PR PATCH] [Merged]: cmus: add elogind option to interface with MPRIS
  2019-10-16  1:31 [PR PATCH] cmus: add elogind option to interface with MPRIS voidlinux-github
  2019-10-16  3:10 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-16  3:10 ` voidlinux-github
@ 2019-10-17 11:04 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-17 11:04 UTC (permalink / raw)
  To: ml

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

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

cmus: add elogind option to interface with MPRIS
https://github.com/void-linux/void-packages/pull/15509

Description:
Fix: #15371 

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

end of thread, other threads:[~2019-10-17 11:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16  1:31 [PR PATCH] cmus: add elogind option to interface with MPRIS voidlinux-github
2019-10-16  3:10 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-16  3:10 ` voidlinux-github
2019-10-17 11:04 ` [PR PATCH] [Merged]: " voidlinux-github

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).