Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] musikcube: update to 0.98.0
@ 2022-07-05 19:12 subnut
  2022-07-06 14:38 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: subnut @ 2022-07-05 19:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages musikcube
https://github.com/void-linux/void-packages/pull/37877

musikcube: update to 0.98.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86-64, glibc)
<!--
- 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/37877.patch is attached

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

From 992a3aa65c9a98c727dd8971c8f40cf8698a11e3 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Wed, 6 Jul 2022 00:38:18 +0530
Subject: [PATCH] musikcube: update to 0.98.0

---
 .../patches/fix-mpris-detection.patch         | 25 -------------------
 srcpkgs/musikcube/template                    |  8 +++---
 2 files changed, 4 insertions(+), 29 deletions(-)
 delete mode 100644 srcpkgs/musikcube/patches/fix-mpris-detection.patch

diff --git a/srcpkgs/musikcube/patches/fix-mpris-detection.patch b/srcpkgs/musikcube/patches/fix-mpris-detection.patch
deleted file mode 100644
index dc7035d06693..000000000000
--- a/srcpkgs/musikcube/patches/fix-mpris-detection.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-In Void linux, elogind provides libsystemd
-
-diff --git a/.cmake/AddOsSpecificPlugins.cmake b/.cmake/AddOsSpecificPlugins.cmake
-index ce0eea9b..5b067671 100644
---- a/.cmake/AddOsSpecificPlugins.cmake
-+++ b/.cmake/AddOsSpecificPlugins.cmake
-@@ -6,7 +6,7 @@ endif()
- 
- # systemd / MPRIS detection
- if (NOT ENABLE_MPRIS MATCHES "false")
--  find_library(LIB_SYSTEMD NAMES systemd)
-+  find_library(LIB_SYSTEMD NAMES elogind)
-   if (NOT LIB_SYSTEMD MATCHES "LIB_SYSTEMD-NOTFOUND")
-     message(STATUS "[mpris] systemd found at " ${LIB_SYSTEMD})
-     message(STATUS "[mpris] setting ENABLE_MPRIS=true")
-diff --git a/src/plugins/mpris/CMakeLists.txt b/src/plugins/mpris/CMakeLists.txt
-index fdee62d2..7a941d08 100644
---- a/src/plugins/mpris/CMakeLists.txt
-+++ b/src/plugins/mpris/CMakeLists.txt
-@@ -6,4 +6,4 @@ find_package(PkgConfig)
- pkg_check_modules (SYSTEMD REQUIRED libsystemd)
- 
- add_library(mpris SHARED ${mpris_SOURCES})
--target_link_libraries(mpris systemd)
-+target_link_libraries(mpris elogind)
diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template
index 01afa616123a..2b75cbd976ea 100644
--- a/srcpkgs/musikcube/template
+++ b/srcpkgs/musikcube/template
@@ -1,11 +1,10 @@
 # Template file for 'musikcube'
 pkgname=musikcube
-version=0.97.0
+version=0.98.0
 revision=1
 build_style=cmake
 make_cmd=make
-configure_args="-DNO_NCURSESW=1 -DENABLE_SNDIO=true -DENABLE_PIPEWIRE=true
- -DENABLE_BUNDLED_TAGLIB=false"
+configure_args="-DNO_NCURSESW=1 -DENABLE_BUNDLED_TAGLIB=false"
 hostmakedepends="pkg-config"
 makedepends="boost-devel libogg-devel libmicrohttpd-devel ffmpeg-devel
  openssl-devel pulseaudio-devel lame-devel zlib-devel alsa-lib-devel
@@ -16,8 +15,9 @@ short_desc="Terminal-based music player in c++"
 maintainer="Subhaditya Nath <sn03.general@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://musikcube.com/"
+changelog="https://raw.githubusercontent.com/clangen/musikcube/master/CHANGELOG.txt"
 distfiles="https://github.com/clangen/musikcube/archive/${version}.tar.gz"
-checksum=ab170c5100251fcd6c8fd3c32eea45e9854c6c6272c6b0970bffbfc55d0b2ec5
+checksum=a4ae9d6d0fa5ce99de2e7bbc1de75cc8638704a2284b38a51178e23bbe55499c
 build_options="elogind"
 desc_option_elogind="Support MPRIS interface via elogind"
 build_options_default="elogind"

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

* Re: [PR PATCH] [Merged]: musikcube: update to 0.98.0
  2022-07-05 19:12 [PR PATCH] musikcube: update to 0.98.0 subnut
@ 2022-07-06 14:38 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-07-06 14:38 UTC (permalink / raw)
  To: ml

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

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

musikcube: update to 0.98.0
https://github.com/void-linux/void-packages/pull/37877

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86-64, glibc)
<!--
- 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:[~2022-07-06 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 19:12 [PR PATCH] musikcube: update to 0.98.0 subnut
2022-07-06 14:38 ` [PR PATCH] [Merged]: " classabbyamp

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