Package Details: music-assistant-desktop 0.0.70-1

Git Clone URL: https://aur.archlinux.org/music-assistant-desktop.git (read-only, click to copy)
Package Base: music-assistant-desktop
Description: Music Assistant Companion app
Upstream URL: https://github.com/music-assistant/companion
Licenses: Apache-2.0
Conflicts: music-assistant-desktop-bin, squeezelite
Provides: music-assistant-desktop, squeezelite
Submitter: arctix
Maintainer: arctix (ON4BCY)
Last Packager: ON4BCY
Votes: 0
Popularity: 0.000000
First Submitted: 2023-07-29 19:55 (UTC)
Last Updated: 2024-08-15 13:18 (UTC)

Latest Comments

Eeems commented on 2025-02-09 17:37 (UTC)

If you are no longer in a position to maintain the package, I would recommend just orphaning it, and leaving it to ON4BCY to either respond or not, and then I'll submit another orphan request and someone will take over to update the package.

arctix commented on 2025-02-08 19:15 (UTC)

Hi, I'm currently taking a break from the entire project for about another six months, so I'm not actively maintaining this package. I'm open to accepting contributions, but if no one else is interested in taking over, it might make sense to orphan it. I also no longer run Arch Linux as my main system, so updating the package isn't very convenient for me (I don’t have makepkg set up on my new system). I may look into automating AUR updates via GitHub Actions, but that wouldn't happen for at least another six months. I'm also not sure if ON4BCY is still maintaining this either.

Eeems commented on 2025-02-08 18:56 (UTC)

I've emailed ON4BCY to ask them to update or orphan the music-assistant-desktop-bin package. I am unsure how to contact arctix as they do not have a public email on their profile, and they have a website, but it has no real content. I could go digging into the domain name whois, but I don't really feel that's reasonable.

Since they both maintain this package as well, I'll make the assumption that they'll also check this one after checking the other one. I'll give this a couple weeks, and if there is no response, I'll submit an orphan request for the package.

bardo commented on 2024-05-15 09:33 (UTC)

Some changes are needed for this to build again, directory name and branch name have been updated in the source.

build() {
  cd "$srcdir/companion-$pkgver"
  git submodule update --init --recursive
  yarn
  cd frontend
  git clone --branch companion https://github.com/music-assistant/frontend .
  yarn
  cd ..
  yarn run tauri build -b none
}

package() {
  cd "$srcdir/companion-$pkgver"
  install -DCm644 ./musicassistant.desktop "$pkgdir/usr/share/applications/musicassistant.desktop"
  install -DCm644 ./app-icon.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/musicassistant.png"
  install -DCm0755 -t "$pkgdir/usr/bin/" ./src-tauri/target/release/music-assistant-companion
  install -DCm0755 -t "$pkgdir/usr/bin/" ./src-tauri/target/release/squeezelite
}

arctix commented on 2023-10-10 08:06 (UTC)

Oh sorry. I changed it now :)

a821 commented on 2023-10-09 17:22 (UTC)

Please remove sudo from build(). It is not allowed and a security risk.