Age | Commit message (Collapse) | Author | Files | Lines |
|
changes unknown, comes with gmpc
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
PKGREV++
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
- 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
|
|
Add PKGCONFIG_OVERRIDE. Bump PKGREVISION.
|
|
I don't know what has changed besides the version number and the layout.
Reviewed by jlam@
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
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.
|