From b07f959a015a9067dbdef8861bccfd03884adc3e Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Tue, 5 Mar 2024 17:58:01 +0100 Subject: [PATCH] use common versioning (#670) * 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 02f363c7c51b96fa3e75d48369f9509a7723d313. * 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 --- package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.sh b/package.sh index f83f76fc1..e145cd3df 100755 --- a/package.sh +++ b/package.sh @@ -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"