Github messages for voidlinux
 help / color / mirror / Atom feed
From: clyhtsuriva <clyhtsuriva@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Mousai: update to 0.7.7
Date: Tue, 25 Jun 2024 22:52:41 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51001@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2024-06-25 20:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 20:52 clyhtsuriva [this message]
2024-06-25 20:55 ` [PR PATCH] [Updated] " clyhtsuriva

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51001@inbox.vuxu.org \
    --to=clyhtsuriva@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).