Qt4 bindings for GStreamer multimedia library Maintained by:fluffy@FreeBSD.org Port Added: 05 Feb 2011 11:45:20 License: not specified in port
QtGStreamer is a set of libraries and plugins providing C++ bindings for
GStreamer with a Qt4-style API plus some helper classes for integrating
GStreamer better in Qt4 applications.
Currently, it consists of the following parts:
* QtGLib - Library providing C++/Qt bindings for parts of the GLib
and GObject APIs, a base on which QtGStreamer is built.
* QtGStreamer - Library providing C++/Qt bindings for GStreamer
* QtGStreamerUi - Library providing integration with QtGui. Currently,
it only provides a video widget that embeds GStreamer's
video sinks.
In addition, it provides a "qwidgetvideosink" GStreamer element, an video
sink element that can draw directly on QWidgets using QPainter.
WWW: http://gstreamer.freedesktop.org/
Require qtestlib only to build the port.
It is needed only to build the unit tests, so it does not make sense to depend
on it during run-time.
Approved by: avilla (mentor)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav