Age | Commit message (Collapse) | Author |
|
* gnu/packages/video.scm (shotcut): Update to 22.11.25.
|
|
* gnu/packages/video.scm (mlt): Update to 7.12.0.
|
|
* gnu/packages/video.scm (svt-av1): Update to 1.3.0.
[supported-systems]: Remove.
[description]: Update.
|
|
* gnu/packages/video.scm (svtplay-dl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (yt-dlp): Update to 2022.11.11.
|
|
Fixes <https://issues.guix.gnu.org/59279>.
Reported by Jorge P. de Morais Neto <jorge+list@disr.it>
and Kristian Lein-Mathisen <kristianlein@gmail.com>.
* gnu/packages/video.scm (mpv)[inputs]: Add libxpresent.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (wf-recorder): Update to 0.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/video.scm (mpv): Update to 0.35.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/pretty-print.scm (fmt): Update to 9.1.0.
(fmt-8): New variable.
* gnu/packages/hyperledger.scm (hyperledger-iroha)
[snippet]: Delete trailing #t.
[native-inputs]: Re-indent. Replace fmt with fmt-8.
* gnu/packages/networking.scm (opendht) [inputs]: Replace fmt with fmt-8.
* gnu/packages/storage.scm (ceph): Likewise.
* gnu/packages/video.scm (mkvtoolnix): Likewise.
* gnu/packages/aidc.scm (zxing-cpp): Likewise.
* gnu/packages/wm.scm (waybar): Likewise.
* gnu/packages/geo.scm (osm2pgsql): Likewise.
* gnu/packages/graphics.scm (openimageio): Likewise.
* gnu/packages/build-tools.scm (bear): Likewise.
* gnu/packages/networking.scm (restinio): Likewise.
|
|
* gnu/packages/video.scm (libx264-next): New variable.
|
|
* gnu/packages/video.scm (libvpx-next): New variable.
|
|
* gnu/packages/video.scm (shotcut): Update to 22.10.25.
|
|
* gnu/packages/video.scm (yt-dlp): Update to 2022.10.04.
|
|
* gnu/packages/video.scm (mpv-mpris): Update to 0.9.
|
|
* gnu/packages/video.scm (mpv)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/video.scm (mpv)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/video.scm (mpv)[inputs]: Remove input labels.
[arguments]: Use SEARCH-INPUT-FILE instead.
|
|
* gnu/packages/video.scm (mpv)[arguments]: Don't explicitly return #t
from phases.
|
|
* gnu/packages/video.scm (transcode)[#:configure-flags]: Remove
“--enable-faac”.
[inputs]: Remove faac.
|
|
* gnu/packages/video.scm (ffmpeg-5): Remove comment mentioning faac.
|
|
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
|
|
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.
|
|
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>
|
|
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.
|
|
* gnu/packages/video.scm (rav1e)[arguments]: Add phase to force all
input crates to be built with rust edition 2018.
|
|
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>
|
|
|
|
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.2.
|
|
* 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.
|
|
|
|
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>
|
|
With resolved conflicts in:
gnu/local.mk
gnu/packages/freedesktop.scm
gnu/packages/gnuzilla.scm
|
|
* gnu/packages/video.scm (gallery-dl): Update to 1.23.0.
|
|
|
|
* gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.
|
|
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.1.
|
|
* gnu/packages/video.scm (ffmpeg)[arguments]: Adjust configure-flags to
add '-fPIC' to CFLAGS when building for riscv64-linux.
|
|
* gnu/packages/video.scm (rav1e)[source]: Patch Cargo.toml to enable feature
needed to parse the file.
|
|
|
|
* 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>
|
|
|
|
* gnu/packages/video.scm
(yt-dlp)[arguments]{#:tests?}: When cross-compiling, set to #false.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
|
|
* 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.
|
|
* gnu/packages/video.scm (celluloid): Update to 0.24.
[inputs]: Add libadwaita.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases. Convert to gexp
while at it.
|
|
* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
|
|
* gnu/packages/video.scm (mediasdk): Update to 22.4.4.
|
|
* 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.
|