From 6deac6fc48f6149c89c86ea629fbff5edb73fe35 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 19 Nov 2025 11:21:18 +0100 Subject: [PATCH] gnu: Remove ogmtools. * gnu/packages/video.scm (ogmtools): Delete variable. Fixes: guix/guix#3657 Change-Id: I106e1a129b2e19be3abf269a64fe997f4fdb04ba --- gnu/packages/video.scm | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 992986fb73b..07f36e9fd71 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -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