From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv5] Added package HPLIP for printing to HP printers
Date: Tue, 19 Mar 2013 13:08:24 +0100 [thread overview]
Message-ID: <87ehfbwq13.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1363676117-5103-1-git-send-email-olivier.schonken@gmail.com> (Olivier Schonken's message of "Tue, 19 Mar 2013 08:55:16 +0200")
>>>>> "Olivier" == Olivier Schonken <olivier.schonken@gmail.com> writes:
Olivier> HPLIP (Hewlett-Packard Linux Imaging & Printing) is an HP-developed solution
Olivier> for printing, scanning, and faxing with HP inkjet and laser based printers
Olivier> in Linux.
Olivier> Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com>
Olivier> ---
Olivier> Changelog:
Olivier> The --includedir=$(STAGING_DIR)/usr/include is unfortunately necessary even
Olivier> with the modified Makefile.am for a succesful build.
Olivier> Fixed a jpeg and dbus dependencies, Thanks for pointing out the dbus
Olivier> dependency Baruch.
Olivier> Added Licensing information
Olivier> Updated version to most recent 3.13.3
Olivier> Fixed download site link (Trailing slash was breaking it)
Olivier> Removed trailing whitespaces
Olivier> Added check for C++ enabled compiler in Config.in
Olivier> Updated hplip-fix-make.patch for newer version
Olivier> package/Config.in | 1 +
Olivier> package/hplip/Config.in | 17 +++++++++
Olivier> package/hplip/hplip-fix-make.patch | 74 ++++++++++++++++++++++++++++++++++++
Olivier> package/hplip/hplip.mk | 53 ++++++++++++++++++++++++++
Olivier> 4 files changed, 145 insertions(+)
Olivier> create mode 100644 package/hplip/Config.in
Olivier> create mode 100644 package/hplip/hplip-fix-make.patch
Olivier> create mode 100644 package/hplip/hplip.mk
Olivier> diff --git a/package/Config.in b/package/Config.in
Olivier> index a65054c..24caba0 100644
Olivier> --- a/package/Config.in
Olivier> +++ b/package/Config.in
Olivier> @@ -632,6 +632,7 @@ source "package/connman/Config.in"
Olivier> source "package/ctorrent/Config.in"
Olivier> source "package/conntrack-tools/Config.in"
Olivier> source "package/cups/Config.in"
Olivier> +source "package/hplip/Config.in"
Olivier> if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
Olivier> source "package/dhcp/Config.in"
Olivier> endif
Olivier> diff --git a/package/hplip/Config.in b/package/hplip/Config.in
Olivier> new file mode 100644
Olivier> index 0000000..551e9c4
Olivier> --- /dev/null
Olivier> +++ b/package/hplip/Config.in
Olivier> @@ -0,0 +1,17 @@
Olivier> +config BR2_PACKAGE_HPLIP
Olivier> + bool "hplip"
Olivier> + depends on BR2_PACKAGE_CUPS
Olivier> + select BR2_PACKAGE_LIBUSB
Olivier> + select BR2_PACKAGE_JPEG
Olivier> + help
Olivier> + HP Linux Imaging and Printing (HPLIP)
Olivier> + HPLIP is an HP-developed solution for printing, scanning, and faxing
Olivier> + with HP inkjet and laser based printers in Linux. The HPLIP project
Olivier> + provides printing support for 2,211 printer models, including
Olivier> + Deskjet, Officejet, Photosmart, PSC (Print Scan Copy), Business
Olivier> + Inkjet, LaserJet, Edgeline MFP, and LaserJet MFP.
Olivier> +
You have some trailing spaces here.
Committed with that fixed, thanks!
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2013-03-19 12:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-02 17:02 [Buildroot] [PATCH 1/1] Added package HPLIP for printing to HP printers Olivier Schonken
2013-03-03 18:07 ` Thomas Petazzoni
2013-03-03 21:26 ` [Buildroot] [PATCHv2] " Olivier Schonken
2013-03-04 8:41 ` Baruch Siach
2013-03-13 19:36 ` [Buildroot] [PATCHv3] " Olivier Schonken
2013-03-15 9:47 ` Thomas Petazzoni
2013-03-15 18:27 ` [Buildroot] [PATCHv4] " Olivier Schonken
2013-03-18 20:19 ` Peter Korsgaard
2013-03-19 6:55 ` [Buildroot] [PATCHv5] " Olivier Schonken
2013-03-19 12:08 ` 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=87ehfbwq13.fsf@dell.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