[vlc-devel] [vlc-commits] contrib: gettext: require GPL

Jean-Baptiste Kempf jb at videolan.org
Mon Sep 25 19:37:28 CEST 2017


Hello,

Are you sure about this?

gettext-runtime/COPYING says:

"The gettext-runtime package is partially under the LGPL and partially
under
the GPL.

The following parts are under the LGPL, see file intl/COPYING.LIB:
  - the libintl and libasprintf libraries and their header files,
  - the libintl.jar Java library,
  - the GNU.Gettext.dll C# library,
  - the gettext.sh shells script function library.

The following parts are under the GPL, see file COPYING in the toplevel
directory:
  - the _programs_ gettext, ngettext, envsubst,
  - the documentation.
"

So, the library we are linking is LGPL, no?


On Mon, 25 Sep 2017, at 18:51, Rémi Denis-Courmont wrote:
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Sep 25
> 19:10:49 2017 +0300| [b2bd822512cfcd18300aec7ba6662c3e41986a99] |
> committer: Rémi Denis-Courmont
> 
> contrib: gettext: require GPL
> 
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b2bd822512cfcd18300aec7ba6662c3e41986a99
> ---
> 
>  contrib/src/gettext/rules.mak | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/contrib/src/gettext/rules.mak
> b/contrib/src/gettext/rules.mak
> index 2684b8ff5e..54624eaee4 100644
> --- a/contrib/src/gettext/rules.mak
> +++ b/contrib/src/gettext/rules.mak
> @@ -2,7 +2,9 @@
>  GETTEXT_VERSION := 0.19.8.1
>  GETTEXT_URL := $(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
>  
> +ifdef GPL
>  PKGS += gettext
> +endif
>  ifneq ($(filter gnu%,$(subst -, ,$(HOST))),)
>  # GNU platform should have gettext (?)
>  PKGS_FOUND += gettext
> 
> _______________________________________________
> vlc-commits mailing list
> vlc-commits at videolan.org
> https://mailman.videolan.org/listinfo/vlc-commits


-- 
Jean-Baptiste Kempf -  President
+33 672 704 734


More information about the vlc-devel mailing list