Accepting request 928866 from home:iznogood:branches:multimedia:libs
- Filter out pkgconfig(csound) Requires, add manual csound-devel BuildRequires to devel package. csound-devel does not provide a .pc file so the autogenerated Requires on pkconfig(csound) is wrong. -- Fix Generated from http://botmaster.suse.de:8153/go/tab/build/detail/AdiChecker.Factory/23071/Run/1/Run#tab-console ### [install check & file conflicts for x86_64] can't install gstreamer-plugins-rs-devel-0.7.2-1.4.x86_64: nothing provides pkgconfig(csound) needed by gstreamer-plugins-rs-devel-0.7.2.x86_64 ### [install check & file conflicts for i586] can't install gstreamer-plugins-rs-devel-0.7.2-1.4.i586: nothing provides pkgconfig(csound) needed by gstreamer-plugins-rs-devel-0.7.2.i586 Note that if someone have a better fix than this, please reject this! OBS-URL: https://build.opensuse.org/request/show/928866 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=9
This commit is contained in:
parent
e8266f1b1b
commit
0f4d7cbabe
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 2 19:51:56 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Filter out pkgconfig(csound) Requires, add manual csound-devel
|
||||||
|
BuildRequires to devel package. csound-devel does not provide a
|
||||||
|
.pc file so the autogenerated Requires on pkconfig(csound) is
|
||||||
|
wrong.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 2 11:00:09 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
Tue Nov 2 11:00:09 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
%define _name gstreamer-plugins-rs
|
%define _name gstreamer-plugins-rs
|
||||||
%define gst_branch 1.0
|
%define gst_branch 1.0
|
||||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||||
|
%global __requires_exclude pkgconfig\\(csound\\)
|
||||||
|
|
||||||
Name: gstreamer-plugins-rs
|
Name: gstreamer-plugins-rs
|
||||||
Version: 0.7.2
|
Version: 0.7.2
|
||||||
@ -68,6 +69,7 @@ plug-ins.
|
|||||||
Summary: GStreamer Streaming-Media Framework Plug-Ins development files
|
Summary: GStreamer Streaming-Media Framework Plug-Ins development files
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Requires: csound-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GStreamer is a streaming media framework based on graphs of filters
|
GStreamer is a streaming media framework based on graphs of filters
|
||||||
|
Loading…
Reference in New Issue
Block a user