1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

156 commits

Author SHA1 Message Date
Thomas Tuegel 198e8d6561 gstreamer: add ttuegel to maintainers 2016-05-09 10:01:58 -05:00
Tuomas Tynkkynen 584d884bd7 gstreamer: Fix multiple outputs split
- Explicitly moving the files breaks them, because the wrappers
  reference the files by absolute path.  Also this automatically
  moves the manpages to $dev as well.
- Need to explicitly set --exec-prefix since the pkgconfig file has
  `toolsdir=${exec_prefix}/bin`, breaking totem:

http://hydra.nixos.org/build/34980617/nixlog/1/raw

````
checking for BACKEND_TEST... yes
checking GStreamer 1.0 inspection tool... no
configure: error:
		Cannot find required GStreamer-1.0 tool 'gst-inspect-1.0'.
		It should be part of gstreamer-1_0-utils. Please install it.

builder for ‘/nix/store/npq2ihlsdniv4j3wbyparq9byjxqdi15-totem-3.18.1.drv’ failed with exit code 1
````

While at it, enable parallel build.
2016-04-27 05:01:03 +03:00
Thomas Tuegel 6a64edfa0e gstreamer-1.0: multiple outputs 2016-04-25 19:04:24 -05:00
Franz Pletz 5c4e00b6b7 gst_all_1: 1.6.1 -> 1.8.0 (#14628) 2016-04-24 19:40:20 +02:00
Nikolay Amiantov c6c85c0a58 gst_all_1.gst-plugins-bad: add mplex plugin 2016-04-21 17:23:56 +03:00
Vladimír Čunát ab15a62c68 Merge branch 'master' into closure-size
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
joachifm 8f0cd81708 Merge pull request #14014 from romildo/update.subtitleeditor
subtitleeditor: 0.41.0 -> 0.52.1
2016-03-18 15:00:14 +00:00
José Romildo Malaquias c0239360a4 gstreamermm 1.0: init at 1.4.3 2016-03-18 09:11:51 -03:00
宋文武 93feb5d115 drop my maintainership (close #13881) 2016-03-13 18:39:01 +01:00
Thomas Tuegel 3ef7671cea ncurses: combine $lib and $out outputs
The $lib output refers to the terminfo database in $out, which is about
10x larger than the ncurses shared library. Splitting these outputs
saves a small amount of space for any derivations that use the terminfo
database but not the ncurses library, but we do not have evidence that
any such exist.
2016-03-08 11:35:24 -06:00
Vladimír Čunát 09af15654f Merge master into closure-size
The kde-5 stuff still didn't merge well.
I hand-fixed what I saw, but there may be more problems.
2016-03-08 09:58:19 +01:00
Robin Gloster 995475944f qt_gstreamer1: add upstream patch to build with current gstreamer 2016-03-01 22:45:37 +00:00
Vladimír Čunát f9f6f41bff Merge branch 'master' into closure-size
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Spencer Whitt 89c690039a gst-plugins-ugly: add LAME mp3 encoder support 2015-12-15 22:38:13 -05:00
Spencer Whitt d6def26201 gst-plugins-good: add icecast support 2015-12-15 22:38:13 -05:00
Luca Bruno 5b0352a6a4 Merge branch 'master' into closure-size 2015-12-11 18:31:00 +01:00
Bjørn Forsman b2cad165bb gst-validate: init at 1.6.0
pitivi-0.95 requires this. (I added iyzsong as maintainer, in line with
the other gstreamer packages.)
2015-12-05 21:52:35 +01:00
Bjørn Forsman 84bc6d64ba gstreamer: 1.4.x -> 1.6.x (all modules)
(And while at it, gst-vaapi 0.6.0 -> 0.6.1.)

* gst-editing-services grew additional build time dependencies, flex and
  perl.

* gst-libav switched from libav to ffmpeg as "libav" provider, see
  http://gstreamer.freedesktop.org/releases/1.6/.
  Without using ffmpeg, one may hit issues such as this (which I
  initially did):

  (gst-plugin-scanner:19751): GStreamer-WARNING **: Failed to load plugin '/nix/store/0wgpq2yx9wrkp2mh4rn1c7zbiq2bqa2l-gst-libav-1.6.1/lib/gstreamer-1.0/libgstlibav.so':
  /nix/store/0wgpq2yx9wrkp2mh4rn1c7zbiq2bqa2l-gst-libav-1.6.1/lib/gstreamer-1.0/libgstlibav.so: undefined symbol: av_frame_get_sample_rate
2015-12-05 21:52:33 +01:00
Vladimír Čunát 17b86fef1e libva: build a lighter version by default
Mesa, X etc. are not very light dependencies.
This will also allow us to break the cycle with mesa.
2015-10-28 14:15:44 +01:00
Tuomas Tynkkynen 5f43846d23 gst-plugins-good: Avoid ncurses headers reference
Incredibly, the package doesn't even directly depend on it!
2015-10-28 10:23:04 +01:00
Vladimír Čunát 76ef7a93e3 Merge: xlibs and x11 attribute cleanup
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
宋文武 38812685ed gst-python -> pythonPackages.gst-python 2015-09-18 20:38:18 +08:00
Vladimír Čunát 88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Vladimír Čunát 0c74f18e4c xlibs.xlibs: remove
It was really ugly that `xlibs.xlibs` meant something else than `xlibs`,
especially when using `with xlibs`, such as in wine.
Also, now `xlibs` is the same as `xorg`.
2015-09-15 11:59:33 +02:00
Thomas Strobel 88be5eb371 gstreamer-vaapi: 0.5.10 -> 0.6.0 2015-07-19 17:06:32 +02:00
Vladimír Čunát 646ee283e8 gst-plugins-base-0.10: fix 32-bit build with gcc-4.9 2015-06-04 16:15:35 +02:00
William A. Kennington III b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
Thomas Strobel 32126ebf25 Add gstreamer-vaapi for gstreamer-1.0. 2015-05-24 12:53:14 +02:00
Pascal Wittmann 21c73b63b8 Turned two more meta.maintainers into lists 2015-05-14 19:15:22 +02:00
Spencer Whitt 626a047b2d gstreamermm: enable Darwin 2015-04-18 19:02:47 -04:00
Spencer Whitt b2589bb0ba gst-plugins-ugly 0.x: fix Darwin build 2015-04-18 19:02:47 -04:00
Spencer Whitt 3001119d53 gst-plugins-good 0.x: fix Darwin build 2015-04-18 19:02:46 -04:00
Spencer Whitt 4318768a10 gstreamer 0.x: fix for Darwin 2015-04-18 19:02:46 -04:00
Spencer Whitt a2616e0370 gnonlin, gst-editing-services: enable Darwin 2015-04-18 19:02:45 -04:00
Spencer Whitt a936dd0011 gst-plugins-ugly 1.x: fix Darwin build 2015-04-18 19:02:45 -04:00
Spencer Whitt 0115d512fe gst-plugins-bad 1.x: fix Darwin build 2015-04-18 19:02:45 -04:00
Spencer Whitt f4873eff16 gst-plugins-good 1.x: fix Darwin build 2015-04-18 19:02:44 -04:00
Spencer Whitt a9644c2ddd gst-plugins-base 1.x: fix Darwin build 2015-04-18 19:02:44 -04:00
Spencer Whitt f752a8c419 gstreamer 1.x: build on Darwin 2015-04-18 19:02:43 -04:00
Sou Bunnbu e4987099e7 Merge pull request #5878 from bjornfor/gstreamer-envvar-wrapper
gstreamer: wrap gst-{launch,inspect,typefind} with GST_PLUGIN_SYSTEM_PATH
2015-01-22 09:12:40 +08:00
Bjørn Forsman 11aa06c574 gstreamer: wrap gst-{launch,inspect,typefind} with GST_PLUGIN_SYSTEM_PATH
So that the tools become useable. The cool thing about wrapping them
like this (looping over $NIX_PROFILES) is that they will work on
non-NixOS systems too, given that $NIX_PROFILES is set correctly.

If you want the old (pure?) behaviour, just run gst-launch etc. with
empty $NIX_PROFILES.
2015-01-20 21:48:09 +01:00
Brian McKenna 8c66a5e8c0 Enable experimental for gst-plugins-good
This enables v4l2sink, a way of piping input into v4l2loopback. This is
useful for using a phone camera as a webcam, for example.
2015-01-18 22:46:50 -07:00
Vladimír Čunát ca1116d297 gst-plugins-good-0.10: add libsoup support (close #5749) 2015-01-13 22:56:00 +01:00
Vladimír Čunát d89518bd1b gstreamer-1: double maintenance bump
CC maintainer @iyzsong.
2014-12-25 11:55:04 +01:00
Domen Kožar fd500f1a92 fix eval 2014-12-04 14:30:18 +01:00
Domen Kožar bd85d3ea7d qt-gstreamer1: fix build 2014-12-04 14:27:09 +01:00
宋文武 9b014b3642 gst-plugins-bad: enable gl plugin (close #4763) 2014-11-05 16:19:07 +01:00
Peter Simons a9c53037fa Merge remote-tracking branch 'origin/master' into staging. 2014-11-02 16:15:53 +01:00
Domen Kožar 788a77d26a Merge pull request #4721 from rycee/gst-python
Cleanups of legacy gst-python package
2014-11-01 12:36:16 +02:00
Robert Helgesson 2b09dc566a Disable failing test case.
The test fails due to bug in the pygobject dependency.
2014-10-29 20:29:42 +01:00