me
/
guix
Archived
1
0
Fork 0
Commit Graph

294 Commits (7c51c9e3d4bc026813e94402c0e15429d38d4421)

Author SHA1 Message Date
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
Marius Bakke 467485a50a
gnu: Remove superfluous "linux-libre-headers" inputs.
This input is already propagated from glibc.

* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise.
* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS.
* gnu/packages/graphics.scm (directfb)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise.
* gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise.
(bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise.
* gnu/packages/video.scm (tslib)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise.
* gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise.
* gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
2021-12-13 23:28:57 +01:00
Ludovic Courtès e3196755e6
gnu: Further simplify package inputs.
This is the result of running:

  ./pre-inst-env guix style --input-simplification=safe

and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13 22:15:07 +01:00
Ludovic Courtès 8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Ludovic Courtès 689d141cd8
gnu: Remove librsvg@2.50 from the Xfce dependency graph.
This allows us to build Xfce on non-x86_64 platforms.

* gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Use
'librsvg-for-system' instead of 'librsvg'.
* gnu/packages/gtk.scm (guile-rsvg)[inputs]: Likewise.
* gnu/packages/xfce.scm (xfce4-xkb-plugin)[inputs]: Likewise.
2021-12-02 14:59:57 +01:00
Maxim Cournoyer ab22743ad4
gnu: gst-plugins-base: Disable the elements_appsrc test.
* gnu/packages/gstreamer.scm (gst-plugins-base): Remove trailing #t.
[phases]{disable-problematic-tests}: New phase.
2021-11-18 10:20:52 -05:00
Ludovic Courtès 3a317f7476
Merge branch 'master' into core-updates-frozen 2021-11-17 23:43:14 +01:00
Maxim Cournoyer b05f3e6a9b
gnu: gst-plugins-bad: Disable the nondeterministic 'shm_live' test.
* gnu/packages/gstreamer.scm (gst-plugins-bad):
[phases]{adjust-tests}: Disable the 'shm' test suite, which includes
'shm_live'.
2021-11-12 21:26:10 -05:00
Maxim Cournoyer 222b461878
gnu: zxing-cpp: Update to 1.2.0-0.00783db.
* gnu/packages/aidc.scm (zxing-cpp): Update to 1.2.0-0.00783db.
[version]: Use git-version.
[source]: Adjust accordingly.
[native-inputs]: Replace googletest-source by the regular googletest package.
Add fmt.
[arguments]: Remove field.
(zxing-cpp-1.2): New variable.
* gnu/packages/gstreamer.scm (gst-plugins-bad): Skip failing test.
[inputs]: Use zxing-cpp-1.2.
2021-11-11 12:18:24 -05:00
Maxim Cournoyer a4ad0187d3
gnu: gstreamer: Disable the pipelines-seek test.
* gnu/packages/gstreamer.scm (gstreamer)
[phases]{disable-problematic-tests}: New phase.
2021-11-11 12:18:24 -05:00
Maxim Cournoyer feab09f72a
gnu: gtk: Replace gdk-pixbuf+svg by librsvg.
With the addition of a profile hook for computing the gdk-pixbuf loaders cache
file, there is no longer a need for gdk-pixbuf+svg, and librsvg can propagate
gdk-pixbuf without fear, so replace the former for the latter.

The replacement was automated with the following command:

   $ git grep -l ',gdk-pixbuf+svg)' \
     | xargs sed 's/(".*" ,gdk-pixbuf+svg)/("librsvg" ,librsvg)/' -i

* gnu/packages/gtk.scm (gdk-pixbuf+svg): Delete package.
(gtk+-2)[propagated-inputs]: Replace gdk-pixbuf+svg with librsvg.
(gtk+)[propagated-inputs]: Likewise.
* gnu/packages/gnome.scm (gdk-pixbuf+svg): Add deprecated package.
2021-11-11 12:18:20 -05:00
Maxim Cournoyer a91eaf1bdc
gnu: gstreamer-docs: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gstreamer-docs): Update to 1.18.5.  Delete
trailing #t.
2021-11-11 10:31:28 -05:00
Maxim Cournoyer b7771cd6a3
gnu: python-gst: Update to 1.18.5.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.18.5.
2021-11-11 10:31:28 -05:00
Maxim Cournoyer 9076b06846
gnu: gst-editing-services: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gst-editing-services): Update to 1.18.5.
2021-11-11 10:31:27 -05:00
Maxim Cournoyer 0268db5671
gnu: gst-libav: Update to 1.18.5.
* gnu/packages/gstreamer.scm (gst-libav): Update to 1.18.5.
[source]: Remove patch, now integrated upstream.
* gnu/packages/patches/gst-libav-64channels-stack-corruption.patch: Delete file.
* gnu/local.mk: De-register it.
2021-11-11 10:31:27 -05:00