pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Patch to build misc/calibre on Debian/Linux



Hi,

$ uname -a
Linux e130 4.9.0-11-amd64 #1 SMP Debian 4.9.189-3+deb9u1 (2019-09-20)
x86_64 GNU/Linux
$ cat /etc/debian_version
9.3

I tried to install misc/calibre from pkgsrc current. It complained
these two files were not in PLIST:
lib/calibre/calibre/plugins/libmtp.so
lib/calibre/calibre/plugins/libusb.so

So, I put those plugins in PLIST and it installs fine. I'm not sure if
those two plugins are needed and if the patch works fine on NetBSD.
Maybe somebody will want to try it?

~/pkgsrc/current/pkgsrc/misc/calibre$ cat calibre.patch
--- PLIST.old 2019-03-25 13:11:56.000000000 +0000
+++ PLIST 2019-12-19 13:50:12.963144869 +0000
@@ -1159,6 +1159,8 @@
 lib/calibre/calibre/plugins/icu.so
 lib/calibre/calibre/plugins/imageops.so
 lib/calibre/calibre/plugins/libheadless.so
+lib/calibre/calibre/plugins/libmtp.so
+lib/calibre/calibre/plugins/libusb.so
 lib/calibre/calibre/plugins/lzma_binding.so
 lib/calibre/calibre/plugins/lzx.so
 lib/calibre/calibre/plugins/matcher.so





-- 
Ottavio Caruso


Home | Main Index | Thread Index | Old Index