1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 14:40:36 +02:00
Commit Graph

2151 Commits

Author SHA1 Message Date
Ian Eure
826fe371cd gnu: yt-dlp: Update to 2026.03.17.
* gnu/packages/video.scm (yt-dlp): Update to 2026.03.17.

Change-Id: I0579e50c8e3c8f0f7d17228307472f51dfef7cce
2026-03-22 11:09:18 -07:00
Vinicius Monego
f11bfbbd3d gnu: ffmpeg-normalize: Update to 1.37.3.
* gnu/packages/video.scm (ffmpeg-normalize): Update to 1.37.3.
[source]: Switch to git-fetch.
[arguments]: Set '#:build-backend'.
<#:test-flags>: Skip test files relying on network or missing files.
<#:phases>: Do not override the 'check' phase. Add phase
'relax-colorlog' after 'unpack'.
[native-inputs]: Remove python-wheel. Add git-minimal/pinned.
[propagated-inputs]: Remove python-colorama. Add python-mutagen.

Change-Id: Ia6f598134a0936566132bb66ba845e83383c67a8
2026-03-22 13:05:34 -03:00
Vinicius Monego
22abb268ca gnu: ffmpeg-progress-yield: Update to 1.1.2.
* gnu/packages/video.scm (ffmpeg-progress-yield): Update to 1.1.2.
[source]: Switch to git-fetch.
[arguments]: Set '#:build-backend'.
<#:phases>: Do not override the 'check' phase.
[native-inputs]: Remove python-wheel. Add procps, python-pytest-asyncio.
[propagated-inputs]: Add python-tqdm.

Change-Id: Ib8ea6446a0facf0cca5196c036ee740d6c1fcb86
2026-03-22 13:05:34 -03:00
Andreas Enge
0c8e1042f6 gnu: v4l-utils-minimal: Remove unreferenced inputs.
* gnu/packages/video.scm (v4l-utils-minimal)[inputs]: Remove glu
and libx11.

Change-Id: Iff78fc634616097a45ae9b345f4a04da22c75273
2026-03-20 20:28:10 +01:00
Andreas Enge
2ec6f39d3a gnu: v4l-utils: Update to 1.24.1.
* gnu/packages/video.scm (v4l-utils): Update to 1.24.1.

Change-Id: I14679d3ec850dee3679fef6655888283b7df2230
2026-03-20 20:28:07 +01:00
Andreas Enge
fc6bd9e7db gnu: v4l-utils: Drop gui output.
With the current version the complete package takes less than 6MB.

* gnu/packages/video.scm (v4l-utils)[outputs]: Remove field.
[arguments]<#:phases>{split}: Remove phase.
(v4l-utils-minimal)[outputs, arguments]: Remove fields.

Change-Id: I3727e66929a055d83681a0bef1ad31865f7d2b07
2026-03-20 20:27:42 +01:00
Ludovic Courtès
1ae20f03f4 gnu: Reference the inherited inputs values.
This commit was made by running this command:

  sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm

… and then reverting individual hunks where the change would trigger unbound
variable warnings or other issues (such as ‘native-inputs’ is bound in the
body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined
just above).

Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20 13:27:16 +01:00
Ludovic Courtès
2a50c9598b gnu: Reference the inherited ‘arguments’ value.
This commit was made by running this command:

  sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm

… and then:

  1. reverting changes from ‘gnu/packages/rust.scm’ and
     ‘gnu/packages/java.scm’ since they would incur derivation changes and/or
     breakage;
  2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’;
  3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’,
     which use ‘substitute-keyword-arguments’ for arguments that are not
     inherited (and thus ‘arguments’ would be unbound);
  4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’
     which make bogus assumptions about inherited arguments.

Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-20 13:27:15 +01:00
Ian Eure
906d4e7046 gnu: yt-dlp: Update to 2026.03.13.
* gnu/packages/video.scm (yt-dlp): Update to 2026.03.13.

Change-Id: I1de48cae0342b8f43a67046a135cc5ed3060e0dd
2026-03-14 21:17:38 -07:00
Denis 'GNUtoo' Carikli
9390336775 gnu: vlc: add VNC support.
This enables VLC to view VNC sessions with 'vlc vnc://localhost:5900'.

