svn commit: r456889 - in head/audio/musicpd: . files

Thomas Zander riggs at FreeBSD.org
Thu Dec 21 08:11:35 UTC 2017


Author: riggs
Date: Thu Dec 21 08:11:34 2017
New Revision: 456889
URL: https://svnweb.freebsd.org/changeset/ports/456889

Log:
  Update to upstream version 0.20.13
  
  Details:
  - Update to upstream version 0.20.13
  - Fix dependency issue in the (admittedly rare) case of selecting
    OPUS but none of the other codecs supporting the ogg container forrmat
  - Update the NOTE section of pkg-message.in to mention mobile devices
    as clients for mpd as well as a couple of additional clients in the
    ports tree

Modified:
  head/audio/musicpd/Makefile
  head/audio/musicpd/distinfo
  head/audio/musicpd/files/pkg-message.in

Modified: head/audio/musicpd/Makefile
==============================================================================
--- head/audio/musicpd/Makefile	Thu Dec 21 07:41:47 2017	(r456888)
+++ head/audio/musicpd/Makefile	Thu Dec 21 08:11:34 2017	(r456889)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	musicpd
-PORTVERSION=	0.20.12
+PORTVERSION=	0.20.13
 CATEGORIES=	audio ipv6
 MASTER_SITES=	http://www.musicpd.org/download/mpd/${PORTVERSION:R}/
 DISTNAME=	mpd-${PORTVERSION}
@@ -111,7 +111,8 @@ MUSEPACK_LIB_DEPENDS=libmpcdec.so:audio/musepack
 OPENAL_CONFIGURE_ENABLE=openal
 OPENAL_LIB_DEPENDS=libopenal.so:audio/openal
 OPUS_CONFIGURE_ENABLE=opus
-OPUS_LIB_DEPENDS=libopus.so:audio/opus
+OPUS_LIB_DEPENDS=	libopus.so:audio/opus \
+			libogg.so:audio/libogg
 OSS_CONFIGURE_ENABLE=oss
 PIPE_CONFIGURE_ENABLE=pipe-output
 PULSEAUDIO_CONFIGURE_ENABLE=pulse

Modified: head/audio/musicpd/distinfo
==============================================================================
--- head/audio/musicpd/distinfo	Thu Dec 21 07:41:47 2017	(r456888)
+++ head/audio/musicpd/distinfo	Thu Dec 21 08:11:34 2017	(r456889)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512323729
-SHA256 (mpd-0.20.12.tar.xz) = e159ac0608fb85c891bd19375ed7056d5f9ec4ba492b052f24820513e774f709
-SIZE (mpd-0.20.12.tar.xz) = 781072
+TIMESTAMP = 1513757795
+SHA256 (mpd-0.20.13.tar.xz) = 46c1c534d80a52de00263e8ef43a6011ff9d765232443749539ef26b1b48ff40
+SIZE (mpd-0.20.13.tar.xz) = 788036

Modified: head/audio/musicpd/files/pkg-message.in
==============================================================================
--- head/audio/musicpd/files/pkg-message.in	Thu Dec 21 07:41:47 2017	(r456888)
+++ head/audio/musicpd/files/pkg-message.in	Thu Dec 21 08:11:34 2017	(r456889)
@@ -25,12 +25,18 @@ Then start the server with
 or reboot.
 
 
-NOTE: The musicpd server is pretty useless without a client.
-      You might want to install one of the following ports too:
+NOTE: The musicpd server does not come with a client. In order
+      to use it, you need one. They come in all shapes and
+      sizes for many platforms (including iOS and Android for
+      remote controlling musicpd from your smartphone).
 
-      Command line: musicpc, ncmpc (Curses), ncmpcpp (Curses)
-      GNOME / GTK: glurp, gmpc
-      KDE / Qt: quimup, qmpdlient
+      In the FreeBSD ports tree, there is a number of clients as
+      well, for instance (non-exhaustive list):
+
+      Command line: musicpc
+      Curses: ncmpc, ncmpcpp, pms, pms-devel
+      GNOME / GTK: ario, gimmix, glurp, gmpc, sonata
+      KDE / Qt: cantana, quimup, qmpdlient
       Web: phpmp
 
 


More information about the svn-ports-head mailing list