From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/17 v2] Add new virtual-package infrastructure
Date: Fri, 7 Mar 2014 18:12:23 +0100 [thread overview]
Message-ID: <20140307171223.GB3384@free.fr> (raw)
In-Reply-To: <20140307140052.GA5226@pc-eric>
Eric, All,
On 2014-03-07 15:00 +0100, Eric Le Bihan spake thusly:
> On Sat, Mar 01, 2014 at 11:56:18PM +0100, Thomas Petazzoni wrote:
> > On Sat, 1 Mar 2014 18:32:43 +0100, Yann E. MORIN wrote:
> >
> > > package/libgles: rename the _HAS and _PROVIDES variables
> > > package/libegl: rename the _HAS and _PROVIDES variables
> > > package/libopenmax: rename the _HAS and _PROVIDES variables
> > > package/libopenvg: rename the _HAS and _PROVIDES variables
> > > package/luainterpreter: rename the _HAS and _PROVIDES variables
> >
> > I certainly agree to ensure that the kconfig symbol matches the package
> > name. However, I am not sure the renaming of BR2_PACKAGE_HAS_OPENGL_ES
> > to BR2_PACKAGE_HAS_LIBGLES is really nice. BR2_PACKAGE_HAS_OPENGL_ES
> > had the merit of explicitly containing the word "OpenGL", while LIBGLES
> > makes that a bit more cryptic. Do we want to instead rename the package
> > to libopengl-es or some other variation on this?
> >
> > A similar reflexion could be made on the naming of the libegl package.
> The names defined by Khronos Group are "OpenGL ES" and "EGL". That would
> logically lead to:
>
> - libopengl-es/BR2_PACKAGE_HAS_OPENGL_ES
> - libegl/BR2_PACKAGE_HAS_EGL
With the virtual-package infrastructure, there should be corespondence
between the package name and the option name, e.g.:
libopengl-es -> BR2_PACKAGE_HAS_LIBOPENGL_ES
libegl -> BR2_PACKAGE_HAS_LIBEGL
because the package infrastructure (virtual or otherwise) needs to match
option names from package names.
> But the names used for the libraries are libGLES and libEGL. Googling them
> leads to OpenGL related pages. Some GNU/Linux distros (Arch Linux, Debian)
> use them in package names.
>
> IMHO, BR2_PACKAGE_HAS_LIBGLES and BR2_PACKAGE_HAS_LIBEGL, though not sticking
> with the official names, are not *that* cryptic.
I agree that the rather-shoer libegl and libgles are meaningful-enough
that a user should find them quite easily.
So, before I repost the virtual-package series, I'd like we settle on
the names of the packages. Note that for now, I've named them (and I'm
willing to rename them again!):
package/opengl/opengl-libegl
package/opengl/opengl-libgles
I find those names a bit strange, as it denotes from the other two
packages:
package/opengl/libopenmax
package/opengl/libopenvg
So, libegl and libgles would still match this naming scheme.
OTOH, we could just move those packages out of package/opengl/ directly
into package/ so we would no longer care about any similarity or
dissimilarity between those packages names.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2014-03-07 17:12 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-01 17:32 [Buildroot] [PATCH 0/17 v2] Add new virtual-package infrastructure Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 01/17] package/libgles: rename the _HAS and _PROVIDES variables Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 02/17] package/libegl: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 03/17] package/libopenmax: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 04/17] package/libopenvg: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 05/17] package/luainterpreter: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 06/17] package/lua: rename config options Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 07/17] manual: add virtual package tutorial Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 08/17] packages: add infrastructure for virtual packages Yann E. MORIN
2014-03-01 19:25 ` Thomas De Schampheleire
2014-03-01 20:52 ` Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 09/17] manual: update the virtual package section with the new infra-structure Yann E. MORIN
2014-03-01 18:58 ` Samuel Martin
2014-03-01 20:53 ` Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 10/17] package/powervr: convert to the virtual-package infrastructure Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 11/17] package/libgles: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 12/17] package/libegl: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 13/17] package/libopenmax: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 14/17] package/libopenvg: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 15/17] package/luainterpreter: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 16/17] package/jpeg: " Yann E. MORIN
2014-03-01 17:32 ` [Buildroot] [PATCH 17/17] package/cryptodev: " Yann E. MORIN
2014-03-01 19:06 ` [Buildroot] [PATCH 0/17 v2] Add new " Samuel Martin
2014-03-02 16:48 ` Yann E. MORIN
2014-03-01 19:27 ` Thomas De Schampheleire
2014-03-01 20:54 ` Yann E. MORIN
2014-03-01 22:56 ` Thomas Petazzoni
2014-03-07 14:00 ` Eric Le Bihan
2014-03-07 17:12 ` Yann E. MORIN [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=20140307171223.GB3384@free.fr \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/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