unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add qrencode.
@ 2014-06-27  7:41 John Darrington
  2014-06-27  9:06 ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: John Darrington @ 2014-06-27  7:41 UTC (permalink / raw)
  To: guix-devel; +Cc: John Darrington

* gnu/packages/aidc.scm (qrencode): New variable.
---
 gnu/packages/aidc.scm |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index f41a9aa..b033255 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -22,6 +22,8 @@
                 #:renamer (symbol-prefix-proc 'license:))
   #:use-module (guix packages)
   #:use-module (guix download)
+  #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages libpng)
   #:use-module (guix build-system gnu))
 
 
@@ -43,3 +45,25 @@ measurements.  Barcodes can be output in PostScript or Encapsulated PostScript
 formats.")
     (license license:gpl3+)
     (home-page "http://www.gnu.org/software/barcode/")))
+
+(define-public qrencode
+  (package
+    (name "qrencode")
+    (version "3.4.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "http://fukuchi.org/works/qrencode/qrencode-" version
+                    ".tar.bz2")) 
+              (sha256 (base32
+                       "163sb580p570p27imc6jhkfdw15kzp8vy1jq92nip1rwa63i9myz"))))
+    (build-system gnu-build-system)
+    (inputs `(("libpng" ,libpng)))
+    (native-inputs `(("pkg-config" ,pkg-config)))
+    (synopsis "Encode data into a QR Code symbol")
+    (description "Libqrencode is a C library for encoding data in a QR Code
+symbol, a kind of 2D symbology that can be scanned by handy terminals such as
+a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000
+characters, and is highly robust.")
+    (license license:lgpl2.1+)
+    (home-page "http://fukuchi.org/works/qrencode")))
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: Add qrencode.
  2014-06-27  7:41 [PATCH] gnu: Add qrencode John Darrington
@ 2014-06-27  9:06 ` Ludovic Courtès
  2014-06-29 10:59   ` Pjotr Prins
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2014-06-27  9:06 UTC (permalink / raw)
  To: John Darrington; +Cc: guix-devel

John Darrington <jmd@gnu.org> skribis:

> * gnu/packages/aidc.scm (qrencode): New variable.

LGTM, please push.

Ludo’.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] gnu: Add qrencode.
  2014-06-27  9:06 ` Ludovic Courtès
@ 2014-06-29 10:59   ` Pjotr Prins
  2014-06-29 13:09     ` Codefest 2014 Cambridge, MA David Thompson
  0 siblings, 1 reply; 7+ messages in thread
From: Pjotr Prins @ 2014-06-29 10:59 UTC (permalink / raw)
  To: guix-devel

Anyone in the Boston area next week? We are going to work on GNU Guix
packages and add them to CloudBiolinux (location Hack/Reduce):

  https://docs.google.com/document/d/1yADE2bb0rEU6TASxuSPsvTdHvh_rtCXzJrsL3NWzxXE/edit?usp=sharing

See also

  http://www.open-bio.org/wiki/Codefest_2014

Pj.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Codefest 2014 Cambridge, MA
  2014-06-29 10:59   ` Pjotr Prins
@ 2014-06-29 13:09     ` David Thompson
  2014-06-29 15:49       ` Pjotr Prins
  0 siblings, 1 reply; 7+ messages in thread
From: David Thompson @ 2014-06-29 13:09 UTC (permalink / raw)
  To: Pjotr Prins, guix-devel

Pjotr Prins <pjotr.public12@thebird.nl> writes:

> Anyone in the Boston area next week? We are going to work on GNU Guix
> packages and add them to CloudBiolinux (location Hack/Reduce):
>
>   https://docs.google.com/document/d/1yADE2bb0rEU6TASxuSPsvTdHvh_rtCXzJrsL3NWzxXE/edit?usp=sharing
>
> See also
>
>   http://www.open-bio.org/wiki/Codefest_2014
>
> Pj.
>
>

Hey Pj,

I live in Somerville.  I might be able to join in on the 9th, but I'm
busy on the 10th.n

