Commit Graph

87 Commits

Author SHA1 Message Date
Sergei Trofimovich
5881a720d3 gst_all_1.gst-plugins-bad: fix gcc-11 build by applying fix unconditionally
Without the change build on `gcc-11` fails as:

    $ nix build --impure --expr 'with import ./. {}; gst_all_1.gst-plugins-bad.override { stdenv = gcc11Stdenv; }' -L
    ...
    include/glib-2.0/glib/gatomic.h:113:19: error: argument 2 of '__atomic_load' must not be a pointer to a 'volatile' type
      113 |     __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \
          |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-11-26 23:33:44 +00:00
Jan Tojnar
1a8fc0bb52 gst_all_1.gst-plugins-bad: disable asserts
`lib/gstreamer-1.0/libgstdvbsubenc.so` and `lib/libgstcodecparsers-1.0.so` include `${gstreamer.dev}/include/gstreamer-1.0/gst/base/gstbitwriter.h` in their .rodata section, increasing the runtime closure unnecessarily. This happens because `gstbitwriter.h` header uses GLib’s `g_assert` macro, which wants to print `__FILE__` on assertion failure.

The assertions can and should be disabled on stable releases (7b8d74c15b) so let’s do that.
2021-10-13 22:53:14 +02:00
Sandro Jäckel
95947e7346
gst_all_1.gst-plugins-bad: enable libopenmtp 2021-09-05 03:57:00 +02:00
Rick van Schijndel
dc98b9aa7d gstreamer: support cross by disabling introspection 2021-07-02 21:06:51 +02:00
Jan Tojnar
c05d8ea394
gst_all_1.gst-plugins-bad: fix build on Darwin 2021-05-05 22:43:06 +02:00
Sandro Jäckel
40a88de407
gst_all_1: cleanup, remove darwin from inputs 2021-03-05 18:14:36 +01:00
Arthur Gautier
52eba2efb9 gst_all_1.gst-plugins-bad: adds voaacenc support
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-02-26 20:48:34 +00:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Luke Granger-Brown
68fdbc6be1 gstreamer: 1.18.1 -> 1.18.2 2020-12-17 07:33:19 +01:00
Luke Granger-Brown
46e30163ff gstreamer: 1.18.0 -> 1.18.1 2020-11-23 18:22:32 +01:00
Niklas Hambüchen
691e6e4c26 gst_all_1.gst-plugins-bad: libva/v4l2codecs are Linux-only. Fixes #104062 2020-11-18 21:13:42 +01:00
Jan Tojnar
e66ba6bd46 gst_all_1.gst-plugins-bad: fix build on Darwin
It fails with “Argument list too long” on Darwin,
let’s work around it using strictDeps.

Fixes: https://github.com/NixOS/nixpkgs/issues/103274
2020-11-11 17:29:28 +01:00
Niklas Hambüchen
7fddef376e gst_all_1.gst-plugins-bad: Add upstream patch to fix SRT usage 2020-10-24 02:02:09 +02:00
Niklas Hambüchen
0672de5b89 gstreamer: 1.16.2 -> 1.18.0
Fixes #98769.

Important changes from https://gstreamer.freedesktop.org/releases/1.18/:

* `gst-validate` was renamed to `gst-devtools` upstream:

    > * the `gst-validate` tarball has been superseded by
    >   the `gst-devtools` tarball for consistency with the git module name.

* `gst-python` is now Python 3 only:

    > * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Vladimír Čunát
2ba59c0f8e
Revert "gst_all_1.gst-plugins-bad: fix build after opencv4 update"
This reverts commit 1906fc5bd1.
After 18a6a778 it isn't needed anymore.
2020-05-06 08:40:19 +02:00
Vladimír Čunát
e8d3c1579b
Merge branch 'staging' into staging-next 2020-05-06 08:22:27 +02:00
Vladimír Čunát
1906fc5bd1
gst_all_1.gst-plugins-bad: fix build after opencv4 update
/cc #85879
2020-05-06 07:39:10 +02:00
Luka Blaskovic
e7d3d3b51f gst-plugins-bad: fix compilation with opencv 4.3 2020-05-02 05:00:39 +00:00
Trolli Schmittlauch
2df7f920d6 gst_all_1.gst-plugins-bad: disable zbar by default
gst-plugins-bad by default used to pull in gtk3 and qtbase and qtx11extras because of the default dependency on zbar.
As zbar is a rarely needed gstreamer plugin, this unnecessarily
increased the closure size.
I am only aware of gnome-keysign actually using the zbar plugin, so that
uses a zbar-enabled gst-plugins-bad.

closes #84845
2020-04-11 21:08:00 +02:00
worldofpeace
c6816b8f7c gst_all_1.gst-plugins-bad: fix build with neon 0.31
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1165
2020-04-03 19:01:41 -04:00
Orivej Desh
db1eb191fd lrdf: 0.5.0 -> 0.6.1
Also remove the second copy of lrdf from gstreamer/bad inputs.
2020-03-23 01:07:01 +00:00
Orivej Desh
e1c3085354 lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
2020-03-23 00:22:36 +00:00
Will Dietz
6c1f9493ed gst_all_1.gst-plugins-bad: 1.16.1 -> 1.16.2 2019-12-15 18:49:13 +01:00
adisbladis
c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
Niklas Hambüchen
2c800ed685
gst_all_1: Fix evaluation on Darwin, fix gstreamer builds.
Commit be382109ad broke evaluation
on Darwin because it added these unconditional buildInputs
that don't evaluate on Darwin:

    libnice librdf lilv lv2 serd sord sratom

This commit fixes it, and also fixes recently-added new dependencies
for other packages accordingly.

It further fixes the build of many gstreamer packages on Darwin.
2019-11-14 12:22:46 +01:00
Will Dietz
32680d9aaa
gst_all_1.gst-plugins-bad: 1.16.0 -> 1.16.1 2019-11-14 12:09:06 +01:00
Will Dietz
1f6d0f00a0
gst_all_1: pname-ification 2019-11-14 01:54:39 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Averell Dalton
9332773e51 wine: disable zbar in gst-plugins-bad 2019-07-23 16:30:56 +02:00
Niklas Hambüchen
a4c5d37226 gst_all_1.gst-plugins-bad: Fix rtmp dependency 2019-06-20 13:36:11 +02:00
Niklas Hambüchen
46d25e912d gst_all_1.gst-plugins-bad: Fix gsm dependency 2019-06-20 13:36:11 +02:00
Niklas Hambüchen
95bea55802 gstreamer: 1.15.1 -> 1.16.0
Changes needed:

* core: dbghelp disabled as it's not needed
* core: Fixed script not being executable and skipped by patchShebangs
* base: gtk_doc disabled because of wayland symbol error
* ges: Patch removed that was merged upstream:
  https://bugzilla.gnome.org/show_bug.cgi?id=794856#c16
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
1a6e572529 gstreamer: 1.14.4 -> 1.15.1, and extended gst-plugins-bad.
During the 1.14 -> 1.15 upgrade, lots of stuff stopped working because
gstreamer changed what features are enabled by default and which ones are
automatically turned on/off via pkgconfig dependency detection.

This resulted in the `gstreamer` ("core" attribute in nixpkgs) package
to have only 15 of its previous 163 build targets enabled, and downstream
packages breaking correspondingly.

To ease maintainability and to ensure users will find the expected features
available (and when not, will see in the nix file why not), we now pass
the `-Dauto_features=enabled` Meson build flag to all gstreamer builds,
which sets all `auto` dependencies to `enabled`, and we explicitly disable
those that we can't build.

This means in particular that `gst-plugins-bad` now has vastly more integrations
(namely all for which nixpkgs has libraries available).
2019-06-20 13:36:11 +02:00
Niklas Hambüchen
31981d2cd9 gstreamer: Add srt support to gst-plugins-bad 2019-01-23 01:08:09 +01:00
Jan Tojnar
dc1963594e gst_all_1.gst-plugins-bad: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-10-18 13:49:39 -04:00
Ben Wolsieffer
171259dce3 gst_all_1.gst-plugins-bad: 1.14.2 -> 1.14.4 2018-10-16 21:44:00 -04:00
Bastian Köcher
03c7e30aee gst_all_1.gst-plugins-bad: 1.14.0 -> 1.14.2 2018-08-30 13:30:00 +02:00
Jan Tojnar
be382109ad
gst_all_1.gst-plugins-bad: add more plug-ins 2018-07-10 12:18:01 +02:00
Matthew Justin Bauer
eeb016e8f0
Merge branch 'staging' into fix-ncurses-darwin-extensions 2018-05-02 15:40:38 -05:00
Jan Tojnar
6c5d860c8b
gst_all_1: fix botched merge
23741692 merged staging incorrectly
2018-04-26 20:40:35 +02:00
Jan Malakhovski
7438083a4d tree-wide: disable doCheck and doInstallCheck where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Matthew Bauer
734b13a817 gst-plugins: fix on Darwin 2018-04-24 18:35:54 -05:00
Frederik Rietdijk
23741692fa Merge master into staging 2018-04-04 19:36:39 +02:00
Bastian Köcher
e7410733f1 gst-plugins-bad: Removes unused depdency
See: https://bugzilla.gnome.org/show_bug.cgi?id=719849
2018-04-04 17:44:23 +02:00
Bastian Köcher
9ad4ca13c3 Moves gtksupport from gst-plugins-good to gst-plugins-bad 2018-04-04 17:43:36 +02:00
Bastian Köcher
40b4b87cc4 Switch to absolute path for includedir/libdir 2018-04-04 17:25:39 +02:00
Bastian Köcher
ac0d32b866 gst-plugins-bad: Switch to meson build system 2018-04-04 17:25:39 +02:00
Bastian Köcher
cd28a5e233 gst-plugins-bad: 1.12.3 -> 1.14.0 2018-04-04 17:25:39 +02:00
Matthew Bauer
ed2a9cf65f treewide: remove libintl hacks 2018-03-22 16:50:11 -05:00