* gnu/packages/video.scm (vlc)[inputs]: add libvnc.

Change-Id: Ia03fd6e6336cb893c0556f35460e4234a73dda6e
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2026-03-14 11:49:21 +01:00
Maxim Cournoyer
54225ed9ea gnu: vlc: Use latest ffmpeg.
* gnu/packages/video.scm (vlc) [inputs]: Replace ffmpeg-6 with ffmpeg.

Change-Id: I6ae22d7b19f4e88e92b25fc67bb3806289ccb36f
2026-03-14 12:05:51 +09:00
Carlos Durán Domínguez
c2dcea8665 gnu: Update showmethekey to 1.21.0.
* gnu/packages/video.scm (showmethekey): Update to 1.21.0.

Merges: https://codeberg.org/guix/guix/pulls/7036
Change-Id: I0ccbe85e0028862c315ebb32fb8694a07bafed2d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-13 15:41:10 +00:00
Maxim Cournoyer
f76c7c0b54 gnu: ffmpeg: Fix build on powerpc64le.
* gnu/packages/video.scm (ffmpeg) [powerpc]
<#:configure-flags>: Ignore 'sws-floatimg-cmp' test.

Change-Id: I37604768718ac88fac9fef0d21a6044b50bc08ff
2026-03-11 10:03:22 +09:00
Maxim Cournoyer
c7dc180019 gnu: libx264: Update to 165-0.0480cb0.
This fixes the build on powerpc64le-linux.

* gnu/packages/video.scm (libx264): Update to 165-0.0480cb0.

Change-Id: I42b21736e0715460cbdfe47732263ba0a02193bf
2026-03-11 10:03:22 +09:00
Maxim Cournoyer
7a0a998d48 gnu: motion: Update to 4.7.1.
* gnu/packages/video.scm (motion): Update to 4.7.1.

Change-Id: I9b0cd32b813bfbc665eef85a52696e85f69dd20d
2026-03-08 09:49:45 +09:00
Andreas Enge
1f9e47518b gnu: python-dbus: Rename to python-dbus-1.2.
* gnu/packages/python-xyz.scm (python-dbus): Rename to…
(python-dbus-1.2): … this.
(python-notify2, python-gatt, python2-dbus): Adapt references.
* gnu/packages/audio.scm (cable, jack-2): Likewise.
* gnu/packages/bittorrent.scm (deluge): Likewise.
* gnu/packages/connman.scm (econnman): Likewise.
* gnu/packages/cups.scm (hplip): Likewise.
* gnu/packages/enlightenment.scm (python-efl): Likewise.
* gnu/packages/freedesktop.scm (modem-manager, telepathy-idle): Likewise.
* gnu/packages/gnome.scm (gtg, system-config-printer, libsecret, upower)
(mutter, network-manager, gnome-bluetooth, gnome-shell, terminator)
(gnome-remote-desktop): Likewise.
* gnu/packages/ibus.scm (ibus): Likewise.
* gnu/packages/maths.scm (veusz): Likewise.
* gnu/packages/matrix.scm (pantalaimon): Likewise.
* gnu/packages/messaging.scm (pidgin, gajim): Likewise.
* gnu/packages/mpd.scm (mpdris2): Likewise.
* gnu/packages/music.scm (mididings, a2jmidid, quodlibet): Likewise.
* gnu/packages/password-utils.scm (secretsd): Likewise.
* gnu/packages/stenography.scm (plover): Likewise.
* gnu/packages/sugar.scm (sugar-datastore, sugar-toolkit-gtk3)
(sugar-portfolio-activity): Likewise.
* gnu/packages/video.scm (python-yewtube): Likewise.
* gnu/packages/xdisorg.scm (autokey): Likewise.
* gnu/packages/xfce.scm (catfish): Likewise.
* gnu/packages/xorg.scm (xpra): Likewise.

Change-Id: I19218743260175f1117b8e213131a3b1495c6c48
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-06 14:53:04 +01:00
Carlos Durán Domínguez
e22a088a23 gnu: showmethekey: Update to 1.20.0.
* gnu/packages/video.scm (showmethekey): Update to 1.20.0.

