Package Details: musique 1.12-2

Git Clone URL: https://aur.archlinux.org/musique.git (read-only, click to copy)
Package Base: musique
Description: A finely crafted music player
Upstream URL: https://flavio.tordini.org/musique
Licenses: GPL3
Submitter: City-busz
Maintainer: mrxx
Last Packager: mrxx
Votes: 4
Popularity: 0.000000
First Submitted: 2018-06-02 16:16 (UTC)
Last Updated: 2024-04-02 22:17 (UTC)

Latest Comments

« First ‹ Previous 1 2

City-busz commented on 2020-07-28 08:26 (UTC) (edited on 2020-07-28 08:32 (UTC) by City-busz)

phonon-qt5 is no longer used. Please replace it with qt5-base in dependencies.

mrxx commented on 2020-07-27 16:02 (UTC)

Thank you, yochananmarqos. I've updated the PKGBUILD accordingly.

yochananmarqos commented on 2020-07-26 16:12 (UTC) (edited on 2020-07-26 16:33 (UTC) by yochananmarqos)

Your first sed line is no longer necessary.

Please use git submodules:

source=("git+https://github.com/flaviotordini/musique.git#tag=$pkgver"
        'git+https://github.com/flaviotordini/http.git'
        'git+https://github.com/flaviotordini/idle.git'
        'git+https://github.com/flaviotordini/media.git')
        'git+https://github.com/flaviotordini/updater.git')
prepare() {
  git submodule init
  git config submodule.lib/http.url "$srcdir/http"
  git config submodule.lib/idle.url "$srcdir/idle"
  git config submodule.lib/media.url "$srcdir/media"
  git config submodule.lib/updater.url "$srcdir/updater"
  git submodule update

  sed -i '1313d;1315i#ifdef APP_EXTRA' src/mainwindow.cpp
}

No need to manually create a build folder, it's done automatically.

Please add finetune to optdepends(). There is a menu option to open it directly in Musique.

mrxx commented on 2019-04-24 12:27 (UTC)

Thanks, nyctanthous. Added mpv as dependency.

nyctanthous commented on 2019-04-22 23:18 (UTC)

Musique needs mpv added to the PKGBUILD, otherwise will raise an error because it cannot find mpv/client.h