mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Add the lzma dependency
This commit is contained in:
parent
a9a32bb035
commit
fbfeb40fe9
2 changed files with 10 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ def binary_includes():
|
|||
j(PREFIX, 'private', 'mozjpeg', 'bin', x) for x in ('jpegtran', 'cjpeg')] + [
|
||||
] + list(map(
|
||||
get_dll_path,
|
||||
('usb-1.0 mtp expat sqlite3 ffi z openjp2 poppler dbus-1 iconv xml2 xslt jpeg png16'
|
||||
('usb-1.0 mtp expat sqlite3 ffi z lzma openjp2 poppler dbus-1 iconv xml2 xslt jpeg png16'
|
||||
' webp webpmux webpdemux exslt ncursesw readline chm hunspell-1.7 hyphen'
|
||||
' icudata icui18n icuuc icuio gcrypt gpg-error'
|
||||
' gobject-2.0 glib-2.0 gthread-2.0 gmodule-2.0 gio-2.0 dbus-glib-1').split()
|
||||
|
|
|
|||
|
|
@ -78,6 +78,15 @@
|
|||
}
|
||||
},
|
||||
|
||||
{
|
||||
"name": "xz",
|
||||
"unix": {
|
||||
"filename": "xz-5.2.4.tar.gz",
|
||||
"hash": "md5:5ace3264bdd00c65eeec2891346f65e6",
|
||||
"urls": ["https://tukaani.org/xz/{filename}"]
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"name": "unrar",
|
||||
"unix": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue