Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Mousai: update to 0.7.7
@ 2024-06-25 20:52 clyhtsuriva
  2024-06-25 20:55 ` [PR PATCH] [Updated] " clyhtsuriva
  0 siblings, 1 reply; 2+ messages in thread
From: clyhtsuriva @ 2024-06-25 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages Mousai-update
https://github.com/void-linux/void-packages/pull/51001

Mousai: update to 0.7.7
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l-musl
  - aarch64-musl

#### Notes
Major version upgrade since 0.7.0, lots of changes.

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

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

From 7fe8ed2286d8ff07256b830b3870e23a57286ebb Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 25 Jun 2024 22:46:23 +0200
Subject: [PATCH] Mousai: update to 0.7.7

---
 srcpkgs/Mousai/template | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Mousai/template b/srcpkgs/Mousai/template
index b8d88e7f559058..bf5276cfc315b0 100644
--- a/srcpkgs/Mousai/template
+++ b/srcpkgs/Mousai/template
@@ -1,13 +1,23 @@
 # Template file for 'Mousai'
 pkgname=Mousai
-version=0.6.6
+version=0.7.7
 revision=1
 build_style=meson
-hostmakedepends="python3 gettext glib-devel pkg-config"
-depends="python3-gobject python3-requests libadwaita"
+build_helper=rust
+hostmakedepends="cargo python3 gettext glib-devel pkg-config gtk4-update-icon-cache desktop-file-utils"
+makedepends="gtk4-devel libadwaita-devel gstreamer1-devel gst-plugins-base1-devel libsoup3-devel rust-std"
+depends="python3-gobject python3-requests"
 short_desc="Identify any songs in seconds"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/SeaDve/Mousai"
-distfiles="https://github.com/SeaDve/Mousai/archive/refs/tags/v$version.tar.gz"
-checksum=a1e5cb29ad16405abcab8b5e1eec82fc170e5f535f8c55b57f18c80acb18a0ae
+changelog="https://github.com/SeaDve/Mousai/releases"
+distfiles="https://github.com/SeaDve/Mousai/releases/download/v${version}/mousai-${version}.tar.xz"
+checksum=7e3c26dcb546d226474edce91504b23da4c9e61f0249edf255699024351f7eb4
+
+post_patch() {
+    if [ "$CROSS_BUILD" ]; then
+        vsed -i src/meson.build \
+            -e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+    fi
+}

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

* Re: [PR PATCH] [Updated] Mousai: update to 0.7.7
  2024-06-25 20:52 [PR PATCH] Mousai: update to 0.7.7 clyhtsuriva
@ 2024-06-25 20:55 ` clyhtsuriva
  0 siblings, 0 replies; 2+ messages in thread
From: clyhtsuriva @ 2024-06-25 20:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/clyhtsuriva/void-packages Mousai-update
https://github.com/void-linux/void-packages/pull/51001

Mousai: update to 0.7.7
#### Testing the changes
- I tested the changes in this PR: **yes**

#### Local build testing
- I built this PR locally for my native architecture, x86_64
- I crossbuilded this PR locally for these architectures:
  - armv7l
  - armv6l-musl
  - aarch64-musl

#### Notes
Major version upgrade since 0.7.0, lots of changes.

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

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

From 6c3a9a1f05b899063b6c425333becf27bfc6dd2a Mon Sep 17 00:00:00 2001
From: clyhtsuriva <aimeric@adjutor.xyz>
Date: Tue, 25 Jun 2024 22:55:18 +0200
Subject: [PATCH] Mousai: update to 0.7.7

---
 srcpkgs/Mousai/template | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Mousai/template b/srcpkgs/Mousai/template
index b8d88e7f559058..2128e01a732cf2 100644
--- a/srcpkgs/Mousai/template
+++ b/srcpkgs/Mousai/template
@@ -1,13 +1,23 @@
 # Template file for 'Mousai'
 pkgname=Mousai
-version=0.6.6
+version=0.7.7
 revision=1
 build_style=meson
-hostmakedepends="python3 gettext glib-devel pkg-config"
-depends="python3-gobject python3-requests libadwaita"
+build_helper=rust
+hostmakedepends="cargo python3 gettext glib-devel pkg-config gtk4-update-icon-cache desktop-file-utils"
+makedepends="gtk4-devel libadwaita-devel gstreamer1-devel gst-plugins-base1-devel libsoup3-devel rust-std"
+depends="python3-gobject python3-requests"
 short_desc="Identify any songs in seconds"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/SeaDve/Mousai"
-distfiles="https://github.com/SeaDve/Mousai/archive/refs/tags/v$version.tar.gz"
-checksum=a1e5cb29ad16405abcab8b5e1eec82fc170e5f535f8c55b57f18c80acb18a0ae
+changelog="https://github.com/SeaDve/Mousai/releases"
+distfiles="https://github.com/SeaDve/Mousai/releases/download/v${version}/mousai-${version}.tar.xz"
+checksum=7e3c26dcb546d226474edce91504b23da4c9e61f0249edf255699024351f7eb4
+
+post_patch() {
+	if [ "$CROSS_BUILD" ]; then
+		vsed -i src/meson.build \
+			-e "s%rust_target /%'${RUST_TARGET}' / rust_target /%"
+	fi
+}

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

end of thread, other threads:[~2024-06-25 20:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-25 20:52 [PR PATCH] Mousai: update to 0.7.7 clyhtsuriva
2024-06-25 20:55 ` [PR PATCH] [Updated] " clyhtsuriva

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