Projects
home:wkazubski:test
qt-dab
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Difference Between Revision 42 and
home:wkazubski
/
qt-dab
View file
qt-dab.changes
Changed
@@ -36,6 +36,23 @@ qt-dab-6.9-use-qwt6-qt6.patch ------------------------------------------------------------------- +Mon Mar 10 23:26:36 UTC 2025 - Wojciech Kazubski <wk@ire.pw.edu.pl> + +- update to release 6.9 + + A new implementation of a viterbi decoder is installed, and + made default in constructing an executable. The implementation + is parameterized on the cpu support for either none, SSE4 or + AVX2 instructions. The software will dynamically select the + support value + + Merely as a gadget, clicking on any of the widgets {main + widget, configuration and control widget, spectrum widget} + instructs the software to generate a picture of the widget + involvded. The picture is stored in the Qt-DAB-files filder. +- Use Qt-6 for build +- Patch qt-dab-6.8-use-qwt6-qt5.patch replaced by new one + qt-dab-6.9-use-qwt6-qt6.patch + +------------------------------------------------------------------- Mon Nov 11 11:53:54 UTC 2024 - Wojciech Kazubski <wk@ire.pw.edu.pl> - update to release 6.8
View file
qt-dab-6.9-use-qwt6-qt6.patch
Added
@@ -0,0 +1,28 @@ +diff -up qt-dab-Qt-DAB-6.9/qt-dab-6.9/cmake/Modules/FindQwt.cmake.aaaa qt-dab-Qt-DAB-6.9/qt-dab-6.9/cmake/Modules/FindQwt.cmake +--- qt-dab-Qt-DAB-6.9/qt-dab-6.9/cmake/Modules/FindQwt.cmake.aaaa 2025-01-03 13:10:35.000000000 +0100 ++++ qt-dab-Qt-DAB-6.9/qt-dab-6.9/cmake/Modules/FindQwt.cmake 2025-03-11 00:10:22.396884369 +0100 +@@ -16,7 +16,8 @@ find_path(QWT_INCLUDE_DIRS + /usr/include/qwt6 + /usr/include/qwt6-qt6 + /usr/include/qt6/qwt +- /opt/local/include/qwt ++ /usr/include/qt6/qwt6 ++ /opt/local/include/qwt + /sw/include/qwt + /usr/local/lib/qwt.framework/Headers + /usr/local/lib/qwt-qt5/lib/framework/Headers +@@ -49,13 +50,12 @@ if(QWT_INCLUDE_DIRS) + set(QWT_VERSION "No Version") + string(REGEX MATCH "0-9+.0-9+.0-9+" QWT_VERSION ${QWT_STRING_VERSION}) + string(COMPARE LESS ${QWT_VERSION} "5.2.0" QWT_WRONG_VERSION) +- string(COMPARE GREATER ${QWT_VERSION} "6.2.0" QWT_WRONG_VERSION) + + message(STATUS "QWT Version: ${QWT_VERSION}") + if(NOT QWT_WRONG_VERSION) + set(QWT_FOUND TRUE) + else(NOT QWT_WRONG_VERSION) +- message(STATUS "QWT Version must be >= 5.2 and <= 6.2.0, Found ${QWT_VERSION}") ++ message(STATUS "QWT Version must be >= 5.2, Found ${QWT_VERSION}") + endif(NOT QWT_WRONG_VERSION) + + endif(QWT_INCLUDE_DIRS)
View file
qt-dab-Qt-DAB-6.9.4.tar.gz
Added
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.