forked from pool/snappy
* We fixed a very old issue of data corruption when compressed size exceeds 4GB. This can happen when you compress data close to 4GB and it's incompressible, for example, random data. * Started to use minimum CMake 3.10 because older ones are not planned to be supported. - update to 1.2.1 * We restored old functions/symbols after reports of ABI incompatibility apache/arrow#41058 - update to 1.2.0 * Level API was added with level 2 support. Compresses 5-10% denser and decompresses 5-10% faster. The compression speed drop is about 20-30% - add correct_testing_link.patch, taken from Debian - adjust reenable-rtti.patch - adjust use-system-test-libs.patch, following the patch from Debian OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/snappy?expand=0&rev=30
11 lines
232 B
PkgConfig
11 lines
232 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib64
|
|
includedir=${prefix}/include
|
|
|
|
Name: snappy
|
|
Description: A compressor/decompressor library favoring time
|
|
Version: 1.1.9
|
|
Libs: -L${libdir} -lsnappy
|
|
Cflags: -I${includedir}
|