From: Andrew Wong via Guix-patches via <guix-patches@gnu.org>
To: 75106@debbugs.gnu.org
Cc: Andrew Wong <wongandj@icloud.com>
Subject: [bug#75106] [PATCH 1/2] gnu: Add libyuv.
Date: Wed, 25 Dec 2024 20:31:31 -0500 [thread overview]
Message-ID: <20241226013149.11294-1-wongandj@icloud.com> (raw)
In-Reply-To: <20241226012942.10865-2-wongandj@icloud.com>
Change-Id: I631ea22fcb033013e377c17a12fb8a24248abd70
---
gnu/packages/image.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 7337a27b88..db022a4e81 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -120,6 +120,33 @@ (define-module (gnu packages image)
#:use-module (guix deprecation)
#:use-module (srfi srfi-1))
+(define-public libyuv
+ (package
+ (name "libyuv")
+ (version "2021.4") ;last stable rel. April 2024
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://chromium.googlesource.com/libyuv/libyuv")
+ (commit "4620f1705822fd6ab99939f43ce63099bd3d9ae0")))
+ (sha256
+ (base32 "17vdm2g5qvrby7xa3agiqwh7ips33dxg6sw18s3q2xkfil4xw3mm"))))
+ (build-system cmake-build-system)
+ (arguments
+ (list
+ #:tests? #f))
+ (home-page "https://chromium.googlesource.com/libyuv/libyuv/")
+ (synopsis "YUV scaling and conversion functionality")
+ (description
+ "libyuv is an open source project that includes YUV scaling and
+conversion functionality. Scale YUV to prepare content for
+compression, with point, bilinear or box filter. Convert to YUV from
+webcam formats for compression, and to RGB formats for
+rendering/effects. Rotate by 90/180/270 degrees to adjust for mobile
+devices in portrait mode.")
+ (license license:expat)))
+
(define-public converseen
(package
(name "converseen")
--
2.46.0
next prev parent reply other threads:[~2024-12-26 1:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover>
2024-12-26 1:24 ` [bug#75106] [PATCH 0/2] Add ringracers Andrew Wong via Guix-patches via
2024-12-26 1:31 ` Andrew Wong via Guix-patches via [this message]
2024-12-26 1:31 ` [bug#75106] [PATCH 2/2] gnu: " Andrew Wong via Guix-patches via
2024-12-26 1:43 ` [bug#75106] [PATCH v2 1/2] gnu: Add libyuv Andrew Wong via Guix-patches via
2024-12-26 1:43 ` [bug#75106] [PATCH v2 2/2] gnu: Add ringracers Andrew Wong via Guix-patches via
2024-12-26 1:47 ` [bug#75106] [PATCH v3 1/2] gnu: Add libyuv Andrew Wong via Guix-patches via
2024-12-26 1:47 ` [bug#75106] [PATCH v3 2/2] gnu: Add ringracers Andrew Wong via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20241226013149.11294-1-wongandj@icloud.com \
--to=guix-patches@gnu.org \
--cc=75106@debbugs.gnu.org \
--cc=wongandj@icloud.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).