pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/soqt: update to 1.5.0



Module Name:	pkgsrc-wip
Committed By:	Rumko <rumko%NetBSD.org@localhost>
Pushed By:	rumko
Date:		Sat Apr 9 16:35:37 2016 +0200
Changeset:	746e7b6ca56d97c68dc31abb14d2d74929ffbd38

Modified Files:
	soqt/Makefile
	soqt/PLIST
	soqt/distinfo

Log Message:
wip/soqt: update to 1.5.0

Change log:
* new:
  - Builds against Qt3 and Qt4 without dependency on Qt3Support for Qt4
  - Added support for reading texture images using Qt
  - Added multisample support
  - Added getVersionToolkitString() providing the version of the
    underlying GUI toolkit version in use

* bugfixes:
  - Corrected spacing, margin and width fixes for application buttons
  - Workaround for Qt versions with no QThread-support
  - Improved Qt4 detection
  - Various compile and robustness fixes
  - Plugged memory leaks
  - Many bug fixes

* build system:
  - Updated autotools to autoconf-2.65, automake-1.8.3, libtool-1.5.26
  - Changed default location for generated HTML documentation
  - Added pkg-config description and detection support

* other:
  - Removal of Spaceball support

Also take over maintainership.

Ok@ silasdb

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=746e7b6ca56d97c68dc31abb14d2d74929ffbd38

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 soqt/Makefile | 8 +++++---
 soqt/PLIST    | 2 +-
 soqt/distinfo | 7 ++++---
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs:
diff --git a/soqt/Makefile b/soqt/Makefile
index 1444267..5eaa768 100644
--- a/soqt/Makefile
+++ b/soqt/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD: Makefile,v 1.4 2012/10/07 16:23:15 asau Exp $
 #
 
-DISTNAME=	SoQt-1.4.1
+DISTNAME=	SoQt-1.5.0
 PKGNAME=	${DISTNAME:tl}
 CATEGORIES=	graphics
-MASTER_SITES=	http://ftp.coin3d.org/coin/src/all/
+MASTER_SITES=	https://bitbucket.org/Coin3D/coin/downloads/
 
-MAINTAINER=	silasdb%gmail.com@localhost
+MAINTAINER=	rumko%netbsd.org@localhost
 HOMEPAGE=	http://www.coin3d.org/lib/soqt/
 COMMENT=	Legacy library that provides glue between Coin and Qt
 LICENSE=	gnu-gpl-v2
@@ -19,6 +19,8 @@ USE_TOOLS+=	gmake
 
 USE_LANGUAGES=	c c++
 
+REPLACE_PERL+=	cfg/gendsp.pl cfg/doxy4win.pl
+
 .include "../../graphics/Coin/buildlink3.mk"
 .include "../../graphics/Mesa/buildlink3.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
diff --git a/soqt/PLIST b/soqt/PLIST
index 7906fba..1b248af 100644
--- a/soqt/PLIST
+++ b/soqt/PLIST
@@ -11,7 +11,6 @@ include/Inventor/Qt/SoQtRenderArea.h
 include/Inventor/Qt/devices/SoQtDevice.h
 include/Inventor/Qt/devices/SoQtKeyboard.h
 include/Inventor/Qt/devices/SoQtMouse.h
-include/Inventor/Qt/devices/SoQtSpaceball.h
 include/Inventor/Qt/editors/SoQtColorEditor.h
 include/Inventor/Qt/editors/SoQtMaterialEditor.h
 include/Inventor/Qt/nodes/SoGuiColorEditor.h
@@ -25,6 +24,7 @@ include/Inventor/Qt/viewers/SoQtViewer.h
 include/Inventor/Qt/widgets/SoQtPopupMenu.h
 include/Inventor/Qt/widgets/SoQtThumbWheel.h
 lib/libSoQt.la
+lib/pkgconfig/SoQt.pc
 man/man1/soqt-config.1
 share/Coin/conf/soqt-default.cfg
 share/aclocal/soqt.m4
diff --git a/soqt/distinfo b/soqt/distinfo
index 9b8c4e9..2a0ef12 100644
--- a/soqt/distinfo
+++ b/soqt/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.1 2010/11/02 13:26:43 silasdb Exp $
 
-SHA1 (SoQt-1.4.1.tar.gz) = bbbb4eedf308fa4ea46bb20700cb5bbdc39fe85f
-RMD160 (SoQt-1.4.1.tar.gz) = 5978543ff90db0943675bd3acf883849b42d3586
-Size (SoQt-1.4.1.tar.gz) = 1706403 bytes
+SHA1 (SoQt-1.5.0.tar.gz) = c64f00f8c219b69f10ddfffe6294fb02be73dd20
+RMD160 (SoQt-1.5.0.tar.gz) = 04e9179954f7e3bfb5d1c595ad6c62215bc24ad2
+SHA512 (SoQt-1.5.0.tar.gz) = e65596bf466b56aa0d7c4f367b250ba3a77094cf1a529c1e2a199b8b91106ab8954873ddfc9f9cd7ff359c0f82e6bbf32d30e78e3fb92733490937e477890a0b
+Size (SoQt-1.5.0.tar.gz) = 1515230 bytes


Home | Main Index | Thread Index | Old Index