mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
audio/mpd: update to 0.24.10
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
BROKEN-hppa = no atomic ops
|
||||
COMMENT = Music Player Daemon
|
||||
VER = 0.24.9
|
||||
VER = 0.24.10
|
||||
DISTNAME = mpd-${VER}
|
||||
EXTRACT_SUFX = .tar.xz
|
||||
CATEGORIES = audio
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (mpd-0.24.9.tar.xz) = 89KLKbvmdZcO8gWz2bg15WkUI/7WqJ1xPby/eDnqkvM=
|
||||
SIZE (mpd-0.24.9.tar.xz) = 1017600
|
||||
SHA256 (mpd-0.24.10.tar.xz) = hn8Q/YPN4gwkBhciKzj79ohfkCAV0NpCSij7r8Z14d0=
|
||||
SIZE (mpd-0.24.10.tar.xz) = 1019416
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Index: doc/meson.build
|
||||
--- doc/meson.build.orig
|
||||
+++ doc/meson.build
|
||||
@@ -20,7 +20,7 @@ if get_option('html_manual')
|
||||
@@ -22,7 +22,7 @@ if get_option('html_manual')
|
||||
'_static/css/custom.css'
|
||||
],
|
||||
command: [sphinx, '-q', '-b', 'html', '-d', '@OUTDIR@/doctrees', meson.current_source_dir(), '@OUTPUT@'],
|
||||
|
||||
@@ -63,9 +63,9 @@ Index: doc/mpdconf.example
|
||||
-#user "nobody"
|
||||
+user "_mpd"
|
||||
#
|
||||
# This setting specifies the group that MPD will run as. If not specified
|
||||
# primary group of user specified with "user" setting will be used (if set).
|
||||
@@ -94,7 +101,10 @@
|
||||
# This setting sets the address for the daemon to listen on. Careful attention
|
||||
# should be paid if this is assigned to anything other than the default, any.
|
||||
@@ -87,7 +94,10 @@
|
||||
# And for Unix Socket
|
||||
#bind_to_address "$XDG_RUNTIME_DIR/mpd/socket"
|
||||
#bind_to_address "~/.mpd/socket"
|
||||
@@ -76,7 +76,7 @@ Index: doc/mpdconf.example
|
||||
# This setting is the TCP port that is desired for the daemon to get assigned
|
||||
# to.
|
||||
#
|
||||
@@ -339,11 +349,11 @@ input {
|
||||
@@ -332,11 +342,11 @@ input {
|
||||
#
|
||||
# An example of an sndio output.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user