Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] musikcube: update to 3.0.2.
@ 2024-05-01 13:52 sgn
  2024-05-01 14:19 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 1 reply; 3+ messages in thread
From: sgn @ 2024-05-01 13:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages musikcube
https://github.com/void-linux/void-packages/pull/50144

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (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/50144.patch is attached

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

From acfca78a3b347e66304f16cb92c921d670aecc22 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Wed, 1 May 2024 20:51:00 +0700
Subject: [PATCH] musikcube: update to 3.0.2.

---
 srcpkgs/musikcube/patches/musl.patch | 26 ++++++++++++++++++++++++++
 srcpkgs/musikcube/template           |  6 +++---
 2 files changed, 29 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/musikcube/patches/musl.patch

diff --git a/srcpkgs/musikcube/patches/musl.patch b/srcpkgs/musikcube/patches/musl.patch
new file mode 100644
index 00000000000000..0b35fbd701c2b5
--- /dev/null
+++ b/srcpkgs/musikcube/patches/musl.patch
@@ -0,0 +1,26 @@
+--- a/src/musikcube/app/model/DirectoryAdapter.cpp
++++ b/src/musikcube/app/model/DirectoryAdapter.cpp
+@@ -127,19 +127,23 @@ static void buildDirectoryList(
+     }
+     catch (...) {
+         /* may throw trying to open the directory */
+     }
+ 
++#ifdef __GLIBC__
+     try {
+         std::sort(
+             target.begin(),
+             target.end(),
+             std::locale(setlocale(LC_ALL, nullptr)));
+     }
+     catch (...) {
+         std::sort(target.begin(), target.end());
+     }
++#else
++    std::sort(target.begin(), target.end());
++#endif
+ }
+ 
+ static std::string pathToString(fs::path path) {
+     return musik::core::NormalizeDir(path.u8string());
+ }
diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template
index 8c4a51840859ec..acdf51453b8c94 100644
--- a/srcpkgs/musikcube/template
+++ b/srcpkgs/musikcube/template
@@ -1,7 +1,7 @@
 # Template file for 'musikcube'
 pkgname=musikcube
-version=3.0.0
-revision=3
+version=3.0.2
+revision=1
 build_style=cmake
 make_cmd=make
 configure_args="-DNO_NCURSESW=1"
@@ -17,7 +17,7 @@ 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=b857980c214f86f17cc288eda4562b51683cd42a843a4a4d8d8e60169cf87345
+checksum=65f82db36d635bdbfd99f67d1d68c9e1aedf8e38efa627f303cf7971c306d063
 build_options="elogind"
 desc_option_elogind="Support MPRIS interface via elogind"
 build_options_default="elogind"

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

* Re: [PR PATCH] [Merged]: musikcube: update to 3.0.2.
  2024-05-01 13:52 [PR PATCH] musikcube: update to 3.0.2 sgn
@ 2024-05-01 14:19 ` sgn
  0 siblings, 0 replies; 3+ messages in thread
From: sgn @ 2024-05-01 14:19 UTC (permalink / raw)
  To: ml

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

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

musikcube: update to 3.0.2.
https://github.com/void-linux/void-packages/pull/50144

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* [PR PATCH] musikcube: update to 3.0.2
@ 2023-12-28  2:04 dbolger
  0 siblings, 0 replies; 3+ messages in thread
From: dbolger @ 2023-12-28  2:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dbolger/void-packages master
https://github.com/void-linux/void-packages/pull/47933

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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, (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/47933.patch is attached

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

From d824ddd24614d880a4186fcba8a02d9f8a46fd52 Mon Sep 17 00:00:00 2001
From: Dylan Bolger <dylan.bolger00@gmail.com>
Date: Wed, 27 Dec 2023 20:03:24 -0600
Subject: [PATCH] musikcube: update to 3.0.2

---
 srcpkgs/musikcube/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/musikcube/template b/srcpkgs/musikcube/template
index d9e6186e6697b..7d37d7988f90f 100644
--- a/srcpkgs/musikcube/template
+++ b/srcpkgs/musikcube/template
@@ -1,6 +1,6 @@
 # Template file for 'musikcube'
 pkgname=musikcube
-version=3.0.0
+version=3.0.2
 revision=3
 build_style=cmake
 make_cmd=make
@@ -17,7 +17,7 @@ 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=b857980c214f86f17cc288eda4562b51683cd42a843a4a4d8d8e60169cf87345
+checksum=65f82db36d635bdbfd99f67d1d68c9e1aedf8e38efa627f303cf7971c306d063
 build_options="elogind"
 desc_option_elogind="Support MPRIS interface via elogind"
 build_options_default="elogind"

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

end of thread, other threads:[~2024-05-01 14:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-01 13:52 [PR PATCH] musikcube: update to 3.0.2 sgn
2024-05-01 14:19 ` [PR PATCH] [Merged]: " sgn
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28  2:04 [PR PATCH] " dbolger

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