Accepting request 945570 from home:olh:branches:multimedia:apps
- Implement the migration to PCRE2 by specifying the build dependency - Remove obsolete libwrap option OBS-URL: https://build.opensuse.org/request/show/945570 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=89
This commit is contained in:
parent
dcf5a3c21e
commit
aa7edecac3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 11 11:11:11 UTC 2022 - olaf@aepfle.de
|
||||
|
||||
- Implement the migration to PCRE2 by specifying the build dependency
|
||||
- Remove obsolete libwrap option
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 2 18:29:33 UTC 2021 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
|
3
mpd.spec
3
mpd.spec
@ -84,6 +84,7 @@ BuildRequires: pkgconfig(mad)
|
||||
BuildRequires: pkgconfig(ogg)
|
||||
BuildRequires: pkgconfig(openal)
|
||||
BuildRequires: pkgconfig(opus)
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
BuildRequires: pkgconfig(samplerate)
|
||||
BuildRequires: pkgconfig(shine)
|
||||
BuildRequires: pkgconfig(shout)
|
||||
@ -148,7 +149,6 @@ This package contains optional documentation provided in addition to this packag
|
||||
-Dinotify=true \
|
||||
-Dipv6=enabled \
|
||||
-Dsoundcloud=disabled \
|
||||
-Dlibwrap=disabled \
|
||||
-Dmikmod=enabled \
|
||||
-Dopenal=enabled \
|
||||
-Doss=disabled \
|
||||
@ -212,6 +212,7 @@ This package contains optional documentation provided in addition to this packag
|
||||
-Dao=enabled \
|
||||
-Dpulse=enabled \
|
||||
-Dtremor=disabled \
|
||||
-Dpcre=enabled \
|
||||
-Dsystemd_system_unit_dir=%{_unitdir} \
|
||||
-Dsystemd_user_unit_dir=%{_userunitdir}
|
||||
%meson_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user