Commit Graph

1564 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
c776d7da26
gnu: aalib: Don't build static library.
* gnu/packages/video.scm (aalib)[arguments]: Add "--disable-static"
to #:configure-flags.
2022-05-22 02:00:00 +02:00
Marius Bakke
f38ff1d7fb
gnu: ffmpeg@4: Update to 4.4.2.
* gnu/packages/video.scm (ffmpeg-4): Update to 4.4.2.
2022-05-23 19:43:53 +02:00
Marius Bakke
a50fa212fe
gnu: ffmpeg@4: Inherit from ffmpeg@5.
While at it, introduce a versioned 'ffmpeg-4' variable.

* gnu/packages/video.scm (ffmpeg): Rename to ...
(ffmpeg-4): ... this.  Remove all fields, except...
[arguments]: Preserve "--enable-avresample" in #:configure-flags.
(ffmpeg-3.4): Inherit from FFMPEG-4.
[arguments]: Use G-expression.
(ffmpeg-2.8): Inherit from FFMPEG-3.4.
[inputs]: Remove.
(ffmpeg): Define as alias for FFMPEG-4.
(ffmpeg-for-stepmania): Inherit from FFMPEG-4.
[arguments]: Use G-expression.
2022-05-23 19:43:53 +02:00
Leo Famulari
1cb10f6968
gnu: Add FFmpeg 5.0.
* gnu/packages/video.scm (ffmpeg-5): New variable

Co-authored-by: Marius Bakke <marius@gnu.org>
2022-05-23 19:43:53 +02:00
Efraim Flashner
e5e0e283ff
Merge branch 'master' into staging 2022-05-16 11:14:42 +03:00
ykonai
2f812bfa38
gnu: pipe-viewer: Update to 0.2.0
* gnu/packages/video.scm (pipe-viewer): Update to 0.2.0

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13 17:11:52 +02:00
Ludovic Courtès
284fa72649
Merge branch 'master' into staging 2022-04-28 16:24:46 +02:00
Vinicius Monego
b147a4a2f3
gnu: shotcut: Update to 22.04.25.
* gnu/packages/video.scm (shotcut): Update to 22.04.25.
2022-04-27 00:42:14 -03:00
Vinicius Monego
d656ff473e
gnu: shotcut: Update to 22.03.30.
* gnu/packages/video.scm (shotcut): Update to 22.03.30.
2022-04-20 23:39:11 -03:00
Vinicius Monego
866f306cf5
gnu: mlt: Update to 7.6.0.
* gnu/packages/video.scm (mlt): Update to 7.6.0.
2022-04-20 23:39:11 -03:00
Chadwain Holness
ff3355dcbf
gnu: streamlink: Update to 3.2.0.
* gnu/packages/video.scm (streamlink): Update to 3.2.0.
[inputs]: Add python-lxml and python-pycountry, remove python-iso3166 and python-iso639.
[arguments]<#:phases>{check}: Use pytest.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-04-15 19:13:01 +02:00
Michael Rohleder
3e599b99da
gnu: celluloid: Update to 0.23.
* gnu/packages/video.scm (celluloid): Update to 0.23.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-05 20:41:39 +02:00
kiasoc5
2bef31fe25
gnu: mediainfo: Update to 22.03.
* gnu/packages/video.scm (mediainfo): Update to 22.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-04 22:58:03 +02:00
kiasoc5
f9ad9d65fe
gnu: libmediainfo: Update to 22.03.
* gnu/packages/video.scm (libmediainfo): Update to 22.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-04-04 22:58:02 +02:00
Leo Famulari
32b713e016
gnu: svt-av1: Update to 0.9.1.
* gnu/packages/video.scm (svt-av1): Update to 0.9.1.
2022-04-03 23:09:39 -04:00
Leo Famulari
7c94eea790
gnu: libaom: Update to 3.3.0.
* gnu/packages/video.scm (libaom): Update to 3.3.0.
2022-04-03 23:09:35 -04:00
Maxim Cournoyer
49b350fafc
Merge branch 'master' into staging. 2022-03-21 21:38:19 -04:00
Vinicius Monego
e4bd270dbe
gnu: mlt: Update to 7.4.0.
* gnu/packages/video.scm (mlt): Update to 7.4.0.
2022-03-03 22:27:48 -03:00
Vinicius Monego
00a05e481d
gnu: mlt: Wrap FREI0R_PATH and LADSPA_PATH.
* gnu/packages/video.scm (mlt)[arguments]: Use gexps. Add 'wrap-executable
phase.
[inputs]: Add bash-minimal.
2022-03-03 22:27:47 -03:00
Marius Bakke
76b6bbdf23
Merge branch 'master' into staging 2022-02-13 14:24:53 +01:00
Leo Famulari
5fffd8352b
gnu: gallery-dl: Fix typo in description.
* gnu/packages/video.scm (gallery-dl)[description]: Fix typo.
2022-02-16 11:09:28 -05:00
Jai Vetrivelan
e93c3d4414
gnu: gallery-dl: Update to 1.20.5.
* gnu/packages/video.scm (gallery-dl): Update to 1.20.5.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-02-16 11:09:28 -05:00
Leo Famulari
69f94ff95c
gnu: yt-dlp: Update to 2022.02.04.
* gnu/packages/video.scm (yt-dlp): Update to 2022.02.04.
2022-02-15 14:53:54 -05:00
Marius Bakke
60d82a2153
gnu: transcode: Simplify inputs.
* gnu/packages/video.scm (transcode): Simplify inputs.
2022-02-15 20:44:21 +01:00
Marius Bakke
1bd1f42a31
gnu: Remove unneeded uses of 'libiconv'.
iconv is part of glibc, there is no need to add it as input.

* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LIBICONV.
* gnu/packages/compression.scm (innoextract)[inputs]: Likewise.
* gnu/packages/haskell-apps.scm (darcs)[inputs]: Likewise.
* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Likewise.
* gnu/packages/linphone.scm (liblinphone)[inputs]: Likewise.
* gnu/packages/mail.scm (mailutils)[inputs]: Likewise.
* gnu/packages/maths.scm (libqalculate)[inputs]: Likewise.
* gnu/packages/pep.scm (pep-engine)[inputs]: Likewise.
* gnu/packages/vim.scm (neovim)[inputs]: Likewise.
* gnu/packages/wget.scm (wget2)[inputs]: Likewise.
* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Likewise.
* gnu/packages/video.scm (transcode)[native-inputs]: Likewise.
2022-02-15 20:44:21 +01:00
Marius Bakke
9b0abb52ac
gnu: rav1e: Remove input labels.
* gnu/packages/video.scm (rav1e)[native-inputs]: Remove labels.
2022-02-11 23:54:30 +01:00
Marius Bakke
0d2f661501
gnu: rav1e: Omit static library.
* gnu/packages/video.scm (rav1e)[arguments]: Add phase.
2022-02-11 23:54:30 +01:00
Jai Vetrivelan
2c1cb323b0
gnu: gallery-dl: Update to 1.20.3.
* gnu/packages/video.scm (gallery-dl): Update to 1.20.3.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-02-08 12:20:40 +01:00
Efraim Flashner
10abb05190
gnu: libx264: Fix building on riscv64-linux.
* gnu/packages/video.scm (libx264)[inputs]: Add config.
[arguments]: Adjust configure-flags to always build PIC code. Add custom
phase to replace config.guess, config.sub scripts.
2022-02-07 11:29:59 +02:00
Andrew Tropin
b3a2c79fdc
gnu: OBS: Use new package style.
* gnu/packages/video.scm (obs): Use new package style.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-31 14:02:25 -05:00
Vinicius Monego
4014672172
gnu: shotcut: Update to 22.01.30.
* gnu/packages/video.scm (shotcut): Update to 22.01.30.
2022-01-31 10:55:48 -03:00
Andrew Tropin
10d1125f71
gnu: obs: Update to 27.1.3.
* gnu/packages/video.scm (obs): Update to 27.1.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-28 15:25:30 -05:00
Maxim Cournoyer
1a5302435f
Merge branch 'master' into staging.
With "conflicts" solved (all in favor of master except git) in:
	gnu/local.mk
	gnu/packages/databases.scm
	gnu/packages/glib.scm
	gnu/packages/gnome.scm
	gnu/packages/gnupg.scm
	gnu/packages/gnuzilla.scm
	gnu/packages/graphics.scm
	gnu/packages/gstreamer.scm
	gnu/packages/gtk.scm
	gnu/packages/linux.scm
	gnu/packages/machine-learning.scm
	gnu/packages/networking.scm
	gnu/packages/polkit.scm
	gnu/packages/pulseaudio.scm
	gnu/packages/rpc.scm
	gnu/packages/rust.scm
	gnu/packages/version-control.scm
	gnu/packages/w3m.scm