Change-Id: I0d43479846228a10cbb29dec124a0b21968e3491
Signed-off-by: jgart <jgart@dismail.de>
2026-03-01 21:18:50 -05:00
Vinicius Monego
648a5cad47 gnu: shotcut: Update to 26.2.26.
* gnu/packages/video.scm (shotcut): Update to 26.2.26.

Change-Id: I59b0ad382024e448fe2d6fd95adc2214ad94b932
2026-03-01 19:22:00 -03:00
Vinicius Monego
548a1506e1 gnu: mlt: Update to 7.36.1.
* gnu/packages/video.scm (mlt): Update to 7.36.1.
[arguments]<#:configure-flags>: Pass "-DMOD_DECKLINK=OFF".

Change-Id: I8901b11151938a70b4a426b647c27d63bf935924
2026-03-01 19:21:57 -03:00
Andreas Enge
9a157f30cf gnu: svtplay-dl: Update to 4.173.
* gnu/packages/video.scm (svtplay-dl): Update to 4.173.

Change-Id: Ie1c1d1b860f5bc164fec572c4ce45b63fe0983c3
2026-03-01 11:56:56 +01:00
Anderson Torres
4290a1143e gnu: atomicparsley: Update to 20240608.083822.1ed9031.
* gnu/packages/video.scm (atomicparsley): Update to 20240608.083822.1ed9031.

Merges: https://codeberg.org/guix/guix/pulls/5282
Change-Id: Ifbcef592baee34745e8925dafd96d713dad1727b
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-27 23:02:44 +00:00
Anderson Torres
edcd2bbcc5 gnu: atomicparsley: Use GEXPs.
* gnu/packages/video.scm (atomicparsley)[arguments]<#:phases>: Use gexps.

Change-Id: Ie41ac562e644ab941641017b22f2c15376d09872
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-27 23:02:44 +00:00
Anderson Torres
2546eb7990 gnu: atomicparsley: Remove now-unneeded phase.
The current cmake version is superior to 3.17. Downgrading the code to 3.16 is
no longer needed.

* gnu/packages/video.scm (atomicparsley)[arguments]<#:phases>: Remove set-cmake-version.

Change-Id: Iddeaf93fcbcbb9e00041bd40a012769d35ae3e0d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-27 23:02:44 +00:00
Anderson Torres
9cfaf6fcde gnu: atomicparsley: Indent.
* gnu/packages/video.scm (atomicparsley)[source]: Indent.

Change-Id: If45f0023aa4fd6943632425330b9d2e486ba7e04
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-27 23:02:43 +00:00
Sharlatan Hellseher
5f3cd42859 gnu: Deprecate swig and swig-next in vafor of swig-4.0 and swig-4.4.
This is a following up change after discussion in
<https://codeberg.org/guix/guix/pulls/3701#issuecomment-11048648>.

* gnu/packages/swig.scm (swig-4.0, swig-4.4): New variables.
(swig, swig-next): Deprecate swig and swig-next in vafor of swig-4.0 and
swig-4.4.

