gnu: Remove ogmtools.

* gnu/packages/video.scm (ogmtools): Delete variable.

Fixes: guix/guix#3657
Change-Id: I106e1a129b2e19be3abf269a64fe997f4fdb04ba
This commit is contained in:
Andreas Enge 2025-11-19 11:21:18 +01:00
parent 83e18e6e2c
commit 6deac6fc48
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -6755,29 +6755,6 @@ terms and recording programmes automatically. It can also stream or record live
BBC iPlayer output.")
(license license:gpl3+)))
(define-public ogmtools
(package
(name "ogmtools")
(version "1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://www.bunkus.org/videotools/ogmtools/ogmtools-"
version
".tar.bz2"))
(sha256
(base32
"1spx81p5wf59ksl3r3gvf78d77sh7gj8a6lw773iv67bphfivmn8"))))
(build-system gnu-build-system)
(inputs
(list libvorbis libdvdread))
(synopsis "Information, extraction or creation for OGG media streams")
(description
"These tools allow information about (@code{ogminfo}) or extraction from
\(@code{ogmdemux}) or creation of (@code{ogmmerge}) OGG media streams. It
includes @code{dvdxchap} tool for extracting chapter information from DVD.")
(license license:gpl2)
(home-page "https://www.bunkus.org/videotools/ogmtools/")))
(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