From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 2/3] New package: giblib
Date: Thu, 08 Dec 2011 09:35:47 +0100 [thread overview]
Message-ID: <4EE076E3.3070306@visionsystems.de> (raw)
In-Reply-To: <1318840867-20976-3-git-send-email-yegorslists@googlemail.com>
Am 17.10.2011 10:41, schrieb yegorslists at googlemail.com:
> From: Yegor Yefremov <yegorslists@googlemail.com>
>
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
> package/Config.in | 1 +
> package/giblib/Config.in | 8 ++++++++
> package/giblib/giblib.mk | 15 +++++++++++++++
> 3 files changed, 24 insertions(+), 0 deletions(-)
> create mode 100644 package/giblib/Config.in
> create mode 100644 package/giblib/giblib.mk
>
> diff --git a/package/Config.in b/package/Config.in
> index 7a7b4bf..7f82934 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -280,6 +280,7 @@ source "package/cairo/Config.in"
> source "package/fltk/Config.in"
> source "package/fontconfig/Config.in"
> source "package/freetype/Config.in"
> +source "package/giblib/Config.in"
> source "package/gtk2-engines/Config.in"
> source "package/gtk2-themes/Config.in"
> source "package/imlib2/Config.in"
> diff --git a/package/giblib/Config.in b/package/giblib/Config.in
> new file mode 100644
> index 0000000..0c704e1
> --- /dev/null
> +++ b/package/giblib/Config.in
> @@ -0,0 +1,8 @@
> +config BR2_PACKAGE_GIBLIB
> + bool "giblib"
> + select BR2_PACKAGE_IMLIB2
> + help
> + Giblib is a simple library which wraps imlib2.
> +
> + http://linuxbrit.co.uk/giblib/
> +
> diff --git a/package/giblib/giblib.mk b/package/giblib/giblib.mk
> new file mode 100644
> index 0000000..8a868c5
> --- /dev/null
> +++ b/package/giblib/giblib.mk
> @@ -0,0 +1,15 @@
> +#############################################################
> +#
> +# giblib
> +#
> +#############################################################
> +GIBLIB_VERSION = 1.2.4
> +GIBLIB_SOURCE = giblib-$(GIBLIB_VERSION).tar.gz
> +GIBLIB_SITE = http://linuxbrit.co.uk/downloads/
> +GIBLIB_INSTALL_STAGING = YES
> +GIBLIB_DEPENDENCIES = imlib2
> +GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING)/usr/lib \
> + --with-imlib2-exec-prefix=$(STAGING)/usr/bin
> +
> +$(eval $(call AUTOTARGETS))
> +
ping
next prev parent reply other threads:[~2011-12-08 8:35 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-17 8:41 [Buildroot] [PATCH v6 0/3] Add utilities to set background image in Fluxbox yegorslists at googlemail.com
2011-10-17 8:41 ` [Buildroot] [PATCH v6 1/3] New package: ImLib2 yegorslists at googlemail.com
2011-12-08 8:35 ` Yegor Yefremov
2011-12-10 19:49 ` Peter Korsgaard
2011-10-17 8:41 ` [Buildroot] [PATCH v6 2/3] New package: giblib yegorslists at googlemail.com
2011-12-08 8:35 ` Yegor Yefremov [this message]
2011-12-10 20:31 ` Peter Korsgaard
2011-10-17 8:41 ` [Buildroot] [PATCH v6 3/3] New package: feh yegorslists at googlemail.com
2011-12-08 8:35 ` Yegor Yefremov
2011-12-10 21:12 ` Peter Korsgaard
2011-10-17 11:45 ` [Buildroot] [PATCH v6 0/3] Add utilities to set background image in Fluxbox Arnout Vandecappelle
2011-10-17 12:12 ` Yegor Yefremov
2011-12-08 8:35 ` Yegor Yefremov
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=4EE076E3.3070306@visionsystems.de \
--to=yegor_sub1@visionsystems.de \
--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