Skip to content

Commit

Permalink
use common versioning (#670)
Browse files Browse the repository at this point in the history
* disable adsb by default

* use switch instead of NewSwitch for more consistent UI

* not needed anymore

* obsolete

* remove a few imports and deprecated things ... now we can at least compile and run on QT 6

* no functional changes ... now we can at least compile on QT 6

* QT 6 stuff

* the weird rotation hack doesn't work on QT 6

* Revert "the weird rotation hack doesn't work on QT 6"

This reverts commit 02f363c.

* back to QT 6

* Few fixes + audio playback (#667)

* QT 6

* document audio

* QT 6

* experiment - add audio

* experiment - add audio

* fix ip check

* fix ip check

* fix ip check

* fix ip check

* update gst location

* update gst version

* update gst version

* back to 1,20.5

* alaw

* lgstalaw

* exp autoaudiosrc

* exp autoaudiosrc

* alaw and audio

* register plugins

* weird

* fix

* add gstautoetect

* weird

* weird

* so no alaw

* No functional changes, QT 6 stuff (#668)

* QT 6 stuff

* QT 6 stuff

* add error message box

* remove a few obsolete settings

* small comp fixes

* small comp fixes

* fix layouting for QT6

* fix layouting for QT6

* add QT6 CI

* add QT6 CI

* add QT6 CI

* qt 6.4 also works

* do not package service

* use-common-versioning

---------

Co-authored-by: consti10 <[email protected]>
  • Loading branch information
raphaelscholle and Consti10 authored Mar 5, 2024
1 parent d3e2d5d commit b07f959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ elif [[ "${PACKAGE_ARCH}" = "arm64" ]]; then
cp rock_qt_eglfs_kms_config.json /tmp/qopenhd/usr/local/share/qopenhd/ || exit 1
fi

VERSION="2.5.2-beta-$(date '+%Y%m%d%H%M')-${VER2}"
VERSION="2.5.2-beta-$(date -d '+1 hour' +'%m-%d-%Y--%H-%M-%S')"-${VER2}"
ls -a ${TMPDIR}/usr/local/bin
echo "going into packaging stage"
Expand Down

0 comments on commit b07f959

Please sign in to comment.