All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] kvazaar: new package
@ 2017-05-02 22:08 Alexandre Esse
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Esse @ 2017-05-02 22:08 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com>
---
 DEVELOPERS                   |  3 +++
 package/Config.in            |  1 +
 package/kvazaar/Config.in    |  4 ++++
 package/kvazaar/kvazaar.hash |  1 +
 package/kvazaar/kvazaar.mk   | 14 ++++++++++++++
 5 files changed, 23 insertions(+)
 create mode 100644 package/kvazaar/Config.in
 create mode 100644 package/kvazaar/kvazaar.hash
 create mode 100644 package/kvazaar/kvazaar.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index 82eb819..bf4b92a 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -55,6 +55,9 @@ F:	package/liblog4c-localtime/
 N:	Alexandre Belloni <alexandre.belloni@free-electrons.com>
 F:	package/tz/
 
+N:	Alexandre Esse <alexandre.esse.dev@gmail.com>
+F:	package/kvazaar/
+
 N:	Alistair Francis <alistair.francis@xilinx.com>
 F:	package/xen/
 
diff --git a/package/Config.in b/package/Config.in
index aaecd61..29ef759 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1198,6 +1198,7 @@ endmenu
 
 menu "Multimedia"
 	source "package/bitstream/Config.in"
+	source "package/kvazaar/Config.in"
 	source "package/libaacs/Config.in"
 	source "package/libamcodec/Config.in"
 	source "package/libass/Config.in"
diff --git a/package/kvazaar/Config.in b/package/kvazaar/Config.in
new file mode 100644
index 0000000..a720f17
--- /dev/null
+++ b/package/kvazaar/Config.in
@@ -0,0 +1,4 @@
+config BR2_PACKAGE_KVAZAAR
+	bool "kvazaar"
+	help
+                An open-source HEVC encoder licensed under LGPLv2.1
diff --git a/package/kvazaar/kvazaar.hash b/package/kvazaar/kvazaar.hash
new file mode 100644
index 0000000..1f3b65f
--- /dev/null
+++ b/package/kvazaar/kvazaar.hash
@@ -0,0 +1 @@
+sha256 8e382738a51004bfcfca4c832e8b41fe6a17f889f3c39151dc1c1a37261a3a6d  kvazaar-v1.1.0.tar.gz
diff --git a/package/kvazaar/kvazaar.mk b/package/kvazaar/kvazaar.mk
new file mode 100644
index 0000000..bcf191c
--- /dev/null
+++ b/package/kvazaar/kvazaar.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# kvazaar
+# 
+################################################################################
+
+KVAZAAR_VERSION = v1.1.0
+KVAZAAR_SITE = $(call github,ultravideo,kvazaar,$(KVAZAAR_VERSION))
+KVAZAAR_LICENSE = LGPLv2.1
+KVAZAAR_LICENSE_FILES = COPYING
+KVAZAAR_AUTORECONF = YES
+KVAZAAR_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] kvazaar: new package
  2017-06-18 20:05 ` Thomas Petazzoni
@ 2017-06-18 21:56   ` Alexandre Esse
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Esse @ 2017-06-18 21:56 UTC (permalink / raw)
  To: buildroot

Thank you for you feedback.

I am still novice into Buildroot. Even if I read the documentation, I
didn't know about support/scripts/check-package. Maybe, It should appear in
the new package submission part of the documentation?

About the cryptopp part, I have already the option --with-cryptopp working
on my PC with a custom cryptopp recipe I now need to patch the already
existing cryptopp package for it ;)

Alexandre

On 18 June 2017 at 22:05, Thomas Petazzoni <
thomas.petazzoni@free-electrons.com> wrote:

> Hello,
>
> On Sat, 17 Jun 2017 01:29:27 +0200, Alexandre Esse wrote:
> > Kvazaar is an open-source HEVC encoder licensed under LGPLv2.1.
> > This provides tools to encode raw video into HEVC stream.
> >
> > website: http://ultravideo.cs.tut.fi/
> >
> > Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com>
>
> I've applied, after doing a few changes. See below.
>
> > diff --git a/package/kvazaar/Config.in b/package/kvazaar/Config.in
> > new file mode 100644
> > index 0000000..a720f17
> > --- /dev/null
> > +++ b/package/kvazaar/Config.in
> > @@ -0,0 +1,4 @@
> > +config BR2_PACKAGE_KVAZAAR
> > +     bool "kvazaar"
> > +     help
> > +                An open-source HEVC encoder licensed under LGPLv2.1
>
> Indentation for the help text is one tab + two spaces. Also, the
> Config.in help text should have an URL of the upstream project.
>
> Please run your package submissions through
> support/scripts/check-package, it detects this kind of mistakes.
>
> > +KVAZAAR_VERSION = v1.1.0
> > +KVAZAAR_SITE = $(call github,ultravideo,kvazaar,$(KVAZAAR_VERSION))
> > +KVAZAAR_LICENSE = LGPLv2.1
>
> It's in fact LGPLv2.1+, and we use SPDX license codes in Buildroot, so
> LGPL-2.1+.
>
> > +KVAZAAR_LICENSE_FILES = COPYING
> > +KVAZAAR_AUTORECONF = YES
> > +KVAZAAR_INSTALL_STAGING = YES
>
> I've added KVAZAAR_CONF_OPTS = --without-cryptopp to make sure it
> doesn't pick up this optional dependency, as it's not explicitly
> handled by kvazaar.mk.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20170618/1c7f7b82/attachment.html>

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

* [Buildroot] [PATCH 1/1] kvazaar: new package
  2017-06-16 23:29 Alexandre Esse
