NOTICE: This package has been removed from pkgsrc

./wip/qt4-gstreamer, C++ bindings (libraries and plugins) for GStreamer with a Qt-style API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.10.3, Package name: qt4-gstreamer-0.10.3, Maintainer: pkgsrc-users

QtGStreamer is a set of libraries and plugins providing C++ bindings for
GStreamer with a Qt-style API plus some helper classes for integrating GStreamer
better in Qt 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.
* QtGStreamerUtils - Library providing some high level utility classes.

In addition, it provides GStreamer elements for drawing video on widgets,
graphics items and QML items.

This is the Qt4 version of qt-gstreamer.


Required to run:
[graphics/MesaLib] [multimedia/gst-plugins0.10-base] [multimedia/gstreamer0.10] [devel/glib2] [x11/qt4-libs]

Required to build:
[pkgtools/x11-links] [devel/boost-headers] [x11/xcb-proto] [x11/fixesproto4] [pkgtools/cwrappers] [x11/xorgproto]

Package options: tests

Master sites:

RMD160: e2866248630ce810044d95843368595084151fc6
Filesize: 349.308 KB

Version history: (Expand)


CVS history: (Expand)


   2014-01-01 05:57:59 by othyro | Files touched by this commit (3)
Log message:
Updated to latest version, 0.10.3. From NEWS:

qt-gstreamer 0.10.3 (2013-10-14)
==================================

Additions:
    * Added Qt5 support.
    * Added GstDiscoverer bindings.
    * QGlib::Error can now be used in QGlib::Value
    * Added convenience constructors for QGst::ClockTime

Fixes:
    * Fixed qtglvideosink painting on QGLFrameBufferObject
    * Fixed codegen compilation with bison 2.6
    * Fixed example code in the QGst::Ui::GraphicsVideoSurface apidocs
    * Many fixes for windows support

Build system fixes and enhancements:
    * Use recent cmake goodies:
      * CMakePackageConfigHelpers, which simplifies QtGStreamerConfig.cmake
        and adds version checking in find_package(QtGStreamer)
      * CMAKE_POSITION_INDEPENDENT_CODE, which eliminates issues with
        missing -fPIC / -fPIE
      * GNUInstallDirs, which adds automagic support for debian multiarch
        and also takes away the need for LIB_SUFFIX
    * .dll's are now installed in the correct place ($prefix/bin) on windows
    * cmake config files are now installed in $libdir/cmake/$package
      instead of $libdir/$package
    * Renamed signal.h to qglib_signal.h to avoid problems where the compiler
      mixes it up with the C <signal.h>
    * Determine whether to use OpenGLES or desktop OpenGL by looking at
      what Qt is using on the target system instead of guessing.

Changes in dependencies:
    * CMake 2.8.9 is now required
    * Drop completely automoc dependency in favor of cmake's internal automoc
    * Qt5 can be used instead of Qt4. The resulting qt-gstreamer files
        will be co-installable with the ones built using Qt4.
   2013-05-12 03:12:32 by othyro | Files touched by this commit (7)
Log message:
Import qt4-gstreamer-0.10.2 as wip/qt4-gstreamer.

QtGStreamer is a set of libraries and plugins providing C++ bindings for
GStreamer with a Qt-style API plus some helper classes for integrating GStreamer
better in Qt 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.
* QtGStreamerUtils - Library providing some high level utility classes.

In addition, it provides GStreamer elements for drawing video on widgets,
graphics items and QML items.

This is the Qt4 version of qt-gstreamer.