* gnu/packages/accessibility.scm (libbraille)
* gnu/packages/apparmor.scm (libapparmor)
* gnu/packages/bioinformatics.scm (htseq, imp, libsbml)
* gnu/packages/bootloaders.scm (dtc, u-boot)
* gnu/packages/disk.scm (volume-key)
* gnu/packages/dns.scm (ldns, unbound)
* gnu/packages/electronics.scm (opensta, trilinos-serial-xyce, uhdm)
* gnu/packages/embedded.scm (python-libmpsse)
* gnu/packages/engineering.scm (freecad, kicad, meep, mpb)
* gnu/packages/fabric-management.scm (ibutils)
* gnu/packages/game-development.scm (python-pybox2d)
* gnu/packages/games.scm (kiki)
* gnu/packages/geo.scm (saga)
* gnu/packages/gnome.scm (libratbag)
* gnu/packages/gnucash.scm (gnucash)
* gnu/packages/gnupg.scm (python-gpg)
* gnu/packages/graphviz.scm (graphviz)
* gnu/packages/guile-xyz.scm (guile-xapian)
* gnu/packages/image.scm (mypaint)
* gnu/packages/instrumentation.scm (babeltrace, lttng-tools)
* gnu/packages/kodi.scm (kodi)
* gnu/packages/libftdi.scm (libftdi)
* gnu/packages/linux.scm (libnl)
* gnu/packages/llvm.scm (lldb)
* gnu/packages/machine-learning.scm (openmm, tensorflow-lite)
* gnu/packages/maths.scm (nlopt)
* gnu/packages/ncurses.scm (stfl)
* gnu/packages/oneapi.scm (python-onetbb)
* gnu/packages/pretty-print.scm (highlight)
* gnu/packages/python-crypto.scm (python-m2crypto)
* gnu/packages/python-graphics.scm (python-pivy)
* gnu/packages/radio.scm (hamlib, soapysdr)
* gnu/packages/security-token.scm (python-pyscard, python-yubikey-manager)
* gnu/packages/selinux.scm (libselinux, libsemanage, python-setools)
* gnu/packages/speech.scm (pocketsphinx)
* gnu/packages/statistics.scm (python-openturns, r-spams)
* gnu/packages/tbb.scm (python-tbb)
* gnu/packages/version-control.scm (subversion)
* gnu/packages/video.scm (libopenshot, mlt, obs)
[native-inputs]: Remove swig; add swig-4.0.

* gnu/packages/geo.scm (gdal)
* gnu/packages/graph.scm (python-faiss)
[inputs]: Remove swig; add swig-4.0.

* gnu/packages/games.scm (fifengine): Update to 0.4.2.
[inputs]: Remove swig; add swig-4.0.
[native-inputs]: Likewise.

* gnu/packages/image-processing.scm (insight-toolkit, simpleitk)
* gnu/packages/pdf.scm (mupdf, python-pymupdf)
[native-inputs]: Remove swig-next; add swig-4.4.

Change-Id: I544bef0a0b1a81004596fad9f116610ef5cb52ae
2026-02-27 14:07:00 +00:00
Carlos Durán Domínguez
121ef5ebde gnu: aegisub: Update to 3.4.2.
The source <https://github.com/Aegisub/Aegisub> was an unmaintained fork
of <https://github.com/TypesettingTools/Aegisub> which is used in this
change.

* gnu/packages/video.scm (aegisub): Update to 3.4.2, improve style.
[source]: Switch to git-fetch, remove patches, and reindent.
[build-system]: Switch to meson-build-system.
[arguments]: Reindent, and use G-expressions.
<#:configure-flags>: Update to meson flags.
<#:phases>: remove 'fix-ldflags, 'fix-boost-headers and add 'git-version-h.
[inputs]: Reindent, and sort. Remove freetype, wxwidgets-gtk2; add curl,
icu4c, libportal, luajit-lua52-openresty, openal, uchardet, wxwidgets,
and zlib.
[native-inputs]: Reindent. Remove intltool, and desktop-file-utils. Add
gettext-minimal, googletest, and python.
[description]: Reindent.
[license]: Sort. Remove license:mpl1.1. Add license:bsd-2, license:gpl2+,
license:isc, and license:public-domain.

* gnu/packages/patches/aegisub-boost68.patch: Remove file.
* gnu/packages/patches/aegisub-boost81.patch: Likewise.
* gnu/packages/patches/aegisub-icu59-include-unistr.patch: Likewise.
* gnu/packages/patches/aegisub-make43.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Deregister patches.

Closes: guix/guix#6413
Merges: https://codeberg.org/guix/guix/pulls/6571
Change-Id: I84e993363984962da3cc05dccc9fd23ec99041e7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-26 22:44:37 +00:00
Efraim Flashner
df8afc5b87 gnu: Fix some spelling errors.
* gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/virtualization.scm,
gnu/packages/vpn.scm, gnu/packages/weather.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xiph.scm,
gnu/packages/xorg.scm: Fix some spelling errors.