@ 2017-06-18 20:05 ` Thomas Petazzoni
  2017-06-18 21:56   ` Alexandre Esse
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-06-18 20:05 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 17 Jun 2017 01:29:27 +0200, Alexandre Esse wrote:
> Kvazaar is an open-source HEVC encoder licensed under LGPLv2.1.
> This provides tools to encode raw video into HEVC stream.
> 
> website: http://ultravideo.cs.tut.fi/
> 
> Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com>

I've applied, after doing a few changes. See below.

> diff --git a/package/kvazaar/Config.in b/package/kvazaar/Config.in
> new file mode 100644
> index 0000000..a720f17
> --- /dev/null
> +++ b/package/kvazaar/Config.in
> @@ -0,0 +1,4 @@
> +config BR2_PACKAGE_KVAZAAR
> +	bool "kvazaar"
> +	help
> +                An open-source HEVC encoder licensed under LGPLv2.1

Indentation for the help text is one tab + two spaces. Also, the
Config.in help text should have an URL of the upstream project.

Please run your package submissions through
support/scripts/check-package, it detects this kind of mistakes.

> +KVAZAAR_VERSION = v1.1.0
> +KVAZAAR_SITE = $(call github,ultravideo,kvazaar,$(KVAZAAR_VERSION))
> +KVAZAAR_LICENSE = LGPLv2.1

It's in fact LGPLv2.1+, and we use SPDX license codes in Buildroot, so
LGPL-2.1+.

> +KVAZAAR_LICENSE_FILES = COPYING
> +KVAZAAR_AUTORECONF = YES
> +KVAZAAR_INSTALL_STAGING = YES

I've added KVAZAAR_CONF_OPTS = --without-cryptopp to make sure it
doesn't pick up this optional dependency, as it's not explicitly
handled by kvazaar.mk.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/1] kvazaar: new package
@ 2017-06-16 23:29 Alexandre Esse
  2017-06-18 20:05 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandre Esse @ 2017-06-16 23:29 UTC (permalink / raw)
  To: buildroot

Kvazaar is an open-source HEVC encoder licensed under LGPLv2.1.
This provides tools to encode raw video into HEVC stream.

website: http://ultravideo.cs.tut.fi/

Signed-off-by: Alexandre Esse <alexandre.esse.dev@gmail.com>
---
 DEVELOPERS                   |  2 +
 package/Config.in            |  1 +
 package/kvazaar/Config.in    |  4 ++++
 package/kvazaar/kvazaar.hash |  1 +
 package/kvazaar/kvazaar.mk   | 14 ++++++++++++++
 5 files changed, 21 insertions(+)
 create mode 100644 package/kvazaar/Config.in
 create mode 100644 package/kvazaar/kvazaar.hash
 create mode 100644 package/kvazaar/kvazaar.mk

diff --git a/DEVELOPERS b/DEVELOPERS
index 6f752cb..c45a09d 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -65,6 +65,7 @@ N:	Alexandre Belloni <alexandre.belloni@free-electrons.com>
 F:	package/tz/
 
+N:	Alexandre Esse <alexandre.esse.dev@gmail.com>
+F:	package/kvazaar/
 
 N:	Alistair Francis <alistair.francis@xilinx.com>
diff --git a/package/Config.in b/package/Config.in
index 95604ed..236c865 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1220,6 +1220,7 @@ endmenu
 
 menu "Multimedia"
 	source "package/bitstream/Config.in"
+	source "package/kvazaar/Config.in"
 	source "package/libaacs/Config.in"
 	source "package/libamcodec/Config.in"
 	source "package/libass/Config.in"
diff --git a/package/kvazaar/Config.in b/package/kvazaar/Config.in
new file mode 100644
index 0000000..a720f17
--- /dev/null
+++ b/package/kvazaar/Config.in
@@ -0,0 +1,4 @@
+config BR2_PACKAGE_KVAZAAR
+	bool "kvazaar"
+	help
+                An open-source HEVC encoder licensed under LGPLv2.1
diff --git a/package/kvazaar/kvazaar.hash b/package/kvazaar/kvazaar.hash
new file mode 100644
index 0000000..1f3b65f
--- /dev/null
+++ b/package/kvazaar/kvazaar.hash
@@ -0,0 +1 @@
+sha256 8e382738a51004bfcfca4c832e8b41fe6a17f889f3c39151dc1c1a37261a3a6d  kvazaar-v1.1.0.tar.gz
diff --git a/package/kvazaar/kvazaar.mk b/package/kvazaar/kvazaar.mk
new file mode 100644
index 0000000..0d9eadb
--- /dev/null
+++ b/package/kvazaar/kvazaar.mk
@@ -0,0 +1,14 @@
+################################################################################
+#
+# kvazaar
+#
+################################################################################
+
+KVAZAAR_VERSION = v1.1.0
+KVAZAAR_SITE = $(call github,ultravideo,kvazaar,$(KVAZAAR_VERSION))
+KVAZAAR_LICENSE = LGPLv2.1
+KVAZAAR_LICENSE_FILES = COPYING
+KVAZAAR_AUTORECONF = YES
+KVAZAAR_INSTALL_STAGING = YES
+
+$(eval $(autotools-package))
-- 
2.7.4

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

end of thread, other threads:[~2017-06-18 21:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 22:08 [Buildroot] [PATCH 1/1] kvazaar: new package Alexandre Esse
2017-06-16 23:29 Alexandre Esse
2017-06-18 20:05 ` Thomas Petazzoni
2017-06-18 21:56   ` Alexandre Esse

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.