aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
...
| * gnu: yt-dlp: Update to 2022.09.01.Efraim Flashner2022-09-06
| | | | | | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.09.01.
| * gnu: ffmpeg-5: Update to 5.1.1.Efraim Flashner2022-09-06
| | | | | | | | * gnu/packages/video.scm (ffmpeg-5): Update to 5.1.1.
| * gnu: rav1e: Patch Cargo.toml.Ricardo Wurmus2022-09-05
| | | | | | | | | | * gnu/packages/video.scm (rav1e)[source]: Patch Cargo.toml to enable feature needed to parse the file.
* | gnu: ffmpeg: Build with -fPIC for riscv64-linux.Efraim Flashner2022-09-04
| | | | | | | | | | * gnu/packages/video.scm (ffmpeg)[arguments]: Adjust configure-flags to add '-fPIC' to CFLAGS when building for riscv64-linux.
* | Merge branch 'master' into stagingMarius Bakke2022-09-01
|\|
| * gnu: pipe-viewer: Update to 0.2.3.ykonai2022-09-01
| | | | | | | | | | | | | | | | * 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>
* | Merge branch 'master' into stagingMarius Bakke2022-08-30
|\|
| * gnu: yt-dlp: Don't ask to run tests when cross-compiling.Maxime Devos2022-08-30
| | | | | | | | | | | | | | * gnu/packages/video.scm (yt-dlp)[arguments]{#:tests?}: When cross-compiling, set to #false. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | Merge branch 'master' into stagingMarius Bakke2022-08-27
|\|
| * gnu: obs: Update to 27.2.4.Andrew Tropin2022-08-26
| | | | | | | | | | | | | | | | | | * 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: celluloid: Update to 0.24.Michael Rohleder2022-08-22
| | | | | | | | | | | | | | * gnu/packages/video.scm (celluloid): Update to 0.24. [inputs]: Add libadwaita. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: yt-dlp: Only build with pandoc on supported systems.Efraim Flashner2022-08-14
| | | | | | | | | | | | | | * 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.
| * gnu: yt-dlp: Build from Git.raingloom2022-08-07
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: yt-dlp: Update to 2022.08.08.pinoaffe2022-08-07
| | | | | | | | | | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.08.08. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: shotcut: Update to 22.06.23.Vinicius Monego2022-08-13
| | | | | | | | | | | | | | * 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.
| * gnu: mlt: Update to 7.8.0.Vinicius Monego2022-08-13
| | | | | | | | * gnu/packages/video.scm (mlt): Update to 7.8.0.
* | Merge branch 'master' into stagingMarius Bakke2022-08-11
|\|
| * gnu: mediasdk: Build reproducibly.Marius Bakke2022-08-11
| | | | | | | | | | * gnu/packages/video.scm (mediasdk)[arguments]: Add #:phases. Convert to gexp while at it.
| * gnu: mediasdk: Remove input labels.Marius Bakke2022-08-11
| | | | | | | | * gnu/packages/video.scm (mediasdk)[native-inputs, inputs]: Remove labels.
| * gnu: mediasdk: Update to 22.4.4.Marius Bakke2022-08-11
| | | | | | | | * gnu/packages/video.scm (mediasdk): Update to 22.4.4.
| * gnu: libplacebo: Update to 4.208.0.Milkey Mouse2022-08-11
| | | | | | | | | | | | | | * gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0. [native-inputs]: Add python. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: x265: Fix build on ppc64le.Marcel van der Boom2022-08-11
| | | | | | | | | | | | * gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: openh264: Update to 2.3.0 and use gexps.kiasoc52022-08-10
| | | | | | | | | | | | | | * gnu/packages/video.scm (openh264): Update to 2.3.0. [arguments]: Use gexps. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: v4l-utils: Remove input labels.Marius Bakke2022-08-10
| | | | | | | | * gnu/packages/video.scm (v4l-utils)[inputs]: Remove labels.
| * gnu: v4l-utils: Update to 1.22.1.Marius Bakke2022-08-10
| | | | | | | | * gnu/packages/video.scm (v4l-utils): Update to 1.22.1.
| * gnu: yt-dlp: Use new package style.kiasoc52022-08-06
| | | | | | | | | | | | | | | | | | * 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>
| * gnu: yt-dlp: Update to 2022.07.18.kiasoc52022-08-06
| | | | | | | | | | | | * gnu/packages/video.scm (yt-dlp): Update to 2022.07.18. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: qttools: Rename to qttools-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS
| * gnu: qtwebsockets: Rename to qtwebsockets-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS
| * gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS
| * gnu: qtquickcontrols: Rename to qtquickcontrols-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | Automated via: git grep -l qtquickcontrols | xargs sed 's/\bqtquickcontrols\b/\0-5/g' -i git checkout NEWS
| * gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS
| * gnu: qtmultimedia: Rename to qtmultimedia-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | Automated via: git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i git checkout NEWS
| * gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer2022-07-31
| | | | | | | | | | | | | | | | This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
* | gnu: gst-plugins/selection: Implement in terms of G-Expressions.Liliana Marie Prikler2022-07-28
| | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-plugins/selection)[#:configure-flags]: Use G-Expressions. [#:phases]: Likewise. Drop trailing #t. * gnu/packages/video.scm (pitivi)[inputs]: Adjust accordingly.
* | Merge branch 'master' into stagingMarius Bakke2022-07-27
|\|
| * gnu: get-iplayer: Update to 3.30.Tobias Geerinckx-Rice2022-07-24
| | | | | | | | | | * gnu/packages/video.scm (get-iplayer): Update to 3.30. [arguments]: Don't explicitly return #t from phases.
| * gnu: FFmpeg: Update to 5.1.Marius Bakke2022-07-27
| | | | | | | | * gnu/packages/video.scm (ffmpeg-5): Update to 5.1.
* | Merge branch 'master' into stagingMarius Bakke2022-07-21
|\|
| * gnu: gaupol: Update to 1.11.Nikolay Korotkiy2022-07-19
| | | | | | | | | | | | * gnu/packages/video.scm (gaupol): Update to 1.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: mediasdk: Limit supported architectures.Efraim Flashner2022-07-18
| | | | | | | | * gnu/packages/video.scm (mediasdk)[supported-systems]: New field.
| * gnu: svt-hevc: Limit supported architectures.Efraim Flashner2022-07-18
| | | | | | | | * gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.
| * gnu: libmpeg3: Fix building on many architectures.Efraim Flashner2022-07-17
| | | | | | | | | | * gnu/packages/video.scm (libmpeg3)[arguments]: Add a custom phase to set the CFLAGS based on the Makefile. Remove trailing #t from phases.
* | gnu: libva: Update to 2.15.0.Marius Bakke2022-07-21
| | | | | | | | * gnu/packages/video.scm (libva): Update to 2.15.0.
* | Merge branch 'master' into stagingMarius Bakke2022-07-13
|\|
| * gnu: FFmpeg 3: Update to 3.4.11.Leo Famulari2022-07-08
| | | | | | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11.
| * gnu: FFmpeg 2: Update to 2.8.20.Leo Famulari2022-07-08
| | | | | | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20.
| * gnu: vlc: Add bash-minimal as an input.Simon South2022-07-08
| | | | | | | | | | | | | | * gnu/packages/video.scm (vlc)[inputs]: Add bash-minimal, silencing a warning from "guix lint vlc" as "wrap-program" is used in the package definition. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: vlc: Remove input labels.Simon South2022-07-08
| | | | | | | | | | | | | | * gnu/packages/video.scm (vlc)[native-inputs]: Remove input labels. [inputs]: Remove input labels and re-sort. Signed-off-by: Christopher Baines <mail@cbaines.net>
| * gnu: vlc: Use regular srt.Simon South2022-07-08
| | | | | | | | | | | | | | * gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported since upstream commit 9a28929. Signed-off-by: Christopher Baines <mail@cbaines.net>