[DEV] integrate GLD

This commit is contained in:
Edouard DUPIN 2021-12-15 22:33:54 +01:00
parent 634dfba75b
commit 3c8ae74b76
5 changed files with 25 additions and 29 deletions

View File

@ -4,7 +4,7 @@
"group-id":"com.atria-soft",
"description":"Test software for egami",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",

View File

@ -4,7 +4,7 @@
"group-id":"com.atria-soft",
"description":"Test software for egami",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
@ -15,9 +15,9 @@
],
"dependency": [
"egami",
"algue",
"etest",
"test-debug",
"algue"
"test-debug"
],
"copy": [
{

View File

@ -3,7 +3,7 @@
"group-id":"com.atria-soft",
"description":"Image generator from multiple image type",
"license":"MPL-2",
"license-file":"file://LICENCE.txt",
"license-file":"file://LICENSE",
"maintainer":"file://authors.txt",
"author":"file://authors.txt",
"version":"file://version.txt",
@ -26,28 +26,25 @@
"."
],
"compilation-version": {
"language": "c++",
"version": 2017
"c++": 2017
},
"flag": {
"c++": [
"-DPROJECT_NAME=\"{{{project.name}}}\"",
"-DAPPL_VERSION=\"{{{project.version}}}\""
]
},
"flag": [
{
"language": "c++",
"value": [
"-DPROJECT_NAME=\"{{{project.name}}}\"",
"-DAPPL_VERSION=\"{{{project.version}}}\""
]
}
],
"dependency": [
"etk",
"edtaa3",
{
"name": "edtaa3",
"optional": true
},{
"name": "png",
"optional": true,
"export": true,
"flag": {
"language": "c++",
"value": "-DEGAMI_BUILD_PNG"
"c++": "-DEGAMI_BUILD_PNG"
},
"source": "egami/wrapperPNG.cpp"
},{
@ -55,8 +52,7 @@
"optional": true,
"export": true,
"flag": {
"language": "c++",
"value": "-DEGAMI_BUILD_ESVG"
"c++": "-DEGAMI_BUILD_ESVG"
},
"source": "egami/wrapperSVG.cpp"
},{
@ -64,8 +60,7 @@
"optional": true,
"export": true,
"flag": {
"language": "c++",
"value": "-DEGAMI_BUILD_JPEG"
"c++": "-DEGAMI_BUILD_JPEG"
},
"source": "egami/wrapperJPG.cpp"
},{
@ -73,8 +68,7 @@
"optional": true,
"export": true,
"flag": {
"language": "c++",
"value": "-DEGAMI_BUILD_JPEG2000"
"c++": "-DEGAMI_BUILD_JPEG2000"
},
"source": "egami/wrapperJPG2000.cpp"
},{
@ -82,8 +76,7 @@
"optional": true,
"export": true,
"flag": {
"language": "c++",
"value": "-DEGAMI_BUILD_TIFF"
"c++": "-DEGAMI_BUILD_TIFF"
},
"source": "egami/wrapperTIFF.cpp"
}

View File

@ -4,7 +4,7 @@
"group-id":"com.atria-soft",
"description":"Egami simple image cutter (bash tools)",
"license":"MPL-2",
"license-file":"file://../../LICENCE.txt",
"license-file":"file://../../LICENSE",
"maintainer":"file://../../authors.txt",
"author":"file://../../authors.txt",
"version":"file://../../version.txt",
@ -14,6 +14,9 @@
"appl/debug.cpp",
"appl/main.cpp"
],
"path": [
"."
],
"dependency": [
"egami"
]

View File

@ -4,7 +4,7 @@
"group-id":"com.atria-soft",
"description":"Egami simple image viewer (visual)",
"license":"MPL-2",
"license-file":"file://../../LICENCE.txt",
"license-file":"file://../../LICENSE",
"maintainer":"file://../../authors.txt",
"author":"file://../../authors.txt",
"version":"file://../../version.txt",