Change-Id: I52a8739a9c3b7dc2bd2d603ac9268c662a3ea2c5
2026-02-20 09:47:01 +02:00
Mark H Weaver
1f65495545 gnu: libvpx: Fix CVE-2026-2447.
* gnu/packages/video.scm (libvpx) [replacement]: New field.
(libvpx/fixed): New variable.
* gnu/packages/patches/libvpx-CVE-2026-2447.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Change-Id: I196d1b7ab045f9599985d2f97cdb85c2c0b87d68
2026-02-16 17:40:25 -05:00
Ethan Blanton
8d3ab209e7 gnu: Remove pin on go-1.23 by setting -vet=off in tests.
This is a follow up commit 87661cea77: "Pin
some golang packages to use go-1.23" wich adds "-vet=off" to test args
so that make check works with go 1.24+.

* gnu/packages/authentication.scm: (oauth2l)
* gnu/packages/bioinformatics.scm: (go-github-com-biogo-store)
* gnu/packages/containers.scm: (dive)
* gnu/packages/databases.scm: (go-github-com-cockroachdb-pebble)
* gnu/packages/education.scm: (exercism)

* gnu/packages/file-systems.scm: (fscrypt, gocryptfs)

* gnu/packages/golang-check.scm: (go-github-com-cheekybits-is,
go-github-com-coder-quartz, go-github-com-data-dog-go-sqlmock,
go-github-com-google-gofuzz, go-github-com-matryer-is,
go-github-com-onsi-ginkgo, go-github-com-onsi-ginkgo-v2,
go-github-com-onsi-gomega, go-github-com-otiai10-mint,
go-github-com-smarty-assertions, go-github-com-smarty-gunit,
go-github-com-warpfork-go-testmark, go-sigs-k8s-io-randfill)

* gnu/packages/golang-crypto.scm: (go-github-com-99designs-keyring,
go-github-com-blanu-dust, go-github-com-chmduquesne-rollinghash)

* gnu/packages/golang-maths.scm: (go-github-com-montanaflynn-stats,
go-gonum-org-v1-gonum)

* gnu/packages/golang-vcs.scm: (go-github-com-jiangxin-goconfig)

* gnu/packages/golang-web.scm: (go-git-sr-ht-emersion-gqlclient,
go-git-sr-ht-rockorager-go-jmap, go-github-com-apex-log,
go-github-com-apex-log-bootstrap, go-github-com-cenkalti-backoff-v4,
go-github-com-digitalocean-godo, go-github-com-donovanhide-eventsource,
go-github-com-emersion-go-smtp, go-github-com-flosch-pongo2-v6,
go-github-com-go-chi-chi-v5, go-github-com-go-jose-go-jose-v3,
go-github-com-go-openapi-errors, go-github-com-go-openapi-runtime,
go-github-com-go-openapi-validate, go-github-com-gobwas-httphead,
go-github-com-goccy-go-json, go-github-com-gogo-protobuf,
go-github-com-google-safehtml, go-github-com-jcmturner-gokrb5-v8,
go-github-com-jhillyerd-enmime, go-github-com-jlaffaye-ftp,
go-github-com-jmespath-go-jmespath, go-github-com-json-iterator-go,
go-github-com-labbsr0x-goh,
go-github-com-makeworld-the-better-one-go-gemini,
go-github-com-ovn-kubernetes-libovsdb, go-github-com-pascaldekloe-goe,
go-github-com-perimeterx-marshmallow, go-github-com-pion-stun,
go-github-com-pion-stun-v2, go-github-com-pion-stun-v3,
go-github-com-rcrowley-go-metrics, go-github-com-swaggo-swag,
go-github-com-urfave-negroni, go-github-com-urfave-negroni-v3,
go-github-com-xeipuuv-gojsonschema, go-maunium-net-go-mautrix)

