From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 2/3] New package: giblib
Date: Sat, 10 Dec 2011 21:31:12 +0100 [thread overview]
Message-ID: <8739cskw33.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1318840867-20976-3-git-send-email-yegorslists@googlemail.com> (yegorslists@googlemail.com's message of "Mon, 17 Oct 2011 10:41:06 +0200")
>>>>> "yegorslists" == yegorslists <yegorslists@googlemail.com> writes:
yegorslists> From: Yegor Yefremov <yegorslists@googlemail.com>
yegorslists> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Committed with fixes, thanks.
yegorslists> +++ b/package/giblib/Config.in
yegorslists> @@ -0,0 +1,8 @@
yegorslists> +config BR2_PACKAGE_GIBLIB
yegorslists> + bool "giblib"
yegorslists> + select BR2_PACKAGE_IMLIB2
yegorslists> + help
yegorslists> + Giblib is a simple library which wraps imlib2.
Giblib needs X and X support in imlib2, so I changed the dependencies to
match.
yegorslists> +
yegorslists> + http://linuxbrit.co.uk/giblib/
yegorslists> +
yegorslists> diff --git a/package/giblib/giblib.mk b/package/giblib/giblib.mk
yegorslists> new file mode 100644
yegorslists> index 0000000..8a868c5
yegorslists> --- /dev/null
yegorslists> +++ b/package/giblib/giblib.mk
yegorslists> @@ -0,0 +1,15 @@
yegorslists> +#############################################################
yegorslists> +#
yegorslists> +# giblib
yegorslists> +#
yegorslists> +#############################################################
yegorslists> +GIBLIB_VERSION = 1.2.4
yegorslists> +GIBLIB_SOURCE = giblib-$(GIBLIB_VERSION).tar.gz
yegorslists> +GIBLIB_SITE = http://linuxbrit.co.uk/downloads/
yegorslists> +GIBLIB_INSTALL_STAGING = YES
yegorslists> +GIBLIB_DEPENDENCIES = imlib2
yegorslists> +GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING)/usr/lib \
yegorslists> + --with-imlib2-exec-prefix=$(STAGING)/usr/bin
yegorslists> +
yegorslists> +$(eval $(call AUTOTARGETS))
yegorslists> +
Removed empty line.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2011-12-10 20:31 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
2011-12-10 20:31 ` Peter Korsgaard [this message]
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=8739cskw33.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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.