mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11-toolkits/soqt: update to 1.6.3
Release Notes: https://github.com/coin3d/soqt/releases/tag/v1.6.3
This commit is contained in:
parent
ec1d57da62
commit
9b1d3a7bce
3 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= SoQt
|
PORTNAME= SoQt
|
||||||
PORTVERSION= 1.6.1
|
PORTVERSION= 1.6.3
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
# cannot USE_GITHUB: submodules required, distfile built by upstream
|
# cannot USE_GITHUB: submodules required, distfile built by upstream
|
||||||
MASTER_SITES= https://github.com/coin3d/soqt/releases/download/v${PORTVERSION}/
|
MASTER_SITES= https://github.com/coin3d/soqt/releases/download/v${PORTVERSION}/
|
||||||
|
@ -15,8 +15,8 @@ LICENSE= BSD3CLAUSE
|
||||||
LIB_DEPENDS= libCoin.so:graphics/Coin
|
LIB_DEPENDS= libCoin.so:graphics/Coin
|
||||||
|
|
||||||
USES= cmake:noninja compiler:c++11-lang dos2unix gl \
|
USES= cmake:noninja compiler:c++11-lang dos2unix gl \
|
||||||
localbase pathfix pkgconfig qmake:no_env qt:5 xorg
|
localbase pathfix pkgconfig qmake:no_env qt:6 xorg
|
||||||
USE_QT= buildtools core gui opengl qmake widgets
|
USE_QT= base
|
||||||
USE_GL= gl glu
|
USE_GL= gl glu
|
||||||
USE_XORG= ice sm x11 xext xi
|
USE_XORG= ice sm x11 xext xi
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
@ -24,7 +24,7 @@ USE_LDCONFIG= yes
|
||||||
CPPFLAGS+= -I${QT_INCDIR}/QtCore -I${QT_INCDIR}
|
CPPFLAGS+= -I${QT_INCDIR}/QtCore -I${QT_INCDIR}
|
||||||
CXXFLAGS+= -I${LOCALBASE}/include
|
CXXFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${QT_LIBDIR} -L${LOCALBASE}/lib
|
LDFLAGS+= -L${QT_LIBDIR} -L${LOCALBASE}/lib
|
||||||
CMAKE_ARGS+= -DSOQT_USE_QT4=off -DSOQT_USE_QT5=on -DSOQT_USE_QT6=off
|
CMAKE_ARGS+= -DSOQT_USE_QT5=off -DSOQT_USE_QT6=on -DSOQT_VERBOSE="ON"
|
||||||
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
|
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/soqt
|
WRKSRC= ${WRKDIR}/soqt
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1700512870
|
TIMESTAMP = 1727380162
|
||||||
SHA256 (soqt-1.6.1-src.tar.gz) = 80289d9bd49ffe709ab85778c952573f43f1c725ea958c6d5969b2e9c77bb3ba
|
SHA256 (soqt-1.6.3-src.tar.gz) = 79342e89290783457c075fb6a60088aad4a48ea072ede06fdf01985075ef46bd
|
||||||
SIZE (soqt-1.6.1-src.tar.gz) = 1705089
|
SIZE (soqt-1.6.3-src.tar.gz) = 7673080
|
||||||
|
|
|
@ -22,12 +22,12 @@ include/Inventor/Qt/viewers/SoQtPlaneViewer.h
|
||||||
include/Inventor/Qt/viewers/SoQtViewer.h
|
include/Inventor/Qt/viewers/SoQtViewer.h
|
||||||
include/Inventor/Qt/widgets/SoQtPopupMenu.h
|
include/Inventor/Qt/widgets/SoQtPopupMenu.h
|
||||||
include/Inventor/Qt/widgets/SoQtThumbWheel.h
|
include/Inventor/Qt/widgets/SoQtThumbWheel.h
|
||||||
lib/cmake/SoQt-1.6.1/soqt-config-version.cmake
|
lib/cmake/SoQt-1.6.3/soqt-config-version.cmake
|
||||||
lib/cmake/SoQt-1.6.1/soqt-config.cmake
|
lib/cmake/SoQt-1.6.3/soqt-config.cmake
|
||||||
lib/cmake/SoQt-1.6.1/soqt-export-%%CMAKE_BUILD_TYPE%%.cmake
|
lib/cmake/SoQt-1.6.3/soqt-export-%%CMAKE_BUILD_TYPE%%.cmake
|
||||||
lib/cmake/SoQt-1.6.1/soqt-export.cmake
|
lib/cmake/SoQt-1.6.3/soqt-export.cmake
|
||||||
lib/libSoQt.so
|
lib/libSoQt.so
|
||||||
lib/libSoQt.so.20.6.1
|
lib/libSoQt.so.20.6.3
|
||||||
lib/libSoQt.so.20
|
lib/libSoQt.so.20
|
||||||
libdata/pkgconfig/SoQt.pc
|
libdata/pkgconfig/SoQt.pc
|
||||||
%%DATADIR%%/materials/artdeco/artdeco.h
|
%%DATADIR%%/materials/artdeco/artdeco.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue