Age | Commit message (Expand) | Author |
2022-01-11 | gnu: handbrake: Update to 1.5.1....* gnu/packages/video.scm (handbrake): Update to 1.5.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2022-01-07 | gnu: youtube-dl: Update to 2021.12.17....* gnu/packages/video.scm (youtube-dl): Update to 2021.12.17.
[source, arguments]: Don't explicitly return #t from snippet or phases.
| Tobias Geerinckx-Rice |
2022-01-04 | gnu: mpv: Update to 0.34.1....* gnu/packages/video.scm (mpv): Update to 0.34.1.
| Tobias Geerinckx-Rice |
2021-12-28 | gnu: Import missing module in (gnu packages video)....This is a followup to commit b1548937e9622271ed407200ad2cd2118729588e.
* gnu/packages/video.scm: Import (gnu packages llvm).
| Leo Famulari |
2021-12-28 | gnu: Add rust-dav1d-sys-0.3.2....* gnu/packages/video.scm (rust-dav1d-sys-0.3.2): New variable.
| Nicolas Goaziou |
2021-12-27 | gnu: mjpegtools: Update to 2.2.1....Note: due to a copied source hash, mjpegtools 2.1.0 was actually just libmms.
* gnu/packages/video.scm (mjpegtools): Update to 2.2.1.
[inputs]: Add libjpeg-turbo.
[native-inputs]: Add pkg-config.
| Ricardo Wurmus |
2021-12-26 | gnu: shotcut: Adjust environment variables in 'wrap-program....* gnu/packages/video.scm (shotcut)[arguments]<#:phases>: In the 'wrap-program
phase, wrap LADSPA_PATH, don't wrap MLT_PREFIX, remove trailing slash from
FREI0R_PATH, remove ffmpeg and add mlt to PATH.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-12-26 | gnu: shotcut: Find ffmpeg and mlt at runtime....* gnu/packages/video.scm (shotcut)[arguments]<:#phases>: Add phase
'patch-executable-paths to use full store paths for ffmpeg and mlt.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vinicius Monego |
2021-12-26 | gnu: shotcut: Satisfy guix lint....* gnu/packages/video.scm (shotcut)[native-inputs]: Rename
'python-wrapper' label to match it's package name.
[inputs]: Add bash-minimal because 'wrap-program' is used.
| Brice Waegeneire |
2021-12-26 | gnu: shotcut: Update to 21.12.24....* gnu/packages/video.scm (shotcut): Update to 21.12.24.
| Vinicius Monego |
2021-12-19 | gnu: video-contact-sheet: Use the new style....* gnu/packages/video.scm (video-contact-sheet)[arguments]: Use the new style.
| Leo Famulari |
2021-12-19 | gnu: obs: Add qtwayland....* gnu/packages/video.scm (obs)[inputs]: Add qtwayland.
| Mathieu Othacehe |
2021-12-17 | gnu: video-contact-sheet: Tweak the synopsis and description....* gnu/packages/video.scm (video-contact-sheet)[synopsis, description]: Improve.
| Leo Famulari |
2021-12-17 | gnu: Add video-contact-sheet....* gnu/packages/video.scm (video-contact-sheet): New variable.
| Pradana AUMARS |
2021-12-17 | gnu: celluloid: Update to 0.22....* gnu/packages/video.scm (celluloid): Update to 0.22.
[inputs]: Replace gtk+ (3) with gtk (4).
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Remove superfluous "linux-libre-headers" inputs....This input is already propagated from glibc.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove LINUX-LIBRE-HEADERS-5.10.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Likewise.
* gnu/packages/accessibility.scm (brltty)[inputs]: Remove LINUX-LIBRE-HEADERS.
* gnu/packages/graphics.scm (directfb)[inputs]: Likewise.
* gnu/packages/gstreamer.scm (libdc1394)[inputs]: Likewise.
* gnu/packages/linux.scm (python-evdev)[native-inputs]: Likewise.
(bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/networking.scm (lksctp-tools)[inputs]: Likewise.
* gnu/packages/video.scm (tslib)[inputs]: Likewise.
* gnu/packages/web-browsers.scm (links)[native-inputs]: Likewise.
* gnu/packages/cdrom.scm (cdrtools)[inputs]: Likewise.
[arguments]: Adjust accordingly.
* gnu/packages/lirc.scm (lirc)[inputs, arguments]: Likewise.
* gnu/packages/vpn.scm (xl2tpd)[inputs, arguments]: Likewise.
| Marius Bakke |
2021-12-13 | gnu: Further simplify package inputs....This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-12-12 | gnu: gaupol: Don't attempt to compile bytecode twice....* gnu/packages/video.scm (gaupol)[arguments]: Disable needless compilation
with a substitution. While here, remove trailing #t's.
| Marius Bakke |
2021-12-12 | gnu: mps-youtube: Disable sanity check....* gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
| Marius Bakke |
2021-12-12 | gnu: smplayer: Remove reference to %outputs.......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.
| Marius Bakke |
2021-12-05 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Ricardo Wurmus |
2021-12-02 | gnu: shotcut: Update to 21.10.31....* gnu/packages/video.scm (shotcut): Update to 21.10.31.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-12-02 | gnu: mlt: Update to 7.2.0....* gnu/packages/video.scm (mlt): Update to 7.2.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Vinicius Monego |
2021-12-01 | gnu: Add smplayer....* gnu/packages/video.scm (smplayer): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai |
2021-11-27 | gnu: you-get: Update to 0.4.1555....* gnu/packages/video.scm (you-get): Update to 0.4.1555.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2021-11-27 | gnu: pipe-viewer: Correct references to yt-dlp program....* gnu/packages/video.scm (pipe-viewer)[inputs]: Add yt-dlp.
[phases](patch-source): Modify.
| Raghav Gururajan |
2021-11-26 | gnu: pitivi: Fix build with Meson 0.60....* 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.
| Leo Famulari |
2021-11-26 | gnu: mpv-mpris: Update to 0.6....* gnu/packages/video.scm (mpv-mpris): Update to 0.6.
| Efraim Flashner |
2021-11-25 | gnu: w-scan: Build with '-O2'....* gnu/packages/video.scm (w-scan)[arguments]: Pass "-O2 -g".
| Ludovic Courtès |
2021-11-25 | gnu: transcode: Build with '-O2'....* gnu/packages/video.scm (transcode)[arguments]: Pass "-O2 -g".
| Ludovic Courtès |
2021-11-25 | gnu: libva: Update to 2.13.0...* gnu/packages/video.scm (libva): Update it.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Josselin Poiret |
2021-11-24 | gnu: pitivi: Fix build....* gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to
gst-plugins-bad variant.
[arguments]: Use meson-0.59.
| Leo Famulari |
2021-11-24 | gnu: recordmydesktop: Update to 0.4.0....* 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>
| Aleksandr Vityazev |
2021-11-23 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-23 | gnu: pipe-viewer: Update to 0.1.7....* gnu/packages/video.scm (pipe-viewer): Update to 0.1.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Robby Zambito |
2021-11-21 | gnu: Add libplacebo....* gnu/packages/video.scm (libplacebo): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Milkey Mouse |
2021-11-20 | gnu: libmp4v2: Build with '-std=c++03'....* gnu/packages/video.scm (libmp4v2)[arguments]: Add #:configure-flags.
| Ludovic Courtès |
2021-11-17 | Merge branch 'master' into core-updates-frozen | Ludovic Courtès |
2021-11-11 | gnu: gtk: Replace gdk-pixbuf+svg by librsvg....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.
| Maxim Cournoyer |
2021-11-09 | gnu: libaom: Update to 3.2.0....* gnu/packages/video.scm (libaom): Update to 3.2.0.
| Leo Famulari |
2021-11-08 | gnu: ffmpeg-2.8: Update to 2.8.18....* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.18.
| Efraim Flashner |
2021-11-08 | gnu: ffmpeg-3.4: Update to 3.4.9....* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.9.
| Efraim Flashner |
2021-11-08 | gnu: ffmpeg: Update to 4.4.1....* gnu/packages/video.scm (ffmpeg): Update to 4.4.1.
| Efraim Flashner |
2021-11-03 | Merge remote-tracking branch 'origin/master' into core-updates-frozen | Efraim Flashner |
2021-11-02 | gnu: mpv: Update to 0.34.0....* 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.
| Efraim Flashner |
2021-11-01 | gnu: Remove FFmpeg 4.3....* gnu/packages/video.scm (ffmpeg-4.3): Remove variable.
| Leo Famulari |
2021-11-01 | gnu: OpenShot: Update to 2.6.1....* 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.
| Leo Famulari |
2021-11-01 | gnu: libopenshot: Update to 0.2.7....* 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.
| Leo Famulari |
2021-11-01 | gnu: pipe-viewer: Update to 0.1.5....* gnu/packages/video.scm (pipe-viewer): Update to 0.1.5.
| Tobias Geerinckx-Rice |