Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| d6e071b45f | |||
|
|
4c2114ec62 | ||
| 07c20ef29e | |||
|
|
302f77dca4 | ||
|
|
ba732aa443 | ||
| 218a79b86a | |||
|
|
7999011750 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86035d6c63af32afa77fd5eb5ecd1c6afaef7cc352b28064edf51eea60f40d66
|
||||
size 1015368
|
||||
Binary file not shown.
3
mpd-0.24.8.tar.xz
Normal file
3
mpd-0.24.8.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1868aded6aabe6a02a6427ef1d3856b11370612afc53d28184533db53991d2f7
|
||||
size 1017040
|
||||
BIN
mpd-0.24.8.tar.xz.sig
Normal file
BIN
mpd-0.24.8.tar.xz.sig
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
--- mpd-0.24.4.orig/doc/mpdconf.example 2025-05-20 10:57:41.000000000 +0300
|
||||
+++ mpd-0.24.4/doc/mpdconf.example 2025-07-04 17:35:56.250117517 +0300
|
||||
diff -Pdpru mpd-0.24.8.orig/doc/mpdconf.example mpd-0.24.8/doc/mpdconf.example
|
||||
--- mpd-0.24.8.orig/doc/mpdconf.example 2026-01-26 16:50:08.000000000 +0300
|
||||
+++ mpd-0.24.8/doc/mpdconf.example 2026-02-07 02:37:02.977081403 +0300
|
||||
@@ -19,7 +19,7 @@
|
||||
# format. This setting defaults to playlist saving being disabled.
|
||||
#
|
||||
@@ -53,24 +53,16 @@ diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
@@ -74,14 +74,14 @@
|
||||
@@ -74,7 +74,7 @@
|
||||
# initialization. This setting is disabled by default and MPD is run as the
|
||||
# current user.
|
||||
#
|
||||
-#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).
|
||||
# This is useful if MPD needs to be a member of group such as "audio" to
|
||||
# have permission to use sound card.
|
||||
#
|
||||
-#group "nogroup"
|
||||
+#group "audio"
|
||||
#
|
||||
# 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.
|
||||
@@ -93,7 +93,7 @@
|
||||
@@ -86,7 +86,7 @@
|
||||
#
|
||||
# And for Unix Socket
|
||||
#bind_to_address "$XDG_RUNTIME_DIR/mpd/socket"
|
||||
@@ -79,7 +71,7 @@ diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
#
|
||||
# This setting is the TCP port that is desired for the daemon to get assigned
|
||||
# to.
|
||||
@@ -104,7 +104,7 @@
|
||||
@@ -97,7 +97,7 @@
|
||||
# troubleshooting. Available setting arguments are "notice", "info", "verbose",
|
||||
# "warning" and "error".
|
||||
#
|
||||
@@ -88,16 +80,16 @@ diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
#
|
||||
# Setting "restore_paused" to "yes" puts MPD into pause mode instead
|
||||
# of starting playback after startup.
|
||||
@@ -128,7 +128,7 @@
|
||||
@@ -121,7 +121,7 @@
|
||||
# This setting enables automatic update of MPD's database when files in
|
||||
# music_directory are changed.
|
||||
# music_directory are changed. (Linux only)
|
||||
#
|
||||
-#auto_update "yes"
|
||||
+auto_update "no"
|
||||
#
|
||||
# Limit the depth of the directories being watched, 0 means only watch
|
||||
# the music directory itself. There is no limit by default.
|
||||
@@ -158,7 +158,7 @@
|
||||
@@ -151,7 +151,7 @@
|
||||
# If this setting is set to "yes", service information will be published with
|
||||
# Zeroconf / Avahi.
|
||||
#
|
||||
@@ -106,32 +98,22 @@ diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
#
|
||||
# The argument to this setting will be the Zeroconf / Avahi unique name for
|
||||
# this MPD server on the network. %h will be replaced with the hostname.
|
||||
@@ -225,11 +225,11 @@ input {
|
||||
@@ -218,11 +218,11 @@ input {
|
||||
#
|
||||
#audio_output {
|
||||
# type "alsa"
|
||||
-# name "My ALSA Device"
|
||||
-## device "hw:0,0" # optional
|
||||
-## mixer_type "hardware" # optional
|
||||
+# name "ALSA Device"
|
||||
+## device "plug:plugequal" # optional
|
||||
+## mixer_type "hardware" # optional
|
||||
## mixer_type "hardware" # optional
|
||||
## mixer_device "default" # optional
|
||||
-## mixer_control "PCM" # optional
|
||||
+## mixer_control "Master" # optional
|
||||
## mixer_index "0" # optional
|
||||
#}
|
||||
#
|
||||
@@ -237,7 +237,7 @@ input {
|
||||
#
|
||||
#audio_output {
|
||||
# type "oss"
|
||||
-# name "My OSS Device"
|
||||
+# name "OSS Device"
|
||||
## device "/dev/dsp" # optional
|
||||
## mixer_type "hardware" # optional
|
||||
## mixer_device "/dev/mixer" # optional
|
||||
@@ -249,14 +249,14 @@ input {
|
||||
@@ -242,14 +242,14 @@ input {
|
||||
#audio_output {
|
||||
# type "shout"
|
||||
# encoder "vorbis" # optional
|
||||
@@ -150,7 +132,7 @@ diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
## protocol "icecast2" # optional
|
||||
## user "source" # optional
|
||||
## description "My Stream Description" # optional
|
||||
@@ -271,37 +271,37 @@ input {
|
||||
@@ -264,37 +264,37 @@ input {
|
||||
#
|
||||
#audio_output {
|
||||
# type "recorder"
|
||||
@@ -189,10 +171,11 @@ diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
-#audio_output {
|
||||
-# type "pulse"
|
||||
-# name "My Pulse Output"
|
||||
-## server "remote_server" # optional
|
||||
+audio_output {
|
||||
+ type "pulse"
|
||||
+ name "Pulse Output"
|
||||
## server "remote_server" # optional
|
||||
+## server "127.0.0.1" # optional
|
||||
## sink "remote_server_sink" # optional
|
||||
## media_role "media_role" #optional
|
||||
-#}
|
||||
@@ -200,7 +183,7 @@ diff -Pdpru mpd-0.24.4.orig/doc/mpdconf.example mpd-0.24.4/doc/mpdconf.example
|
||||
#
|
||||
# An example of a winmm output (Windows multimedia API).
|
||||
#
|
||||
@@ -364,7 +364,7 @@ input {
|
||||
@@ -357,7 +357,7 @@ input {
|
||||
# command "AudioCompress -m | aplay -f cd 2>/dev/null"
|
||||
## Or to send raw PCM stream through PCM:
|
||||
# command "nc example.org 8765"
|
||||
|
||||
42
mpd.changes
42
mpd.changes
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 6 22:52:20 UTC 2026 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Updated to 0.24.8
|
||||
* Changed mpd-conf.patch
|
||||
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.8/NEWS
|
||||
* input: cdio_paranoia: fixed parsing of absolute device paths
|
||||
* decoder: ffmpeg: allow seeking only if both AVFormatContext and
|
||||
InputStream allow it
|
||||
* playlist: cue: strip UTF-8 byte order marker
|
||||
* disabled the iowait state for io_uring
|
||||
* fixed GCC 16 compiler warning
|
||||
* fixed spurious linker failures
|
||||
* fixed build with glibc 2.43 and liburing < 2.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 18:00:22 UTC 2025 - llyyr <llyyr@yukari.in>
|
||||
|
||||
- Updated to 0.24.6
|
||||
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.6/NEWS
|
||||
* decoder
|
||||
* ffmpeg: handle "*.opus" files
|
||||
* mpg123: another workaround for libmpg123 ID3 corruption bug
|
||||
* opus: fix seeking in files with large OpusTags
|
||||
* opus, vorbis: remove METADATA_BLOCK_PICTURE size limit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 14 11:30:15 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Updated to 0.24.5
|
||||
* Changed mpd-conf.patch
|
||||
* https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.24.5/NEWS
|
||||
* database: fixed disappearing playlist files
|
||||
* decoder
|
||||
* ffmpeg: handled "*.aif" files
|
||||
* mpg123
|
||||
* added option "full_scan"
|
||||
* added support seeking on remote files
|
||||
* fixed work around libmpg123 ID3 corruption bug
|
||||
* sidplay: addad support for PSID files
|
||||
* output: pipewire: fixed resuming playback after it was paused by "single" mode
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 4 15:52:54 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
|
||||
4
mpd.spec
4
mpd.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mpd
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define ver 0.24
|
||||
Name: mpd
|
||||
Version: %{ver}.4
|
||||
Version: %{ver}.8
|
||||
Release: 0
|
||||
Summary: Music Player Daemon
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user