nixpkgs/pkgs
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
..
applications Merge pull request #10656 from rycee/bump/gpsbabel 2015-11-06 15:40:15 +01:00
build-support Revert "Don't fail if env-vars cannot be written to" 2015-11-04 07:30:02 +01:00
data hack-font 2.015 -> 2.017 2015-11-04 15:22:48 +01:00
desktops plasma_stable: plasma-5.3.2 -> plasma-5.4.2 2015-10-31 08:48:54 -05:00
development qt55: fix qtmultimedia gstreamer support 2015-11-09 10:55:04 +01:00
games fix eval 2015-11-02 15:33:32 +01:00
misc lilypond: allow build on darwin 2015-10-31 12:24:25 +01:00
os-specific Merge pull request #9463 from khumba/nm-connection-sharing 2015-11-06 11:16:50 +01:00
servers mariadb: 10.0.21 -> 10.0.22 2015-11-06 16:10:23 +01:00
shells fish: fix use hostname from the store instead of from the environment 2015-11-06 09:55:55 +01:00
stdenv Revert "Don't fail if env-vars cannot be written to" 2015-11-04 07:30:02 +01:00
test
tools t1utils: set meta.platforms = all 2015-11-06 17:26:06 +01:00
top-level Merge pull request #9980 from wavewave/gradle25 2015-11-06 17:17:28 +01:00