diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 22:58:55 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-02-14 22:58:55 +0000 |
commit | 2d8b5de9c8741fee001355c270847ea6edebd952 (patch) | |
tree | 94cebcca98b96f7b4488709cf970696ac272c0e6 /x11/py-qt4-opengl | |
parent | de086ca81bb97192fb9cd50dba868f783132c321 (diff) | |
download | ports-2d8b5de9c8741fee001355c270847ea6edebd952.tar.gz ports-2d8b5de9c8741fee001355c270847ea6edebd952.zip |
Notes
Diffstat (limited to 'x11/py-qt4-opengl')
-rw-r--r-- | x11/py-qt4-opengl/Makefile | 28 | ||||
-rw-r--r-- | x11/py-qt4-opengl/distinfo | 6 | ||||
-rw-r--r-- | x11/py-qt4-opengl/pkg-plist | 18 |
3 files changed, 23 insertions, 29 deletions
diff --git a/x11/py-qt4-opengl/Makefile b/x11/py-qt4-opengl/Makefile index 266d958d43e3..273c666fc26d 100644 --- a/x11/py-qt4-opengl/Makefile +++ b/x11/py-qt4-opengl/Makefile @@ -6,15 +6,13 @@ PORTNAME= opengl PORTVERSION= ${PYQT4_VERSION} -PORTREVISION= 2 PORTEPOCH= 1 - CATEGORIES= x11 devel python MASTER_SITES= ${MASTER_SITES_PYQT4} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt4- DISTNAME= ${PYQT4_DISTNAME} -MAINTAINER= ${PYQT_MAINTAINER} +MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt4 toolkit, QtOpenGL module BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:${PORTSDIR}/devel/py-sip @@ -23,7 +21,7 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}gui>=${PYQT4_VERSION}:${PORTSDIR}/x11-toolkits/py-q HAS_CONFIGURE= yes USE_PYTHON= 2.5+ USE_QT_VER= 4 -QT_COMPONENTS= opengl qmake +QT_COMPONENTS= opengl qmake_build OPTIONS= API "Install QtOpenGL API for QScintilla2" on \ DEBUG "Enable debugging in generated code" off \ @@ -33,11 +31,14 @@ OPTIONS= API "Install QtOpenGL API for QScintilla2" on \ PATCHDIR= ${PORTSDIR}/devel/py-qt4-core/files OPTIONSFILE= ${PORT_DBDIR}/py-qt4-${PORTNAME}/options SIPDIR= ${PREFIX}/share/py-sip +QSCIDIR= ${PREFIX}/share/qt4/qsci CONFIGURE_ENV+= PYQT4_COMPONENT="${PORTNAME}" ARGS= -b ${PREFIX}/bin\ - -d ${PYTHON_SITELIBDIR}\ - -q ${QT_PREFIX}/bin/qmake-qt4\ - --confirm-license + -d ${PYTHONPREFIX_SITELIBDIR}\ + -p ${PREFIX}/${QT_PLUGINDIR_REL}\ + -q ${QMAKE}\ + --confirm-license\ + --enable QtOpenGL .include "../../devel/py-sip/files/bsd.pyqt.mk" .include <bsd.port.pre.mk> @@ -48,26 +49,21 @@ ARGS+= --debug .if defined(WITHOUT_API) ARGS+= --no-qsci-api PLIST_SUB+= API="@comment " -PLIST_SUB+= APIFILE="@comment " .else -LIB_DEPENDS+= qscintilla2.3:${PORTSDIR}/devel/qscintilla2 -ARGS+= --qsci-api +LIB_DEPENDS+= qscintilla2.5:${PORTSDIR}/devel/qscintilla2 +ARGS+= --qsci-api --qsci-api-destdir=${QSCIDIR} PLIST_SUB+= API="" -PLIST_SUB+= APIFILE="share/qt4/qsci/api/python/QtOpenGL.api" .endif .if defined(WITHOUT_SIPFILES) ARGS+= --no-sip-files -PLIST_SUB+= SIPFILES="@comment " -PLIST_SUB+= SIPDIR="@comment " +PLIST_SUB+= SIP="@comment " .else ARGS+= --sipdir ${SIPDIR} -PLIST_SUB+= SIPFILES="" -PLIST_SUB+= SIPDIR="share/py-sip" +PLIST_SUB+= SIP="" .endif .if defined(WITH_TRACING) ARGS+= --trace .endif -ARGS+= --enable QtOpenGL do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV}\ diff --git a/x11/py-qt4-opengl/distinfo b/x11/py-qt4-opengl/distinfo index 8c72753540f7..886226b81fb2 100644 --- a/x11/py-qt4-opengl/distinfo +++ b/x11/py-qt4-opengl/distinfo @@ -1,3 +1,3 @@ -MD5 (PyQt-x11-gpl-4.3.3.tar.gz) = a2ead359f57d84c24bdd10de387e80b4 -SHA256 (PyQt-x11-gpl-4.3.3.tar.gz) = d36383e40a983f4d5d53b38bb85409e55a82e3aac0d7296abe68d913befa1e55 -SIZE (PyQt-x11-gpl-4.3.3.tar.gz) = 6191266 +MD5 (PyQt-x11-gpl-4.4.4.tar.gz) = 4bd346d56d10452e47ac71e2cbe04229 +SHA256 (PyQt-x11-gpl-4.4.4.tar.gz) = fc09c13b340078c7995fb2b6450c5b7de8ef9411962d311a1213e773c936509a +SIZE (PyQt-x11-gpl-4.4.4.tar.gz) = 6982063 diff --git a/x11/py-qt4-opengl/pkg-plist b/x11/py-qt4-opengl/pkg-plist index 8748cb0ca613..c92f697dfa06 100644 --- a/x11/py-qt4-opengl/pkg-plist +++ b/x11/py-qt4-opengl/pkg-plist @@ -1,11 +1,9 @@ %%PYTHON_SITELIBDIR%%/PyQt4/QtOpenGL.so -%%SIPFILES%%%%SIPDIR%%/QtOpenGL/QtOpenGLmod.sip -%%SIPFILES%%%%SIPDIR%%/QtOpenGL/qgl.sip -%%SIPFILES%%%%SIPDIR%%/QtOpenGL/qglcolormap.sip -%%SIPFILES%%%%SIPDIR%%/QtOpenGL/qglframebufferobject.sip -%%SIPFILES%%%%SIPDIR%%/QtOpenGL/qglpixelbuffer.sip -%%SIPFILES%%@dirrm %%SIPDIR%%/QtOpenGL -%%API%%%%APIFILE%% -%%API%%@dirrmtry share/qt4/qsci/api/python -%%API%%@dirrmtry share/qt4/qsci/api -%%API%%@dirrmtry share/qt4/qsci +%%SIP%%share/py-sip/QtOpenGL/QtOpenGLmod.sip +%%SIP%%share/py-sip/QtOpenGL/qgl.sip +%%SIP%%share/py-sip/QtOpenGL/qglcolormap.sip +%%SIP%%share/py-sip/QtOpenGL/qglframebufferobject.sip +%%SIP%%share/py-sip/QtOpenGL/qglpixelbuffer.sip +%%API%%share/qt4/qsci/api/python/QtOpenGL.api +@dirrm %%SIP%%share/py-sip/QtOpenGL +@dirrmtry %%PYTHON_SITELIBDIR%%/PyQt4 |