Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2025 16:37:50 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 2602589383 - main - [phb][Uses]: Add Uses=sdl
Message-ID:  <202502271637.51RGboe0079199@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2602589383cbacb9258b715f1dd39366f84ce548

commit 2602589383cbacb9258b715f1dd39366f84ce548
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2025-02-06 16:56:48 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2025-02-27 16:37:11 +0000

    [phb][Uses]: Add Uses=sdl
    
    Differential Revision: https://reviews.freebsd.org/D48870
---
 .../en/books/porters-handbook/uses/_index.adoc     | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc
index 759deefc87..85c75c27d4 100644
--- a/documentation/content/en/books/porters-handbook/uses/_index.adoc
+++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc
@@ -2330,6 +2330,44 @@ Possible arguments: (none)
 Provide support for the use of package:devel/scons[].
 See crossref:special[using-scons,Using `scons`] for more information.
 
+[[uses-sdl]]
+== `sdl`
+
+Possible arguments: `sdl`
+
+Provide support for the use of `SDL` packages.
+The variable `USE_SDL` is mandatory and specifies which components to add as
+dependencies.
+
+The current supported `SDL1.2` modules are:
+
+* sdl
+* console
+* gfx
+* image
+* mixer
+* mm
+* net
+* pango
+* sound
+* ttf
+
+The current supported `SDL2` modules are:
+
+ * sdl2
+ * gfx2
+ * image2
+ * mixer2
+ * net2
+ * sound2
+ * ttf2
+
+The current supported `SDL3` modules are:
+
+ * sdl3
+ * image3
+ * ttf3
+
 [[uses-shared-mime-info]]
 == `shared-mime-info`
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502271637.51RGboe0079199>