guix_mirror_bot pushed a commit to branch misc-world-rebuild
in repository guix.

commit 9272cfacc5b259f20e117739b478e232867be8e3
Author: SilverlightningY <[email protected]>
AuthorDate: Mon May 25 02:53:36 2026 +0200

    gnu: frei0r: Rename from frei0r-plugins.
    
    * gnu/packages/video.scm (frei0r): Rename from frei0r-plugins.
    * gnu/packages/video.scm (frei0r-plugins): New deprecated variable.
    
    Change-Id: I0cd5583bb88917f53b77e8177200e5c28e0bdec4
    Merges: https://codeberg.org/guix/guix/pulls/2587
    Reviewed-by: Efraim Flashner <[email protected]>
    Reviewed-by: Sharlatan Hellseher <[email protected]>
    Reviewed-by: Sughosha <[email protected]>
    Signed-off-by: Nguyễn Gia Phong <[email protected]>
---
 gnu/packages/video.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index d5ac97a57a..101473d616 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6078,9 +6078,9 @@ these formats and provides some elementary operations 
(copying, scaling,
 alpha blending etc).")
     (license license:gpl3)))
 
-(define-public frei0r-plugins
+(define-public frei0r
   (package
-    (name "frei0r-plugins")
+    (name "frei0r")
     (version "3.1.3")
     (source
      (origin
@@ -6143,6 +6143,9 @@ counts more than 100 plugins.")
                    ;; src/filter/facedetect/facedetect.cpp
                    license:lgpl2.1+))))
 
+;; XXX: Deprecated on 2026-05-18.
+(define-deprecated-package frei0r-plugins frei0r)
+
 (define-public frei0r-api
   (package
     (name "frei0r-api")

Reply via email to