Age | Commit message (Expand) | Author |
2022-10-30 | gnu: yt-dlp: Update to 2022.10.04....* gnu/packages/video.scm (yt-dlp): Update to 2022.10.04.
| Tobias Geerinckx-Rice |
2022-10-31 | gnu: mpv-mpris: Update to 0.9....* gnu/packages/video.scm (mpv-mpris): Update to 0.9.
| Efraim Flashner |
2022-10-23 | gnu: mpv: Prepare for cross-compilation....* gnu/packages/video.scm (mpv)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: mpv: Use G-expressions....* gnu/packages/video.scm (mpv)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: mpv: Remove input labels....* gnu/packages/video.scm (mpv)[inputs]: Remove input labels.
[arguments]: Use SEARCH-INPUT-FILE instead.
| Tobias Geerinckx-Rice |
2022-10-23 | gnu: mpv: Remove trailing #t from phases....* gnu/packages/video.scm (mpv)[arguments]: Don't explicitly return #t
from phases.
| Tobias Geerinckx-Rice |
2022-10-16 | gnu: transcode: Build without faac....* gnu/packages/video.scm (transcode)[#:configure-flags]: Remove
“--enable-faac”.
[inputs]: Remove faac.
| Liliana Marie Prikler |
2022-10-16 | gnu: ffmpeg: Don't mention libfaac....* gnu/packages/video.scm (ffmpeg-5): Remove comment mentioning faac.
| Liliana Marie Prikler |
2022-10-12 | 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
| Efraim Flashner |
2022-10-09 | 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.
| Ludovic Courtès |
2022-10-06 | 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>
| Michael Rohleder |
2022-10-02 | 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.
| Ludovic Courtès |
2022-09-30 | 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.
| Efraim Flashner |
2022-09-29 | 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>
| Hilton Chain |
2022-09-29 | Merge branch 'master' into staging | Marius Bakke |
2022-09-28 | gnu: ffmpeg-5: Update to 5.1.2....* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.2.
| Efraim Flashner |
2022-09-19 | 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.
| Efraim Flashner |
2022-09-16 | Merge branch 'master' into staging | Marius Bakke |
2022-09-16 | 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>
| Michael Rohleder |
2022-09-15 | Merge branch 'master' into staging...With resolved conflicts in:
gnu/local.mk
gnu/packages/freedesktop.scm
gnu/packages/gnuzilla.scm
| Maxim Cournoyer |
2022-09-14 | gnu: gallery-dl: Update to 1.23.0....* gnu/packages/video.scm (gallery-dl): Update to 1.23.0.
| Guillaume Le Vaillant |
2022-09-07 | Merge branch 'master' into staging | Marius Bakke |
2022-09-06 | gnu: yt-dlp: Update to 2022.09.01....* gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.
| Efraim Flashner |
2022-09-06 | gnu: ffmpeg-5: Update to 5.1.1....* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.1.
| Efraim Flashner |
2022-09-04 | 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.
| Efraim Flashner |
2022-09-05 | gnu: rav1e: Patch Cargo.toml....* gnu/packages/video.scm (rav1e)[source]: Patch Cargo.toml to enable feature
needed to parse the file.
| Ricardo Wurmus |
2022-09-01 | Merge branch 'master' into staging | Marius Bakke |
2022-09-01 | 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>
| ykonai |
2022-08-30 | Merge branch 'master' into staging | Marius Bakke |
2022-08-30 | 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>
| Maxime Devos |
2022-08-27 | Merge branch 'master' into staging | Marius Bakke |
2022-08-26 | 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.
| Andrew Tropin |
2022-08-22 | 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>
| Michael Rohleder |
2022-08-11 | Merge branch 'master' into staging | Marius Bakke |
2022-08-11 | gnu: mediasdk: Build reproducibly....* gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases. Convert to gexp
while at it.
| Marius Bakke |
2022-08-11 | gnu: mediasdk: Remove input labels....* gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
| Marius Bakke |
2022-08-11 | gnu: mediasdk: Update to 22.4.4....* gnu/packages/video.scm (mediasdk): Update to 22.4.4.
| Marius Bakke |
2022-08-14 | 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.
| Efraim Flashner |
2022-08-11 | 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>
| Milkey Mouse |
2022-08-11 | gnu: x265: Fix build on ppc64le....* gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Marcel van der Boom |
2022-08-10 | 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>
| kiasoc5 |
2022-08-10 | gnu: v4l-utils: Remove input labels....* gnu/packages/video.scm (v4l-utils)[inputs]: Remove labels.
| Marius Bakke |
2022-08-10 | gnu: v4l-utils: Update to 1.22.1....* gnu/packages/video.scm (v4l-utils): Update to 1.22.1.
| Marius Bakke |
2022-08-07 | 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>
| raingloom |
2022-08-07 | 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>
| pinoaffe |
2022-08-13 | 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.
| Vinicius Monego |
2022-08-13 | gnu: mlt: Update to 7.8.0....* gnu/packages/video.scm (mlt): Update to 7.8.0.
| Vinicius Monego |
2022-08-06 | 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>
| kiasoc5 |
2022-08-06 | 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>
| kiasoc5 |
2022-07-31 | gnu: qttools: Rename to qttools-5....Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |