James Zern
31c28db53c
libwebp{,demux,mux}.pc.in: Requires -> Requires.private
...
The libraries don't expose the symbols in libsharpyuv / libwebp, they're
only needed when static linking.
Noted for libwebp (Requires: libsharpyuv) in:
https://crbug.com/webp/590#c5 . libwebpdemux and libwebpmux had a similar
issue with libwebp.
See also:
https://web.archive.org/web/20190921014607/https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging
Change-Id: Ia1866b6b44cbb1ef1a77fd45fbcf10c027eae788
2023-01-17 18:32:44 -08:00
James Zern
28aedcb9b0
*.pc.in: rename lib_prefix to webp_libname_prefix
...
this will help avoid any future conflicts with the more generic autoconf
type name
Change-Id: I0311e03a11a541118025c7dbe8309365f6efa847
2022-10-24 16:44:42 -07:00
James Zern
2498209ba9
*.pc.in: add lib prefix to lib names w/MSVC
...
this fixes the library names output after:
9ac25bcb3 CMakeLists.txt,win32: match naming convention used by nmake
before this change:
pkg-config --libs --msvc-syntax \
libwebp libwebpdemux libwebpmux libsharpyuv libwebpdecoder
/libpath:.../lib webpdemux.lib webpmux.lib webp.lib
sharpyuv.lib webpdecoder.lib
after:
pkg-config --libs --msvc-syntax \
libwebp libwebpdemux libwebpmux libsharpyuv libwebpdecoder
/libpath:.../lib libwebpdemux.lib libwebpmux.lib libwebp.lib
libsharpyuv.lib libwebpdecoder.lib
Bug: webp:584
Change-Id: Ic3693b58a40e0ba683333065003b1c00aab0cf48
Fixed: webp:584
2022-10-17 14:07:02 -07:00
Christopher Degawa
04764b56a0
libwebp.pc: add libsharpyuv to requires
...
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
Change-Id: I7111d1f7738dad566dc74fc11be99ff92e11c50b
2022-08-02 15:58:49 -05:00
James Zern
05ec4cc2d3
libwebp{,decoder}.pc: add pthread flags
...
expands to e.g., -lpthread/-pthread, etc. if --enable-threading is used
and additional libs/flags are required
Change-Id: I8e8a7b44450bee32ddc58097e1e309d972b1092a
2013-03-12 23:02:12 -07:00
James Zern
46168b2d00
libwebp.pc.in: detab
...
Change-Id: I60f38e9f6e1cdba29163240a394b5be0a14c4bca
2013-01-23 13:31:43 -08:00
Pascal Massimino
c5fa726e18
build: add pkgconfig files
...
patch by Jan Engelhardt (jengelh at medozas dot de)
fixes http://code.google.com/p/webp/issues/detail?id=64
Change-Id: I5b3bc9b88af967e48b949d9c85daacda45693b1f
2011-03-26 10:15:44 -07:00