All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/4] Minor faad2/faac fixes
@ 2018-08-13 17:50 Paul Eggleton
  2018-08-13 17:50 ` [meta-multimedia][PATCH 1/4] faac: set HOMEPAGE Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Paul Eggleton @ 2018-08-13 17:50 UTC (permalink / raw)
  To: openembedded-devel

The following changes since commit 30bbde3d09ebdf1ad2eac7764abeae0990f4cea2:

  oprofile: upgrade 1.2.0 -> 1.3.0 (2018-08-11 20:16:53 -0700)

are available in the Git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/faad-fixes
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=paule/faad-fixes

Paul Eggleton (4):
  faac: set HOMEPAGE
  faac: set LICENSE_FLAGS
  faad2: set more accurate SUMMARY and add HOMEPAGE
  faad2: set LICENSE_FLAGS

 meta-multimedia/recipes-multimedia/faac/faac_1.29.bb | 3 +++
 meta-oe/recipes-multimedia/faad2/faad2_2.7.bb        | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 9+ messages in thread

* [meta-multimedia][PATCH 1/4] faac: set HOMEPAGE
  2018-08-13 17:50 [meta-oe][PATCH 0/4] Minor faad2/faac fixes Paul Eggleton
@ 2018-08-13 17:50 ` Paul Eggleton
  2018-08-13 17:50 ` [meta-multimedia][PATCH 2/4] faac: set LICENSE_FLAGS Paul Eggleton
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Paul Eggleton @ 2018-08-13 17:50 UTC (permalink / raw)
  To: openembedded-devel

Set HOMEPAGE so there is a place to go for more information.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-multimedia/recipes-multimedia/faac/faac_1.29.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb b/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
index 4765c6c9c..9f11dbdaa 100644
--- a/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
+++ b/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
@@ -1,6 +1,7 @@
 SUMMARY = "Freeware Advanced Audio Coder (MPEG2-AAC, MPEG4-AAC)"
 SECTION = "libs"
 LICENSE = "LGPLv2+"
+HOMEPAGE = "http://www.audiocoding.com/faac.html"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://libfaac/coder.h;beginline=5;endline=17;md5=fa1fd6a5fa8cdc877d63a12530d273e0"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-multimedia][PATCH 2/4] faac: set LICENSE_FLAGS
  2018-08-13 17:50 [meta-oe][PATCH 0/4] Minor faad2/faac fixes Paul Eggleton
  2018-08-13 17:50 ` [meta-multimedia][PATCH 1/4] faac: set HOMEPAGE Paul Eggleton
