Accepting request 1005881 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1005881 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyuv?expand=0&rev=3
This commit is contained in:
commit
d2b734ff18
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 25 12:22:58 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
- Fix quoting in pkgconfig file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 3 11:30:20 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
Wed Aug 3 11:30:20 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -69,9 +69,9 @@ for the YUV scaling and conversion library
|
|||||||
rversion=`grep --perl-regex --only-matching "(?<=LIBYUV_VERSION )[0-9]+" include/libyuv/version.h`
|
rversion=`grep --perl-regex --only-matching "(?<=LIBYUV_VERSION )[0-9]+" include/libyuv/version.h`
|
||||||
cat > %{name}.pc << EOF
|
cat > %{name}.pc << EOF
|
||||||
prefix=%{_prefix}
|
prefix=%{_prefix}
|
||||||
exec_prefix=${prefix}
|
exec_prefix=\${prefix}
|
||||||
libdir=%{_libdir}
|
|
||||||
includedir=%{_includedir}
|
includedir=%{_includedir}
|
||||||
|
libdir=%{_libdir}
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Description: %{summary}
|
Description: %{summary}
|
||||||
|
Loading…
Reference in New Issue
Block a user