mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-01 19:17:02 -04:00 
			
		
		
		
	Update version of poppler bundled with calibre
This commit is contained in:
		
							parent
							
								
									58365b94fe
								
							
						
					
					
						commit
						d05da909b5
					
				| @ -71,7 +71,7 @@ def binary_includes(): | ||||
| 
 | ||||
|     j(SW, 'lib', 'lib' + x) for x in ( | ||||
|         'usb-1.0.so.0', 'mtp.so.9', 'expat.so.1', 'sqlite3.so.0', | ||||
|         'podofo.so.0.9.1', 'z.so.1', 'bz2.so.1.0', 'poppler.so.46', | ||||
|         'podofo.so.0.9.1', 'z.so.1', 'bz2.so.1.0', 'poppler.so.56', | ||||
|         'iconv.so.2', 'xml2.so.2', 'xslt.so.1', 'jpeg.so.8', 'png16.so.16', 'webp.so.5', | ||||
|         'exslt.so.0', 'imobiledevice.so.5', 'usbmuxd.so.4', 'plist.so.3', | ||||
|         'MagickCore-6.Q16.so.2', 'MagickWand-6.Q16.so.2', 'ssl.so.1.0.0', | ||||
|  | ||||
| @ -412,7 +412,7 @@ class Py2App(object): | ||||
|     @flush | ||||
|     def add_poppler(self): | ||||
|         info('\nAdding poppler') | ||||
|         for x in ('libpoppler.46.dylib',): | ||||
|         for x in ('libpoppler.56.dylib',): | ||||
|             self.install_dylib(os.path.join(SW, 'lib', x)) | ||||
|         for x in ('pdftohtml', 'pdftoppm', 'pdfinfo'): | ||||
|             self.install_dylib(os.path.join(SW, 'bin', x), False) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user