3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

1043 commits

Author SHA1 Message Date
5020a26392
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.
2020-04-02 09:21:43 +03:00
Tobias Geerinckx-Rice
3f3daa1cc1
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>.
2020-04-01 17:14:10 +02:00
2a844af991
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.
2020-04-01 10:17:47 +03:00
b51a37b116
gnu: mpv-mpris: Update to 0.4.
* gnu/packages/video.scm (mpv-mpris): Update to 0.4.
2020-04-01 10:11:35 +03:00
Tobias Geerinckx-Rice
53b9df20c1
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.
2020-03-29 18:40:56 +02:00
Tobias Geerinckx-Rice
33abf95fe6
gnu: vapoursynth: Update to 49.
* gnu/packages/video.scm (vapoursynth): Update to 49.
2020-03-29 01:24:10 +01:00
Tobias Geerinckx-Rice
aee7f3a307
gnu: youtube-dl: Update to 2020.03.24.
* gnu/packages/video.scm (youtube-dl): Update to 2020.03.24.
2020-03-29 01:24:10 +01:00
619edce5cd
gnu: youtube-viewer: Add missing comment.
This is a follow-up to 315b98b9eb.

* gnu/packages/video.scm (youtube-viewer)[arguments]: Add comment
explaining why we don't install the gtk3 variant.
2020-03-28 21:07:08 +03:00
315b98b9eb
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.
2020-03-26 12:56:10 +02:00
b5a26299f7
gnu: youtube-viewer: Update to 3.7.5.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.5.
[inputs]: Add perl-json-xs.
2020-03-26 12:56:07 +02:00
Mathieu Othacehe
acd595c237
Revert "gnu: youtube-dl: Add 'ffmpeg' as input."
This reverts commit 4233e74b39.
2020-03-23 21:51:25 +01:00
Brice Waegeneire
7884fc434f
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>
2020-03-23 19:02:46 +01:00
Brice Waegeneire
4233e74b39
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>
2020-03-23 19:02:44 +01:00
8506fce04b
gnu: libcaca: Update license field.
* gnu/packages/video.scm (libcaca)[license]: List as wtfpl2.
2020-03-22 15:37:48 +02:00
Leo Famulari
f08040c5f8
gnu: VLC: Improve AV1 playback.
* gnu/packages/video.scm (inputs): Add dav1d.
2020-03-20 18:51:51 -04:00
Leo Famulari
e401653b51
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.
2020-03-20 18:51:51 -04:00
Marius Bakke
1912ea5003
gnu: dav1d: Update to 0.6.0.
* gnu/packages/video.scm (dav1d): Update to 0.6.0.
2020-03-19 08:41:50 +01:00
Tobias Geerinckx-Rice
6c71d56d77
gnu: Add straw-viewer.
* gnu/packages/video.scm (straw-viewer): New public variable.
2020-03-17 20:02:07 +01:00
Tobias Geerinckx-Rice
10b52f4695
gnu: simplescreenrecorder: Use HTTPS home page.
* gnu/packages/video.scm (simplescreenrecorder)[home-page]: Use HTTPS.
2020-03-17 03:12:25 +01:00
Marius Bakke
747953c430
gnu: libopenshot: Update to 0.2.5.
* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
2020-03-14 11:55:34 +01:00
Leo Famulari
554f5b6280
gnu: Add SVT-AV1.
* gnu/packages/video.scm (svt-av1): New variable.
2020-03-14 01:02:37 -04:00
Tobias Geerinckx-Rice
84f19b1d05
gnu: libsmpeg: Use HTTPS home page.
* gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
2020-03-13 22:57:03 +01:00
Tobias Geerinckx-Rice
ec63b5a4c7
gnu: you-get: Update to 0.4.1410.
* gnu/packages/video.scm (you-get): Update to 0.4.1410.
2020-03-11 03:24:14 +01:00
Tobias Geerinckx-Rice
a0093a71c5
gnu: youtube-dl: Update to 2020.03.08.
* gnu/packages/video.scm (youtube-dl): Update to 2020.03.08.
2020-03-09 16:01:19 +01:00
Tobias Geerinckx-Rice
c0dc417909
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.
2020-03-07 12:48:18 +01:00
Leo Famulari
08cc13974f
gnu: libaom: Add AVIF support.
* gnu/packages/video.scm (libaom): Update to 1.0.0-errata1-avif.
2020-02-29 14:47:39 -05:00
Vincent Legoll
ce50480b5b
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>
2020-02-29 13:59:47 -05:00
Tobias Geerinckx-Rice
e11639f385
gnu: openh264: Use HTTPS home page.
* gnu/packages/video.scm (openh264)[home-page]: Use HTTPS.
2020-02-21 18:33:40 +01:00
Tobias Geerinckx-Rice
e46aacacdf
gnu: mplayer: Fix dvdnav support.
* gnu/packages/video.scm (mplayer)[inputs]: Add libdvdread.
2020-02-18 18:25:29 +01:00
Tobias Geerinckx-Rice
8480bdd32e
gnu: mplayer: Enable GIF support.
* gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
2020-02-18 18:25:29 +01:00
Tobias Geerinckx-Rice
858b68e491
gnu: mplayer: Don't follow home page browser redirection.
* gnu/packages/video.scm (mplayer)[home-page]: Let the browser eat
HTML.
2020-02-18 18:25:29 +01:00
Tobias Geerinckx-Rice
59ed95d6b8
gnu: mplayer: Update to 1.4.
* gnu/packages/video.scm (mplayer): Update to 1.4.
[inputs]: Use default ffmpeg version.
2020-02-18 18:25:29 +01:00
Tobias Geerinckx-Rice
41db3463a6
gnu: you-get: Update to 0.4.1403.
* gnu/packages/video.scm (you-get): Update to 0.4.1403.
2020-02-15 17:07:03 +01:00
Tobias Geerinckx-Rice
2a42629f2b
gnu: xvid: Update to 1.3.7.
* gnu/packages/video.scm (xvid): Update to 1.3.7.
2020-02-15 17:07:03 +01:00
Eric Bavier
ec8194a067
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.
2020-02-12 00:18:35 -06:00
Marius Bakke
f10921c5ad
Merge branch 'master' into staging 2020-02-05 22:08:06 +01:00
Josh Holland
567a145368
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>
2020-02-05 22:03:34 +01:00
Marius Bakke
0a83339bb1
Merge branch 'master' into staging 2020-02-03 15:35:51 +01:00
Marius Bakke
c0fe2e1f03
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.
2020-02-03 12:34:31 +01:00
954b4c7307
gnu: mpv: Update to 0.32.0.
* gnu/packages/video.scm (mpv): Update to 0.32.0.
2020-01-30 19:14:07 +02:00
Marius Bakke
1d7051f82b
Merge branch 'master' into staging 2020-01-26 23:40:24 +01:00
Amin Bandali
df6ce9fcb4
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>
2020-01-25 20:54:41 +05:30
Marius Bakke
715110a8a2
Merge branch 'master' into staging 2020-01-21 21:34:41 +01:00
Marius Bakke
fd4b27e4e4
gnu: ffmpeg: Update to 4.2.2.
* gnu/packages/video.scm (ffmpeg): Update to 4.2.2.
2020-01-20 21:53:51 +01:00
Marius Bakke
0fd80a2556
gnu: libvpx: Update to 1.8.2.
* gnu/packages/video.scm (libvpx): Update to 1.8.2.
2020-01-20 21:53:51 +01:00
Tobias Geerinckx-Rice
b722a1f1e1
gnu: mpv: Update to 0.31.0.
* gnu/packages/video.scm (mpv): Update to 0.31.0.
2020-01-20 04:49:51 +01:00
Tobias Geerinckx-Rice
c3b78dd97e
gnu: youtube-dl: Update to 2020.01.15.
* gnu/packages/video.scm (youtube-dl): Update to 2020.01.15.
2020-01-20 04:49:51 +01:00
Marius Bakke
fe19ab3f03
gnu: libva: Update to 2.6.1.
* gnu/packages/video.scm (libva): Update to 2.6.1.
2020-01-19 10:41:47 +01:00
Eric Bavier
adff7395bc
wip: gnu: youtube-viewer: Update to 3.7.0.
* gnu/packages/video.scm (youtube-viewer): Update to 3.7.0.
[inputs]: Add perl-lwp-useragent-cached, perl-term-readline-gnu, and
xdg-utils.
[arguments]: Patch xdg-open reference in "refer-to-inputs" phase.
2020-01-17 23:16:57 -06:00
Tobias Geerinckx-Rice
02d6e27e15
gnu: intel-vaapi-driver: Update to 2.4.0.
* gnu/packages/video.scm (intel-vaapi-driver): Update to 2.4.0.
2020-01-17 03:57:30 +01:00