aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
Commit message (Collapse)AuthorAge
* gnu: mympd: Update to 10.3.3.Bruno Victal2023-07-01
| | | | | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.3.3. <arguments>: Honor 'strip phase. <native-inputs>: Add missing pkg-config. <description>: Reword it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mpd: Split outputs.Bruno Victal2023-06-04
| | | | | | | | | The HTML manual accounts for more than 40% of the package size. * gnu/packages/mpd.scm (mpd)[outputs]: Add 'doc' output. [arguments]<#:phases>: Add ‘split-package’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mpd: Enable tests.Bruno Victal2023-06-04
| | | | | | | | | | With this, ninja will no longer report “no work to do” when inside the `check' phase. * gnu/packages/mpd.scm [arguments]<#:configure-flags>: Add “-Dtest=true”. [native-inputs]: Add googletest and zip. Remove cmake. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mpd: Update to 0.23.13.Leo Famulari2023-06-04
| | | | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.13. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mympd: Update to 10.3.2.Bruno Victal2023-05-19
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.3.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mpdevil: Add missing input.Efraim Flashner2023-04-25
| | | | * gnu/packages/mpd.scm (mpdevil)[native-inputs]: Add gettext-minimal.
* gnu: ncmpc: Update to 0.48.Leo Famulari2023-04-23
| | | | * gnu/packages/mpd.scm (ncmpc): Update 0.48.
* gnu: mpdevil: Update to 1.10.2.kiasoc52023-04-21
| | | | | | * gnu/packages/mpd.scm (mpdevil): Update to 1.10.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mympd: Update to 10.2.6.Bruno Victal2023-03-27
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.2.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: mympd: Update to 10.2.4.Bruno Victal2023-03-02
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.2.4. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: mpdris2: Remove input labels and add inputs.Simon Streit2023-02-23
| | | | | | | | | * gnu/packages/mpd.scm (mpdris2)[arguments]: Use G-expressions. Remove trailing #T from phase. [inputs]: Remove labels. Add BASH-MINIMAL and PYTHON-MUTAGEN. [native-inputs]: Remove labels. [description]: Use complete sentence.
* gnu: mympd: Update to 10.2.3.Bruno Victal2023-02-12
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.2.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: mympd: Update to 10.2.2.Bruno Victal2023-02-11
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.2.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mpd: Update to 0.23.12.Bruno Victal2023-02-05
| | | | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.12. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mpd: Add missing inputs.Bruno Victal2023-02-05
| | | | | | | | | Enable more features for MPD. * gnu/packages/mpd.scm (mpd)[inputs]: Add liburing, chromaprint, expat, libgme, libnfs, libopenmpt, libshout, pcre2, soxr, yajl and zziplib. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: mympd: Update to 10.2.1.Bruno Victal2023-02-03
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: mpdevil: Update to 1.10.0Simon Streit2023-01-29
| | | | | | | * gnu/packages/mpd.scm (mpdevil): Update to 1.10.0. [inputs]: Add python-pycairo. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mympd: Update to 10.2.0.Bruno Victal2023-01-28
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.2.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Switch to default pipewire.Mathieu Othacehe2023-01-08
| | | | | | | | This is a follow-up of: 590700ce00177a826872c867066eeba6eb7c4641. * gnu/packages/kde-plasma.scm (kwin, plasma-desktop, plasma-workspace)[inputs]: Switch to pipewire. * gnu/packages/mpd.scm (mpd)[inputs]: Ditto.
* gnu: mpd: Update to 0.23.11.Tobias Geerinckx-Rice2022-12-11
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.11.
* gnu: mympd: Update to 10.1.6.Bruno Victal2022-12-13
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.1.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: yajl: Drop custom ‘lib-’ prefix.Tobias Geerinckx-Rice2022-12-11
| | | | | | * gnu/packages/web.scm (yajl): New variable, renamed from… (libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl. Adjust all users.
* gnu: mympd: Update to 10.1.3Bruno Victal2022-11-28
| | | | | | * gnu/packages/mpd.scm (mympd): Update to 10.1.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add mympd.Bruno Victal2022-11-24
| | | | | | * gnu/packages/mpd.scm (mympd): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: ashuffle: Update to 3.13.4.Marius Bakke2022-11-22
| | | | | | * gnu/packages/mpd.scm (ashuffle): Update to 3.13.4. [inputs]: Add ABSEIL-CPP-CXXSTD17, GOOGLETEST, and YAML-CPP. [arguments]: New field.
* gnu: mpd: Update to 0.23.10.kiasoc52022-10-23
| | | | | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.10. [inputs]: Add pipewire-0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: cantata: Update to 2.5.0.Simon Streit2022-10-13
| | | | | | | * gnu/packages/mpd.scm (cantata): Update to 2.5.0. [inputs]: Add "avahi" and "musicbrainz". Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: mcg: Cleanup style.Liliana Marie Prikler2022-10-12
| | | | | | * gnu/packages/mpd.scm (mcg)[source]: Indent as with ‘guix style’. [arguments]: Convert to list of G-Expressions. [inputs, native-inputs]: Move below arguments.
* gnu: mcg: Update to 3.1.Simon Streit2022-10-12
| | | | | | | | | | | | | * gnu/packages/mpd.scm (mcg): Update to 3.1. [native-inputs]: Use the new inputs style. Add desktop-file-utils, gettext-minimal and gtk+:bin. [inputs]: Add python. [build-system]: Change to meson-build-system. [arguments]<#:imported-modules,#:modules>: Remove. <#:glib-or-gtk?>: Set to #t. <#:phases>: Delete ‘glib-or-gtk-wrap’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: mcg: Use new input style.Liliana Marie Prikler2022-10-12
| | | | | * gnu/packages/mpd.scm (mcg)[inputs]: Re-indent according to ‘guix style’. [native-inputs]: Drop labels.
* gnu: Add mpdevil.Liliana Marie Prikler2022-09-10
| | | | * gnu/packages/mpd.scm (mpdevil): New variable.
* gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
* gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* gnu: ncmpc: Update to 0.47.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.47.
* gnu: mpd: Update to 0.23.8.Tobias Geerinckx-Rice2022-07-24
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.8.
* gnu: mpd: Add support for socket activation.Liliana Marie Prikler2022-05-21
| | | | | | | * gnu/packages/mpd.scm (mpd)[#:configure-flags]: Convert to G-Expression. Add “-Dsystemd=enabled”. [#:phases]: New argument. [inputs]: Add elogind.
* gnu: MPD: Update to 0.23.7.Leo Famulari2022-05-14
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.7.
* gnu: mpdscribble: Update to 0.24.Leo Famulari2022-03-24
| | | | | | * gnu/packages/mpd.scm (mpdscribble): Update to 0.24. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: MPD: Update to 0.23.6.Leo Famulari2022-03-18
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.6.
* gnu: mpd-mpc: Update to 0.34.Tobias Geerinckx-Rice2021-12-18
| | | | | * gnu/packages/mpd.scm (mpd-mpc): Update to 0.34. [arguments]: Add a new 'remove-bogus-rsync-requirement phase.
* gnu: ncmpc: Remove input labels.Tobias Geerinckx-Rice2021-12-18
| | | | | * gnu/packages/mpd.scm (ncmpc)[native-inputs]: Remove input labels.
* gnu: ncmpc: Update to 0.46.Tobias Geerinckx-Rice2021-12-18
| | | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.46. [arguments]: Remove obsolete #:configure-flags.
* gnu: mpd: Update to 0.23.5.Tobias Geerinckx-Rice2021-12-18
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.5.
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: libmpdclient: Update to 2.20.Leo Famulari2021-11-23
| | | | | | | | * gnu/packages/mpd.scm (libmpdclient): Update to 2.20.
* | gnu: mcg: Use GUIX_PYTHONPATH.Ricardo Wurmus2021-11-18
| | | | | | | | | | * gnu/packages/mpd.scm (mcg)[arguments]: Use GUIX_PYTHONPATH in the wrapper; and remove trailing #T while we're at it.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: MPD: Update to 0.23.4.Leo Famulari2021-11-14
| | | | | | | | | | | | | | | | * gnu/packages/mpd.scm (mpd): Update to 0.23.4. [arguments]: Use meson-next for meson-build-system. [inputs]: Add fmt. [native-inputs]: Add cmake. [properties]: Add release-monitoring-url.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|