2022-01-25 22:07:13 -05:00
Leo Famulari
7a291f4e1c
Add copyright notice for 'Bird'.
This is a followup to commit cc74d19d66.

* gnu/packages/video.scm: Add copyright attribution.
2022-01-25 13:30:17 -05:00
Bird
cc74d19d66
gnu: Add gallery-dl.
* gnu/packages/video.scm (gallery-dl): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-25 13:26:44 -05:00
Efraim Flashner
bc7a910f4c
gnu: youtube-dl: Add release-monitoring-url.
* gnu/packages/video.scm (youtube-dl)[properties]: New field.
2022-01-25 09:35:41 +02:00
Efraim Flashner
7e9a085261
gnu: yt-dlp: Add release-monitoring-url.
* gnu/packages/video.scm (yt-dlp)[properties]: New field.
2022-01-25 09:35:26 +02:00
Denis 'GNUtoo' Carikli
b45bbe561a
gnu: vlc: Build with correct librsvg.
* gnu/packages/video.scm (vlc)[inputs]: Replace librsvg
with librsvg-for-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-23 23:27:42 +01:00
Leo Famulari
5798df20fc
gnu: svt-av1: Update to 0.9.0.
* gnu/packages/video.scm (svt-av1): Update to 0.9.0.
2022-01-22 03:07:32 -05:00
Leo Famulari
0f887e335f
gnu: transcode: Fix typo in description.
* gnu/packages/video.scm (transcode)[description]: Fix typo.
2022-01-19 16:26:41 -05:00
Leo Famulari
3a75115689
gnu: pitivi: Make Python a regular input.
The built package does keep a reference to Python.

This is a followup to commit 10be314cd8.

* gnu/packages/video.scm (pitivi)[native-inputs]: Move PYTHON ...
[inputs]: ... to here.
2022-01-18 14:29:47 -05:00
Leo Famulari
10be314cd8
gnu: pitivi: Add python to native-inputs.
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.

* gnu/packages/video.scm (pitivi)[native-inputs]: Add python.
2022-01-17 18:59:40 -05:00
Marius Bakke
df78a83a70
gnu: libvpx: Update to 1.11.0.
* gnu/packages/video.scm (libvpx): Update to 1.11.0.
2022-01-17 18:23:14 +01:00
Maxim Cournoyer
276f40fdc3
Merge branch 'version-1.4.0'
With resolved conflicts in:
	gnu/packages/gnome.scm
	gnu/packages/openstack.scm
	gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Maxim Cournoyer
9495b7800b
gnu: rav1e: Update to 0.5.1; also update rust-aom-sys to 0.3.0.
* gnu/packages/crates-graphics.scm (rust-aom-sys-0.2): Rename to...
(rust-aom-sys-0.3): ... this, updating to 0.3.0.
(rust-aom-sys-0.1): Delete unused variable.
* gnu/packages/video.scm (rav1e): Update to 0.5.1.
[cargo-test-flags]: New argument.
[cargo-inputs]: Add rust-aom-sys-0.3.
Update rust-arrayvec and rust-av-metrics to 0.7.
Update rust-rustc-version to 0.4.
Update rust-dav1d-sys to 0.3.4.
[cargo-development-inputs]: Update rust-assert-cmd to 2.
Update rust-pretty-assertions to 0.7.  Update rust-semver to 1.
[phases]{relax-versions}: New phase.
2022-01-10 11:51:29 -05:00
Maxim Cournoyer
41ec0573b8
gnu: Remove meson-0.59 workarounds.
Mostly automated with the following command:

$ grep --include='*.scm' '#:meson ,meson-0.59' -rl \
    | xargs sed -z 's/#:meson[^\n]*\s*//' -i

* gnu/packages/freedesktop.scm (malcontent)
(accountsservice): Delete #:meson argument.
* gnu/packages/games.scm (gnome-2048): Likewise.
* gnu/packages/geo.scm (gnome-maps): Likewise.
* gnu/packages/gnome.scm (gnome-photos, gnome-music)
(gnome-initial-setup, gnome-user-share, gnome-characters)
(gnome-disk-utility, gnome-font-viewer, evince, glade3)
(gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp)
(totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit)
(network-manager-applet, gnome-control-center, gnome-shell, nautilus)
(gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb)
(gitg, polari, gnome-boxes, gtranslator): Likewise.
* gnu/packages/gtk.scm: (gtkmm-3): Likewise.
* gnu/packages/pdf.scm (zathura): Likewise.
* gnu/packages/photo.scm (entangle): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (libvirt-glib): Likewise.
2022-01-10 11:44:29 -05:00
Vinicius Monego
537f4a1ef1
gnu: handbrake: Update to 1.5.1.
* gnu/packages/video.scm (handbrake): Update to 1.5.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-11 00:29:07 -05:00
Tobias Geerinckx-Rice
386eeb04fa
gnu: youtube-dl: Update to 2021.12.17.
* gnu/packages/video.scm (youtube-dl): Update to 2021.12.17.
[source, arguments]: Don't explicitly return #t from snippet or phases.
2022-01-07 05:57:52 +01:00
Tobias Geerinckx-Rice
18af90f089
gnu: mpv: Update to 0.34.1.
* gnu/packages/video.scm (mpv): Update to 0.34.1.
2022-01-04 05:39:01 +01:00
Leo Famulari
ba19307af0
gnu: Import missing module in (gnu packages video).
This is a followup to commit b1548937e9.

* gnu/packages/video.scm: Import (gnu packages llvm).
2021-12-28 16:24:11 -05:00
Nicolas Goaziou
b1548937e9
gnu: Add rust-dav1d-sys-0.3.2.
* gnu/packages/video.scm (rust-dav1d-sys-0.3.2): New variable.
2021-12-28 21:28:10 +01:00
Ricardo Wurmus
cdc0b3fbbd
gnu: mjpegtools: Update to 2.2.1.
Note: due to a copied source hash, mjpegtools 2.1.0 was actually just libmms.

* gnu/packages/video.scm (mjpegtools): Update to 2.2.1.
[inputs]: Add libjpeg-turbo.
[native-inputs]: Add pkg-config.
2021-12-27 13:21:05 +01:00
Vinicius Monego
4e9895b462
gnu: shotcut: Adjust environment variables in 'wrap-program.
* gnu/packages/video.scm (shotcut)[arguments]<#:phases>: In the 'wrap-program
phase, wrap LADSPA_PATH, don't wrap MLT_PREFIX, remove trailing slash from
FREI0R_PATH, remove ffmpeg and add mlt to PATH.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-26 18:36:48 -05:00
Vinicius Monego
bc74c191df
gnu: shotcut: Find ffmpeg and mlt at runtime.
* gnu/packages/video.scm (shotcut)[arguments]<:#phases>: Add phase
'patch-executable-paths to use full store paths for ffmpeg and mlt.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-26 18:36:47 -05:00
Brice Waegeneire
df8315cf07
gnu: shotcut: Satisfy guix lint.
* gnu/packages/video.scm (shotcut)[native-inputs]: Rename
  'python-wrapper' label to match it's package name.
  [inputs]: Add bash-minimal because 'wrap-program' is used.
