7eb472473a
/wrkdirs/usr/ports/multimedia/gstreamer1-qt/work/qt-gstreamer-1.2.0/src/QGlib/connect.cpp:395:5: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] register bool ok = (m_handlerIdInRemoval != handlerId); ^~~~~~~~~
34 lines
928 B
Makefile
34 lines
928 B
Makefile
PORTNAME= gstreamer1
|
|
PORTVERSION= 1.2.0
|
|
PORTREVISION= 28
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-gstreamer/
|
|
PKGNAMESUFFIX= -qt5
|
|
DISTNAME= qt-gstreamer-${PORTVERSION}
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt ${FLAVOR:C/qt//} bindings for GStreamer 1.x multimedia library
|
|
WWW= https://gstreamer.freedesktop.org/
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
|
|
libgstreamer-1.0.so:multimedia/gstreamer1
|
|
|
|
CONFLICTS_INSTALL= gstreamer${PKGNAMESUFFIX}
|
|
|
|
USES= bison cmake compiler:c++11-lang gl gnome gstreamer pathfix pkgconfig qt:5 tar:xz
|
|
USE_CXXSTD= c++11
|
|
USE_GL= gl
|
|
USE_GNOME= glib20
|
|
USE_QT= buildtools:build qmake:build core declarative gui network opengl \
|
|
testlib widgets
|
|
|
|
USE_LDCONFIG= yes
|
|
CMAKE_OFF= USE_GST_PLUGIN_DIR USE_QT_PLUGIN_DIR
|
|
CMAKE_ARGS= -DQT_VERSION=5
|
|
|
|
PLIST_SUB= SHLIB_VER="${PORTVERSION}"
|
|
|
|
.include <bsd.port.mk>
|