summaryrefslogtreecommitdiffstats
path: root/package/libmpdclient
Commit message (Collapse)AuthorAgeFilesLines
* package/libmpdclient: bump to version 2.16Jörg Krause2018-11-092-3/+3
| | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libmpdclient: bump to version 2.15Fabrice Fontaine2018-09-082-3/+3
| | | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libmpdclient: convert to pkg-meson infraEric Le Bihan2018-05-301-31/+1
| | | | | Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libmpdclient: pass PARALLEL_JOBS to NINJA_OPTSJörg Krause2018-03-191-1/+1
| | | | | | Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmpdclient: fix static linkingFabrice Fontaine2018-03-111-0/+1
| | | | | | | | Fixes: - http://autobuild.buildroot.net/results/45208e51814b777a5a133b0e345e800ee51d8a53 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmpdclient: fix installFabrice Fontaine2018-03-101-0/+1
| | | | | | | | | | | | | | By default, meson adds the build machine architecture for installation, see: https://github.com/mesonbuild/meson/issues/2535 Use --libdir to override this default behavior Fixes: - http://autobuild.buildroot.net/results/aec/aec9f3de545a832b66cd00c217fbaa99246e1715 - http://autobuild.buildroot.net/results/07a/07adcba71106a2dca963e4071f4673791b41a603 - http://autobuild.buildroot.net/results/a27/a272a8e521863374901a5e3c0fb9da0b8daa4076 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmpdclient: add host-meson dependencyFabrice Fontaine2018-03-091-0/+1
| | | | | | | | | | | Fixes: - http://autobuild.buildroot.net/results/00a/00af3302c4029670a585beb3cb65bd8623cf12da Add a libmpdclient entry for myself in DEVELOPERS Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Tested-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmpdclient: bump to version 2.14Jörg Krause2018-03-082-5/+32
| | | | | | | | | | Since version 2.13 libmpdclient only supports the meson build. Therefore, adapt to package infrastructure according to the user manual. Also add a hash for the license file. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/lib*: fix wrapping of Config.in help textAdam Duskett2017-07-311-2/+2
| | | | | | | | | | | | | | The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with lib in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, package: use SPDX short identifier for BSD-3cRahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libmpdclient: add hash filePeter Kümmel2015-02-281-0/+2
| | | | | | [Peter: strip trailing newlines] Signed-off-by: Peter Kümmel <syntheticpp@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libmpdclient: update to 2.10Peter Kümmel2015-02-252-42/+1
| | | | | | | Removed patch is upstream. Signed-off-by: Peter Kümmel <syntheticpp@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/*: rename patches according to the new policyPeter Korsgaard2015-02-031-0/+0
| | | | | | | Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libmpdclient: Add upstream patch to fix build with muslJörg Krause2014-10-021-0/+41
| | | | | | | Add a patch from upstream to support building with the musl C library. Signed-off-by: Jörg Krause <jkrause@posteo.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libmpdclient: new packageGustavo Zacarias2014-07-082-0/+23
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud