The NetBSD Project

CVS log for pkgsrc/audio/libmpdclient/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / audio / libmpdclient

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Mon Aug 14 05:23:47 2023 UTC (7 weeks, 2 days ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.19: +2 -1 lines
Diff to previous 1.19 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 24 13:49:07 2022 UTC (17 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

libmpdclient: update to 2.20

libmpdclient 2.20 (2021/11/23)
* support MPD protocol 0.23
  - getvol
  - position argument for searchadd, findadd, load and playlistadd
  - whence argument for addid and add
  - range argument for playlistdelete
* support MPD protocol 0.22.4
  - binarylimit
* support MPD protocol 0.22.0
  - readpicture
* support MPD protocol 0.21.0
  - albumart
* support tags "ComposerSort", "Ensemble", "Movement",
  "MovementNumber", "Location"
* queue: make "priority" parameter unsigned

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jul 7 12:55:33 2020 UTC (3 years, 2 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

libmpdclient: Update to 2.19

libmpdclient 2.19 (2020/07/03)
* fix off-by-one bug in MPD_HOST parser
* add function mpd_lookup_replay_gain_mode()
* identify messages with length over the buffer limit
* support MPD protocol 0.16
 - replay gain
* support MPD protocol 0.19
 - idle events "neighbor" and "mount"
* support MPD protocol 0.20
 - rangeid
* support MPD protocol 0.21
  - command "tagtypes all"

Revision 1.17 / (download) - annotate - [select for diffs], Sat Jan 25 14:40:35 2020 UTC (3 years, 8 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

libmpdclient: Update to 2.18

libmpdclient 2.18 (2020/01/20)
* more out-of-memory checks
* partition: add mpd_recv_partition()
* support MPD protocol 0.21
 - "oneshot" single state
* support MPD protocol 0.22
 - status: add mpd_status_get_partition()
 - commands "delpartition", "moveoutput"

Revision 1.16 / (download) - annotate - [select for diffs], Fri Dec 6 00:15:39 2019 UTC (3 years, 9 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.15: +3 -1 lines
Diff to previous 1.15 (colored)

libmpdclient: python for build only

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 5 22:46:49 2019 UTC (3 years, 9 months ago) by nia
Branch: MAIN
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

libmpdclient: Update to 2.17

libmpdclient 2.17 (2019/12/04)
* search: add mpd_search_add_db_songs_to_playlist()
* idle: support event "partition"
* support MPD protocol 0.19
  - "listneighbors"
* support MPD protocol 0.22
  - "getfingerprint"
* support tags "MPD_TAG_LABEL", "MPD_TAG_MUSICBRAINZ_WORKID", "Grouping",
  "Work", "Conductor"
* support MPD partitions
* mpd_async_set_keepalive() returns bool
* mpd_connection_set_keepalive() returns bool
* fix build failure on Haiku

Revision 1.14 / (download) - annotate - [select for diffs], Mon Oct 7 09:28:09 2019 UTC (3 years, 11 months ago) by prlw1
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored)

Rename py-meson to meson.

The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 1 11:33:08 2018 UTC (4 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

libmpdclient: update to 2.16.

libmpdclient 2.16 (2018/10/09)
* support MPD protocol 0.19
  - "mount", "unmount", "listmounts"
* support MPD protocol 0.17
  - "load" with range
* add mpd_output_get_attribute()
* use UINX_MAX instead of `(unsigned)-1` to avoid undefined behavior

libmpdclient 2.15 (2018/09/02)
* support MPD protocol 0.21
  - search: support search expressions
  - search: descending sort
  - search: support sorting by "Last-Modified"
  - song: audio format
* support MPD protocol 0.17
  - player: command "seekcur"
* fix `-Wrestrict` compiler warning

Revision 1.12 / (download) - annotate - [select for diffs], Fri Sep 28 20:49:26 2018 UTC (5 years ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.11: +3 -1 lines
Diff to previous 1.11 (colored)

libmpdclient: link socket lib on SunOS

Revision 1.11 / (download) - annotate - [select for diffs], Sun Feb 25 20:56:05 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

libmpdclient: update to 2.14.

libmpdclient 2.14 (2018/02/11)
* support MPD protocol 0.21
  - command "outputset"
  - mpd_output_get_plugin()
  - receive output attributes
* MSVC compatibility
* improved local and abstract socket support

Revision 1.10 / (download) - annotate - [select for diffs], Mon Aug 14 21:14:49 2017 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.9: +3 -9 lines
Diff to previous 1.9 (colored)

Updated libmpdclient to 2.13.

Switch to meson build framework since autoconf one was removed.

libmpdclient 2.13 (2017/07/25)
* fix build with meson > 0.38.1
* fix connect error "Operation now in progress"

libmpdclient 2.12 (2017/07/21)
* support MPD protocol 0.21
  - support tag "OriginalDate"
  - command "tagtypes" plus "disable", "enable", "clear"
* support MPD protocol 0.20
  - support "plchanges" and "plchangesposid" with range
* support MPD protocol 0.19
  - commands "addtagid", "cleartagid"
  - command "listfiles"
  - grouping for "list" and "count"
  - tag "AlbumSort"
  - "seekid" with float time
* use relative #include paths to avoid clashes with other libmpdclient copies
* build with Meson instead of autotools

Revision 1.9 / (download) - annotate - [select for diffs], Tue Apr 4 13:12:42 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Updated libmpdclient to 2.11.

libmpdclient 2.11 (2017/03/20)
* fix heap corruption with mpd_connection_new_async()
* add space before "window" search argument
* detect getaddrinfo() at configure time
* add support for ArtistSort and AlbumArtistSort tags
* support MPD protocol 0.21
  - audio format specifications "dsd64" etc.
  - the "sort" parameter for commands "find"/"search"

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 1 15:09:56 2015 UTC (8 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Update to 2.10:

libmpdclient 2.10 (2015/02/23)
* support abstract sockets with "@" prefix
* support tag "MUSICBRAINZ_RELEASETRACKID"
* add TCP keepalive internal and external APIs
* support MPD protocol 0.19
  - status: support sample formats "float" and "dsd"
  - song: report duration with milliseconds precision
  - search: support constraint "modified-since"
* support MPD protocol 0.20
  - the "window" parameter for commands "find"/"search"

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 2 19:42:08 2014 UTC (9 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.6: +3 -4 lines
Diff to previous 1.6 (colored)

Update to 2.9:

libmpdclient 2.9 (2013/10/29)
* directory: support attribute "Last-Modified"
* support MPD protocol 0.18
  - command "readcomments"
  - command "toggleoutput"
  - command "volume"
  - the "base" constraint for commands "find"/"search"

Revision 1.6 / (download) - annotate - [select for diffs], Tue Oct 1 15:29:11 2013 UTC (10 years ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4
Changes since 1.5: +4 -5 lines
Diff to previous 1.5 (colored)

update to 2.8
changes:
-status: add nextsong/nextsongid support
-extend support for song priorities

Revision 1.5 / (download) - annotate - [select for diffs], Wed Sep 12 00:24:43 2012 UTC (11 years ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

"user-destdir" is default these days

Revision 1.4 / (download) - annotate - [select for diffs], Sun Mar 4 20:10:47 2012 UTC (11 years, 7 months ago) by jakllsch
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Use getaddrinfo(3) even if AI_ADDRCONFIG is missing.
PKGREV++

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 16 21:00:00 2012 UTC (11 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

update to 2.6
changes: minor feature improvements

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 30 11:56:50 2011 UTC (12 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Force configure not to detect doxygen.
fixes PR#45302.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Feb 27 15:04:58 2011 UTC (12 years, 7 months ago) by wiz
Branch: TNF
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-20110227
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of libmpdclient-2.4:

This is a library for interfacing Music Player Daemon (MPD).

Revision 1.1 / (download) - annotate - [select for diffs], Sun Feb 27 15:04:58 2011 UTC (12 years, 7 months ago) by wiz
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>