diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-19 11:34:36 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-19 11:34:39 +0100 |
| commit | c4b23c5c3fbee4b70a6fca02319b4a08ca4fecb6 (patch) | |
| tree | f54382305de9d0f983bd454f7e241fc275154beb /gnu/packages | |
| parent | 770d214f030302b67c2f327a9e9fd36feaacff87 (diff) | |
gnu: libcaption: Update to 0.8.
This is actually the same commit as before, but tagged upstream.
* gnu/packages/video.scm (libcaption): Update to 0.8.
Change-Id: I6923896ca10c6ec2c4c68c5c8e9f4272df4a2c91
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/video.scm | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 07f36e9fd71..4994a33fc0f 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -6756,19 +6756,14 @@ BBC iPlayer output.") (license license:gpl3+))) (define-public libcaption - ;; This is the latest commit of the 'develop' branch, which corresponds to - ;; the de facto, never-released v0.8 version that most applications using - ;; libcaption rely on. - (let ((commit "e8b6261090eb3f2012427cc6b151c923f82453db") - (revision "0")) (package (name "libcaption") - (version (git-version "0.7" revision commit)) + (version "0.8") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/szatmary/libcaption") - (commit commit))) + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 @@ -6795,7 +6790,7 @@ In addition, utility functions to create h.264 SEI (Supplementary enhancement information) NALUs (Network Abstraction Layer Unit) for inclusion into an h.264 elementary stream are provided.") (home-page "https://github.com/szatmary/libcaption") - (license license:expat)))) + (license license:expat))) (define-public video-contact-sheet (package |
