[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74344] [PATCH v2 0/7] gnu: Add jamesdsp.
From: |
Sughosha |
Subject: |
[bug#74344] [PATCH v2 0/7] gnu: Add jamesdsp. |
Date: |
Thu, 28 Nov 2024 15:37:39 +0530 |
This patch series adds jamesdsp.
Made some changes according to Gabriel Wicki's remarks:
* Added comment for why disable building examples and demo in
qt-advanced-docking-system.
* Removed chdir and made changes in relation to the current working directory.
* Renamed widgetanimationframework with qt-widget-animation-framework.
* Added comment for what the snippet does.
Other changes:
* qcodeeditor: Add comment for the commit.
* qt-advanced-docking-system: Use the default build phase.
* jamesdsp: Fix including qt-advanced-docking-system.
Sughosha (7):
gnu: Add asyncplusplus.
gnu: Add qcodeeditor.
gnu: Add qt-advanced-docking-system.
gnu: Add qtcsv.
gnu: Add qtpromise.
gnu: Add qt-widget-animation-framework.
gnu: Add jamesdsp.
gnu/packages/audio.scm | 133 +++++++++++++++++++++++++++++
gnu/packages/cpp.scm | 27 ++++++
gnu/packages/qt.scm | 188 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 348 insertions(+)
base-commit: e5140eebdfc04b90c046856d95b2ef50c12fee72
--
2.46.0
- [bug#74344] [PATCH 0/7] gnu: Add jamesdsp., Sughosha, 2024/11/13
- [bug#74344] [PATCH 1/7] gnu: Add asyncplusplus., Sughosha, 2024/11/13
- [bug#74344] [PATCH 4/7] gnu: Add qtcsv., Sughosha, 2024/11/13
- [bug#74344] [PATCH 3/7] gnu: Add qt-advanced-docking-system., Sughosha, 2024/11/13
- [bug#74344] [PATCH 2/7] gnu: Add qcodeeditor., Sughosha, 2024/11/13
- [bug#74344] [PATCH 5/7] gnu: Add qtpromise., Sughosha, 2024/11/13
- [bug#74344] [PATCH 6/7] gnu: Add widgetanimationframework., Sughosha, 2024/11/13
- [bug#74344] [PATCH 7/7] gnu: Add jamesdsp., Sughosha, 2024/11/13
- [bug#74344] [PATCH v2 0/7] gnu: Add jamesdsp.,
Sughosha <=
- [bug#74344] [PATCH v2 1/7] gnu: Add asyncplusplus., Sughosha, 2024/11/28
- [bug#74344] [PATCH v2 3/7] gnu: Add qt-advanced-docking-system., Sughosha, 2024/11/28
- [bug#74344] [PATCH v2 6/7] gnu: Add qt-widget-animation-framework., Sughosha, 2024/11/28
- [bug#74344] [PATCH v2 7/7] gnu: Add jamesdsp., Sughosha, 2024/11/28
- [bug#74344] [PATCH v2 5/7] gnu: Add qtpromise., Sughosha, 2024/11/28
- [bug#74344] [PATCH v2 4/7] gnu: Add qtcsv., Sughosha, 2024/11/28
- [bug#74344] [PATCH v2 2/7] gnu: Add qcodeeditor., Sughosha, 2024/11/28