File tree 11 files changed +48
-33
lines changed
11 files changed +48
-33
lines changed Original file line number Diff line number Diff line change 1
1
PKG_NAME = leptonica
2
- PKG_VERS = 1.72
2
+ PKG_VERS = 1.78.0
3
3
PKG_EXT = tar.gz
4
4
PKG_DIST_NAME = $(PKG_NAME ) -$(PKG_VERS ) .$(PKG_EXT )
5
5
PKG_DIST_SITE = http://leptonica.org/source
@@ -15,4 +15,3 @@ GNU_CONFIGURE = 1
15
15
CONFIGURE_ARGS = --disable-static
16
16
17
17
include ../../mk/spksrc.cross-cc.mk
18
-
Original file line number Diff line number Diff line change 1
1
lnk:lib/liblept.so
2
- lnk:lib/liblept.so.4
3
- lib:lib/liblept.so.4 .0.3
2
+ lnk:lib/liblept.so.5
3
+ lib:lib/liblept.so.5 .0.3
Original file line number Diff line number Diff line change 1
- leptonica-1.72. tar.gz SHA1 5b363dcb1009db4cd3408a670ccb6b6cb73feea7
2
- leptonica-1.72. tar.gz SHA256 79d5eadd32658c9fea38700c975d60aa3d088eaa3e307659f004d40834de1f56
3
- leptonica-1.72. tar.gz MD5 7581db29f8442197ce68e766c6047c4b
1
+ leptonica-1.78.0. tar.gz SHA1 ab387b6ae0a3358017c277aac1cd6985c8501a35
2
+ leptonica-1.78.0. tar.gz SHA256 e2ed2e81e7a22ddf45d2c05f0bc8b9ae7450545d995bfe28517ba408d14a5a88
3
+ leptonica-1.78.0. tar.gz MD5 5702581e246a3415d3561c4358d53cff
Original file line number Diff line number Diff line change 1
1
PKG_NAME = tesseract
2
- PKG_VERS = 3.04.00
2
+ PKG_VERS = 3.05.02
3
3
PKG_EXT = tar.gz
4
4
PKG_DIST_NAME = $(PKG_VERS ) .$(PKG_EXT )
5
5
PKG_DIST_FILE = $(PKG_NAME ) -ocr-$(PKG_VERS ) .$(PKG_EXT )
@@ -15,5 +15,22 @@ LICENSE = Apache License 2.0
15
15
GNU_CONFIGURE = 1
16
16
CONFIGURE_ARGS = LIBLEPT_HEADERSDIR=$(STAGING_INSTALL_PREFIX ) /include/leptonica
17
17
18
+ include ../../mk/spksrc.common.mk
19
+
20
+ ifeq ($(findstring $(ARCH ) , powerpc ppc824x ppc853x ppc854x) ,$(ARCH ) )
21
+ # workaround for g++ compiler:
22
+ ADDITIONAL_CXXFLAGS = -D nullptr=NULL
23
+ endif
24
+ ifeq ($(findstring $(ARCH ) , $(ARM5_ARCHES ) ) ,$(ARCH ) )
25
+ # enable experimental feature for (old) g++ compiler:
26
+ ADDITIONAL_CXXFLAGS = -std=gnu++0x
27
+ endif
28
+
29
+ PRE_CONFIGURE_TARGET = tesseract_pre_configure
30
+
18
31
include ../../mk/spksrc.cross-cc.mk
19
32
33
+
34
+ .PHONY : tesseract_pre_configure
35
+ tesseract_pre_configure :
36
+ $(RUN ) ./autogen.sh
Original file line number Diff line number Diff line change 1
1
bin:bin/tesseract
2
2
lnk:lib/libtesseract.so
3
3
lnk:lib/libtesseract.so.3
4
- lib:lib/libtesseract.so.3.0.4
4
+ lib:lib/libtesseract.so.3.0.5
5
5
rsc:share/tessdata/configs
6
6
rsc:share/tessdata/tessconfigs
Original file line number Diff line number Diff line change 1
- tesseract-ocr-3.04.00 .tar.gz SHA1 ab3699be917f90ce613861c9bca221e5bfc929ff
2
- tesseract-ocr-3.04.00 .tar.gz SHA256 7e6e48b625e1fba9bc825a4ef8c39f12c60aae1084939133b3c6a00f8f8dc38c
3
- tesseract-ocr-3.04.00 .tar.gz MD5 078130b9c7d28c558a0e49d432505864
1
+ tesseract-ocr-3.05.02 .tar.gz SHA1 6d57403988a5c4eef80381c7a209d80d0391c833
2
+ tesseract-ocr-3.05.02 .tar.gz SHA256 494d64ffa7069498a97b909a0e65a35a213989e0184f1ea15332933a90d43445
3
+ tesseract-ocr-3.05.02 .tar.gz MD5 d3b8661f878aed931cf3a7595e69b989
Original file line number Diff line number Diff line change 1
1
SPK_NAME = pyload
2
2
SPK_VERS = 0.4.9
3
- SPK_REV = 2
3
+ SPK_REV = 3
4
4
SPK_ICON = src/pyload.png
5
5
DSM_UI_DIR = app
6
6
7
- BETA = 1
8
-
9
7
DEPENDS = cross/tesseract-ocr cross/tessdata-eng cross/js cross/$(SPK_NAME )
10
8
SPK_DEPENDS = "python>2.7.3-3"
11
9
@@ -17,7 +15,7 @@ STARTABLE = yes
17
15
DISPLAY_NAME = pyLoad
18
16
CHANGELOG = Fix updatemanager
19
17
20
- HOMEPAGE = http://pyload.org
18
+ HOMEPAGE = http://pyload.net
21
19
LICENSE = GPLv3
22
20
23
21
INSTALLER_SCRIPT = src/installer.sh
@@ -41,3 +39,5 @@ pyload_extra_install:
41
39
install -m 644 src/pyload_init.sql $(STAGING_DIR ) /etc/pyload_init.sql
42
40
install -m 644 src/htaccess.example $(STAGING_DIR ) /etc/htaccess.example
43
41
install -m 755 -d $(STAGING_DIR ) /var
42
+ # fix for #2259:
43
+ mv $(STAGING_DIR ) /share/pyload/module/Utils.py $(STAGING_DIR ) /share/pyload/module/utils.py
Original file line number Diff line number Diff line change 1
-
Original file line number Diff line number Diff line change @@ -27,18 +27,18 @@ USER="$([ "${BUILDNUMBER}" -ge "7321" ] && echo -n ${SC_USER} || echo -n ${LEGAC
27
27
28
28
lng2iso ()
29
29
{
30
- # changes 3-character Synology language code to ISO 639-1 code.
31
- case $1 in
32
- eng|deu|fre|ita|nld|sve|rus|plk|csy)
33
- echo " ${1% ?} "
34
- ;;
35
- spn)
36
- echo " es"
37
- ;;
38
- * )
39
- echo " en"
40
- ;;
41
- esac
30
+ # changes 3-character Synology language code to ISO 639-1 code.
31
+ case $1 in
32
+ eng|deu|fre|ita|nld|sve|rus|plk|csy)
33
+ echo " ${1% ?} "
34
+ ;;
35
+ spn)
36
+ echo " es"
37
+ ;;
38
+ * )
39
+ echo " en"
40
+ ;;
41
+ esac
42
42
}
43
43
44
44
syno_group_create ()
Original file line number Diff line number Diff line change 2
2
"step_title": "Basic configuration",
3
3
"items": [{
4
4
"type": "textfield",
5
- "desc": "Download directory",
5
+ "desc": "Choose a download directory.<br>The directory must exist before you start the installation. ",
6
6
"subitems": [{
7
7
"key": "wizard_download_dir",
8
8
"desc": "Download directory",
30
30
}]
31
31
}]
32
32
}, {
33
- "step_title": "Attention! DSM6 Permissions",
33
+ "step_title": "DSM6 Permissions",
34
34
"items": [{
35
- "desc": "Permissions are managed with the group 'sc-download' in DSM.<br><br>During package installation, this group will be added with correct permissions to the chosen directory(s) ."
35
+ "desc": "Permissions are managed with the group 'sc-download' in DSM.<br><br>During package installation, this group will be added with correct permissions to the chosen directory."
36
36
}]
37
37
}]
Original file line number Diff line number Diff line change 1
1
[{
2
- "step_title": "Attention! DSM6 Permissions",
2
+ "step_title": "DSM6 Permissions",
3
3
"items": [{
4
4
"desc": "Permissions are managed with the group 'sc-download' in DSM. The group 'users' is no longer used."
5
5
}]
You can’t perform that action at this time.
0 commit comments