summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-04-17 16:35:35 +0200
committerKai Köhne <kai.koehne@qt.io>2023-04-25 12:08:56 +0200
commitf97403b0f4b28f85145cc0d690ed28a31d01ed71 (patch)
treedd65f2c57c0f7b164f5c614639bbb5d4ec8ec4cd
parentfd64f3a8a3d418617ae793b8f5287430c0b45bd2 (diff)
downloadqtmultimedia-f97403b0f4b28f85145cc0d690ed28a31d01ed71.tar.gz
qt_attribution.json format cleanup
- Do no use JS array for only one entry - Add DownloadLocation field - Use shorter SHA's for the version number, which is displayed in the generated documentation. Pick-to: 6.5 Change-Id: Iaaf377432cc5189f42a87645c57308435edaf770 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/3rdparty/eigen/qt_attribution.json33
-rw-r--r--src/3rdparty/pffft/qt_attribution.json30
-rw-r--r--src/3rdparty/resonance-audio/qt_attribution.json31
3 files changed, 49 insertions, 45 deletions
diff --git a/src/3rdparty/eigen/qt_attribution.json b/src/3rdparty/eigen/qt_attribution.json
index 1671155d6..56985456d 100644
--- a/src/3rdparty/eigen/qt_attribution.json
+++ b/src/3rdparty/eigen/qt_attribution.json
@@ -1,16 +1,19 @@
-[
- {
- "Id": "eigen",
- "Name": "Eigen",
- "QDocModule": "qtspatialaudio",
- "Description": "The Eigen C++ linear algebra library.",
- "QtUsage": "Used for mathematics to support spatial audio.",
+{
+ "Id": "eigen",
+ "Name": "Eigen",
+ "QDocModule": "qtspatialaudio",
+ "Description": "The Eigen C++ linear algebra library.",
+ "QtUsage": "Used for mathematics to support spatial audio.",
- "Homepage": "https://eigen.tuxfamily.org/",
- "Version": "3.4.0",
- "License": "Mozilla Public License 2.0 and BSD 3-Clause \"New\" or \"Revised\" License",
- "LicenseId": "MPL-2.0 AND BSD-3-Clause",
- "CopyrightFile": "COPYRIGHTS",
- "LicenseFiles": [ "COPYING.MPL2", "COPYING.BSD" ]
- }
-]
+ "Homepage": "https://eigen.tuxfamily.org/",
+ "Version": "3.4.0",
+ "DownloadLocation": "https://gitlab.com/libeigen/eigen/-/archive/3.4.0/eigen-3.4.0.tar.bz2",
+
+ "License": "Mozilla Public License 2.0 and BSD 3-Clause \"New\" or \"Revised\" License",
+ "LicenseId": "MPL-2.0 AND BSD-3-Clause",
+ "CopyrightFile": "COPYRIGHTS",
+ "LicenseFiles": [
+ "COPYING.MPL2",
+ "COPYING.BSD"
+ ]
+}
diff --git a/src/3rdparty/pffft/qt_attribution.json b/src/3rdparty/pffft/qt_attribution.json
index a2a42f0f3..28d4a0a20 100644
--- a/src/3rdparty/pffft/qt_attribution.json
+++ b/src/3rdparty/pffft/qt_attribution.json
@@ -1,16 +1,16 @@
-[
- {
- "Id": "pfft",
- "Name": "pfft",
- "QDocModule": "qtspatialaudio",
- "Description": "A pretty fast FFT.",
- "QtUsage": "Used to support spatial audio.",
+{
+ "Id": "pfft",
+ "Name": "pfft",
+ "QDocModule": "qtspatialaudio",
+ "Description": "A pretty fast FFT.",
+ "QtUsage": "Used to support spatial audio.",
- "Homepage": "https://bitbucket.org/jpommier/pffft.git",
- "Version": "7c3b5a7dc510a0f513b9c5b6dc5b56f7aeeda422",
- "CopyrightFile": "COPYRIGHTS",
- "License": "BSD 3-Clause \"New\" or \"Revised\" License",
- "LicenseId": "BSD-3-Clause",
- "LicenseFile": "LICENSE"
- }
-]
+ "Homepage": "https://bitbucket.org/jpommier/pffft.git",
+ "Version": "7c3b5a7dc510",
+ "DownloadLocation": "https://bitbucket.org/jpommier/pffft/get/7c3b5a7dc510.zip",
+
+ "CopyrightFile": "COPYRIGHTS",
+ "License": "BSD 3-Clause \"New\" or \"Revised\" License",
+ "LicenseId": "BSD-3-Clause",
+ "LicenseFile": "LICENSE"
+}
diff --git a/src/3rdparty/resonance-audio/qt_attribution.json b/src/3rdparty/resonance-audio/qt_attribution.json
index d0cfc1da2..8eb0917f6 100644
--- a/src/3rdparty/resonance-audio/qt_attribution.json
+++ b/src/3rdparty/resonance-audio/qt_attribution.json
@@ -1,16 +1,17 @@
-[
- {
- "Id": "resonance-audio",
- "Name": "Resonance Audio",
- "QDocModule": "qtspatialaudio",
- "Description": "3D audio support.",
- "QtUsage": "Used to implement spatial audio.",
+{
+ "Id": "resonance-audio",
+ "Name": "Resonance Audio",
+ "QDocModule": "qtspatialaudio",
+ "Description": "3D audio support.",
+ "QtUsage": "Used to implement spatial audio.",
- "Homepage": "https://resonance-audio.github.io/resonance-audio/",
- "Version": "e225aedb5ec76ca6a0fe7079c0b84dbcbb490553",
- "CopyrightFile": "COPYRIGHTS",
- "License": "Apache License 2.0",
- "LicenseId": "Apache-2.0",
- "LicenseFile": "LICENSE"
- }
-]
+ "Homepage": "https://resonance-audio.github.io/resonance-audio/",
+ "Version": "e225aedb5ec7",
+ "DownloadLocation":
+ "https://github.com/resonance-audio/resonance-audio/tree/e225aedb5ec76ca6a0fe7079c0b84dbcbb490553",
+
+ "CopyrightFile": "COPYRIGHTS",
+ "License": "Apache License 2.0",
+ "LicenseId": "Apache-2.0",
+ "LicenseFile": "LICENSE"
+}