summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
Commit message (Collapse)AuthorAge
* gnu: Add wf-recorder.Alex McGrath2020-04-27
| | | | | | * gnu/packages/video.scm (wf-recorder): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: Add peek.Ricardo Wurmus2020-04-27
| | | | * gnu/packages/video.scm (peek): New variable.
* gnu: Add rav1e.Leo Famulari2020-04-26
| | | | | | | | | * gnu/packages/video.scm (rav1e): New variable. * gnu/packages/rust-apps.scm (rust-cbindgen-0.12, rust-cargo-c): New variables. * gnu/packages/crates-io.scm: Various new packages and upgrades. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: svt-av1: Update to 0.8.2.Leo Famulari2020-04-25
| | | | * gnu/packages/video.scm (svt-av1): Update to 0.8.2.
* gnu: Add w-scan.Guillaume Le Vaillant2020-04-22
| | | | * gnu/packages/video.scm (w-scan): New variable.
* gnu: obs: Update to 25.0.7.Vagrant Cascadian2020-04-20
| | | | * gnu/packages/video (obs): Update to 25.0.7.
* gnu: Remove libvpx@1.7.Marius Bakke2020-04-15
| | | | | | * gnu/packages/patches/libvpx-use-after-free-in-postproc.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libvpx-1.7): Remove variable.
* gnu: x265: Update to 3.3.Tobias Geerinckx-Rice2020-04-14
| | | | * gnu/packages/video.scm (x265): Update to 3.3.
* gnu: libdca: Update to 0.0.7.Tobias Geerinckx-Rice2020-04-11
| | | | | * gnu/packages/video.scm (libdca): Update to 0.0.7. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: celluloid: Update to 0.19.Tobias Geerinckx-Rice2020-04-10
| | | | * gnu/packages/video.scm (celluloid): Update to 0.19.
* gnu: aegisub: Make some inputs native.Vincent Legoll2020-04-05
| | | | | | | * gnu/packages/video.scm (aegisub)[inputs]: Move desktop-files-utils from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: openshot: Enable tests.Efraim Flashner2020-04-02
| | | | * gnu/packages/video.scm (openshot)[arguments]: Add custom 'check phase.
* gnu: openshot: Upgrade to 2.5.1.Efraim Flashner2020-04-02
| | | | | | | * gnu/packages/video.scm (openshot): Update to 2.5.1. [source]: Add note about bundled libraries. Remove upstream rename workaround. [home-page]: Update to new home-page.
* gnu: openshot: Fix ‘color shift.png’ file name.Tobias Geerinckx-Rice2020-04-01
| | | | | | | * gnu/packages/video.scm (openshot)[source]: Rename it to ‘colorshift.png’ in the snippet. Reported by <znavko@disroot.org>.
* gnu: mpv-mpris: Switch to copy-build-system.Efraim Flashner2020-04-01
| | | | | | * gnu/packages/video.scm (mpv-mpris)[build-system]: Switch to copy-build-system. [arguments]: Add custom 'build phase before 'install phase.
* gnu: mpv-mpris: Update to 0.4.Efraim Flashner2020-04-01
| | | | * gnu/packages/video.scm (mpv-mpris): Update to 0.4.
* gnu: Remove more packages deprecated for over almost a year.Tobias Geerinckx-Rice2020-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (armagetron-advanced) (cataclysm-dark-days-ahead, gnubackgammon, l-abbaye-des-morts) (the-battle-for-wesnoth, the-battle-for-wesnoth-server) (project-starfighter, kiki-the-nano-bot, fish-fillets-ng) (dungeon-crawl-stone-soup): Let's forget this ever happened. * gnu/packages/emacs-xyz.scm (geiser, paredit, git-modes/old-name) (magit, magit-svn, haskell-mode, emacs-emms-player-mpv, bbdb) (ert-runner, groovy-emacs-modes): Remove variable. * gnu/packages/engineering.scm (emacs-emms-player-simple-mpv) (emacs-evil-ediff, emacs-evil-mu4e, emacs-wgrep-helm, ao): Likewise. * gnu/packages/finance.scm (monero-core): Likewise. * gnu/packages/gnome.scm (dungeon-crawl-stone-soup-tiles) (tales-of-maj-eyal, battle-tanks, the-legend-of-edgar) (gnome-tweak-tool): Likewise. * gnu/packages/gnuzilla.scm (conkeror): Likewise. * gnu/packages/guile-xyz.scm (mcron2): Likewise. * gnu/packages/image.scm (pngcrunch): Likewise. * gnu/packages/linux.scm (eudev-with-hwdb): Likewise. * gnu/packages/maths.scm (qtoctave): Likewise. * gnu/packages/package-management.scm (guile2.0-guix): Likewise. * gnu/packages/php.scm (php-with-bcmath): Likewise. * gnu/packages/python-xyz.scm (python-kivy-next, python2-kivy-next): Likewise. * gnu/packages/video.scm (livestreamer): Likewise. * gnu/packages/virtualization.scm (lookingglass): Likewise. * gnu/packages/vulkan.scm (vulkan-icd-loader): Likewise. * gnu/packages/syndication.scm (newsbeuter): Likewise. (newsboat)[description]: Remove historical footnote.
* gnu: vapoursynth: Update to 49.Tobias Geerinckx-Rice2020-03-29
| | | | * gnu/packages/video.scm (vapoursynth): Update to 49.
* gnu: youtube-dl: Update to 2020.03.24.Tobias Geerinckx-Rice2020-03-29
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.03.24.
* gnu: youtube-viewer: Add missing comment.Efraim Flashner2020-03-28
| | | | | | | This is a follow-up to 315b98b9eb71e1a56de6a49ffbfed0af3c92be7e. * gnu/packages/video.scm (youtube-viewer)[arguments]: Add comment explaining why we don't install the gtk3 variant.
* gnu: youtube-viewer: Don't build gtk3 front-end.Efraim Flashner2020-03-26
| | | | | * gnu/packages/video.scm (youtube-viewer)[arguments]: Update module-build-flags to only build gtk2 front-end.
* gnu: youtube-viewer: Update to 3.7.5.Efraim Flashner2020-03-26
| | | | | * gnu/packages/video.scm (youtube-viewer): Update to 3.7.5. [inputs]: Add perl-json-xs.
* Revert "gnu: youtube-dl: Add 'ffmpeg' as input."Mathieu Othacehe2020-03-23
| | | | This reverts commit 4233e74b39635d5ef4dde204ecc26dcc894d9467.
* gnu: youtube-dl: Add zsh completion.Brice Waegeneire2020-03-23
| | | | | | | * gnu/packages/video.scm (youtube-dl)[arguments]: Add phase install-completion. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: youtube-dl: Add 'ffmpeg' as input.Brice Waegeneire2020-03-23
| | | | | | | | * gnu/packages/video.scm (youtube-dl)[arguments]: Add phase wrap-executable. [inputs]: Add ffmpeg. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: libcaca: Update license field.Efraim Flashner2020-03-22
| | | | * gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
* gnu: VLC: Improve AV1 playback.Leo Famulari2020-03-20
| | | | * gnu/packages/video.scm (inputs): Add dav1d.
* gnu: FFmpeg: Prefer dav1d over libaom.Leo Famulari2020-03-20
| | | | | | * gnu/packages/patches/ffmpeg-prefer-dav1d.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (ffmpeg)[source]: Use it.
* gnu: dav1d: Update to 0.6.0.Marius Bakke2020-03-19
| | | | * gnu/packages/video.scm (dav1d): Update to 0.6.0.
* gnu: Add straw-viewer.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/video.scm (straw-viewer): New public variable.
* gnu: simplescreenrecorder: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-17
| | | | * gnu/packages/video.scm (simplescreenrecorder)[home-page]: Use HTTPS.
* gnu: libopenshot: Update to 0.2.5.Marius Bakke2020-03-14
| | | | * gnu/packages/video.scm (libopenshot): Update to 0.2.5.
* gnu: Add SVT-AV1.Leo Famulari2020-03-14
| | | | * gnu/packages/video.scm (svt-av1): New variable.
* gnu: libsmpeg: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | * gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
* gnu: you-get: Update to 0.4.1410.Tobias Geerinckx-Rice2020-03-11
| | | | * gnu/packages/video.scm (you-get): Update to 0.4.1410.
* gnu: youtube-dl: Update to 2020.03.08.Tobias Geerinckx-Rice2020-03-09
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.03.08.
* gnu: spice: Update to 0.14.3.Tobias Geerinckx-Rice2020-03-07
| | | | | | | * gnu/packages/spice.scm (spice): Update to 0.14.3. [source]: Remove obsolete patch. * gnu/packages/patches/spice-fix-test-armhf.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: libaom: Add AVIF support.Leo Famulari2020-02-29
| | | | * gnu/packages/video.scm (libaom): Update to 1.0.0-errata1-avif.
* gnu: youtube-dl: Update to 2020.02.16.Vincent Legoll2020-02-29
| | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2020.02.16. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: openh264: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-21
| | | | * gnu/packages/video.scm (openh264)[home-page]: Use HTTPS.
* gnu: mplayer: Fix dvdnav support.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/video.scm (mplayer)[inputs]: Add libdvdread.
* gnu: mplayer: Enable GIF support.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
* gnu: mplayer: Don't follow home page browser redirection.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/video.scm (mplayer)[home-page]: Let the browser eat HTML.
* gnu: mplayer: Update to 1.4.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/video.scm (mplayer): Update to 1.4. [inputs]: Use default ffmpeg version.
* gnu: you-get: Update to 0.4.1403.Tobias Geerinckx-Rice2020-02-15
| | | | * gnu/packages/video.scm (you-get): Update to 0.4.1403.
* gnu: xvid: Update to 1.3.7.Tobias Geerinckx-Rice2020-02-15
| | | | * gnu/packages/video.scm (xvid): Update to 1.3.7.
* gnu: youtube-viewer: Update to 3.7.4.Eric Bavier2020-02-12
| | | | | | Contains compatibility fix for recent mpv. * gnu/packages/video.scm (youtube-viewer): Update to 3.7.4.
* Merge branch 'master' into stagingMarius Bakke2020-02-05
|\
| * gnu: streamlink: Update to 1.3.1.Josh Holland2020-02-05
| | | | | | | | | | | | * gnu/packages/video.scm (streamlink): Update to 1.3.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* | Merge branch 'master' into stagingMarius Bakke2020-02-03
|\|