2021-12-26 09:11:21 +01:00
Vinicius Monego
1f7b605b2b
gnu: shotcut: Update to 21.12.24.
* gnu/packages/video.scm (shotcut): Update to 21.12.24.
2021-12-26 09:00:38 +01:00
Leo Famulari
0f4c68ecc8
gnu: video-contact-sheet: Use the new style.
* gnu/packages/video.scm (video-contact-sheet)[arguments]: Use the new style.
2021-12-19 17:34:07 -05:00
Mathieu Othacehe
95511f0de1
gnu: obs: Add qtwayland.
* gnu/packages/video.scm (obs)[inputs]: Add qtwayland.
2021-12-19 13:17:30 +01:00
Leo Famulari
8879862aa8
gnu: video-contact-sheet: Tweak the synopsis and description.
* gnu/packages/video.scm (video-contact-sheet)[synopsis, description]: Improve.
2021-12-17 10:22:19 -05:00
Pradana AUMARS
61ae42e773
gnu: Add video-contact-sheet.
* gnu/packages/video.scm (video-contact-sheet): New variable.
2021-12-17 10:11:38 -05:00
Tobias Geerinckx-Rice
a672ecf1d2
gnu: celluloid: Update to 0.22.
* gnu/packages/video.scm (celluloid): Update to 0.22.
[inputs]: Replace gtk+ (3) with gtk (4).
2021-12-17 05:34:50 +01: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
Marius Bakke
869d69ad32
gnu: gaupol: Don't attempt to compile bytecode twice.
* gnu/packages/video.scm (gaupol)[arguments]: Disable needless compilation
with a substitution.  While here, remove trailing #t's.
2021-12-12 23:26:02 +01:00
Marius Bakke
dd5851e088
gnu: mps-youtube: Disable sanity check.
* gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
2021-12-12 23:26:02 +01:00
Marius Bakke
2ac8a13a6a
gnu: smplayer: Remove reference to %outputs.
...which no longer exists in qt-build-system.

