Accepting request 843774 from home:dimstar:Factory
- Use %_vpath_builddir instead of hardcoded 'build' directory name: meson allows for the path to be changed. OBS-URL: https://build.opensuse.org/request/show/843774 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-rs?expand=0&rev=2
This commit is contained in:
parent
d253bfa9de
commit
1c6bd5c592
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 24 12:59:22 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Use %_vpath_builddir instead of hardcoded 'build' directory name:
|
||||||
|
meson allows for the path to be changed.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 16 11:14:49 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
Wed Sep 16 11:14:49 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
||||||
|
|
||||||
|
@ -86,7 +86,7 @@ export CSOUND_LIB_DIR=%{_libdir}
|
|||||||
-Ddav1d=disabled
|
-Ddav1d=disabled
|
||||||
%{nil}
|
%{nil}
|
||||||
#/usr/bin/meson compile -C build -j1 --verbose
|
#/usr/bin/meson compile -C build -j1 --verbose
|
||||||
cd build
|
cd %_vpath_builddir
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user