* gnu/packages/golang-xyz.scm: (go-github-com-d5-tengo-v2,
go-github-com-godbus-dbus, go-github-com-hashicorp-hcl-v2,
go-github-com-itchyny-go-flags, go-github-com-jedib0t-go-pretty-v6,
go-github-com-jessevdk-go-flags, go-github-com-mattn-go-shellwords,
go-github-com-moby-sys-mountinfo, go-github-com-nlpodyssey-spago,
go-github-com-pingcap-errors, go-github-com-pmezard-go-difflib,
go-github-com-russross-blackfriday-v2, go-go-mongodb-org-mongo-driver,
go-go4-org, go-k8s-io-klog-v2, go-sigs-k8s-io-kustomize-kyaml,
go-zgo-at-zstd)

* gnu/packages/irc.scm: (soju)
* gnu/packages/password-utils.scm: (aws-vault)
* gnu/packages/text-editors.scm: (micro)
* gnu/packages/version-control.scm: (hut)
* gnu/packages/video.scm: (ytarchive)
* gnu/packages/web-browsers.scm: (bombadillo)
* gnu/packages/web.scm: (webhook)

Change-Id: If7ffae01869404796467f8deed29a03e7a7020d7
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-15 14:17:30 +01:00
Steve George
5ad2e70993 gnu: Add obs-downstream-keyer.
* gnu/packages/video.scm (obs-downstream-keyer): New variable.

Change-Id: Ic8261e0666bb088c044de1e1db51195acd235a4f
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:35:05 +00:00
Steve George
7389e84366 gnu: Add obs-advanced-scene-switcher.
* gnu/packages/video.scm (obs-advanced-scene-switcher): New variable.

Change-Id: I6a12ecff09f2ac71d5c50a6b647ba5bfffba1506
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:35:03 +00:00
Steve George
d9dd1a8bce gnu: Add obs-branch-output.
* gnu/packages/video.scm (obs-branch-output): New variable.

Change-Id: I0945d487f325bf25a9977a761cfdbba9244604c4
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:35:01 +00:00
Steve George
3129949de6 gnu: Add obs-stroke-glow-shadow.
* gnu/packages/video.scm (obs-stroke-glow-shadow): New variable.

Change-Id: I78157c431d70636bb8ee474ce17b78d704c56d82
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:35:00 +00:00
Steve George
8479104174 gnu: Update obs-wlrobs to 1.2.
* gnu/packages/video.scm (obs-wlrobs): Update to 1.2.
  [source]: Change to url-fetch due to reliability.
  [propagated-inputs]: remove empty list as unnecessary.
  [inputs] update style and alphabetical ordering.

Change-Id: Ib2f23b963b3a7f29ca277df5ae8e3bf3dcb6cce3
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:58 +00:00
Steve George
a0ce454893 gnu: Update obs-multi-rtmp to 0.7.3.2.
* gnu/packages/video.scm (obs-multi-rtmp): Update to 0.7.3.2.
  [source]: Update style
  [arguments]<phases>: Remove custom install phase.
  [arguments]<generator>: Use Ninja.
  [inputs]: Upgrade to QT6, add qtsvg.

Change-Id: I2e252e9caa0236397922d6f170f16fa642255e4c
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:56 +00:00
Steve George
655abc9436 gnu: obs-advanced-masks: Update to 1.5.4.
* gnu/packages/videos.scm (obs-advanced-masks): Update to 2.5.1.
  [source]: Patch so that Cmakes uses local JSON. Update style.
  [arguments]<phases>: Remove custom install phase.
  [inputs]: change qtbase to use QT6.
* gnu/packages/patches/obs-advanced-masks-nlohmann-json.patch: New file.

Change-Id: I62ed28fc7978732e3754e9158d4add67aea8e2f7
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:54 +00:00
Steve George
e5b4ddbd71 gnu: obs-shaderfilter: Update to 2.5.1.
* gnu/packages/videos.scm (obs-shaderfilter): Update to 2.5.1.
 [arguments]<phases>: Remove custom install phase.

Change-Id: Ic562faad29040959bc3e5b04f248f42dc503d866
2026-02-14 21:34:52 +00:00
Steve George
f05f8dcd5a gnu: obs-source-record: Update to 0.3.4.
* gnu/packages/video.scm (obs-source-record): Update to 0.3.4 and restyle.

