From: Carsten Schoenert <c.schoenert@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] package/libsvg: new package
Date: Fri, 28 Jun 2013 20:52:35 +0200 [thread overview]
Message-ID: <1372445557-15546-2-git-send-email-c.schoenert@gmail.com> (raw)
In-Reply-To: <1372445557-15546-1-git-send-email-c.schoenert@gmail.com>
From: Carsten Schoenert <c.schoenert@gmail.com>
Libsvg provides a library for parsing SVG content in files or buffers.
Libsvg does not do any rendering, but instead provides a function-based
interface that can be used by various rendering engines.
Signed-off-by: Carsten Schoenert <c.schoenert@gmail.com>
---
package/Config.in | 1 +
package/libsvg/Config.in | 10 ++++++++++
package/libsvg/libsvg.mk | 15 +++++++++++++++
3 files changed, 26 insertions(+)
create mode 100644 package/libsvg/Config.in
create mode 100644 package/libsvg/libsvg.mk
diff --git a/package/Config.in b/package/Config.in
index ebeabeb..7f5714d 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -461,6 +461,7 @@ source "package/libpng/Config.in"
source "package/libqrencode/Config.in"
source "package/libraw/Config.in"
source "package/librsvg/Config.in"
+source "package/libsvg/Config.in"
source "package/libsvgtiny/Config.in"
source "package/libungif/Config.in"
source "package/opencv/Config.in"
diff --git a/package/libsvg/Config.in b/package/libsvg/Config.in
new file mode 100644
index 0000000..0e372fe
--- /dev/null
+++ b/package/libsvg/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LIBSVG
+ bool "libsvg"
+ select BR2_PACKAGE_LIBXML2
+ help
+ Libsvg provides a parser for SVG content in files or buffers.
+ Libsvg does not do any rendering, but instead provides a
+ function-based interface that can be used by various rendering
+ engines.
+
+ http://www.t2-project.org/packages/libsvg.html
diff --git a/package/libsvg/libsvg.mk b/package/libsvg/libsvg.mk
new file mode 100644
index 0000000..069314d
--- /dev/null
+++ b/package/libsvg/libsvg.mk
@@ -0,0 +1,15 @@
+################################################################################
+#
+# libsvg
+#
+################################################################################
+
+LIBSVG_VERSION = 0.1.4
+LIBSVG_SOURCE = libsvg-$(LIBSVG_VERSION).tar.gz
+LIBSVG_SITE = http://cairographics.org/snapshots/
+LIBSVG_DEPENDENCIES = libxml2
+LIBSVG_INSTALL_STAGING = YES
+LIBSVG_LICENSE = LGPLv2
+LIBSVG_LICENSE_FILES = COPYING
+
+$(eval $(autotools-package))
--
1.7.10.4
next prev parent reply other threads:[~2013-06-28 18:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-28 18:52 [Buildroot] [PATCH 1/4] package/libxml2: bumping version to 2.9.1 Carsten Schoenert
2013-06-28 18:52 ` Carsten Schoenert [this message]
2013-06-28 19:14 ` [Buildroot] [PATCH 2/4] package/libsvg: new package Peter Korsgaard
2013-06-29 8:46 ` Carsten Schoenert
2013-06-29 15:09 ` Peter Korsgaard
2013-06-28 18:52 ` [Buildroot] [PATCH 3/4] package/libsvg-cairo: " Carsten Schoenert
2013-06-28 18:52 ` [Buildroot] [PATCH 4/4] package/directfb: fixing typo in DIRECTFB_CONF_OPT Carsten Schoenert
2013-06-28 19:15 ` Peter Korsgaard
2013-06-28 19:09 ` [Buildroot] [PATCH 1/4] package/libxml2: bumping version to 2.9.1 Peter Korsgaard
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=1372445557-15546-2-git-send-email-c.schoenert@gmail.com \
--to=c.schoenert@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox