Age | Commit message (Collapse) | Author | Files | Lines |
|
changes unknown, comes with gmpc
|
|
PKGREV++
|
|
- Add replaygain support
- Add mpd_playlist_load
|
|
- bufixes
|
|
Based on PR 41470 by Guillaume Lasmayous.
Pkgsrc change:
* LICENSE=gnu-gpl-v2
* bump shlib major 0 => 1, (previously, just not defined),
so bump ABI_DEPENDS.libmpd.
|
|
Didn't find a consistent changelog - at least it seems to be a lot
of bugfixes.
(worked well for me for two weeks)
|
|
changes (mostly guessed):
-some code reorganisation
-support for server side search
-bugfixes
|
|
I don't know what has changed besides the version number and the layout.
Reviewed by jlam@
|
|
libmpd is trying to provide a easy to use high level, callback
based access to mpd. It tries to be fast and keep the data transfer
with mpd to the minimum. To do this it implements queues for deleting
and adding songs. There is extra functionallity added for the ease
of the programmer.
|