Package Details: mpdas 0.3.1-1

Package Base: mpdas
Description: An AudioScrobbler client for MPD written in C++.
Upstream URL: http://50hz.ws
Category: multimedia
Licenses: BSD
Submitter: None
Maintainer: pks
Last Packager: pks
Votes: 26
First Submitted: 2008-11-29 19:49
Last Updated: 2014-07-12 12:10

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by pks

2015-01-04 19:05

Would you like to adopt this package? I'm not using Arch currently and thus have no further interest in maintaining this package.

Comment by colo

2015-01-04 18:27

The package builds and works fine on armhf (a Raspberry Pi in particular). Proposed patch for providing that info, while updating the PKGBUILD script to build release 0.3.2:


--- old/PKGBUILD 2014-07-12 16:06:57.000000000 +0200
+++ new/PKGBUILD 2015-01-04 14:29:05.140733082 +0100
@@ -2,17 +2,17 @@
# Maintainer: Patrick Steinhardt <ps@pks.im>

pkgname=mpdas
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="An AudioScrobbler client for MPD written in C++."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv6h')
license=('BSD')
url="http://50hz.ws"
depends=('libmpd' 'curl')
backup=('etc/mpdasrc')
source=("https://github.com/hrkfdn/${pkgname}/archive/${pkgver}.tar.gz"
'mpdas.service')
-md5sums=('1c3f9c21794e380e4bbb4f3d8fa9d688'
+md5sums=('ef82082a72ddd5c7a5995da5892c966f'
'472cb88288e6e8eea828143e841c1d2d')

prepare() {

Comment by pks

2014-08-28 07:48

Well, autostarting with systemd has always worked for me. Any interesting output in your logs?

Comment by thiagowfx

2014-08-27 23:55

Systemd enabled mpdas.service never autostarts for me. I should probably report it somewhere, but for now I'm letting this here, in the case any one has this same issue.

Comment by pks

2014-07-10 14:45

Thanks for the notification, I'll probably update it in the next few days.

Comment by hrkfdn

2014-07-10 14:42

hey! fyi, i have just released a new version (0.3.1) containing a critical bugfix.

Comment by pks

2014-02-15 14:25

Changed the URL to github. Please check again.

Comment by pks

2014-02-15 14:20

I'll just change it to use the files provided at GitHub.

Comment by pks

2014-02-15 14:19

Don't know why that is, it works totally fine for me. Maybe the URL is blocked by your ISP/firewall/proxy?

Comment by punkrockguy318

2014-02-15 14:17

I'm getting a 404 when attempted to access http://50hz.ws/mpdas/mpdas-0.3.0.tar.bz2

Comment by pks

2014-02-15 13:36

I've adopted the package, fixed the wrong MAN-file install location and replaced the rc-script with a systemd unit file.

Comment by kettle

2013-12-10 14:51

The source is down (404)

Comment by punkrockguy318

2013-05-07 01:53

here is a basic systemd unit file for mpdas: http://nopaste.info/e5508b4f8b.html

Comment by minus

2012-09-16 13:01

The manpage is mistakenly installed as /usr/share/mpdas.1

Comment by maleadt

2010-09-02 08:05

Should depend on libmpd, not only makedepend. It doesn't work anymore when libmpd is removed.