Age | Commit message (Expand) | Author |
2020-04-22 | gnu: Add w-scan....* gnu/packages/video.scm (w-scan): New variable.
| Guillaume Le Vaillant |
2020-04-20 | gnu: obs: Update to 25.0.7....* gnu/packages/video (obs): Update to 25.0.7.
| Vagrant Cascadian |
2020-04-15 | gnu: Remove libvpx@1.7....* 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.
| Marius Bakke |
2020-04-14 | gnu: x265: Update to 3.3....* gnu/packages/video.scm (x265): Update to 3.3.
| Tobias Geerinckx-Rice |
2020-04-11 | gnu: libdca: Update to 0.0.7....* gnu/packages/video.scm (libdca): Update to 0.0.7.
[native-inputs]: Add autoconf, automake, and libtool.
| Tobias Geerinckx-Rice |
2020-04-10 | gnu: celluloid: Update to 0.19....* gnu/packages/video.scm (celluloid): Update to 0.19.
| Tobias Geerinckx-Rice |
2020-04-05 | gnu: aegisub: Make some inputs native....* gnu/packages/video.scm (aegisub)[inputs]: Move desktop-files-utils from here...
[native-inputs]: ...to here.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Vincent Legoll |
2020-04-02 | gnu: openshot: Enable tests....* gnu/packages/video.scm (openshot)[arguments]: Add custom 'check phase.
| Efraim Flashner |
2020-04-02 | gnu: openshot: Upgrade to 2.5.1....* 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.
| Efraim Flashner |
2020-04-01 | gnu: openshot: Fix ‘color shift.png’ file name....* gnu/packages/video.scm (openshot)[source]: Rename it to
‘colorshift.png’ in the snippet.
Reported by <znavko@disroot.org>.
| Tobias Geerinckx-Rice |
2020-04-01 | gnu: mpv-mpris: Switch to copy-build-system....* gnu/packages/video.scm (mpv-mpris)[build-system]: Switch to
copy-build-system.
[arguments]: Add custom 'build phase before 'install phase.
| Efraim Flashner |
2020-04-01 | gnu: mpv-mpris: Update to 0.4....* gnu/packages/video.scm (mpv-mpris): Update to 0.4.
| Efraim Flashner |
2020-03-29 | gnu: Remove more packages deprecated for over almost a year....* 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.
| Tobias Geerinckx-Rice |
2020-03-29 | gnu: vapoursynth: Update to 49....* gnu/packages/video.scm (vapoursynth): Update to 49.
| Tobias Geerinckx-Rice |
2020-03-29 | gnu: youtube-dl: Update to 2020.03.24....* gnu/packages/video.scm (youtube-dl): Update to 2020.03.24.
| Tobias Geerinckx-Rice |
2020-03-28 | gnu: youtube-viewer: Add missing comment....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.
| Efraim Flashner |
2020-03-26 | gnu: youtube-viewer: Don't build gtk3 front-end....* gnu/packages/video.scm (youtube-viewer)[arguments]: Update
module-build-flags to only build gtk2 front-end.
| Efraim Flashner |
2020-03-26 | gnu: youtube-viewer: Update to 3.7.5....* gnu/packages/video.scm (youtube-viewer): Update to 3.7.5.
[inputs]: Add perl-json-xs.
| Efraim Flashner |
2020-03-23 | Revert "gnu: youtube-dl: Add 'ffmpeg' as input."...This reverts commit 4233e74b39635d5ef4dde204ecc26dcc894d9467.
| Mathieu Othacehe |
2020-03-23 | gnu: youtube-dl: Add zsh completion....* gnu/packages/video.scm (youtube-dl)[arguments]: Add phase
install-completion.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Brice Waegeneire |
2020-03-23 | gnu: youtube-dl: Add 'ffmpeg' as input....* gnu/packages/video.scm (youtube-dl)[arguments]: Add phase
wrap-executable.
[inputs]: Add ffmpeg.
Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
| Brice Waegeneire |
2020-03-22 | gnu: libcaca: Update license field....* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
| Efraim Flashner |
2020-03-20 | gnu: VLC: Improve AV1 playback....* gnu/packages/video.scm (inputs): Add dav1d.
| Leo Famulari |
2020-03-20 | gnu: FFmpeg: Prefer dav1d over libaom....* 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.
| Leo Famulari |
2020-03-19 | gnu: dav1d: Update to 0.6.0....* gnu/packages/video.scm (dav1d): Update to 0.6.0.
| Marius Bakke |
2020-03-17 | gnu: Add straw-viewer....* gnu/packages/video.scm (straw-viewer): New public variable.
| Tobias Geerinckx-Rice |
2020-03-17 | gnu: simplescreenrecorder: Use HTTPS home page....* gnu/packages/video.scm (simplescreenrecorder)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-14 | gnu: libopenshot: Update to 0.2.5....* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
| Marius Bakke |
2020-03-14 | gnu: Add SVT-AV1....* gnu/packages/video.scm (svt-av1): New variable.
| Leo Famulari |
2020-03-13 | gnu: libsmpeg: Use HTTPS home page....* gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-11 | gnu: you-get: Update to 0.4.1410....* gnu/packages/video.scm (you-get): Update to 0.4.1410.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: youtube-dl: Update to 2020.03.08....* gnu/packages/video.scm (youtube-dl): Update to 2020.03.08.
| Tobias Geerinckx-Rice |
2020-03-07 | gnu: spice: Update to 0.14.3....* 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.
| Tobias Geerinckx-Rice |
2020-02-29 | gnu: libaom: Add AVIF support....* gnu/packages/video.scm (libaom): Update to 1.0.0-errata1-avif.
| Leo Famulari |
2020-02-29 | gnu: youtube-dl: Update to 2020.02.16....* gnu/packages/video.scm (youtube-dl): Update to 2020.02.16.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vincent Legoll |
2020-02-21 | gnu: openh264: Use HTTPS home page....* gnu/packages/video.scm (openh264)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-02-18 | gnu: mplayer: Fix dvdnav support....* gnu/packages/video.scm (mplayer)[inputs]: Add libdvdread.
| Tobias Geerinckx-Rice |
2020-02-18 | gnu: mplayer: Enable GIF support....* gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
| Tobias Geerinckx-Rice |
2020-02-18 | gnu: mplayer: Don't follow home page browser redirection....* gnu/packages/video.scm (mplayer)[home-page]: Let the browser eat
HTML.
| Tobias Geerinckx-Rice |
2020-02-18 | gnu: mplayer: Update to 1.4....* gnu/packages/video.scm (mplayer): Update to 1.4.
[inputs]: Use default ffmpeg version.
| Tobias Geerinckx-Rice |
2020-02-15 | gnu: you-get: Update to 0.4.1403....* gnu/packages/video.scm (you-get): Update to 0.4.1403.
| Tobias Geerinckx-Rice |
2020-02-15 | gnu: xvid: Update to 1.3.7....* gnu/packages/video.scm (xvid): Update to 1.3.7.
| Tobias Geerinckx-Rice |
2020-02-12 | gnu: youtube-viewer: Update to 3.7.4....Contains compatibility fix for recent mpv.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.4.
| Eric Bavier |
2020-02-05 | Merge branch 'master' into staging | Marius Bakke |
2020-02-05 | gnu: streamlink: Update to 1.3.1....* gnu/packages/video.scm (streamlink): Update to 1.3.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Josh Holland |
2020-02-03 | Merge branch 'master' into staging | Marius Bakke |
2020-02-03 | gnu: libx264: Update to 159-0.1771b55....* gnu/packages/video.scm (libx264): Update to 159-0.1771b55.
[source]: Change to GIT-FETCH.
[version]: Use GIT-VERSION, and change from date-based identifier to the
version defined in x264.h.
| Marius Bakke |
2020-01-30 | gnu: mpv: Update to 0.32.0....* gnu/packages/video.scm (mpv): Update to 0.32.0.
| Efraim Flashner |
2020-01-26 | Merge branch 'master' into staging | Marius Bakke |
2020-01-25 | gnu: youtube-dl: Update to 2020.01.24....* gnu/packages/video.scm (youtube-dl): Update to 2020.01.24.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Amin Bandali |