Could you elaborate more on how Guix relates to this event?

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Codefest 2014 Cambridge, MA
  2014-06-29 13:09     ` Codefest 2014 Cambridge, MA David Thompson
@ 2014-06-29 15:49       ` Pjotr Prins
  2014-06-29 16:48         ` David Thompson
  0 siblings, 1 reply; 7+ messages in thread
From: Pjotr Prins @ 2014-06-29 15:49 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel

On Sun, Jun 29, 2014 at 09:09:22AM -0400, David Thompson wrote:
> I live in Somerville.  I might be able to join in on the 9th, but I'm
> busy on the 10th.n

That would be great! Also for some advocacy.

> Could you elaborate more on how Guix relates to this event?

For biomedical and biological purposes, Cloudbiolinux packages
software. Mostly .deb, homebrew and ad hoc scripts. I have been a Nix
fan for a long time and I think Guix is just the right way forward
(Nix expressions are somehow a little too foreign for many people, I
have found).

It would make sense to move some of the Cloudbiolinux related
packaging to Guix. There will be quite a few good people who are
working on software deployment, so please hop over if you can! There
are 50-60 programmers coming to the hackathon.

Pj.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Codefest 2014 Cambridge, MA
  2014-06-29 15:49       ` Pjotr Prins
@ 2014-06-29 16:48         ` David Thompson
  2014-06-29 16:55           ` Pjotr Prins
  0 siblings, 1 reply; 7+ messages in thread
From: David Thompson @ 2014-06-29 16:48 UTC (permalink / raw)
  To: Pjotr Prins; +Cc: guix-devel

Pjotr Prins <pjotr.public12@thebird.nl> writes:

> On Sun, Jun 29, 2014 at 09:09:22AM -0400, David Thompson wrote:
>> I live in Somerville.  I might be able to join in on the 9th, but I'm
>> busy on the 10th.n
>
> That would be great! Also for some advocacy.

:)

>> Could you elaborate more on how Guix relates to this event?
>
> For biomedical and biological purposes, Cloudbiolinux packages
> software. Mostly .deb, homebrew and ad hoc scripts. I have been a Nix
> fan for a long time and I think Guix is just the right way forward
> (Nix expressions are somehow a little too foreign for many people, I
> have found).

Oh, neat.  Yes, I find that using a general purpose language like Guile
is much better than inventing a special language.

> It would make sense to move some of the Cloudbiolinux related
> packaging to Guix. There will be quite a few good people who are
> working on software deployment, so please hop over if you can! There
> are 50-60 programmers coming to the hackathon.

Since it's a Wednesday, I'll be working at the FSF office during the
day.  Does the hackathon continue into the night?  If I can be useful, I
can try to join in after work.

-- 
David Thompson
Web Developer - Free Software Foundation - http://fsf.org
GPG Key: 0FF1D807
Support the FSF: https://fsf.org/donate

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Codefest 2014 Cambridge, MA
  2014-06-29 16:48         ` David Thompson
@ 2014-06-29 16:55           ` Pjotr Prins
  0 siblings, 0 replies; 7+ messages in thread
From: Pjotr Prins @ 2014-06-29 16:55 UTC (permalink / raw)
  To: David Thompson; +Cc: guix-devel

On Sun, Jun 29, 2014 at 12:48:28PM -0400, David Thompson wrote:
> Since it's a Wednesday, I'll be working at the FSF office during the
> day.  Does the hackathon continue into the night?  If I can be useful, I
> can try to join in after work.

In my experience day time is most productive. Unless we end up with a
group of interested people. If you can pop in for a few hours, I'll
try and organise a gathering with which we can continue later. Is that
an option? Or if you come by say 3pm? At worst you end up with me, but
I expect more interest. I'll see if we can get interested parties on
the group list this week.

Pj.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-06-29 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-27  7:41 [PATCH] gnu: Add qrencode John Darrington
2014-06-27  9:06 ` Ludovic Courtès
2014-06-29 10:59   ` Pjotr Prins
2014-06-29 13:09     ` Codefest 2014 Cambridge, MA David Thompson
2014-06-29 15:49       ` Pjotr Prins
2014-06-29 16:48         ` David Thompson
2014-06-29 16:55           ` Pjotr Prins

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).