mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/mybee-qt: Update to version 25.02.1
Changes: https://github.com/myb-project/mybee-qt/releases/tag/v25.02.1
This commit is contained in:
parent
cbdbd520ab
commit
27c06632a2
4 changed files with 33 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mybee-qt
|
||||
DISTVERSION= 25.01.5
|
||||
DISTVERSION= 25.02.1
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= fbsd-ports@convectix.com
|
||||
|
@ -13,15 +13,17 @@ BUILD_DEPENDS= curl:ftp/curl \
|
|||
xfreerdp:net/freerdp
|
||||
LIB_DEPENDS= libvncserver.so:net/libvncserver \
|
||||
libfreerdp2.so:net/freerdp \
|
||||
libturbojpeg.so:graphics/libjpeg-turbo \
|
||||
libwinpr2.so:net/freerdp \
|
||||
libssh.so:security/libssh
|
||||
libssh.so:security/libssh \
|
||||
libz-ng.so:archivers/zlib-ng
|
||||
RUN_DEPENDS= xfreerdp:net/freerdp
|
||||
|
||||
USES= gl gmake qmake qt:6
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= myb-project
|
||||
GH_TAGNAME= 6955032
|
||||
#GH_TAGNAME= 6955032
|
||||
USE_GL= gl
|
||||
USE_QT= 5compat base multimedia tools:build
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1737743875
|
||||
SHA256 (myb-project-mybee-qt-25.01.5-6955032_GH0.tar.gz) = bde7212cc2a9099083a5b8f73a5f7c4a23351fbdd49ebf2242e798f2b1942cc6
|
||||
SIZE (myb-project-mybee-qt-25.01.5-6955032_GH0.tar.gz) = 3878705
|
||||
TIMESTAMP = 1739729378
|
||||
SHA256 (myb-project-mybee-qt-25.02.1_GH0.tar.gz) = ac9b7acaae0b197f620b324731e700f4ae0e13d3e5b7bdda22278ccfb2ec9ab9
|
||||
SIZE (myb-project-mybee-qt-25.02.1_GH0.tar.gz) = 3599613
|
||||
|
|
|
@ -1,13 +1,15 @@
|
|||
--- mybee-qt.pro.orig 2025-01-23 11:34:32 UTC
|
||||
--- mybee-qt.pro.orig 2025-02-16 18:06:21 UTC
|
||||
+++ mybee-qt.pro
|
||||
@@ -1,8 +1,8 @@ TEMPLATE = subdirs
|
||||
@@ -1,11 +1,10 @@ TEMPLATE = subdirs
|
||||
TEMPLATE = subdirs
|
||||
-SUBDIRS = libssh freerdp2 vnc src
|
||||
-SUBDIRS = zlib-ng libjpeg-turbo libssh freerdp2 vnc src
|
||||
+SUBDIRS = src
|
||||
|
||||
#CONFIG += ordered
|
||||
libssh.depends = zlib-ng
|
||||
freerdp2.depends = zlib-ng libjpeg-turbo
|
||||
vnc.depends = zlib-ng libjpeg-turbo
|
||||
-src.depends = libssh freerdp2 vnc
|
||||
+#src.depends = libssh freerdp2 vnc
|
||||
|
||||
DISTFILES += \
|
||||
APP_VERSION \
|
||||
|
|
|
@ -1,20 +1,27 @@
|
|||
--- src/src.pro.orig 2025-01-23 11:34:32 UTC
|
||||
--- src/src.pro.orig 2025-02-16 18:06:21 UTC
|
||||
+++ src/src.pro
|
||||
@@ -18,7 +18,7 @@ windows: INCLUDEPATH += ../win64/zlib/include
|
||||
DEFINES += LIBSSH_STATIC SSH_NO_CPP_EXCEPTIONS
|
||||
@@ -15,7 +15,8 @@ DEFINES += LIBSSH_STATIC SSH_NO_CPP_EXCEPTIONS
|
||||
CONFIG += file_copies lrelease embed_translations
|
||||
|
||||
windows: INCLUDEPATH += ../win64/zlib/include
|
||||
DEFINES += LIBSSH_STATIC SSH_NO_CPP_EXCEPTIONS
|
||||
-INCLUDEPATH += ../include ../include/freerdp2 ../include/winpr2
|
||||
+INCLUDEPATH += \"/usr/local/include/freerdp2\" \"/usr/local/include/winpr2\" ../include ../include/freerdp2 ../include/winpr2
|
||||
+#INCLUDEPATH += ../include ../include/freerdp2 ../include/winpr2
|
||||
+INCLUDEPATH += \"/usr/local/include/freerdp2\" \"/usr/local/include/freerdp2/freerdp/client\" \"/usr/local/include/winpr2\" ../include ../include/freerdp2 ../include/winpr2
|
||||
|
||||
!isEmpty(OPENSSL_ROOT_DIR) {
|
||||
INCLUDEPATH += $$clean_path($${OPENSSL_ROOT_DIR}/include)
|
||||
@@ -53,8 +53,6 @@ windows {
|
||||
@@ -63,10 +64,10 @@ windows {
|
||||
|
||||
LIBS += -lOpenSLES
|
||||
FREERDP_CHANNEL_LIBS = ../*.$${QMAKE_EXTENSION_STATICLIB}
|
||||
- } else {
|
||||
- FREERDP_CHANNEL_LIBS = ../lib/freerdp2/*.$${QMAKE_EXTENSION_STATICLIB}
|
||||
}
|
||||
} else { # any other unix & linux
|
||||
|
||||
LIBS += -L../lib -lssh -lvncclient
|
||||
- LIBS += ../lib/libssh.a ../lib/libvncclient.a
|
||||
- LIBS += ../lib/libfreerdp-client2.a ../lib/freerdp2/lib*.a ../lib/libfreerdp2.a ../lib/libwinpr2.a
|
||||
- LIBS += ../lib/libturbojpeg.a ../lib/libz.a
|
||||
- LIBS += -lssl -lcrypto -ldl -lutil
|
||||
+# LIBS += /usr/local/lib/libssh.a ../lib/libvncclient.a
|
||||
+# LIBS += ../lib/libfreerdp-client2.a ../lib/freerdp2/lib*.a ../lib/libfreerdp2.a ../lib/libwinpr2.a
|
||||
+# LIBS += ../lib/libturbojpeg.a ../lib/libz.a
|
||||
+ LIBS += -lssl -lcrypto -ldl -lutil -lturbojpeg -lz-ng -lssh -lfreerdp-client2 -lfreerdp2 -lwinpr2 -lvncclient -lz
|
||||
}
|
||||
|
||||
SOURCES += \
|
||||
|
|
Loading…
Add table
Reference in a new issue