nixpkgs/pkgs/development/libraries/qt-5/5.5
Bjørn Forsman 2cec70ce6c qt55: fix qtmultimedia gstreamer support
Without this, configure will say:

  Checking for openal... no
  /tmp/nix-build-qtmultimedia-5.5.0.drv-0/qtmultimedia-opensource-src-5.5.0/qtmultimedia.pro:28:
  Variable GST_VERSION is not defined.
  Checking for resourcepolicy... no

And there may be application runtime errors like

  defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"

After this fix, configure will say:

  Checking for openal... no
  Checking for gstreamer... yes
  Checking for gstreamer_photography... no
  Checking for gstreamer_encodingprofiles... yes
  Checking for gstreamer_appsrc... yes
  Checking for linux_v4l... yes
  Checking for resourcepolicy... no

And the above runtime error will not appear.

This fix is similar to 449b6028 ("qt5.multimedia: fix gstreamer
support."), except with Qt 5.5 we also need to set GST_VERSION.
2015-11-09 10:55:04 +01:00
..
qtbase makeQtWrapper: wrap XDG directories 2015-10-31 08:48:53 -05:00
qtdeclarative qt55: set QML import paths from NIX_PROFILES 2015-10-30 16:10:37 -05:00
qtquick1 qt55: set Qt Quick import paths from NIX_PROFILES 2015-10-30 16:10:37 -05:00
qtscript
qtserialport
qtwebkit
default.nix qt55: set QML import paths from NIX_PROFILES 2015-10-30 16:10:37 -05:00
fetchsrcs.sh
make-qt-wrapper.sh makeQtWrapper: wrap XDG directories 2015-10-31 08:48:53 -05:00
qtconnectivity.nix
qtdoc.nix
qtenginio.nix
qtgraphicaleffects.nix
qtimageformats.nix
qtlocation.nix
qtmultimedia.nix qt55: fix qtmultimedia gstreamer support 2015-11-09 10:55:04 +01:00
qtquickcontrols.nix
qtsensors.nix
qtsvg.nix
qttools.nix
qttranslations.nix
qtwebkit-examples.nix
qtwebsockets.nix
qtx11extras.nix
qtxmlpatterns.nix
srcs.nix