Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b964999427 |
+1
-1
@@ -5,7 +5,7 @@ Please always read this file before installing the package
|
|||||||
|
|
||||||
Download software here: https://github.com/jbarlow83/OCRmyPDF/tags
|
Download software here: https://github.com/jbarlow83/OCRmyPDF/tags
|
||||||
|
|
||||||
v4.1.1:
|
v4.1.2:
|
||||||
=======
|
=======
|
||||||
|
|
||||||
- Replace IEC sRGB ICC profile with Debian's sRGB (from icc-profiles-free) which is more compatible with the MIT license
|
- Replace IEC sRGB ICC profile with Debian's sRGB (from icc-profiles-free) which is more compatible with the MIT license
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@ from string import Template
|
|||||||
import codecs
|
import codecs
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
|
|
||||||
ICC_PROFILE_RELPATH = 'data/sRGB_IEC61966-2-1_black_scaled.icc'
|
ICC_PROFILE_RELPATH = 'data/sRGB.icc'
|
||||||
|
|
||||||
SRGB_ICC_PROFILE = pkg_resources.resource_filename(
|
SRGB_ICC_PROFILE = pkg_resources.resource_filename(
|
||||||
'ocrmypdf', ICC_PROFILE_RELPATH)
|
'ocrmypdf', ICC_PROFILE_RELPATH)
|
||||||
|
|||||||
@@ -230,6 +230,6 @@ setup(
|
|||||||
'ocrmypdf = ocrmypdf.main:run_pipeline'
|
'ocrmypdf = ocrmypdf.main:run_pipeline'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
package_data={'ocrmypdf': ['data/sRGB_IEC61966-2-1_black_scaled.icc']},
|
package_data={'ocrmypdf': ['data/sRGB.icc']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False)
|
zip_safe=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user