Change-Id: Ife2bedb52441b5d82e5d0bd8c3a7bb771a72fdb1
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:51 +00:00
Steve George
d691c5ca4c gnu: obs-gradient-source: Update to 0.3.3.
* gnu/packages/video.scm (obs-gradient-source): Update to 0.3.3.
  [inputs]: Update qtbase to QT6.

Change-Id: I0278182b365ae33feb050ab6521268f72cd947d5
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:49 +00:00
Steve George
2622ebce7b gnu: obs-move-transition: Update to 3.2.0.
* gnu/package/video.scm (obs-move-transition): Update to 3.2.0.
  [source]<origin>: Switch to url-fetch as upstream releases
   have checksums that we can verify.
  [inputs] change qtbase to use QT6.

Change-Id: I88ba1e32c0a6b77228b6ba977b1e88b20e6eb95d
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:47 +00:00
Steve George
e0baacdbf8 gnu: obs-vkcapture: Update to 1.5.3.
* gnu/packages/video.scm (obs-vkcapture): Update to 1.5.3.
  [source]: Update style.

Change-Id: If400d607307055a0357180fd7c9cef995930ef67
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:45 +00:00
Steve George
2f008f4dd9 gnu: Update obs-composite-blur to 1.5.2.
* gnu/packages/video.scm (obs-composite-blur): Update to 1.5.2.
  [arguments]<phases>: remove custom install phase.

Change-Id: Ic9097284ccb0b32a0a06f28838cc1672788032fe
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:44 +00:00
Steve George
e5d5a1e162 gnu: Update obs-pipewire-audio-capture to 1.2.1.
* gnu/packages/video.scm (obs-pipewire-audio-capture): Update to 1.2.1.
  [source]: Update style.
  [inputs]: Add wireplumber, new upstream requirement.

Change-Id: Ie830f53cde54c1ca58609560d9c2a3b557fb5776
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:41 +00:00
Steve George
6473ec3eb1 gnu: obs-source-clone: Update to 0.2.1.
* gnu/packages/video.scm (obs-source-clone): Update to 0.2.1.
  [source]: update style.
  [inputs]: change qtbase to use QT6.

Change-Id: Ib708119debda88a4957c7bacbba352bed6e02512
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:40 +00:00
Steve George
0e43436e98 gnu: obs-source-copy: Update style.
* gnu/packages/video.scm (obs-source-copy): Improve style.
  [source]<origin>: style update.
  [arguments]: style update.

Change-Id: I60ccecfe28b4c02a01c130f581617a14f12bf442
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:38 +00:00
Steve George
fb11787e01 gnu: obs-source-copy: Update to 0.3.0.
* gnu/packages/video.scm: Update to 0.3.0.
  [source]<origin>: Switch to url-fetch as upstream releases
   have hashes that we can verify.
  [inputs]: change qtbase to use QT6.

Change-Id: I977a006a6cd8d171adcb8651e2ffc35bea287b1b
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:36 +00:00
Steve George
46fba0992c gnu: obs: Update to 32.0.4.
* gnu/packages/video.scm (obs): Update to 32.0.4.
  [source]<origin>: Switch to url-fetch as upstream Releases have hashes and
   can be verified.
  [inputs] Add libfdk for encoding in AAC. Add websocketpp-next to enable
  websocket support.

Change-Id: Iecfda622e1a908d95dfa5801763b672381ca6c3a
Signed-off-by: Steve George <steve@futurile.net>
2026-02-14 21:34:34 +00:00
Ian Eure
4a7d413409 gnu: openshot: Update to 3.4.0.
* gnu/packages/video.scm (openshot): Update to 3.4.0.

Change-Id: Idb4df12dbc6aee1448798b6f571153886b480ab7
2026-02-10 18:25:42 -08:00
Ian Eure
ec9611d0c6 Revert "gnu: Remove openshot."
This reverts commit 61bba2ef6e.
2026-02-10 18:25:41 -08:00
Ian Eure
672e88fe15 gnu: libopenshot: Update to 0.5.0.
* gnu/packages/video.scm (libopenshot): Update to 0.5.0.

Change-Id: Ib3c22ccd41cc1b4563a209e8b52172f587e5c18f
2026-02-10 18:25:39 -08:00