From b605a883b1a8991ad9db0b1551314227ee3487d9 Mon Sep 17 00:00:00 2001 From: odidev Date: Thu, 26 Sep 2024 06:22:40 +0000 Subject: [PATCH] Add Angular CLI and Libjpeg-turbo files Signed-off-by: odidev --- content/opensource_packages/angularcli.md | 29 +++++++++++++++++++++++ content/opensource_packages/libjpeg.md | 29 +++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 content/opensource_packages/angularcli.md create mode 100644 content/opensource_packages/libjpeg.md diff --git a/content/opensource_packages/angularcli.md b/content/opensource_packages/angularcli.md new file mode 100644 index 00000000..3089dede --- /dev/null +++ b/content/opensource_packages/angularcli.md @@ -0,0 +1,29 @@ +--- +name: Angular CLI +category: Languages and Frameworks +description: Angular is a widely-used open-source web framework created by Google, aimed at developing dynamic and interactive single-page applications (SPAs). +download_url: https://www.npmjs.com/package/@angular/cli?activeTab=versions +works_on_arm: true +supported_minimum_version: + version_number: 6.0.8 + release_date: 2018/06/06 + + +optional_info: + homepage_url: https://angular.dev/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://angular.dev/installation + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and Testing are done using "npm install -g @angular/cli". + +--- diff --git a/content/opensource_packages/libjpeg.md b/content/opensource_packages/libjpeg.md new file mode 100644 index 00000000..35948198 --- /dev/null +++ b/content/opensource_packages/libjpeg.md @@ -0,0 +1,29 @@ +--- +name: Libjpeg-turbo +category: Video +description: Libjpeg-turbo is a popular library for compressing JPEG images, helping to minimize the size of image data for easier storage or transmission. +download_url: https://github.com/libjpeg-turbo/libjpeg-turbo/releases +works_on_arm: true +supported_minimum_version: + version_number: 1.3.0 + release_date: 2015/07/28 + + +optional_info: + homepage_url: https://libjpeg-turbo.org/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://libjpeg-turbo.org/Downloads/YUM + arm_recommended_minimum_version: + version_number: + release_date: + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and Testing are done using "apt install libjpeg-turbo8*-dev". Kindly refer [here](https://launchpad.net/ubuntu/+source/libjpeg-turbo). The minimum version of libjpeg-turbo v1.3.0 corresponds to ubuntu:14.04 and v2.1.2 to ubuntu:22.04. + +---