* gnu/packages/video.scm (smplayer)[arguments]: Turn into gexp.  Use #$OUTPUT
instead of %OUTPUTS.  Remove trailing #true's.
2021-12-12 23:26:01 +01:00
Ricardo Wurmus
9bc0f45df5
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-12-05 19:17:41 +01:00
Vinicius Monego
2d92b3bbb6
gnu: shotcut: Update to 21.10.31.
* gnu/packages/video.scm (shotcut): Update to 21.10.31.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-02 15:29:33 +01:00
Vinicius Monego
6fc0cfe1b5
gnu: mlt: Update to 7.2.0.
* gnu/packages/video.scm (mlt): Update to 7.2.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-02 15:29:33 +01:00
Attila Lendvai
a955e4d7f6
gnu: Add smplayer.
* gnu/packages/video.scm (smplayer): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-01 17:51:38 +01:00
Tobias Geerinckx-Rice
ef7bdf93d2
gnu: you-get: Update to 0.4.1555.
* gnu/packages/video.scm (you-get): Update to 0.4.1555.
[arguments]: Don't explicitly return #t from phases.
2021-11-27 16:35:54 +01:00
Raghav Gururajan
96a6084cd8
gnu: pipe-viewer: Correct references to yt-dlp program.
* gnu/packages/video.scm (pipe-viewer)[inputs]: Add yt-dlp.
[phases](patch-source): Modify.
2021-11-27 05:28:28 -05:00
Leo Famulari
ef717037c8
gnu: pitivi: Fix build with Meson 0.60.
* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/video.scm (pitivi)[source]: Use it.
2021-11-26 13:36:58 -05:00
Efraim Flashner
0be7190401
gnu: mpv-mpris: Update to 0.6.
* gnu/packages/video.scm (mpv-mpris): Update to 0.6.
2021-11-26 15:49:06 +02:00
Ludovic Courtès
67abcfaa67
gnu: w-scan: Build with '-O2'.
* gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".
2021-11-25 15:24:36 +01:00
Ludovic Courtès
4dc3c32649
gnu: transcode: Build with '-O2'.
* gnu/packages/video.scm (transcode)[arguments]: Pass "-O2 -g".
2021-11-25 15:22:55 +01:00
Josselin Poiret
0a787e67ec
gnu: libva: Update to 2.13.0
* gnu/packages/video.scm (libva): Update it.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-25 01:04:16 -05:00
Leo Famulari
edb563d136
gnu: pitivi: Fix build.
* gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to
gst-plugins-bad variant.
[arguments]: Use meson-0.59.
2021-11-24 17:27:52 -05:00
Aleksandr Vityazev
3aac086c3f
gnu: recordmydesktop: Update to 0.4.0.
* gnu/packages/video.scm (recordmydesktop): Update to 0.4.0.
[source]: Update URI.
[home-page]: Update home-page accordingly.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-24 13:03:00 -05:00
Ludovic Courtès
b15e543d30
Merge branch 'master' into core-updates-frozen 2021-11-23 11:29:38 +01:00
Robby Zambito
ec724d1628
gnu: pipe-viewer: Update to 0.1.7.
* gnu/packages/video.scm (pipe-viewer): Update to 0.1.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23 10:24:27 +01:00
Milkey Mouse
9092b38651
gnu: Add libplacebo.
* gnu/packages/video.scm (libplacebo): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-21 21:35:05 +01:00
Ludovic Courtès
b2bfedcdb3
gnu: libmp4v2: Build with '-std=c++03'.
* gnu/packages/video.scm (libmp4v2)[arguments]: Add #:configure-flags.
2021-11-20 23:11:45 +01:00
Ludovic Courtès
3a317f7476
Merge branch 'master' into core-updates-frozen 2021-11-17 23:43:14 +01: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
Leo Famulari
510a591b16
gnu: libaom: Update to 3.2.0.
* gnu/packages/video.scm (libaom): Update to 3.2.0.
2021-11-09 10:30:02 -05:00
Efraim Flashner
e53e0d08f7
gnu: ffmpeg-2.8: Update to 2.8.18.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.18.
2021-11-08 09:21:00 +02:00
Efraim Flashner
aa58fb5cf3
gnu: ffmpeg-3.4: Update to 3.4.9.
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.9.
2021-11-08 09:20:59 +02:00
Efraim Flashner
7de409c2b5
gnu: ffmpeg: Update to 4.4.1.
* gnu/packages/video.scm (ffmpeg): Update to 4.4.1.
2021-11-08 09:20:56 +02:00
Efraim Flashner
075df3d3e2
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-11-03 14:27:51 +02:00
Efraim Flashner
e5a3df7b9f
gnu: mpv: Update to 0.34.0.
* gnu/packages/video.scm (mpv): Update to 0.34.0.
[inputs]: Remove youtube-dl; add yt-dlp.
[arguments]: Adjust custom 'patch-paths phase to adjust for change in
inputs.
2021-11-02 11:19:31 +02:00
Leo Famulari
80c0505f16
gnu: Remove FFmpeg 4.3.
* gnu/packages/video.scm (ffmpeg-4.3): Remove variable.
2021-11-01 10:09:28 -04:00
Leo Famulari
0cfc13104f
gnu: OpenShot: Update to 2.6.1.
* gnu/packages/video.scm (openshot): Update to 2.6.1.
[arguments]: Add a 'fix-symbolic-link' phase to work around a broken symlink.
Run the custom 'check' phase when tests? are enabled.
2021-11-01 10:09:28 -04:00
Leo Famulari
7eaacf0ece
gnu: libopenshot: Update to 0.2.7.
* gnu/packages/video.scm (libopenshot): Update to 0.2.7.
[origin]: Adjust snippet to upstream changes.
[inputs]: Add alsa-lib and zlib.
[propagated-inputs]: Replace ffmpeg-4.3 with ffmpeg.
2021-11-01 10:09:27 -04:00
Tobias Geerinckx-Rice
2ff28472e3
gnu: pipe-viewer: Update to 0.1.5.
* gnu/packages/video.scm (pipe-viewer): Update to 0.1.5.
2021-11-01 00:13:55 +01:00
Efraim Flashner
bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-10-31 14:49:47 +02:00
Robin Templeton
73ae663b21
gnu: Add yt-dlp.
* gnu/packages/video.scm (yt-dlp): New variable.

Co-authored-by: Morgan Smith <Morgan.J.Smith@outlook.com>
Suggested-by: bdju <bdju@tilde.team>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-26 14:50:06 +02:00
Ricardo Wurmus
0ab197f31f
gnu: peek: Add missing input.
* gnu/packages/video.scm (peek)[inputs]: Add python-wrapper.
2021-10-21 15:09:29 +00:00
Mathieu Othacehe
e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates 2021-10-18 14:37:26 +00:00