Accepting request 686912 from home:jubalh:branches:multimedia:apps
- bsc#1129905: uncomment audio_output field * Update mpd-mpdconf_suse.patch OBS-URL: https://build.opensuse.org/request/show/686912 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=24
This commit is contained in:
parent
f3ae2fad11
commit
b4ba308c1d
@ -65,17 +65,23 @@
|
|||||||
#
|
#
|
||||||
# This setting sets the address for the daemon to listen on. Careful attention
|
# This setting sets the address for the daemon to listen on. Careful attention
|
||||||
# should be paid if this is assigned to anything other then the default, any.
|
# should be paid if this is assigned to anything other then the default, any.
|
||||||
@@ -280,8 +280,8 @@
|
@@ -275,12 +275,12 @@
|
||||||
|
#
|
||||||
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
|
# An example of a pulseaudio output (streaming to a remote pulseaudio server)
|
||||||
#
|
#
|
||||||
#audio_output {
|
-#audio_output {
|
||||||
-# type "pulse"
|
-# type "pulse"
|
||||||
-# name "My Pulse Output"
|
-# name "My Pulse Output"
|
||||||
|
+audio_output {
|
||||||
+ type "pulse"
|
+ type "pulse"
|
||||||
+ name "Pulse Output"
|
+ name "Pulse Output"
|
||||||
## server "remote_server" # optional
|
## server "remote_server" # optional
|
||||||
## sink "remote_server_sink" # optional
|
## sink "remote_server_sink" # optional
|
||||||
#}
|
-#}
|
||||||
|
+}
|
||||||
|
#
|
||||||
|
# An example of a winmm output (Windows multimedia API).
|
||||||
|
#
|
||||||
@@ -389,6 +389,6 @@
|
@@ -389,6 +389,6 @@
|
||||||
# If file or directory names do not display correctly for your locale then you
|
# If file or directory names do not display correctly for your locale then you
|
||||||
# may need to modify this setting.
|
# may need to modify this setting.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 20 11:10:47 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- bsc#1129905: uncomment audio_output field
|
||||||
|
* Update mpd-mpdconf_suse.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 16 11:55:10 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
|
Fri Nov 16 11:55:10 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
4
mpd.spec
4
mpd.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mpd
|
# spec file for package mpd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -82,9 +82,9 @@ BuildRequires: pkgconfig(jack) >= 0.100
|
|||||||
BuildRequires: pkgconfig(libavcodec) >= 56.1
|
BuildRequires: pkgconfig(libavcodec) >= 56.1
|
||||||
BuildRequires: pkgconfig(libavformat) >= 56.1
|
BuildRequires: pkgconfig(libavformat) >= 56.1
|
||||||
BuildRequires: pkgconfig(libavutil) >= 54.3
|
BuildRequires: pkgconfig(libavutil) >= 54.3
|
||||||
BuildRequires: pkgconfig(libchromaprint)
|
|
||||||
BuildRequires: pkgconfig(libcdio) >= 2.0.0
|
BuildRequires: pkgconfig(libcdio) >= 2.0.0
|
||||||
BuildRequires: pkgconfig(libcdio_paranoia)
|
BuildRequires: pkgconfig(libcdio_paranoia)
|
||||||
|
BuildRequires: pkgconfig(libchromaprint)
|
||||||
BuildRequires: pkgconfig(libcurl) >= 7.18
|
BuildRequires: pkgconfig(libcurl) >= 7.18
|
||||||
BuildRequires: pkgconfig(libgme)
|
BuildRequires: pkgconfig(libgme)
|
||||||
%if %{with mpd_iso9660}
|
%if %{with mpd_iso9660}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user