Commit Graph

1603 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
188acd0aac
gnu: mpv: Prepare for cross-compilation.
* gnu/packages/video.scm (mpv)[arguments]: Use CC-FOR-TARGET.
2022-10-23 02:00:07 +02:00
Tobias Geerinckx-Rice
9eea2db6ae
gnu: mpv: Use G-expressions.
* gnu/packages/video.scm (mpv)[arguments]:
Rewrite as G-expressions.
2022-10-23 02:00:06 +02:00
Tobias Geerinckx-Rice
51aac125f0
gnu: mpv: Remove input labels.
* gnu/packages/video.scm (mpv)[inputs]: Remove input labels.
[arguments]: Use SEARCH-INPUT-FILE instead.
2022-10-23 02:00:06 +02:00
Tobias Geerinckx-Rice
32be0431ff
gnu: mpv: Remove trailing #t from phases.
* gnu/packages/video.scm (mpv)[arguments]: Don't explicitly return #t
from phases.
2022-10-23 02:00:06 +02:00
Liliana Marie Prikler
1229979232
gnu: transcode: Build without faac.
* gnu/packages/video.scm (transcode)[#:configure-flags]: Remove
“--enable-faac”.
[inputs]: Remove faac.
2022-10-16 13:58:56 +02:00
Liliana Marie Prikler
72865a2e8a
gnu: ffmpeg: Don't mention libfaac.
* gnu/packages/video.scm (ffmpeg-5): Remove comment mentioning faac.
2022-10-16 13:58:56 +02:00
Efraim Flashner
322917aeb8
Merge remote-tracking branch 'origin/master' into staging
Conflicts:
	gnu/packages/gnuzilla.scm
	gnu/packages/graphics.scm
	gnu/packages/gstreamer.scm
	gnu/packages/gtk.scm
	gnu/packages/kde-frameworks.scm
	gnu/packages/video.scm
2022-10-12 14:36:44 +03:00
Ludovic Courtès
27a3a5d193
gnu: svt-hevc: Mark as supported on x86_64-linux only.
This package fails to build on i686-linux: it makes use of SSE2 and
related intrinsics not supported on i686.

* gnu/packages/video.scm (svt-hevc)[supported-systems]: Remove
"i686-linux".
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Adjust condition
accordingly.
2022-10-09 22:32:14 +02:00
Michael Rohleder
b86867417f
gnu: celluloid: Do not install icon cache.
Fixes <https://issues.guix.gnu.org/58207>.

* gnu/packages/video.scm (celluloid)[arguments]: Add phase
disable-postinstall-script so postinstall-script does nothing. Build
with glib-or-gtk meson option.
[native-inputs]: Remove desktop-file-utils, gtk:bin.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-10-06 16:58:15 +03:00
Ludovic Courtès
782c7455e1
gnu: ffmpeg@4: Build against SDL2 2.0 so 'ffplay' gets built.
Fixes <https://issues.guix.gnu.org/58090>.
Reported by Zhu Zihao <all_but_last@163.com>.

* gnu/packages/sdl.scm (sdl2-2.0): New variable.
* gnu/packages/video.scm (ffmpeg-4)[inputs]: New field.
2022-10-02 23:18:42 +02:00
Efraim Flashner
730f7c096d
gnu: rav1e: Force building with rust edition 2018.
* gnu/packages/video.scm (rav1e)[arguments]: Add phase to force all
input crates to be built with rust edition 2018.
2022-09-30 17:11:25 +03:00
Hilton Chain
034f68bac3
gnu: qtwayland: Rename to qtwayland-5.
Automated via:

  git grep -l qtwayland | xargs sed 's/\qtwayland\b/\0-5/g' -i
  git checkout NEWS

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-09-29 23:19:55 -04:00
Marius Bakke
f66067febc
Merge branch 'master' into staging 2022-09-29 07:26:37 +02:00
Efraim Flashner
5723c511c2
gnu: ffmpeg-5: Update to 5.1.2.
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.2.
2022-09-28 15:45:49 +03: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
706e6c3c8f
Merge branch 'master' into staging 2022-09-16 19:08:17 +02:00
Michael Rohleder
eb9a39c1b7
gnu: celluloid: Fix build.
Fixes <https://issues.guix.gnu.org/57839>.

* gnu/packages/video.scm (celluloid)[build-system]: Use meson-build-system.
[native-inputs]: Add desktop-file-utils, glib:bin, gtk:bin, python-wrapper.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-16 12:35:13 +02:00
Maxim Cournoyer
3d297a0017
Merge branch 'master' into staging
With resolved conflicts in:
	gnu/local.mk
	gnu/packages/freedesktop.scm
	gnu/packages/gnuzilla.scm
2022-09-15 10:20:32 -04:00
Guillaume Le Vaillant
8a58323908
gnu: gallery-dl: Update to 1.23.0.
* gnu/packages/video.scm (gallery-dl): Update to 1.23.0.
2022-09-14 11:03:20 +02:00
Marius Bakke
6cfb2e6270
Merge branch 'master' into staging 2022-09-07 18:20:23 +02:00
Efraim Flashner
b04541869a
gnu: yt-dlp: Update to 2022.09.01.
* gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.
2022-09-06 09:12:15 +03:00
Efraim Flashner
3fbe449bd7
gnu: ffmpeg-5: Update to 5.1.1.
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.1.
2022-09-06 09:12:12 +03:00
Efraim Flashner
37e6965e89
gnu: ffmpeg: Build with -fPIC for riscv64-linux.
* gnu/packages/video.scm (ffmpeg)[arguments]: Adjust configure-flags to
add '-fPIC' to CFLAGS when building for riscv64-linux.
2022-09-04 09:18:50 +03:00
Ricardo Wurmus
f454a2781b
gnu: rav1e: Patch Cargo.toml.
* gnu/packages/video.scm (rav1e)[source]: Patch Cargo.toml to enable feature
needed to parse the file.
2022-09-05 00:12:46 +02:00
Marius Bakke
c4ce54055a
Merge branch 'master' into staging 2022-09-01 16:24:18 +02:00
ykonai
0424a58463
gnu: pipe-viewer: Update to 0.2.3.
* gnu/packages/video.scm (pipe-viewer): Update to 0.2.3
[inputs, arguments]: Remove dependency on youtube-dl, unnecessary
since 0.2.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-01 00:57:11 +02:00
Marius Bakke
827b4117da
Merge branch 'master' into staging 2022-08-30 18:58:57 +02:00
Maxime Devos
01df491f6d
gnu: yt-dlp: Don't ask to run tests when cross-compiling.
* gnu/packages/video.scm
(yt-dlp)[arguments]{#:tests?}: When cross-compiling, set to #false.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:58:53 +02:00
Marius Bakke
1fd262e8d3
Merge branch 'master' into staging 2022-08-27 00:17:57 +02:00
Andrew Tropin
4ff0ceb264
gnu: obs: Update to 27.2.4.
* gnu/packages/video.scm (obs): Update to 27.2.4.
[arguments]: Migrate from TRUE/FALSE to ON/OFF.
[inputs]: Add picuitls and libxkbcommon for successful build of new version,
bash-minimal for satisfying guix lint, and luajit, python for scripting
support.
[native-inputs]: Add swig for scripting support.
2022-08-26 08:42:46 +03:00
Michael Rohleder
d84e0b0454
gnu: celluloid: Update to 0.24.
* gnu/packages/video.scm (celluloid): Update to 0.24.
[inputs]: Add libadwaita.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-22 14:32:32 +08:00
Marius Bakke
b50eaa6764
Merge branch 'master' into staging 2022-08-11 22:15:22 +02:00
Marius Bakke
6550130108
gnu: mediasdk: Build reproducibly.
* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases.  Convert to gexp
while at it.
2022-08-11 21:58:02 +02:00
Marius Bakke
73e0c84d1f
gnu: mediasdk: Remove input labels.
* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
2022-08-11 21:58:02 +02:00
Marius Bakke
c851ea265a
gnu: mediasdk: Update to 22.4.4.
* gnu/packages/video.scm (mediasdk): Update to 22.4.4.
2022-08-11 21:58:02 +02:00
Efraim Flashner
d521ad06e0
gnu: yt-dlp: Only build with pandoc on supported systems.
* gnu/packages/video.scm (yt-dlp)[arguments]: Adjust custom
'build-generated-files phase to adjust to the presence of pandoc.
[native-inputs]: Make explicit list. Only include pandoc on supported
systems.
2022-08-14 17:07:20 +03:00
Milkey Mouse
fc5beaf96a
gnu: libplacebo: Update to 4.208.0.
* gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0.
[native-inputs]: Add python.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-11 16:08:15 +08:00
Marcel van der Boom
a7c14a8225
gnu: x265: Fix build on ppc64le.
* gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-11 09:42:06 +02:00
kiasoc5
37ea0a7360
gnu: openh264: Update to 2.3.0 and use gexps.
* gnu/packages/video.scm (openh264): Update to 2.3.0.
[arguments]: Use gexps.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-10 16:27:48 +08:00
Marius Bakke
0a9d99bc8c
gnu: v4l-utils: Remove input labels.
* gnu/packages/video.scm (v4l-utils)[inputs]: Remove labels.
2022-08-10 00:29:00 +02:00
Marius Bakke
6c2412e9d1
gnu: v4l-utils: Update to 1.22.1.
* gnu/packages/video.scm (v4l-utils): Update to 1.22.1.
2022-08-10 00:29:00 +02:00
raingloom
c2481b1bea
gnu: yt-dlp: Build from Git.
* gnu/packages/video.scm (yt-dlp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.  Remove the snippet.
[arguments]: Build the man page in the 'build-generated-files phase.
[native-inputs]: Add pandoc.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-08-07 02:00:07 +02:00
pinoaffe
a6fb2d2760
gnu: yt-dlp: Update to 2022.08.08.
* gnu/packages/video.scm (yt-dlp): Update to 2022.08.08.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-08-07 02:00:00 +02:00
Vinicius Monego
c7f3cdb78e
gnu: shotcut: Update to 22.06.23.
* gnu/packages/video.scm (shotcut): Update to 22.06.23.
[arguments]: Do not replace the 'configure phase as Shotcut switched to the
CMake build system in this version.
[inputs]: Add fftw.
2022-08-13 02:34:03 -03:00
Vinicius Monego
ab959f8a11
gnu: mlt: Update to 7.8.0.
* gnu/packages/video.scm (mlt): Update to 7.8.0.
2022-08-13 02:34:03 -03:00
kiasoc5
d457a5ec09
gnu: yt-dlp: Use new package style.
* gnu/packages/video.scm (yt-dlp)[source](snippet): Rewrite as a G-Expression.
[arguments]: Use G-Expressions.
[inputs]: Drop labels.
[native-inputs]: Likewise.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-08-06 09:13:04 +02:00
kiasoc5
7f9b7ed0ff
gnu: yt-dlp: Update to 2022.07.18.
* gnu/packages/video.scm (yt-dlp): Update to 2022.07.18.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-08-06 09:13:00 +02:00
Maxim Cournoyer
eef8e2ec46
gnu: qttools: Rename to qttools-5.
Automated with:

  git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:48 -04:00
Maxim Cournoyer
d15258d991
gnu: qtwebsockets: Rename to qtwebsockets-5.
Automated via:

  git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:46 -04:00
Maxim Cournoyer
1130fc5991
gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.
Automated via:

  git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i
  git checkout NEWS
2022-07-31 21:55:45 -04:00