From: Alexandre Esse <alexandre.esse.dev@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] kvazaar: new package
Date: Wed, 3 May 2017 00:08:41 +0200 [thread overview]
Message-ID: <1493762921-4645-1-git-send-email-alexandre.esse.dev@gmail.com> (raw)
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
next reply other threads:[~2017-05-02 22:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-02 22:08 Alexandre Esse [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-06-16 23:29 [Buildroot] [PATCH 1/1] kvazaar: new package Alexandre Esse
2017-06-18 20:05 ` Thomas Petazzoni
2017-06-18 21:56 ` Alexandre Esse
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=1493762921-4645-1-git-send-email-alexandre.esse.dev@gmail.com \
--to=alexandre.esse.dev@gmail.com \
--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 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.