~ruther/guix-local

51c28379d64ab361473964f8f634224f0dfb24c1 — Leo Famulari 1 year, 4 months ago 302e62b
gnu: video-contact-sheet: Update URLs.

* gnu/packages/video.scm (video-contact-sheet)[source, home-page]: Update URLs.

Change-Id: I7db8b6afd189081673e47ed05d57daba0d5b3464
1 files changed, 4 insertions(+), 3 deletions(-)

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +4 -3
@@ 6788,8 6788,9 @@ elementary stream are provided.")
   (version "1.13.4")
   (source (origin
            (method url-fetch)
            (uri (string-append "http://p.outlyer.net/vcs/files/vcs-" version
				".tar.gz"))
            (uri (string-append "https://github.com/outlyer-net/"
                                "video-contact-sheet/releases/download/"
                                version "/vcs-" version ".tar.gz"))
            (sha256
             (base32
              "0jsl93r0rnybjcipqbww5hwsr9ln6kz1qnf32qfxdvhfw52n27fw"))))


@@ 6819,7 6820,7 @@ create video contact sheets (previews) of videos.  Any video supported by
MPlayer and FFmpeg can be used.  A note of warning: Unlike most similar tools
VCS, by default, makes screenshots the same size as the video, see the manual
for details on how to change this.")
   (home-page "https://p.outlyer.net/vcs/")
   (home-page "https://github.com/outlyer-net/video-contact-sheet")
   (license license:lgpl2.1+)))

(define-public svtplay-dl