Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add libsigc++ package
Date: Sat, 15 Jan 2011 16:26:21 +0100	[thread overview]
Message-ID: <8762tq6vdu.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <201011291822.20672.hartleys@visionengravers.com> (H. Hartley Sweeten's message of "Mon, 29 Nov 2010 18:22:20 -0700")

>>>>> "H" == H Hartley Sweeten <hartleys@visionengravers.com> writes:

 H> Add support for the libsigc++ library.
 H> Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>

Thanks, committed with a few tweaks (see below).

 H> diff --git a/package/Config.in b/package/Config.in
 H> index 03e580a..1f6f7c1 100644
 H> --- a/package/Config.in
 H> +++ b/package/Config.in
 H> @@ -322,6 +322,7 @@ source "package/libevent/Config.in"
 H>  source "package/libfloat/Config.in"
 H>  source "package/libglib2/Config.in"
 H>  source "package/liboil/Config.in"
 H> +source "package/libsigc++/Config.in"
 H>  source "package/startup-notification/Config.in"
 H>  endmenu
 
 H> diff --git a/package/libsigc++/Config.in b/package/libsigc++/Config.in
 H> new file mode 100644
 H> index 0000000..8ec674c
 H> --- /dev/null
 H> +++ b/package/libsigc++/Config.in
 H> @@ -0,0 +1,9 @@
 H> +config BR2_PACKAGE_LIBSIGC
 H> +	bool "libsigc++"

You need to depend on C++ support.

 H> +	help
 H> +	  libsigc++ implements a typesafe callback system for standard C++.
 H> +	  It allows you to define signals and to connect those signals to
 H> +	  any callback function, either global or a member function,
 H> +	  regardless of whether it is static or virtual.
 H> +
 H> +	  http://libsigc.sourceforge.net/

 H> diff --git a/package/libsigc++/libsigc.mk b/package/libsigc++/libsigc.mk
 H> new file mode 100644
 H> index 0000000..640c803
 H> --- /dev/null
 H> +++ b/package/libsigc++/libsigc.mk

AUTOTARGETS expects the package directory to be the same as the package
name, otherwise it won't find patches.

 H> @@ -0,0 +1,12 @@
 H> +#############################################################
 H> +#
 H> +# libsigc++
 H> +#
 H> +#############################################################
 H> +LIBSIGC_VERSION = 2.2.8
 H> +LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.bz2
 H> +LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2
 H> +LIBSIGC_LIBTOOL_PATCH = NO

We now have libtool v2.2 patch support, so this line can go.

-- 
Bye, Peter Korsgaard

      reply	other threads:[~2011-01-15 15:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-30  1:22 [Buildroot] [PATCH] Add libsigc++ package H Hartley Sweeten
2011-01-15 15:26 ` Peter Korsgaard [this message]

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=8762tq6vdu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox