[DEV] integrate GLD
This commit is contained in:
parent
634dfba75b
commit
3c8ae74b76
@ -4,7 +4,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Test software for egami",
|
"description":"Test software for egami",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Test software for egami",
|
"description":"Test software for egami",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
@ -15,9 +15,9 @@
|
|||||||
],
|
],
|
||||||
"dependency": [
|
"dependency": [
|
||||||
"egami",
|
"egami",
|
||||||
|
"algue",
|
||||||
"etest",
|
"etest",
|
||||||
"test-debug",
|
"test-debug"
|
||||||
"algue"
|
|
||||||
],
|
],
|
||||||
"copy": [
|
"copy": [
|
||||||
{
|
{
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Image generator from multiple image type",
|
"description":"Image generator from multiple image type",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://LICENCE.txt",
|
"license-file":"file://LICENSE",
|
||||||
"maintainer":"file://authors.txt",
|
"maintainer":"file://authors.txt",
|
||||||
"author":"file://authors.txt",
|
"author":"file://authors.txt",
|
||||||
"version":"file://version.txt",
|
"version":"file://version.txt",
|
||||||
@ -26,28 +26,25 @@
|
|||||||
"."
|
"."
|
||||||
],
|
],
|
||||||
"compilation-version": {
|
"compilation-version": {
|
||||||
"language": "c++",
|
"c++": 2017
|
||||||
"version": 2017
|
|
||||||
},
|
},
|
||||||
"flag": [
|
"flag": {
|
||||||
{
|
"c++": [
|
||||||
"language": "c++",
|
|
||||||
"value": [
|
|
||||||
"-DPROJECT_NAME=\"{{{project.name}}}\"",
|
"-DPROJECT_NAME=\"{{{project.name}}}\"",
|
||||||
"-DAPPL_VERSION=\"{{{project.version}}}\""
|
"-DAPPL_VERSION=\"{{{project.version}}}\""
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
],
|
|
||||||
"dependency": [
|
"dependency": [
|
||||||
"etk",
|
"etk",
|
||||||
"edtaa3",
|
|
||||||
{
|
{
|
||||||
|
"name": "edtaa3",
|
||||||
|
"optional": true
|
||||||
|
},{
|
||||||
"name": "png",
|
"name": "png",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"flag": {
|
"flag": {
|
||||||
"language": "c++",
|
"c++": "-DEGAMI_BUILD_PNG"
|
||||||
"value": "-DEGAMI_BUILD_PNG"
|
|
||||||
},
|
},
|
||||||
"source": "egami/wrapperPNG.cpp"
|
"source": "egami/wrapperPNG.cpp"
|
||||||
},{
|
},{
|
||||||
@ -55,8 +52,7 @@
|
|||||||
"optional": true,
|
"optional": true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"flag": {
|
"flag": {
|
||||||
"language": "c++",
|
"c++": "-DEGAMI_BUILD_ESVG"
|
||||||
"value": "-DEGAMI_BUILD_ESVG"
|
|
||||||
},
|
},
|
||||||
"source": "egami/wrapperSVG.cpp"
|
"source": "egami/wrapperSVG.cpp"
|
||||||
},{
|
},{
|
||||||
@ -64,8 +60,7 @@
|
|||||||
"optional": true,
|
"optional": true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"flag": {
|
"flag": {
|
||||||
"language": "c++",
|
"c++": "-DEGAMI_BUILD_JPEG"
|
||||||
"value": "-DEGAMI_BUILD_JPEG"
|
|
||||||
},
|
},
|
||||||
"source": "egami/wrapperJPG.cpp"
|
"source": "egami/wrapperJPG.cpp"
|
||||||
},{
|
},{
|
||||||
@ -73,8 +68,7 @@
|
|||||||
"optional": true,
|
"optional": true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"flag": {
|
"flag": {
|
||||||
"language": "c++",
|
"c++": "-DEGAMI_BUILD_JPEG2000"
|
||||||
"value": "-DEGAMI_BUILD_JPEG2000"
|
|
||||||
},
|
},
|
||||||
"source": "egami/wrapperJPG2000.cpp"
|
"source": "egami/wrapperJPG2000.cpp"
|
||||||
},{
|
},{
|
||||||
@ -82,8 +76,7 @@
|
|||||||
"optional": true,
|
"optional": true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"flag": {
|
"flag": {
|
||||||
"language": "c++",
|
"c++": "-DEGAMI_BUILD_TIFF"
|
||||||
"value": "-DEGAMI_BUILD_TIFF"
|
|
||||||
},
|
},
|
||||||
"source": "egami/wrapperTIFF.cpp"
|
"source": "egami/wrapperTIFF.cpp"
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Egami simple image cutter (bash tools)",
|
"description":"Egami simple image cutter (bash tools)",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://../../LICENCE.txt",
|
"license-file":"file://../../LICENSE",
|
||||||
"maintainer":"file://../../authors.txt",
|
"maintainer":"file://../../authors.txt",
|
||||||
"author":"file://../../authors.txt",
|
"author":"file://../../authors.txt",
|
||||||
"version":"file://../../version.txt",
|
"version":"file://../../version.txt",
|
||||||
@ -14,6 +14,9 @@
|
|||||||
"appl/debug.cpp",
|
"appl/debug.cpp",
|
||||||
"appl/main.cpp"
|
"appl/main.cpp"
|
||||||
],
|
],
|
||||||
|
"path": [
|
||||||
|
"."
|
||||||
|
],
|
||||||
"dependency": [
|
"dependency": [
|
||||||
"egami"
|
"egami"
|
||||||
]
|
]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"group-id":"com.atria-soft",
|
"group-id":"com.atria-soft",
|
||||||
"description":"Egami simple image viewer (visual)",
|
"description":"Egami simple image viewer (visual)",
|
||||||
"license":"MPL-2",
|
"license":"MPL-2",
|
||||||
"license-file":"file://../../LICENCE.txt",
|
"license-file":"file://../../LICENSE",
|
||||||
"maintainer":"file://../../authors.txt",
|
"maintainer":"file://../../authors.txt",
|
||||||
"author":"file://../../authors.txt",
|
"author":"file://../../authors.txt",
|
||||||
"version":"file://../../version.txt",
|
"version":"file://../../version.txt",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user