2020-01-13 13:28:24 +00:00
|
|
|
|
{ lib
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, stdenv
|
2020-01-13 13:28:24 +00:00
|
|
|
|
, fetchurl
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, cmake
|
2021-10-18 18:08:51 +00:00
|
|
|
|
, fetchpatch
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, fontconfig
|
|
|
|
|
, hunspell
|
|
|
|
|
, hyphen
|
|
|
|
|
, icu
|
2020-01-13 13:28:24 +00:00
|
|
|
|
, imagemagick
|
|
|
|
|
, libjpeg
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, libmtp
|
|
|
|
|
, libpng
|
|
|
|
|
, libstemmer
|
|
|
|
|
, libuchardet
|
|
|
|
|
, libusb1
|
|
|
|
|
, pkg-config
|
2020-01-13 13:28:24 +00:00
|
|
|
|
, podofo
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, poppler_utils
|
|
|
|
|
, python3Packages
|
2020-01-13 13:28:24 +00:00
|
|
|
|
, qmake
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, qtbase
|
|
|
|
|
, qtwayland
|
|
|
|
|
, removeReferencesTo
|
2023-02-15 00:57:46 +00:00
|
|
|
|
, speechd
|
2020-01-13 13:28:24 +00:00
|
|
|
|
, sqlite
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, wrapQtAppsHook
|
2021-02-01 08:05:09 +00:00
|
|
|
|
, xdg-utils
|
2022-12-17 17:58:44 +00:00
|
|
|
|
, wrapGAppsHook
|
2022-10-07 10:20:43 +00:00
|
|
|
|
, unrarSupport ? false
|
2010-03-23 14:04:47 +00:00
|
|
|
|
}:
|
2010-01-07 22:47:30 +00:00
|
|
|
|
|
2022-10-07 10:20:43 +00:00
|
|
|
|
stdenv.mkDerivation rec {
|
2019-08-15 12:41:18 +00:00
|
|
|
|
pname = "calibre";
|
2023-01-10 21:13:24 +00:00
|
|
|
|
version = "6.11.0";
|
2010-01-07 22:47:30 +00:00
|
|
|
|
|
|
|
|
|
src = fetchurl {
|
2019-08-15 12:41:18 +00:00
|
|
|
|
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
|
2023-01-10 21:13:24 +00:00
|
|
|
|
hash = "sha256-ylOZ5ljA5uBb2bX/qFhsmPQW6dJVEH9jxQaR2u8C4Wc=";
|
2010-01-07 22:47:30 +00:00
|
|
|
|
};
|
|
|
|
|
|
2022-01-02 17:50:56 +00:00
|
|
|
|
# https://sources.debian.org/patches/calibre/${version}+dfsg-1
|
2016-01-05 20:35:08 +00:00
|
|
|
|
patches = [
|
2021-10-18 18:08:51 +00:00
|
|
|
|
# allow for plugin update check, but no calibre version check
|
|
|
|
|
(fetchpatch {
|
2021-11-10 22:14:04 +00:00
|
|
|
|
name = "0001-only-plugin-update.patch";
|
|
|
|
|
url = "https://raw.githubusercontent.com/debian-calibre/calibre/debian/${version}%2Bdfsg-1/debian/patches/0001-only-plugin-update.patch";
|
2022-10-07 10:20:43 +00:00
|
|
|
|
hash = "sha256-uL1mSjgCl5ZRLbSuKxJM6XTfvVwog70F7vgKtQzQNEQ=";
|
2022-01-02 17:50:56 +00:00
|
|
|
|
})
|
|
|
|
|
(fetchpatch {
|
2023-01-10 21:13:24 +00:00
|
|
|
|
name = "0007-Hardening-Qt-code.patch";
|
|
|
|
|
url = "https://raw.githubusercontent.com/debian-calibre/calibre/debian/${version}%2Bdfsg-1/debian/patches/0007-Hardening-Qt-code.patch";
|
2022-10-07 10:20:43 +00:00
|
|
|
|
hash = "sha256-CutVTb7K4tjewq1xAjHEGUHFcuuP/Z4FFtj4xQb4zKQ=";
|
2021-10-18 18:08:51 +00:00
|
|
|
|
})
|
2021-02-14 20:02:54 +00:00
|
|
|
|
]
|
|
|
|
|
++ lib.optional (!unrarSupport) ./dont_build_unrar_plugin.patch;
|
2016-01-02 17:52:57 +00:00
|
|
|
|
|
|
|
|
|
prePatch = ''
|
2022-10-07 10:20:43 +00:00
|
|
|
|
sed -i "s@\[tool.sip.project\]@[tool.sip.project]\nsip-include-dirs = [\"${python3Packages.pyqt6}/${python3Packages.python.sitePackages}/PyQt6/bindings\"]@g" \
|
2021-01-13 20:39:14 +00:00
|
|
|
|
setup/build.py
|
2016-09-07 02:32:06 +00:00
|
|
|
|
|
|
|
|
|
# Remove unneeded files and libs
|
2021-02-14 20:02:54 +00:00
|
|
|
|
rm -rf src/odf resources/calibre-portable.*
|
2013-08-25 07:49:20 +00:00
|
|
|
|
'';
|
|
|
|
|
|
2016-04-25 18:37:47 +00:00
|
|
|
|
dontUseQmakeConfigure = true;
|
2022-10-07 10:20:43 +00:00
|
|
|
|
dontUseCmakeConfigure = true;
|
2016-04-25 18:37:47 +00:00
|
|
|
|
|
2022-10-07 10:20:43 +00:00
|
|
|
|
nativeBuildInputs = [
|
|
|
|
|
cmake
|
|
|
|
|
pkg-config
|
|
|
|
|
qmake
|
|
|
|
|
removeReferencesTo
|
2022-12-17 17:58:44 +00:00
|
|
|
|
wrapGAppsHook
|
2022-10-07 10:20:43 +00:00
|
|
|
|
wrapQtAppsHook
|
|
|
|
|
];
|
2019-09-28 12:47:41 +00:00
|
|
|
|
|
2016-09-07 02:32:06 +00:00
|
|
|
|
buildInputs = [
|
2020-09-06 02:14:02 +00:00
|
|
|
|
fontconfig
|
|
|
|
|
hunspell
|
|
|
|
|
hyphen
|
|
|
|
|
icu
|
2020-01-13 13:28:24 +00:00
|
|
|
|
imagemagick
|
|
|
|
|
libjpeg
|
2020-09-06 02:14:02 +00:00
|
|
|
|
libmtp
|
|
|
|
|
libpng
|
2021-07-31 18:33:49 +00:00
|
|
|
|
libstemmer
|
2022-10-07 10:20:43 +00:00
|
|
|
|
libuchardet
|
2020-09-06 02:14:02 +00:00
|
|
|
|
libusb1
|
2020-01-13 13:28:24 +00:00
|
|
|
|
podofo
|
2020-09-06 02:14:02 +00:00
|
|
|
|
poppler_utils
|
2020-01-13 13:28:24 +00:00
|
|
|
|
qtbase
|
2022-10-07 10:20:43 +00:00
|
|
|
|
qtwayland
|
2020-01-13 13:28:24 +00:00
|
|
|
|
sqlite
|
2021-02-01 08:05:09 +00:00
|
|
|
|
xdg-utils
|
2020-01-13 13:28:24 +00:00
|
|
|
|
] ++ (
|
2021-01-13 20:39:14 +00:00
|
|
|
|
with python3Packages; [
|
2023-01-10 21:13:24 +00:00
|
|
|
|
(apsw.overrideAttrs (oldAttrs: {
|
2021-07-31 18:33:49 +00:00
|
|
|
|
setupPyBuildFlags = [ "--enable=load_extension" ];
|
|
|
|
|
}))
|
2020-09-06 02:14:02 +00:00
|
|
|
|
beautifulsoup4
|
2020-01-13 13:28:24 +00:00
|
|
|
|
css-parser
|
2020-09-06 02:14:02 +00:00
|
|
|
|
cssselect
|
2021-07-03 11:37:24 +00:00
|
|
|
|
python-dateutil
|
2020-01-13 13:28:24 +00:00
|
|
|
|
dnspython
|
2023-03-02 14:17:40 +00:00
|
|
|
|
faust-cchardet
|
2020-01-13 13:28:24 +00:00
|
|
|
|
feedparser
|
2020-09-06 02:14:02 +00:00
|
|
|
|
html2text
|
2020-01-13 13:28:24 +00:00
|
|
|
|
html5-parser
|
|
|
|
|
lxml
|
|
|
|
|
markdown
|
2020-09-06 02:14:02 +00:00
|
|
|
|
mechanize
|
|
|
|
|
msgpack
|
2020-01-13 13:28:24 +00:00
|
|
|
|
netifaces
|
|
|
|
|
pillow
|
2022-06-16 04:19:21 +00:00
|
|
|
|
pychm
|
2021-01-13 20:39:14 +00:00
|
|
|
|
pyqt-builder
|
2022-10-07 10:20:43 +00:00
|
|
|
|
pyqt6
|
2020-09-06 02:14:02 +00:00
|
|
|
|
python
|
|
|
|
|
regex
|
2021-05-03 11:46:31 +00:00
|
|
|
|
sip
|
2022-01-07 01:25:55 +00:00
|
|
|
|
setuptools
|
2023-02-15 00:57:46 +00:00
|
|
|
|
speechd
|
2021-07-31 18:33:49 +00:00
|
|
|
|
zeroconf
|
2021-08-08 23:03:45 +00:00
|
|
|
|
jeepney
|
2022-01-13 14:44:03 +00:00
|
|
|
|
pycryptodome
|
2020-01-13 13:28:24 +00:00
|
|
|
|
# the following are distributed with calibre, but we use upstream instead
|
|
|
|
|
odfpy
|
2022-10-11 05:40:48 +00:00
|
|
|
|
] ++ lib.optionals (lib.lists.any (p: p == stdenv.hostPlatform.system) pyqt6-webengine.meta.platforms) [
|
2022-04-25 05:21:33 +00:00
|
|
|
|
# much of calibre's functionality is usable without a web
|
|
|
|
|
# browser, so we enable building on platforms which qtwebengine
|
|
|
|
|
# does not support by simply omitting qtwebengine.
|
2022-10-11 05:40:48 +00:00
|
|
|
|
pyqt6-webengine
|
2020-09-21 23:24:50 +00:00
|
|
|
|
] ++ lib.optional (unrarSupport) unrardll
|
2020-01-13 13:28:24 +00:00
|
|
|
|
);
|
2010-01-07 22:47:30 +00:00
|
|
|
|
|
|
|
|
|
installPhase = ''
|
2017-06-05 05:10:49 +00:00
|
|
|
|
runHook preInstall
|
|
|
|
|
|
2010-02-28 22:42:39 +00:00
|
|
|
|
export HOME=$TMPDIR/fakehome
|
2016-04-16 17:45:46 +00:00
|
|
|
|
export POPPLER_INC_DIR=${poppler_utils.dev}/include/poppler
|
2016-01-24 07:30:11 +00:00
|
|
|
|
export POPPLER_LIB_DIR=${poppler_utils.out}/lib
|
2016-05-22 11:41:15 +00:00
|
|
|
|
export MAGICK_INC=${imagemagick.dev}/include/ImageMagick
|
|
|
|
|
export MAGICK_LIB=${imagemagick.out}/lib
|
2015-10-05 10:23:02 +00:00
|
|
|
|
export FC_INC_DIR=${fontconfig.dev}/include/fontconfig
|
|
|
|
|
export FC_LIB_DIR=${fontconfig.lib}/lib
|
2018-11-07 05:13:03 +00:00
|
|
|
|
export PODOFO_INC_DIR=${podofo.dev}/include/podofo
|
|
|
|
|
export PODOFO_LIB_DIR=${podofo.lib}/lib
|
2020-04-02 11:40:18 +00:00
|
|
|
|
export XDG_DATA_HOME=$out/share
|
|
|
|
|
export XDG_UTILS_INSTALL_MODE="user"
|
|
|
|
|
|
2023-02-26 20:26:17 +00:00
|
|
|
|
${python3Packages.python.pythonForBuild.interpreter} setup.py install --root=$out \
|
2020-04-02 11:40:18 +00:00
|
|
|
|
--prefix=$out \
|
|
|
|
|
--libdir=$out/lib \
|
|
|
|
|
--staging-root=$out \
|
|
|
|
|
--staging-libdir=$out/lib \
|
|
|
|
|
--staging-sharedir=$out/share
|
|
|
|
|
|
2010-01-07 22:47:30 +00:00
|
|
|
|
PYFILES="$out/bin/* $out/lib/calibre/calibre/web/feeds/*.py
|
|
|
|
|
$out/lib/calibre/calibre/ebooks/metadata/*.py
|
|
|
|
|
$out/lib/calibre/calibre/ebooks/rtf2xml/*.py"
|
|
|
|
|
|
2011-12-29 16:22:46 +00:00
|
|
|
|
sed -i "s/env python[0-9.]*/python/" $PYFILES
|
2014-08-23 10:03:03 +00:00
|
|
|
|
sed -i "2i import sys; sys.argv[0] = 'calibre'" $out/bin/calibre
|
|
|
|
|
|
2017-07-28 15:46:54 +00:00
|
|
|
|
mkdir -p $out/share
|
|
|
|
|
cp -a man-pages $out/share/man
|
|
|
|
|
|
2017-06-05 05:10:49 +00:00
|
|
|
|
runHook postInstall
|
2010-01-07 22:47:30 +00:00
|
|
|
|
'';
|
|
|
|
|
|
2019-08-11 14:42:47 +00:00
|
|
|
|
# Wrap manually
|
|
|
|
|
dontWrapQtApps = true;
|
2022-12-17 17:58:44 +00:00
|
|
|
|
dontWrapGApps = true;
|
2019-08-11 14:42:47 +00:00
|
|
|
|
|
2018-11-07 05:13:03 +00:00
|
|
|
|
# Remove some references to shrink the closure size. This reference (as of
|
|
|
|
|
# 2018-11-06) was a single string like the following:
|
|
|
|
|
# /nix/store/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-podofo-0.9.6-dev/include/podofo/base/PdfVariant.h
|
|
|
|
|
preFixup = ''
|
2020-09-06 02:14:02 +00:00
|
|
|
|
remove-references-to -t ${podofo.dev} \
|
2021-01-13 20:39:14 +00:00
|
|
|
|
$out/lib/calibre/calibre/plugins/podofo.so
|
2019-07-25 12:56:26 +00:00
|
|
|
|
|
2019-08-11 14:42:47 +00:00
|
|
|
|
for program in $out/bin/*; do
|
2022-12-17 17:58:44 +00:00
|
|
|
|
wrapProgram $program \
|
|
|
|
|
''${qtWrapperArgs[@]} \
|
|
|
|
|
''${gappsWrapperArgs[@]} \
|
2019-08-11 14:42:47 +00:00
|
|
|
|
--prefix PYTHONPATH : $PYTHONPATH \
|
|
|
|
|
--prefix PATH : ${poppler_utils.out}/bin
|
|
|
|
|
done
|
2019-07-25 12:56:26 +00:00
|
|
|
|
'';
|
|
|
|
|
|
2018-11-07 05:13:03 +00:00
|
|
|
|
disallowedReferences = [ podofo.dev ];
|
|
|
|
|
|
2019-09-28 12:47:41 +00:00
|
|
|
|
meta = with lib; {
|
|
|
|
|
homepage = "https://calibre-ebook.com";
|
2021-02-14 20:02:54 +00:00
|
|
|
|
description = "Comprehensive e-book software";
|
|
|
|
|
longDescription = ''
|
|
|
|
|
calibre is a powerful and easy to use e-book manager. Users say it’s
|
|
|
|
|
outstanding and a must-have. It’ll allow you to do nearly everything and
|
|
|
|
|
it takes things a step beyond normal e-book software. It’s also completely
|
|
|
|
|
free and open source and great for both casual users and computer experts.
|
|
|
|
|
'';
|
|
|
|
|
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3Plus;
|
2021-03-03 10:50:26 +00:00
|
|
|
|
maintainers = with maintainers; [ pSub AndersonTorres ];
|
2013-07-26 11:18:08 +00:00
|
|
|
|
platforms = platforms.linux;
|
2010-01-07 22:47:30 +00:00
|
|
|
|
};
|
|
|
|
|
}
|