Accepting request 1225906 from multimedia:apps
- Added mpd-icu76.patch (fixed build with icu 76.1). OBS-URL: https://build.opensuse.org/request/show/1225906 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mpd?expand=0&rev=53
This commit is contained in:
commit
3336c113b4
11
mpd-icu76.patch
Normal file
11
mpd-icu76.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -Pdpru mpd-0.23.15.orig/meson.build mpd-0.23.15/meson.build
|
||||||
|
--- mpd-0.23.15.orig/meson.build 2023-12-20 18:21:57.000000000 +0300
|
||||||
|
+++ mpd-0.23.15/meson.build 2024-11-23 00:40:07.712091468 +0300
|
||||||
|
@@ -135,6 +135,7 @@ if get_option('buildtype') != 'debug'
|
||||||
|
]
|
||||||
|
test_ldflags += [
|
||||||
|
'-Wl,--gc-sections',
|
||||||
|
+ '-licuuc',
|
||||||
|
]
|
||||||
|
endif
|
||||||
|
|
@ -1,7 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 21:56:28 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
|
- Added mpd-icu76.patch (fixed build with icu 76.1).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 6 04:50:58 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
Wed Nov 6 04:50:58 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
||||||
|
|
||||||
- Added mpd-fmt11.patch for (fixed build with fmt 11.2).
|
- Added mpd-fmt11.patch (fixed build with fmt 11.2).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 27 21:55:37 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
Sat Apr 27 21:55:37 UTC 2024 - Илья Индиго <ilya@ilya.top>
|
||||||
|
1
mpd.spec
1
mpd.spec
@ -35,6 +35,7 @@ Source9: %{name}.keyring
|
|||||||
Patch0: %{name}-conf.patch
|
Patch0: %{name}-conf.patch
|
||||||
Patch1: %{name}-sndfile.patch
|
Patch1: %{name}-sndfile.patch
|
||||||
Patch2: %{name}-fmt11.patch
|
Patch2: %{name}-fmt11.patch
|
||||||
|
Patch3: %{name}-icu76.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: group(audio)
|
BuildRequires: group(audio)
|
||||||
|
Loading…
Reference in New Issue
Block a user