Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] musikcube: update to 0.96.7
@ 2021-05-03 19:41 the-eater
  2021-05-03 20:21 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: the-eater @ 2021-05-03 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-eater/neo-void-packages update/musikcube/0.96.7
https://github.com/void-linux/void-packages/pull/30658

musikcube: update to 0.96.7
#### 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


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

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

From 8ca27bd22c25135eb40bf7eeef219e90f765e53f Mon Sep 17 00:00:00 2001
From: eater <=@eater.me>
Date: Mon, 3 May 2021 21:40:27 +0200
Subject: [PATCH] musikcube: update to 0.96.7

---
 .../patches/use-pkg-config-for-pipewire.patch  | 18 ------------------
 srcpkgs/musikcube/template                     |  4 ++--
 2 files changed, 2 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/musikcube/patches/use-pkg-config-for-pipewire.patch

diff --git a/srcpkgs/musikcube/patches/use-pkg-config-for-pipewire.patch b/srcpkgs/musikcube/patches/use-pkg-config-for-pipewire.patch
deleted file mode 100644
index e98bf1f7955b..000000000000
--- a/srcpkgs/musikcube/patches/use-pkg-config-for-pipewire.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git src/plugins/pipewireout/CMakeLists.txt src/plugins/pipewireout/CMakeLists.txt
-index 7c24320d..233adab2 100644
---- src/plugins/pipewireout/CMakeLists.txt
-+++ src/plugins/pipewireout/CMakeLists.txt
-@@ -7,10 +7,8 @@ ensure_library_exists(pipewire-0.3)
- 
- message(STATUS "[pipewireout] plugin enabled")
- 
--include_directories("/usr/include/spa-0.2")
--include_directories("/usr/local/include/spa-0.2")
--include_directories("/usr/include/pipewire-0.3")
--include_directories("/usr/local/include/pipewire-0.3")
-+find_package(PkgConfig)
-+pkg_check_modules(PIPEWIRE REQUIRED IMPORTED_TARGET libpipewire-0.3)
- 
- add_library(pipewireout SHARED ${pipewireout_SOURCES})
--target_link_libraries(pipewireout ${musikcube_LINK_LIBS} pipewire-0.3)
-+target_link_libraries(pipewireout ${musikcube_LINK_LIBS} PkgConfig::PIPEWIRE)
diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template
index 7a217ebb96e2..c786f86bef31 100644
--- a/srcpkgs/musikcube/template
+++ b/srcpkgs/musikcube/template
@@ -1,6 +1,6 @@
 # Template file for 'musikcube'
 pkgname=musikcube
-version=0.96.6
+version=0.96.7
 revision=1
 build_style=cmake
 make_cmd=make
@@ -16,7 +16,7 @@ maintainer="eater <=@eater.me>"
 license="BSD-3-Clause"
 homepage="https://musikcube.com/"
 distfiles="https://github.com/clangen/musikcube/archive/${version}.tar.gz"
-checksum=3d3512ae03ff5a233de8d6787417b32731e50d813035fd49188b2fca66c6d21e
+checksum=81922ec6e86c06061dc009be3ec7c4bc8e8fd5ed3bb92231dabede8bbccaf723
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"

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

* Re: [PR PATCH] [Merged]: musikcube: update to 0.96.7
  2021-05-03 19:41 [PR PATCH] musikcube: update to 0.96.7 the-eater
@ 2021-05-03 20:21 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-05-03 20:21 UTC (permalink / raw)
  To: ml

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

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

musikcube: update to 0.96.7
https://github.com/void-linux/void-packages/pull/30658

Description:
#### 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


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

end of thread, other threads:[~2021-05-03 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-03 19:41 [PR PATCH] musikcube: update to 0.96.7 the-eater
2021-05-03 20:21 ` [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).