* [PATCH] dvdauthor-0.6.18: initial recipe
@ 2010-10-19 16:36 Andreas Oberritter
2010-10-19 17:00 ` [PATCH v2] " Andreas Oberritter
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Oberritter @ 2010-10-19 16:36 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
recipes/dvdauthor/dvdauthor_0.6.18.bb | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 recipes/dvdauthor/dvdauthor_0.6.18.bb
diff --git a/recipes/dvdauthor/dvdauthor_0.6.18.bb b/recipes/dvdauthor/dvdauthor_0.6.18.bb
new file mode 100644
index 0000000..91eb3b9
--- /dev/null
+++ b/recipes/dvdauthor/dvdauthor_0.6.18.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A set of tools to help you generate DVD files to be played back on a standalone DVD player."
+SECTION = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "freetype libdvdread libfribidi libpng libxml2 zlib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "ded5373800ac6448ff044606f5047550"
+SRC_URI[sha256sum] = "0e21c2d9c09f7e347c4c9bd7b691455f524ec2e91bcafc18b84d7b7fb3a9cb26"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v2] dvdauthor-0.6.18: initial recipe
2010-10-19 16:36 [PATCH] dvdauthor-0.6.18: initial recipe Andreas Oberritter
@ 2010-10-19 17:00 ` Andreas Oberritter
2010-10-19 17:32 ` Frans Meulenbroeks
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Oberritter @ 2010-10-19 17:00 UTC (permalink / raw)
To: openembedded-devel
* v2: updated DESCRIPTION, SECTION and PRIORITY
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
recipes/dvdauthor/dvdauthor_0.6.18.bb | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 recipes/dvdauthor/dvdauthor_0.6.18.bb
diff --git a/recipes/dvdauthor/dvdauthor_0.6.18.bb b/recipes/dvdauthor/dvdauthor_0.6.18.bb
new file mode 100644
index 0000000..24f3a74
--- /dev/null
+++ b/recipes/dvdauthor/dvdauthor_0.6.18.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A set of tools to help you generate DVD files to be played back on a standalone DVD player"
+SECTION = "console/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "freetype libdvdread libfribidi libpng libxml2 zlib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "ded5373800ac6448ff044606f5047550"
+SRC_URI[sha256sum] = "0e21c2d9c09f7e347c4c9bd7b691455f524ec2e91bcafc18b84d7b7fb3a9cb26"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dvdauthor-0.6.18: initial recipe
2010-10-19 17:00 ` [PATCH v2] " Andreas Oberritter
@ 2010-10-19 17:32 ` Frans Meulenbroeks
2010-10-19 18:33 ` Andreas Oberritter
0 siblings, 1 reply; 6+ messages in thread
From: Frans Meulenbroeks @ 2010-10-19 17:32 UTC (permalink / raw)
To: openembedded-devel
2010/10/19 Andreas Oberritter <obi@opendreambox.org>:
> * v2: updated DESCRIPTION, SECTION and PRIORITY
>
> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
> ---
> recipes/dvdauthor/dvdauthor_0.6.18.bb | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
> create mode 100644 recipes/dvdauthor/dvdauthor_0.6.18.bb
>
> diff --git a/recipes/dvdauthor/dvdauthor_0.6.18.bb b/recipes/dvdauthor/dvdauthor_0.6.18.bb
> new file mode 100644
> index 0000000..24f3a74
> --- /dev/null
> +++ b/recipes/dvdauthor/dvdauthor_0.6.18.bb
> @@ -0,0 +1,13 @@
> +DESCRIPTION = "A set of tools to help you generate DVD files to be played back on a standalone DVD player"
> +SECTION = "console/multimedia"
> +PRIORITY = "optional"
> +LICENSE = "GPLv2"
Have you verified this is v2 and not v2 or later (aka v2+)?
> +DEPENDS = "freetype libdvdread libfribidi libpng libxml2 zlib"
> +
> +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
> +SRC_URI[md5sum] = "ded5373800ac6448ff044606f5047550"
> +SRC_URI[sha256sum] = "0e21c2d9c09f7e347c4c9bd7b691455f524ec2e91bcafc18b84d7b7fb3a9cb26"
> +
> +S = "${WORKDIR}/${PN}"
> +
> +inherit autotools
> --
> 1.7.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH v2] dvdauthor-0.6.18: initial recipe
2010-10-19 17:32 ` Frans Meulenbroeks
@ 2010-10-19 18:33 ` Andreas Oberritter
2010-10-19 21:14 ` [PATCH] gedit_2.30.0: Set `LICENSE` to GPLv2+ for real Paul Menzel
2010-10-25 13:00 ` [PATCH v2 resend] dvdauthor-0.6.18: initial recipe Andreas Oberritter
0 siblings, 2 replies; 6+ messages in thread
From: Andreas Oberritter @ 2010-10-19 18:33 UTC (permalink / raw)
To: openembedded-devel
On 10/19/2010 07:32 PM, Frans Meulenbroeks wrote:
> 2010/10/19 Andreas Oberritter <obi@opendreambox.org>:
>> * v2: updated DESCRIPTION, SECTION and PRIORITY
>>
>> Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
>> ---
>> recipes/dvdauthor/dvdauthor_0.6.18.bb | 13 +++++++++++++
>> 1 files changed, 13 insertions(+), 0 deletions(-)
>> create mode 100644 recipes/dvdauthor/dvdauthor_0.6.18.bb
>>
>> diff --git a/recipes/dvdauthor/dvdauthor_0.6.18.bb b/recipes/dvdauthor/dvdauthor_0.6.18.bb
>> new file mode 100644
>> index 0000000..24f3a74
>> --- /dev/null
>> +++ b/recipes/dvdauthor/dvdauthor_0.6.18.bb
>> @@ -0,0 +1,13 @@
>> +DESCRIPTION = "A set of tools to help you generate DVD files to be played back on a standalone DVD player"
>> +SECTION = "console/multimedia"
>> +PRIORITY = "optional"
>> +LICENSE = "GPLv2"
>
> Have you verified this is v2 and not v2 or later (aka v2+)?
Has there been an agreement on the correct notation of the commonly used
licenses? I don't quite get why making a difference between v2 and v2+
is important for OE, because v2+ can still be distributed as v2, if you
choose to. The only difference is that packages like the Linux kernel
can not be distributed as v3 or later, but what would be the benefit for
OE and its users in that case anyway?
Also, v2 could mean "the original unmodified license v2, which includes
the or-any-later-version-if-specified-in-the-program clause", while v2+
might suggest a modified v2 license.
Then, there was a recent commit, which changed GPL to GPLv2, while the
commit message suggested that GPLv2+ was the dominant license in that
package [1].
Having said that, there are some files in dvdauthor, which contain a
header stating that later versions of the GPL may be used, but not every
file contains such a header. Therefore, the safe choice is to use GPLv2,
which is what COPYING says, because I cannot assume that every file,
which does not include such a header, is safe to distribute under v3 or
later.
Btw.: Debian is very picky about licenses, but does not offer a separate
license file for GPL-v2-but-not-later programs in
/usr/share/common-licenses.
Regards,
Andreas
[1]
http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=master&id=860f2947b54a29becb4686261026c205bf3b9358
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] gedit_2.30.0: Set `LICENSE` to GPLv2+ for real.
2010-10-19 18:33 ` Andreas Oberritter
@ 2010-10-19 21:14 ` Paul Menzel
2010-10-25 13:00 ` [PATCH v2 resend] dvdauthor-0.6.18: initial recipe Andreas Oberritter
1 sibling, 0 replies; 6+ messages in thread
From: Paul Menzel @ 2010-10-19 21:14 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1057 bytes --]
Date: Tue, 19 Oct 2010 23:07:12 +0200
Set
In commit 860f29 [1] `LICENSE` was just set to `GPLv2` instead of `GPLv2+` in contrary to the commit message and the intention.
Thanks for Andreas Oberritter to spotting this [2].
[1] http://cgit.openembedded.net/cgit.cgi/openembedded/commit/?h=master&id=860f2947b54a29becb4686261026c205bf3b9358
[2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/025823.html
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
---
recipes/gnome/gedit_2.30.0.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/gnome/gedit_2.30.0.bb b/recipes/gnome/gedit_2.30.0.bb
index 1d0ce78..1a01303 100644
--- a/recipes/gnome/gedit_2.30.0.bb
+++ b/recipes/gnome/gedit_2.30.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "GNOME editor"
SECTION = "x11/gnome"
-LICENSE = "GPLv2"
+LICENSE = "GPLv2+"
DEPENDS = "enchant gconf gnome-common gnome-doc-utils-native glib-2.0 gtk+ gtksourceview2 iso-codes"
RDEPENDS_${PN} += " gtksourceview2"
--
1.7.2.3
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH v2 resend] dvdauthor-0.6.18: initial recipe
2010-10-19 18:33 ` Andreas Oberritter
2010-10-19 21:14 ` [PATCH] gedit_2.30.0: Set `LICENSE` to GPLv2+ for real Paul Menzel
@ 2010-10-25 13:00 ` Andreas Oberritter
1 sibling, 0 replies; 6+ messages in thread
From: Andreas Oberritter @ 2010-10-25 13:00 UTC (permalink / raw)
To: openembedded-devel
* v2: updated DESCRIPTION, SECTION and PRIORITY
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
---
recipes/dvdauthor/dvdauthor_0.6.18.bb | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 recipes/dvdauthor/dvdauthor_0.6.18.bb
diff --git a/recipes/dvdauthor/dvdauthor_0.6.18.bb b/recipes/dvdauthor/dvdauthor_0.6.18.bb
new file mode 100644
index 0000000..24f3a74
--- /dev/null
+++ b/recipes/dvdauthor/dvdauthor_0.6.18.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A set of tools to help you generate DVD files to be played back on a standalone DVD player"
+SECTION = "console/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "freetype libdvdread libfribidi libpng libxml2 zlib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "ded5373800ac6448ff044606f5047550"
+SRC_URI[sha256sum] = "0e21c2d9c09f7e347c4c9bd7b691455f524ec2e91bcafc18b84d7b7fb3a9cb26"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools
--
1.7.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-10-25 13:01 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 16:36 [PATCH] dvdauthor-0.6.18: initial recipe Andreas Oberritter
2010-10-19 17:00 ` [PATCH v2] " Andreas Oberritter
2010-10-19 17:32 ` Frans Meulenbroeks
2010-10-19 18:33 ` Andreas Oberritter
2010-10-19 21:14 ` [PATCH] gedit_2.30.0: Set `LICENSE` to GPLv2+ for real Paul Menzel
2010-10-25 13:00 ` [PATCH v2 resend] dvdauthor-0.6.18: initial recipe Andreas Oberritter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox