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
This commit is contained in:
parent
cee4e99c92
commit
0bb170f47f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456889
3 changed files with 17 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue