Maxim Cournoyer
9634b927a8
gnu: python-gst: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (python-gst): Update to 1.22.1.
[arguments]: Use meson-0.63.
2023-03-28 20:15:14 -04:00
Maxim Cournoyer
357fcb8bb1
gnu: gst-editing-services: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.22.1.
[arguments]: Use meson-0.63.
2023-03-28 20:15:14 -04:00
Maxim Cournoyer
3f33da2759
gnu: gst-libav: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.22.1.
[arguments]: Use meson-0.63.
2023-03-28 20:15:14 -04:00
Maxim Cournoyer
848bad8cc9
gnu: gst-plugins-ugly: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.22.1.
[arguments]: Use meson-0.63.
2023-03-28 20:15:13 -04:00
Maxim Cournoyer
d7670ab18c
gnu: gst-plugins-bad: Update to 1.22.1 and reinstate a few tests.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.22.1.
[arguments]: Use meson-0.63. Remove the disable-asfmux-test and reinstate the
msdkh264enc, svthevcenc, dash_mpd and curlhttpsrc tests.
2023-03-28 20:15:13 -04:00
Maxim Cournoyer
88b7ffacc1
gnu: gst-plugins-good: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.22.1.
[arguments]: Use meson-0.63.
2023-03-28 20:15:13 -04:00
Maxim Cournoyer
efd1b4f66b
gnu: gst-plugins-base: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.22.1.
[arguments]: Use meson-0.63.
2023-03-28 20:15:13 -04:00
Maxim Cournoyer
0ae675ad87
gnu: gstreamer-docs: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.22.1.
2023-03-28 20:15:13 -04:00
Maxim Cournoyer
697785e652
gnu: gstreamer: Update to 1.22.1.
...
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.22.1.
[arguments]: Use meson-0.63.
2023-03-28 20:15:09 -04:00
Maxim Cournoyer
839bb4616f
Merge remote-tracking branch 'origin/master' into staging.
...
With resolved conflicts in:
gnu/packages/ibus.scm
gnu/packages/image.scm
gnu/packages/lisp.scm
gnu/packages/virtualization.scm
2023-03-23 21:45:21 -04:00
Maxim Cournoyer
2dc2722dc0
gnu: ccextractor: Update to 0.94 and fix build.
...
* gnu/packages/gstreamer.scm (ccextractor): Update to 0.94.
[source]: Apply patches. Add FIXME comment.
[build-system]: Switch to gnu-build-system.
[arguments]: Delete #tests? argument. Delete trailing #t and use gexps.
Adjust configure flags accordingly, removing WITH_SHARING (doesn't exist for
Autoconf) and adding '--without-rust'. Override check phase.
[native-inputs]: Remove labels. Remove python-wrapper and perl.
[propagated-inputs]: Remove labels. Remove nanomsg and zlib. Replace
leptonica with leptonica-1.80. replace tesseract-ocr with tesseract-ocr-4.
* gnu/packages/patches/ccextractor-add-missing-header.patch: New file.
* gnu/packages/patches/ccextractor-autoconf-tesseract.patch: Likewise.
* gnu/packages/patches/ccextractor-fix-ocr.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Register them.
2023-03-17 10:40:02 -04:00
Ricardo Wurmus
e0ea8fb1ea
gnu: Add gst-plugins-espeak.
...
* gnu/packages/gstreamer.scm (gst-plugins-espeak): New variable.
2023-02-27 16:13:44 +01:00
Maxim Cournoyer
d88cee1d44
Merge branch 'master' into staging.
...
With conflicts resolved in:
gnu/packages/version-control.scm
2023-02-08 09:41:45 -05:00
Maxim Cournoyer
d2b9b4b861
gnu: gstreamer: Do not reference Python.
...
* gnu/packages/gstreamer.scm (gstreamer) [native-inputs]: Replace
python-wrapper with python.
[arguments]: List python in #:disallowed-references. Add a
'do-not-capture-python phase.
2023-02-08 08:57:27 -05:00
Morgan Smith
c5586ceee8
gnu: Fix home-page typos
...
* gnu/packages/accessibility.scm (espeakup): ttps -> https
* gnu/packages/emacs-xyz.scm (emacs-soap-client): httpa -> https
* gnu/packages/gstreamer.scm (esounds): Remove newline
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-01-19 17:54:49 +01:00
Martin Schmidt
27efd3ed3c
gnu: Add gst-plugins-good-qt.
...
* gnu/packages/gstreamer.scm (gst-plugins-good-qt): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-12-13 13:42:11 +00:00
Efraim Flashner
5e03354ef5
gnu: gst-plugins-bad: Skip elements/camerabin test on riscv64-linux.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip the
elements/camerabin test on riscv64-linux too.
2022-11-30 21:03:32 +02:00
Christopher Baines
ca98b3ab26
gnu: gst-plugins-bad: Skip elements/camerabin test on some systems.
...
It seems to frequently fail on i686-linux and aarch64-linux.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip the
elements/camerabin test on i686-linux and aarch64-linux.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-26 13:48:26 +01:00
Marius Bakke
bf30303c17
gnu: gst-plugins-bad: Build without faac.
...
This is a follow-up to commit fe0ab5dbea
.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove FAAC.
2022-10-16 15:14:38 +02:00
Efraim Flashner
62da6c6169
gnu: svt-hevc: Limit to x86_64-linux.
...
* gnu/packages/video.scm (svt-hevc)[supported-systems]: Remove
i686-linux. Add comment.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Don't add
svt-hevc when building for i686-linux.
2022-09-19 18:12:48 +03:00
Marius Bakke
d4ebf063f1
gnu: gst-plugins-bad: Explicitly use OpenSSL@1.1.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Change from OPENSSL to
OPENSSL-1.1.
2022-09-18 13:09:13 +02:00
Marius Bakke
09efea1ce0
gnu: gstreamer: Disable failing tests on i686 again.
...
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Disable two tests on
i686-linux.
2022-09-17 00:36:28 +02:00
Efraim Flashner
4e6c39e17e
gnu: gst-plugins-bad: Use librsvg-for-system.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Replace librsvg
with librsvg-for-system.
2022-09-03 23:44:58 +03:00
Efraim Flashner
24d8a0cb70
gnu: gst-plugins-bad: Remove duplicate input.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove duplicate
architecture-specific input mediasdk.
2022-09-03 21:26:40 +03:00
Efraim Flashner
cd782ad7e4
gnu: gst-plugins-base: Skip more tests on some platforms.
...
* gnu/packages/gstreamer.scm (gst-plugins-base)[arguments]: Extend the
custom 'disable-problematic-tests phase to selectively remove some tests
on certain architectures.
2022-09-01 17:15:15 +03:00
Efraim Flashner
3fdeb158d8
gnu: gst-plugins-base: Build with orc on all platforms.
...
* gnu/packages/gstreamer.scm (gst-plugins-base)[propagated-inputs]:
Build with orc on all platforms.
2022-09-01 16:44:50 +03:00
Marius Bakke
fb3d90b8f3
gnu: gst-plugins-base: Propagate gudev.
...
This is a follow-up to commit f1e8cc6a98
.
* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Move LIBGUDEV ...
[propagated-inputs]: ... here.
2022-08-27 16:15:53 +02:00
Liliana Marie Prikler
cd7438c422
gnu: gst-editing-services: Update FIXME comment.
...
There are now 23 total tests in gst-editing-services.
* gnu/packages/gstreamer.scm (gst-editing-services)[arguments]: Update FIXME.
2022-07-28 22:06:01 +02:00
Liliana Marie Prikler
ab0f743139
gnu: gst-python: Use new package style.
...
* gnu/packages/gstreamer.scm (gst-python)[arguments]: Convert to list of
G-Expressions.
2022-07-28 22:06:01 +02:00
Liliana Marie Prikler
759f9e7135
gnu: gst-editing-services: Use new package style.
...
* gnu/packages/gstreamer.scm (gst-editing-services)[arguments]: Convert to
list of G-Expressions.
[native-inputs]: Drop labels.
2022-07-28 22:06:01 +02:00
Liliana Marie Prikler
43aeb00426
gnu: gst-plugins-ugly: Use new package style.
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly)[arguments]: Convert to list of
G-Expressions.
[native-inputs]: Drop labels.
2022-07-28 22:06:00 +02:00
Liliana Marie Prikler
673af7e81e
gnu: gst-plugins-bad: Use new package style.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Convert to list of
G-Expressions.
[native-inputs, inputs]: Drop labels.
2022-07-28 22:06:00 +02:00
Liliana Marie Prikler
f1b70e156a
gnu: gst-plugins-good: Use new package style.
...
* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Convert to list of
G-Expressions.
[propagated-inputs, native-inputs]: Drop labels.
[inputs]: Drop labels, also sort alphabetically.
2022-07-28 20:52:13 +02:00
Liliana Marie Prikler
4d08f984e9
gnu: gstreamer: Use new package style.
...
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Convert to list of
G-Expressions.
[native-inputs]: Drop labels.
2022-07-28 20:52:13 +02:00
Liliana Marie Prikler
98f170e61c
gnu: Add gst-plugins-bad-minimal.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad-minimal): New variable.
2022-07-28 20:52:13 +02:00
Liliana Marie Prikler
f1fdde3c45
gnu: gst-plugins/selection: Implement in terms of G-Expressions.
...
* gnu/packages/gstreamer.scm (gst-plugins/selection)[#:configure-flags]:
Use G-Expressions.
[#:phases]: Likewise. Drop trailing #t.
* gnu/packages/video.scm (pitivi)[inputs]: Adjust accordingly.
2022-07-28 20:52:06 +02:00
Liliana Marie Prikler
badee2b419
gnu: python-gst: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (python-gst): Update to 1.20.3.
2022-07-28 20:30:45 +02:00
Liliana Marie Prikler
c33b2ccddf
gnu: gstreamer-docs: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.20.3.
2022-07-28 20:30:44 +02:00
Liliana Marie Prikler
a6c3a6d798
gnu: gst-editing-services: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.20.3.
2022-07-28 20:30:44 +02:00
Liliana Marie Prikler
a7c64b598b
gnu: gst-libav: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.20.3.
2022-07-28 20:30:44 +02:00
Liliana Marie Prikler
00319b9835
gnu: gst-plugins-ugly: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.20.3.
2022-07-28 20:30:44 +02:00
Liliana Marie Prikler
7d8d0addad
gnu: gst-plugins-bad: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.20.3.
2022-07-28 20:30:44 +02:00
Liliana Marie Prikler
9c02f19d6d
gnu: gst-plugins-good: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.20.3.
[source]<patches>: Remove “gst-plugins-good-fix-test.patch”.
[arguments]<#:phases>: Add ‘absolutize-libsoup-library’ and
‘skip-failing-tests’.
* gnu/packages/patches/gst-plugins-good-fix-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-07-28 20:30:43 +02:00
Liliana Marie Prikler
f1e8cc6a98
gnu: gst-plugins-base: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.20.3.
2022-07-28 20:30:43 +02:00
Liliana Marie Prikler
aaad1a19e8
gnu: gstreamer: Update to 1.20.3.
...
* gnu/packages/gstreamer.scm (gstreamer): Update to 1.20.3.
[#:phases]: Drop ‘disable-some-tests’ and ‘disable-problematic-tests’.
2022-07-28 20:30:43 +02:00
Liliana Marie Prikler
f3a5841559
gnu: python-gst: Add upstream-name.
...
* gnu/packages/gstreamer.scm (python-gst)[properties]: Add upstream-name.
2022-07-28 20:30:42 +02:00
Efraim Flashner
17984b0794
gnu: gst-plugins-bad: Limit inputs based on architecture.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Only build with
mediasdk and svt-hevc on supported architectures.
2022-07-18 01:08:29 +03:00
Efraim Flashner
72298df79d
gnu: Fix input typoes.
...
* gnu/packages/emulators.scm (nestopia-ue)[inputs]: Move ',' to its
operand.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Same.
2022-04-19 17:46:48 +03:00
Zhu Zihao
27a6e8501f
gnu: python-gst: Fix the concatenation of install path.
...
Fixes a regression introduced in a5c2e7961c
.
* gnu/packages/gstreamer.scm (python-gst):
[arguments]:
<configure-flags>: Add missing leading slash.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-05 20:41:40 +02:00
Leo Famulari
8e8a2377b6
gnu: gst-plugins-bad: Remove commented code that has no explanation.
...
This code comment has no explanation in the commit log. It was added in
commit 75924438e6
"gnu: gst-plugins-bad:
Add missing inputs to enable more features."
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove comment.
2022-01-12 13:31:24 -05:00