mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
PR: 261585 Reviewed by: riggs,jbeich,tcberner Differential Revision: https://reviews.freebsd.org/D36850
33 lines
910 B
Makefile
33 lines
910 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_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>
|