Would you like to adopt this package? I'm not using Arch currently and thus have no further interest in maintaining this package.
Search Criteria
Package Details: mpdas 0.3.1-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2014-09-26)
| Package Base: | mpdas |
|---|---|
| Description: | An AudioScrobbler client for MPD written in C++. |
| Upstream URL: | http://50hz.ws |
| Category: | multimedia |
| Licenses: | |
| Submitter: | None |
| Maintainer: | pks |
| Last Packager: | pks |
| Votes: | 26 |
| First Submitted: | 2008-11-29 19:49 |
| Last Updated: | 2014-07-12 12:10 |
Latest Comments
Comment by pks
Comment by colo
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
Well, autostarting with systemd has always worked for me. Any interesting output in your logs?
Comment by thiagowfx
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
Thanks for the notification, I'll probably update it in the next few days.
Comment by hrkfdn
hey! fyi, i have just released a new version (0.3.1) containing a critical bugfix.
Comment by pks
Changed the URL to github. Please check again.
Comment by pks
I'll just change it to use the files provided at GitHub.
Comment by pks
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
I'm getting a 404 when attempted to access http://50hz.ws/mpdas/mpdas-0.3.0.tar.bz2
Comment by pks
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
The source is down (404)
Comment by punkrockguy318
here is a basic systemd unit file for mpdas: http://nopaste.info/e5508b4f8b.html
Comment by minus
The manpage is mistakenly installed as /usr/share/mpdas.1
Comment by maleadt
Should depend on libmpd, not only makedepend. It doesn't work anymore when libmpd is removed.