mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update podofo in all binary builds to 0.8.2
This commit is contained in:
parent
2635f836fb
commit
8432474472
@ -48,7 +48,7 @@ class LinuxFreeze(Command):
|
|||||||
'/usr/lib/libsqlite3.so.0',
|
'/usr/lib/libsqlite3.so.0',
|
||||||
'/usr/lib/libsqlite3.so.0',
|
'/usr/lib/libsqlite3.so.0',
|
||||||
'/usr/lib/libmng.so.1',
|
'/usr/lib/libmng.so.1',
|
||||||
'/usr/lib/libpodofo.so.0.8.1',
|
'/usr/lib/libpodofo.so.0.8.2',
|
||||||
'/lib/libz.so.1',
|
'/lib/libz.so.1',
|
||||||
'/lib/libuuid.so.1',
|
'/lib/libuuid.so.1',
|
||||||
'/usr/lib/libtiff.so.5',
|
'/usr/lib/libtiff.so.5',
|
||||||
|
@ -230,14 +230,14 @@ SET(WANT_LIB64 FALSE)
|
|||||||
SET(PODOFO_BUILD_SHARED TRUE)
|
SET(PODOFO_BUILD_SHARED TRUE)
|
||||||
SET(PODOFO_BUILD_STATIC FALSE)
|
SET(PODOFO_BUILD_STATIC FALSE)
|
||||||
|
|
||||||
cp build/podofo/build/src/Release/podofo.dll bin/
|
cp build/podofo-*/build/src/Release/podofo.dll bin/
|
||||||
cp build/podofo/build/src/Release/podofo.lib lib/
|
cp build/podofo-*/build/src/Release/podofo.lib lib/
|
||||||
cp build/podofo/build/src/Release/podofo.exp lib/
|
cp build/podofo-*/build/src/Release/podofo.exp lib/
|
||||||
|
|
||||||
cp build/podofo/build/podofo_config.h include/podofo/
|
cp build/podofo-*/build/podofo_config.h include/podofo/
|
||||||
cp -r build/podofo/src/* include/podofo/
|
cp -r build/podofo-*/src/* include/podofo/
|
||||||
|
|
||||||
You have to use >0.8.1 (>= revision 1269)
|
You have to use >=0.8.2
|
||||||
|
|
||||||
The following patch (against -r1269) was required to get it to compile:
|
The following patch (against -r1269) was required to get it to compile:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user