summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
...
* gnu: gaupol: Don't attempt to compile bytecode twice.Marius Bakke2021-12-12
| | | | | * gnu/packages/video.scm (gaupol)[arguments]: Disable needless compilation with a substitution. While here, remove trailing #t's.
* gnu: mps-youtube: Disable sanity check.Marius Bakke2021-12-12
| | | | * gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
* gnu: smplayer: Remove reference to %outputs.Marius Bakke2021-12-12
| | | | | | | ...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.
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: shotcut: Update to 21.10.31.Vinicius Monego2021-12-02
| | | | | | | | | | | | * gnu/packages/video.scm (shotcut): Update to 21.10.31. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: mlt: Update to 7.2.0.Vinicius Monego2021-12-02
| | | | | | | | | | | | * gnu/packages/video.scm (mlt): Update to 7.2.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add smplayer.Attila Lendvai2021-12-01
| | | | | | | | | | | | * gnu/packages/video.scm (smplayer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: you-get: Update to 0.4.1555.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | | | * gnu/packages/video.scm (you-get): Update to 0.4.1555. [arguments]: Don't explicitly return #t from phases.
| * gnu: pipe-viewer: Correct references to yt-dlp program.Raghav Gururajan2021-11-27
| | | | | | | | | | * gnu/packages/video.scm (pipe-viewer)[inputs]: Add yt-dlp. [phases](patch-source): Modify.
| * gnu: mpv-mpris: Update to 0.6.Efraim Flashner2021-11-26
| | | | | | | | * gnu/packages/video.scm (mpv-mpris): Update to 0.6.
| * gnu: recordmydesktop: Update to 0.4.0.Aleksandr Vityazev2021-11-24
| | | | | | | | | | | | | | | | * 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>
* | gnu: pitivi: Fix build with Meson 0.60.Leo Famulari2021-11-26
| | | | | | | | | | | | * 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.
* | gnu: w-scan: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | | | | | * gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".
* | gnu: transcode: Build with '-O2'.Ludovic Courtès2021-11-25
| | | | | | | | * gnu/packages/video.scm (transcode)[arguments]: Pass "-O2 -g".
* | gnu: libva: Update to 2.13.0Josselin Poiret2021-11-25
| | | | | | | | | | | | * gnu/packages/video.scm (libva): Update it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* | gnu: pitivi: Fix build.Leo Famulari2021-11-24
| | | | | | | | | | | | * gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to gst-plugins-bad variant. [arguments]: Use meson-0.59.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: pipe-viewer: Update to 0.1.7.Robby Zambito2021-11-23
| | | | | | | | | | | | * gnu/packages/video.scm (pipe-viewer): Update to 0.1.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add libplacebo.Milkey Mouse2021-11-21
| | | | | | | | | | | | * gnu/packages/video.scm (libplacebo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | gnu: libmp4v2: Build with '-std=c++03'.Ludovic Courtès2021-11-20
| | | | | | | | * gnu/packages/video.scm (libmp4v2)[arguments]: Add #:configure-flags.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: libaom: Update to 3.2.0.Leo Famulari2021-11-09
| | | | | | | | * gnu/packages/video.scm (libaom): Update to 3.2.0.
| * gnu: ffmpeg-2.8: Update to 2.8.18.Efraim Flashner2021-11-08
| | | | | | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.18.
| * gnu: ffmpeg-3.4: Update to 3.4.9.Efraim Flashner2021-11-08
| | | | | | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.9.
| * gnu: ffmpeg: Update to 4.4.1.Efraim Flashner2021-11-08
| | | | | | | | * gnu/packages/video.scm (ffmpeg): Update to 4.4.1.
* | gnu: gtk: Replace gdk-pixbuf+svg by librsvg.Maxim Cournoyer2021-11-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-03
|\|
| * gnu: mpv: Update to 0.34.0.Efraim Flashner2021-11-02
| | | | | | | | | | | | | | * 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.
| * gnu: Remove FFmpeg 4.3.Leo Famulari2021-11-01
| | | | | | | | * gnu/packages/video.scm (ffmpeg-4.3): Remove variable.
| * gnu: OpenShot: Update to 2.6.1.Leo Famulari2021-11-01
| | | | | | | | | | | | * 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.
| * gnu: libopenshot: Update to 0.2.7.Leo Famulari2021-11-01
| | | | | | | | | | | | | | * 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.
| * gnu: pipe-viewer: Update to 0.1.5.Tobias Geerinckx-Rice2021-11-01
| | | | | | | | * gnu/packages/video.scm (pipe-viewer): Update to 0.1.5.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\|
| * gnu: Add yt-dlp.Robin Templeton2021-10-26
| | | | | | | | | | | | | | | | * 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>
* | gnu: peek: Add missing input.Ricardo Wurmus2021-10-21
| | | | | | | | * gnu/packages/video.scm (peek)[inputs]: Add python-wrapper.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: fio: Update to 3.28.Tobias Geerinckx-Rice2021-10-16
| | | | | | | | | | * gnu/packages/benchmark.scm (fio): Update to 3.28. [arguments]: Don't explicitly return #t from phases.
| * gnu: handbrake: Update to 1.4.2.Tobias Geerinckx-Rice2021-10-16
| | | | | | | | | | | | * gnu/packages/video.scm (handbrake): Update to 1.4.2. [source]: Don't explicitly return #t from snippet. [arguments]: Nor from phases.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: shotcut: Update to 21.09.20.Vinicius Monego2021-10-12
| | | | | | | | | | | | * gnu/packages/video.scm (shotcut): Update to 21.09.20. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add mjpg-streamer.phodina2021-10-04
| | | | | | | | | | | | * gnu/packages/video.scm: (mjpg-streamer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Consolidate duplicate copyright names.Greg Hogan2021-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/android.scm: Consolidate copyright lines with the same email address. * gnu/packages/code.scm: Likewise. * gnu/packages/cpp.scm: Likewise. * gnu/packages/databases.scm: Likewise. * gnu/packages/emacs-xyz.scm: Likewise. * gnu/packages/file.scm: Likewise. * gnu/packages/freedesktop.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gps.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/python-xyz.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/services/web.scm: Likewise. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: handbrake: Update to 1.4.1.Eric Bavier2021-09-22
| | | | | | | | | | * gnu/packages/video.scm (handbrake): Update to 1.4.1 [inputs]: Add libjpeg-turbo and zimg.
| * gnu: shotcut: Update to 21.09.13.Vinicius Monego2021-09-22
| | | | | | | | | | | | * gnu/packages/video.scm (shotcut): Update to 21.09.13. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: w-scan: Fix compiling with gcc 10.Guillaume Le Vaillant2021-10-04
| | | | | | | | * gnu/packages/video.scm (w-scan)[arguments]: Add '-fcommon' to CFLAGS.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: dav1d: Update to 0.9.2.Leo Famulari2021-09-14
| | | | | | | | * gnu/packages/video.scm (dav1d): Update to 0.9.2.
| * gnu: pitivi: Update to 2021.05.0.Vinicius Monego2021-09-13
| | | | | | | | | | | | | | * gnu/packages/video.scm (pitivi): Update to 2021.05.0. [arguments]<#:phases>: Don't return #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: shotcut: Update to 21.08.29.Vinicius Monego2021-09-12
| | | | | | | | | | | | * gnu/packages/video.scm (shotcut): Update to 21.08.29. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | gnu: mkvtoolnix: Fix build.Guillaume Le Vaillant2021-09-11
| | | | | | | | * gnu/packages/video.scm (mkvtoolnix)[arguments]: Fix 'add-googletest' phase.