mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] sdl2-ttf: Version bump + rework. 2.20.1 -> 2.20.2.
Date: Fri, 17 Feb 2023 16:35:21 +0100	[thread overview]
Message-ID: <20230217153521.1201112-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230210130325.2697696-1-christian.melki@t2data.com>

Thanks, applied as 90b47ed2c06e73aa211f1d21d9ba4e8f3a78636d.

Michael

[sent from post-receive hook]

On Fri, 17 Feb 2023 16:35:20 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Very minor bugfix release.
> https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.20.2
> Also do some fixes. As the configuration was very non-complete.
> This should help reduce footprint.
> Previously we had freetype dependencies,
> although sdl2-ttf was using the internal library.
> Now opt for external libraries only.
> 
> * License file copyright year changed.
> * Move patchset forward, applies cleanly.
> * Add options to disable internal libraries.
> * Add option to enable optional harfbuzz.
> * Disable the freetypetest tool.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20230210130325.2697696-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/patches/SDL2_ttf-2.20.1/0001-configure-make-opengl-support-switchable.patch b/patches/SDL2_ttf-2.20.2/0001-configure-make-opengl-support-switchable.patch
> similarity index 100%
> rename from patches/SDL2_ttf-2.20.1/0001-configure-make-opengl-support-switchable.patch
> rename to patches/SDL2_ttf-2.20.2/0001-configure-make-opengl-support-switchable.patch
> diff --git a/patches/SDL2_ttf-2.20.1/autogen.sh b/patches/SDL2_ttf-2.20.2/autogen.sh
> similarity index 100%
> rename from patches/SDL2_ttf-2.20.1/autogen.sh
> rename to patches/SDL2_ttf-2.20.2/autogen.sh
> diff --git a/patches/SDL2_ttf-2.20.1/series b/patches/SDL2_ttf-2.20.2/series
> similarity index 100%
> rename from patches/SDL2_ttf-2.20.1/series
> rename to patches/SDL2_ttf-2.20.2/series
> diff --git a/rules/sdl2-ttf.in b/rules/sdl2-ttf.in
> index a14676933735..4dafa09ae4a2 100644
> --- a/rules/sdl2-ttf.in
> +++ b/rules/sdl2-ttf.in
> @@ -1,12 +1,24 @@
>  ## SECTION=multimedia_sdl
>  
> -config SDL2_TTF
> +menuconfig SDL2_TTF
>  	tristate
>  	select SDL2
>  	select FREETYPE
> -	prompt "SDL2 ttf"
> +	select HARFBUZZ if SDL2_TTF_HARFBUZZ
> +	prompt "SDL2 ttf                      "
>  	help
>  	  This is a sample library which allows you to use TrueType
>  	  fonts in your SDL applications. It comes with an example
>  	  program "showfont" which displays an example string for a
>  	  given TrueType font file.
> +
> +if SDL2_TTF
> +
> +config SDL2_TTF_HARFBUZZ
> +	bool
> +	prompt "enable harfbuzz support"
> +	help
> +	  Enable support for Harfbuzz (meaning open type, in Persian),
> +	  the open type shaping engine.
> +
> +endif
> diff --git a/rules/sdl2-ttf.make b/rules/sdl2-ttf.make
> index beaad399285a..fd27fc01441d 100644
> --- a/rules/sdl2-ttf.make
> +++ b/rules/sdl2-ttf.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_SDL2_TTF) += sdl2-ttf
>  #
>  # Paths and names
>  #
> -SDL2_TTF_VERSION	:= 2.20.1
> -SDL2_TTF_MD5		:= 746be429bdfb5892066dcfaf593e1644
> +SDL2_TTF_VERSION	:= 2.20.2
> +SDL2_TTF_MD5		:= 4815838c87410346226983f4e0a85fd4
>  SDL2_TTF		:= SDL2_ttf-$(SDL2_TTF_VERSION)
>  SDL2_TTF_SUFFIX		:= tar.gz
>  SDL2_TTF_URL		:= https://www.libsdl.org/projects/SDL_ttf/release/$(SDL2_TTF).$(SDL2_TTF_SUFFIX)
> @@ -23,7 +23,7 @@ SDL2_TTF_SOURCE		:= $(SRCDIR)/$(SDL2_TTF).$(SDL2_TTF_SUFFIX)
>  SDL2_TTF_DIR		:= $(BUILDDIR)/$(SDL2_TTF)
>  SDL2_TTF_LICENSE	:= zlib
>  SDL2_TTF_LICENSE_FILES	:= \
> -	file://LICENSE.txt;md5=771dca8728b18d39b130e19b36514371
> +	file://LICENSE.txt;md5=a41cbf59bdea749fe34c1af6d3615f68
>  
>  # ----------------------------------------------------------------------------
>  # Prepare
> @@ -33,6 +33,10 @@ SDL2_TTF_CONF_TOOL	:= autoconf
>  SDL2_TTF_CONF_OPT	:= \
>  	$(CROSS_AUTOCONF_USR) \
>  	$(GLOBAL_LARGE_FILE_OPTION) \
> +	--disable-freetype-builtin \
> +	--disable-freetypetest \
> +	--$(call ptx/endis,PTXCONF_SDL2_TTF_HARFBUZZ)-harfbuzz \
> +	--disable-harfbuzz-builtin \
>  	--disable-sdltest
>  
>  ifdef PTXCONF_SDL2_PULSEAUDIO



      reply	other threads:[~2023-02-17 15:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 13:03 [ptxdist] [PATCH v2] " Christian Melki
2023-02-17 15:35 ` Michael Olbrich [this message]

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230217153521.1201112-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.de \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox