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:
Ana Guerrero 2024-11-24 10:04:18 +00:00 committed by Git OBS Bridge
commit 3336c113b4
3 changed files with 18 additions and 1 deletions

11
mpd-icu76.patch Normal file
View 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

View File

@ -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>
- 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>

View File

@ -35,6 +35,7 @@ Source9: %{name}.keyring
Patch0: %{name}-conf.patch
Patch1: %{name}-sndfile.patch
Patch2: %{name}-fmt11.patch
Patch3: %{name}-icu76.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: group(audio)