pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/mpc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 30 10:14:45 UTC 2023

Modified Files:
        pkgsrc/audio/mpc: Makefile distinfo

Log Message:
mpc: update to 0.35.

0.35 (2023/12/21)
* fix null pointer dereference on bad status format
* add "%kbitrate%", "%audioformat%", "%samplerate%", "%bits%" and "%channels%" options to the "status" command
* the "%state%" option of the "status" command now returns "stopped" when the MPD server is stopped
* add commands "lsdirs", "addplaylist", "delplaylist", "moveplaylist", "renplaylist", "clearplaylist"
* add "playlist" option "--with-prio"
* bash completion: pass "--" to mpc to allow parameters with dash
* bash completion: fix filenames with paranetheses
* bash completion: override $MPC_FORMAT


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/audio/mpc/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/audio/mpc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpc/Makefile
diff -u pkgsrc/audio/mpc/Makefile:1.41 pkgsrc/audio/mpc/Makefile:1.42
--- pkgsrc/audio/mpc/Makefile:1.41      Tue Nov  7 22:37:56 2023
+++ pkgsrc/audio/mpc/Makefile   Sat Dec 30 10:14:45 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2023/11/07 22:37:56 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2023/12/30 10:14:45 wiz Exp $
 
-DISTNAME=              mpc-0.34
-PKGREVISION=           3
+DISTNAME=              mpc-0.35
 CATEGORIES=            audio
 MASTER_SITES=          https://www.musicpd.org/download/mpc/0/
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/audio/mpc/distinfo
diff -u pkgsrc/audio/mpc/distinfo:1.27 pkgsrc/audio/mpc/distinfo:1.28
--- pkgsrc/audio/mpc/distinfo:1.27      Tue Dec  7 18:17:56 2021
+++ pkgsrc/audio/mpc/distinfo   Sat Dec 30 10:14:45 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2021/12/07 18:17:56 wiz Exp $
+$NetBSD: distinfo,v 1.28 2023/12/30 10:14:45 wiz Exp $
 
-BLAKE2s (mpc-0.34.tar.xz) = 4342de6de9f29ee4c100642e9cf346adfc8f8dcb3835e76b120b8cf0d22b5ccc
-SHA512 (mpc-0.34.tar.xz) = d43d5547134ffb24f2a2972882f6e264c1011a94d1033369d329487f59414d32d9842835afdd05da96fd8ed28f823d2ae2f46d8d8d24b68f3695badca2a9bbb2
-Size (mpc-0.34.tar.xz) = 47940 bytes
+BLAKE2s (mpc-0.35.tar.xz) = 5ba104d0fade9d1d4de98e1afd89f0a2930ef61bccc5e7b7cf30cb2d54a23bc4
+SHA512 (mpc-0.35.tar.xz) = be7ec268432eb8e34092d025e6a40379e83d54e5f87943beeb87ed8fe9db4c5c8261b09cc3230ada28300151382f97b1c2da45f54e8aad68af9946f484d0b28b
+Size (mpc-0.35.tar.xz) = 49820 bytes
 SHA1 (patch-doc_meson.build) = 49744b643095d5181804d60fc3ba85ddfd74701f



Home | Main Index | Thread Index | Old Index