All of lore.kernel.org
 help / color / mirror / Atom feed
From: Angelo Compagnucci <angelo@amarulasolutions.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/4] package/imagemagick: add host package
Date: Tue, 29 May 2018 23:22:16 +0200	[thread overview]
Message-ID: <1527628939-7389-2-git-send-email-angelo@amarulasolutions.com> (raw)
In-Reply-To: <1527628939-7389-1-git-send-email-angelo@amarulasolutions.com>

From: Angelo Compagnucci <angelo.compagnucci@gmail.com>

This patch add the host package for imagemagick.
It comes with a minimal selection of configure options to
compile fast, it's indeed only used to convert
the image file for the custom linux logo.

Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com>
---
 package/imagemagick/imagemagick.mk | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk
index 1165438..c319589 100644
--- a/package/imagemagick/imagemagick.mk
+++ b/package/imagemagick/imagemagick.mk
@@ -143,4 +143,15 @@ else
 IMAGEMAGICK_CONF_OPTS += --without-bzlib
 endif
 
+HOST_IMAGEMAGICK_CONF_OPTS = \
+	--with-jpeg \
+	--with-png \
+	--with-zlib
+
+HOST_IMAGEMAGICK_DEPENDENCIES = \
+	host-libjpeg \
+	host-libpng \
+	host-zlib
+
 $(eval $(autotools-package))
+$(eval $(host-autotools-package))
-- 
2.7.4

  reply	other threads:[~2018-05-29 21:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-29 21:22 [Buildroot] [PATCH v3 0/4] Linux custom logo Angelo Compagnucci
2018-05-29 21:22 ` Angelo Compagnucci [this message]
2018-06-30 20:45   ` [Buildroot] [PATCH v3 1/4] package/imagemagick: add host package Yann E. MORIN
2018-05-29 21:22 ` [Buildroot] [PATCH v3 2/4] linux: add custom linux logo Angelo Compagnucci
2018-06-30 20:51   ` Yann E. MORIN
2018-05-29 21:22 ` [Buildroot] [PATCH v3 3/4] docs/images: adding default buildroot " Angelo Compagnucci
2018-06-30 20:58   ` Yann E. MORIN
2018-05-29 21:22 ` [Buildroot] [PATCH v3 4/4] configs: add linux boot logo to raspberrypi3 defconfig Angelo Compagnucci
2018-06-30 21:00   ` Yann E. MORIN
2018-07-02 23:13     ` Arnout Vandecappelle

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=1527628939-7389-2-git-send-email-angelo@amarulasolutions.com \
    --to=angelo@amarulasolutions.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.