@ 2018-08-13 17:50 ` Paul Eggleton
  2018-08-13 17:50 ` [meta-oe][PATCH 3/4] faad2: set more accurate SUMMARY and add HOMEPAGE Paul Eggleton
  2018-08-13 17:50 ` [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS Paul Eggleton
  3 siblings, 0 replies; 9+ messages in thread
From: Paul Eggleton @ 2018-08-13 17:50 UTC (permalink / raw)
  To: openembedded-devel

Commercial usage requires licensing according to the homepage, so set
LICENSE_FLAGS = "commercial" to indicate that.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-multimedia/recipes-multimedia/faac/faac_1.29.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb b/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
index 9f11dbdaa..d36f2f48d 100644
--- a/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
+++ b/meta-multimedia/recipes-multimedia/faac/faac_1.29.bb
@@ -5,6 +5,8 @@ HOMEPAGE = "http://www.audiocoding.com/faac.html"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
                     file://libfaac/coder.h;beginline=5;endline=17;md5=fa1fd6a5fa8cdc877d63a12530d273e0"
 
+LICENSE_FLAGS = "commercial"
+
 inherit autotools
 
 SRC_URI = " \
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-oe][PATCH 3/4] faad2: set more accurate SUMMARY and add HOMEPAGE
  2018-08-13 17:50 [meta-oe][PATCH 0/4] Minor faad2/faac fixes Paul Eggleton
  2018-08-13 17:50 ` [meta-multimedia][PATCH 1/4] faac: set HOMEPAGE Paul Eggleton
  2018-08-13 17:50 ` [meta-multimedia][PATCH 2/4] faac: set LICENSE_FLAGS Paul Eggleton
@ 2018-08-13 17:50 ` Paul Eggleton
  2018-08-13 17:50 ` [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS Paul Eggleton
  3 siblings, 0 replies; 9+ messages in thread
From: Paul Eggleton @ 2018-08-13 17:50 UTC (permalink / raw)
  To: openembedded-devel

Make it clear what this library is for and provide a link for more
information.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
index 63e590c9e..b777831ad 100644
--- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
+++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
@@ -1,4 +1,5 @@
-SUMMARY = "Library for reading some sort of media format"
+SUMMARY = "An open source MPEG-4 and MPEG-2 AAC decoding library"
+HOMEPAGE = "http://www.audiocoding.com/faad2.html"
 SECTION = "libs"
 LICENSE = "GPLv2"
 
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS
  2018-08-13 17:50 [meta-oe][PATCH 0/4] Minor faad2/faac fixes Paul Eggleton
                   ` (2 preceding siblings ...)
  2018-08-13 17:50 ` [meta-oe][PATCH 3/4] faad2: set more accurate SUMMARY and add HOMEPAGE Paul Eggleton
@ 2018-08-13 17:50 ` Paul Eggleton
  2019-03-21 21:09   ` Joshua Watt
  3 siblings, 1 reply; 9+ messages in thread
From: Paul Eggleton @ 2018-08-13 17:50 UTC (permalink / raw)
  To: openembedded-devel

Commercial usage requires a license according to the homepage, so set
LICENSE_FLAGS = "commercial" to indicate that.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
index b777831ad..9e5a3817a 100644
--- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
+++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
@@ -5,6 +5,8 @@ LICENSE = "GPLv2"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
 
+LICENSE_FLAGS = "commercial"
+
 PR = "r1"
 
 inherit autotools
-- 
2.17.1



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS
  2018-08-13 17:50 ` [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS Paul Eggleton
@ 2019-03-21 21:09   ` Joshua Watt
  2019-03-21 21:29     ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Joshua Watt @ 2019-03-21 21:09 UTC (permalink / raw)
  To: Paul Eggleton, openembedded-devel

On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote:
> Commercial usage requires a license according to the homepage, so set
> LICENSE_FLAGS = "commercial" to indicate that.
> 
> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> ---
>  meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-
> oe/recipes-multimedia/faad2/faad2_2.7.bb
> index b777831ad..9e5a3817a 100644
> --- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> +++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> @@ -5,6 +5,8 @@ LICENSE = "GPLv2"
>  
>  LIC_FILES_CHKSUM =
> "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
>  
> +LICENSE_FLAGS = "commercial"
> +

My understanding was that faad2 was GPLv2, but you could *optionally*
get a commercial license for it if you needed one. Is the LICENSE_FLAG
necessary in that case? It seems like the default license of GPLv2
would apply unless you worked something out with them to get a
commercial license?

>  PR = "r1"
>  
>  inherit autotools
> -- 
> 2.17.1
> 
-- 
Joshua Watt <JPEWhacker@gmail.com>



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS
  2019-03-21 21:09   ` Joshua Watt
@ 2019-03-21 21:29     ` Khem Raj
  2019-03-21 23:32       ` Paul Eggleton
  0 siblings, 1 reply; 9+ messages in thread
From: Khem Raj @ 2019-03-21 21:29 UTC (permalink / raw)
  To: Joshua Watt; +Cc: Paul Eggleton, openembeded-devel

On Thu, Mar 21, 2019 at 2:09 PM Joshua Watt <jpewhacker@gmail.com> wrote:
>
> On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote:
> > Commercial usage requires a license according to the homepage, so set
> > LICENSE_FLAGS = "commercial" to indicate that.
> >
> > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> > ---
> >  meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-
> > oe/recipes-multimedia/faad2/faad2_2.7.bb
> > index b777831ad..9e5a3817a 100644
> > --- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> > +++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> > @@ -5,6 +5,8 @@ LICENSE = "GPLv2"
> >
> >  LIC_FILES_CHKSUM =
> > "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
> >
> > +LICENSE_FLAGS = "commercial"
> > +
>
> My understanding was that faad2 was GPLv2, but you could *optionally*
> get a commercial license for it if you needed one. Is the LICENSE_FLAG
> necessary in that case? It seems like the default license of GPLv2
> would apply unless you worked something out with them to get a
> commercial license?

Sometimes the use determines the license enforcement. e.g. it might
be GPLed for personal use but not for selling products.

>
> >  PR = "r1"
> >
> >  inherit autotools
> > --
> > 2.17.1
> >
> --
> Joshua Watt <JPEWhacker@gmail.com>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS
  2019-03-21 21:29     ` Khem Raj
@ 2019-03-21 23:32       ` Paul Eggleton
  2019-03-22  2:49         ` Khem Raj
  0 siblings, 1 reply; 9+ messages in thread
From: Paul Eggleton @ 2019-03-21 23:32 UTC (permalink / raw)
  To: Khem Raj, Joshua Watt; +Cc: openembeded-devel

On Friday, 22 March 2019 10:29:13 AM NZDT Khem Raj wrote:
> On Thu, Mar 21, 2019 at 2:09 PM Joshua Watt <jpewhacker@gmail.com> wrote:
> >
> > On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote:
> > > Commercial usage requires a license according to the homepage, so set
> > > LICENSE_FLAGS = "commercial" to indicate that.
> > >
> > > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> > > ---
> > >  meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 ++
> > >  1 file changed, 2 insertions(+)
> > >
> > > diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-
> > > oe/recipes-multimedia/faad2/faad2_2.7.bb
> > > index b777831ad..9e5a3817a 100644
> > > --- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> > > +++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> > > @@ -5,6 +5,8 @@ LICENSE = "GPLv2"
> > >
> > >  LIC_FILES_CHKSUM =
> > > "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
> > >
> > > +LICENSE_FLAGS = "commercial"
> > > +
> >
> > My understanding was that faad2 was GPLv2, but you could *optionally*
> > get a commercial license for it if you needed one. Is the LICENSE_FLAG
> > necessary in that case? It seems like the default license of GPLv2
> > would apply unless you worked something out with them to get a
> > commercial license?
> 
> Sometimes the use determines the license enforcement. e.g. it might
> be GPLed for personal use but not for selling products.

Also, the GPL unfortunately is not the only concern if you read the full 
upstream README.  I think it's best to err on the side of caution, after all 
there is the ability for to set LICENSE_FLAGS_WHITELIST signifying "yes I have
checked and my usage is OK".

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS
  2019-03-21 23:32       ` Paul Eggleton
@ 2019-03-22  2:49         ` Khem Raj
  0 siblings, 0 replies; 9+ messages in thread
From: Khem Raj @ 2019-03-22  2:49 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembeded-devel

On Thu, Mar 21, 2019 at 4:32 PM Paul Eggleton <paul.eggleton@linux.intel.com>
wrote:

> On Friday, 22 March 2019 10:29:13 AM NZDT Khem Raj wrote:
> > On Thu, Mar 21, 2019 at 2:09 PM Joshua Watt <jpewhacker@gmail.com>
> wrote:
> > >
> > > On Mon, 2018-08-13 at 19:50 +0200, Paul Eggleton wrote:
> > > > Commercial usage requires a license according to the homepage, so set
> > > > LICENSE_FLAGS = "commercial" to indicate that.
> > > >
> > > > Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
> > > > ---
> > > >  meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 2 ++
> > > >  1 file changed, 2 insertions(+)
> > > >
> > > > diff --git a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb b/meta-
> > > > oe/recipes-multimedia/faad2/faad2_2.7.bb
> > > > index b777831ad..9e5a3817a 100644
> > > > --- a/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> > > > +++ b/meta-oe/recipes-multimedia/faad2/faad2_2.7.bb
> > > > @@ -5,6 +5,8 @@ LICENSE = "GPLv2"
> > > >
> > > >  LIC_FILES_CHKSUM =
> > > > "file://COPYING;md5=381c8cbe277a7bc1ee2ae6083a04c958"
> > > >
> > > > +LICENSE_FLAGS = "commercial"
> > > > +
> > >
> > > My understanding was that faad2 was GPLv2, but you could *optionally*
> > > get a commercial license for it if you needed one. Is the LICENSE_FLAG
> > > necessary in that case? It seems like the default license of GPLv2
> > > would apply unless you worked something out with them to get a
> > > commercial license?
> >
> > Sometimes the use determines the license enforcement. e.g. it might
> > be GPLed for personal use but not for selling products.
>
> Also, the GPL unfortunately is not the only concern if you read the full
> upstream README.  I think it's best to err on the side of caution, after
> all
> there is the ability for to set LICENSE_FLAGS_WHITELIST signifying "yes I
> have
> checked and my usage is OK".
>

I would tend to agree

>
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
>
>
>


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-03-22  2:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13 17:50 [meta-oe][PATCH 0/4] Minor faad2/faac fixes Paul Eggleton
2018-08-13 17:50 ` [meta-multimedia][PATCH 1/4] faac: set HOMEPAGE Paul Eggleton
2018-08-13 17:50 ` [meta-multimedia][PATCH 2/4] faac: set LICENSE_FLAGS Paul Eggleton
2018-08-13 17:50 ` [meta-oe][PATCH 3/4] faad2: set more accurate SUMMARY and add HOMEPAGE Paul Eggleton
2018-08-13 17:50 ` [meta-oe][PATCH 4/4] faad2: set LICENSE_FLAGS Paul Eggleton
2019-03-21 21:09   ` Joshua Watt
2019-03-21 21:29     ` Khem Raj
2019-03-21 23:32       ` Paul Eggleton
2019-03-22  2:49         ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.