Package Details: mpdris2 0.9.1-1

Git Clone URL: https://aur.archlinux.org/mpdris2.git (read-only, click to copy)
Package Base: mpdris2
Description: MPRIS2 support for MPD
Upstream URL: https://github.com/eonpatapon/mpDris2
Licenses: GPL-3.0-only
Submitter: t-8ch
Maintainer: t-8ch (kleinph)
Last Packager: t-8ch
Votes: 68
Popularity: 0.049599
First Submitted: 2012-06-25 17:51 (UTC)
Last Updated: 2025-01-26 16:33 (UTC)

Dependencies (7)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

Cyberczy commented on 2025-01-26 11:44 (UTC) (edited on 2025-01-26 11:50 (UTC) by Cyberczy)

.SRCINFO seems to be missing python-systemd. I use makepkg --printsrcinfo > .SRCINFO

pkgbase = mpdris2
    pkgdesc = MPRIS2 support for MPD
    pkgver = 0.9.1
    pkgrel = 1
    url = https://github.com/eonpatapon/mpDris2
    arch = any
    license = GPL-3.0-only
    makedepends = intltool
    depends = python-dbus
    depends = python-gobject
    depends = python-mpd2
    depends = python-systemd
    optdepends = python-mutagen: read covers from music files
    optdepends = libnotify: notifications on track change
    source = mpdris2-0.9.1.tar.gz::https://github.com/eonpatapon/mpDris2/archive/0.9.1.tar.gz
    sha256sums = d0f0467841e7866310cff44a1063334a9c776a64fd594815d926670b765fbee6

pkgname = mpdris2

TheStroyer commented on 2021-12-24 23:06 (UTC)

Thanks, I was indeed missing automake somehow.

t-8ch commented on 2021-12-24 15:37 (UTC)

@TheStroyer All AUR packages assume the group "base-devel" to be installed. This group installs the automake package which contains aclocal.

TheStroyer commented on 2021-12-24 15:32 (UTC) (edited on 2021-12-24 15:33 (UTC) by TheStroyer)

Upon building I'm getting the error:

Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 274.
autoreconf: error: aclocal failed with exit status: 2

vincent.ducamps commented on 2021-02-25 07:18 (UTC)

@t-8ch thanks for your answer indeed this is probably the cause of my issue I will test that

t-8ch commented on 2021-02-14 09:40 (UTC)

Hi vincent,

this is probably because of this PR: https://github.com/eonpatapon/mpDris2/pull/138 Can you try to enable the systemd user service "systemctl --user enable mpDris2"?

vincent.ducamps commented on 2021-02-14 08:19 (UTC)

hi, since last update of Mpdriss, the austostart don't work anymore on my gnome session. I have mprdis2.desktop in .config/autostart other software in this folder work correctly and when I launch mpdriss manually it's working.

t-8ch commented on 2020-12-29 07:08 (UTC)

@malcolm These are both part of the base-devel group which are implicit dependencies of all packages.

malcolm commented on 2020-12-28 02:14 (UTC)

autoconf and automake are necessary dependencies to build the package

theoratkin commented on 2019-11-18 16:11 (UTC) (edited on 2019-11-18 16:12 (UTC) by theoratkin)

Thanks for repackaging! I can now safely remove python-gobject2. Yes, it seems like mpDris2 already uses python-gobject.