Package Details: mixing-station 2.7.1-1

Git Clone URL: https://aur.archlinux.org/mixing-station.git (read-only, click to copy)
Package Base: mixing-station
Description: Mixer remote control for multiple mixers
Upstream URL: https://mixingstation.app/
Licenses: custom:proprietary
Conflicts: mixing-station-pc, mixing-station-pc-bin
Replaces: mixing-station-pc, mixing-station-pc-bin
Submitter: 1F616EMO
Maintainer: Foxma
Last Packager: Foxma
Votes: 3
Popularity: 0.000161
First Submitted: 2024-02-12 00:00 (UTC)
Last Updated: 2026-01-17 07:40 (UTC)

Latest Comments

1 2 Next › Last »

Foxma commented on 2025-12-29 20:41 (UTC)

Thanks SuperNinja_4965 - updated to jre21

SuperNinja_4965 commented on 2025-12-29 02:01 (UTC) (edited on 2025-12-29 02:01 (UTC) by SuperNinja_4965)

Is there a reason java version 11 is used here? The java version shipped in the deb version appears to be version 21

The following diff appears to work fine at an initial test with java 21

diff --git a/PKGBUILD b/PKGBUILD
index 59ca243..a716c23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Mixer remote control for multiple mixers'
 arch=('any')
 url='https://mixingstation.app/'
 license=('custom:proprietary')
-depends=('jre11-openjdk' 'zenity')
+depends=('jre21-openjdk' 'zenity')
 replaces=('mixing-station-pc' 'mixing-station-pc-bin')
 conflicts=('mixing-station-pc' 'mixing-station-pc-bin')
 source=(
@@ -18,7 +18,7 @@ source=(
   'mixing-station.desktop')
 sha256sums=(
   SKIP                                                               # release.zip
-  '2bf580819e9ddb5183d7d1a260ed50e759339038fc767c5a065333d7aebb46f9' # mixing-station
+  'a4a9a202093d9d86baf6eaf8469159b1723b4a731b25ba51599102396aabba04' # mixing-station
   'a5d350e62b37f9394944421d94aaa1a823f396a0e76727cb37898029bc5d77bf' # copyright.txt
   '2a9b5fedbaf45ff7c7822b9cfc6dd50541b68ca39545611814f034608c2f9a00' # ms-icon.png
   '0ebe311c4f614552cab7bacd4d5b67677ab2d09a89ceb49d10cb8f05c06297f7' # mixing-station.desktop
diff --git a/mixing-station b/mixing-station
index ec73cdd..26d627d 100644
--- a/mixing-station
+++ b/mixing-station
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec /usr/lib/jvm/java-11-openjdk/bin/java -jar '/usr/share/java/mixing-station/mixing-station.jar' "$@"
\ No newline at end of file
+exec /usr/lib/jvm/java-21-openjdk/bin/java -jar '/usr/share/java/mixing-station/mixing-station.jar' "$@"
\ No newline at end of file

baltazar commented on 2024-12-29 22:28 (UTC) (edited on 2024-12-29 23:28 (UTC) by baltazar)

FYI I had a pkgver like this:

pkgver() {
  bsdtar -xOf mixing-station-desktop.jar META-INF/MANIFEST.MF | sed -n 's/^Implementation-Version\(Code\)\?: \(.*\)\r/\2/p' | paste -sd.
}

Pretty ugly but at least this way you notice if the version changed. Can be a working combo with skipped checksum.

Foxma commented on 2024-12-29 21:58 (UTC)

I've decided to remove the package integrity check on the upstream release zip - this means that installation won't fail when it's repackaged. Please comment if you disagree with this and I will look a re-instating it.

Foxma commented on 2024-12-29 19:12 (UTC)

@Snayler - repackaged again. 2.2.0-3 working now

Snayler commented on 2024-12-29 17:01 (UTC)

One file is failing validation

mixing-station-2.2.0-release.zip ... FAILED

Foxma commented on 2024-12-27 13:13 (UTC)

@cdunford - it's been repackaged upstream. 2.2.0-2 should work now

cdunford commented on 2024-12-27 12:20 (UTC)

Getting the following on 2.2.0-1:

==> Validating source files with sha256sums...
    mixing-station-2.2.0-release.zip ... FAILED
    mixing-station ... Passed
    copyright.txt ... Passed
    ms-icon.png ... Passed
    mixing-station.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/cdunford/.cache/yay/mixing-station
         context: exit status 1


:: (1/1) Parsing SRCINFO: mixing-station
==> Making package: mixing-station 2.2.0-1 (Fri 27 Dec 2024 07:16:10 AM EST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found mixing-station-2.2.0-release.zip
  -> Found mixing-station
  -> Found copyright.txt
  -> Found ms-icon.png
  -> Found mixing-station.desktop
==> Validating source files with sha256sums...
    mixing-station-2.2.0-release.zip ... FAILED
    mixing-station ... Passed
    copyright.txt ... Passed
    ms-icon.png ... Passed
    mixing-station.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!
 -> error making: mixing-station-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
mixing-station - exit status 1

Foxma commented on 2024-08-19 13:23 (UTC)

@1F616EMO Thanks for orphaning - all updated to 2.1.2

1F616EMO commented on 2024-08-19 08:07 (UTC)

@Foxma Thank you for adopting the package. I am sorry for not remembering to update...