[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
91/115: gnu: zbar: Update to 0.23.90.
From: |
guix-commits |
Subject: |
91/115: gnu: zbar: Update to 0.23.90. |
Date: |
Fri, 7 May 2021 16:56:48 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 43358058d076a04a7d809c6db66ed733ee7667c8
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Apr 7 16:42:30 2021 -0400
gnu: zbar: Update to 0.23.90.
* gnu/packages/aidc.scm (zbar)[version]: Update to 0.23.90.
[source]: Switch to git repository.
[native-inputs]: Add autoconf, automake, gettext-minimal, libtool
and python-wrapper. Move gobject-introspection to here from ...
[inputs]: ... here. Add dbus and perl. Move gtk+ and qtbase to ...
[propagated-inputs]: ... here. Add glib.
---
gnu/packages/aidc.scm | 36 +++++++++++++++++++++++++-----------
1 file changed, 25 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/aidc.scm b/gnu/packages/aidc.scm
index d1b63de..20ec8ff 100644
--- a/gnu/packages/aidc.scm
+++ b/gnu/packages/aidc.scm
@@ -30,9 +30,11 @@
#:use-module (gnu packages autotools)
#:use-module (gnu packages check)
#:use-module (gnu packages imagemagick)
+ #:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
#:use-module (gnu packages image)
+ #:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages python-xyz)
@@ -169,16 +171,18 @@ C/C++ programs to use its capabilities without
restrictions or overhead.")
(define-public zbar
(package
(name "zbar")
- (version "0.23")
+ (version "0.23.90")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://linuxtv.org/downloads/zbar/zbar-"
- version
- ".tar.bz2"))
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://github.com/mchehab/zbar")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0bmd93a15qpgbsq9c9j33qms18rdrgz6gbc48zi6z9w5pvrvi7z9"))))
+ "0rf3i7lx0fqzxsngird6l4d4dnl612nr32rm8sib699qqx67px8n"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags (list "--with-gtk=auto"
@@ -187,17 +191,27 @@ C/C++ programs to use its capabilities without
restrictions or overhead.")
(assoc-ref %outputs "out")
"/etc"))))
(native-inputs
- `(("glib" ,glib "bin")
- ("pkg-config" ,pkg-config)))
+ `(("autoconf" ,autoconf)
+ ("automake" ,automake)
+ ("gettext" ,gettext-minimal)
+ ("glib" ,glib "bin")
+ ("gobject-introspection" ,gobject-introspection)
+ ("libtool" ,libtool)
+ ("pkg-config" ,pkg-config)
+ ("python-wrapper" ,python-wrapper)))
(inputs
- `(("gobject-introspection" ,gobject-introspection)
- ("gtk+" ,gtk+)
+ `(("dbus" ,dbus)
("imagemagick" ,imagemagick)
("libjpeg" ,libjpeg-turbo)
+ ("perl" ,perl)
("python" ,python)
- ("qtbase" ,qtbase)
("qtx11extras" ,qtx11extras)
("v4l-utils" ,v4l-utils)))
+ (propagated-inputs
+ ;; These are in 'requires' field of .pc files.
+ `(("glib" ,glib)
+ ("gtk+" ,gtk+)
+ ("qtbase" ,qtbase)))
(synopsis "Bar code reader")
(description
"ZBar can read barcodes from various sources, such as video streams,
- 64/115: gnu: at-spi2-core: Update home-page and license., (continued)
- 64/115: gnu: at-spi2-core: Update home-page and license., guix-commits, 2021/05/07
- 67/115: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/05/07
- 69/115: gnu: json-glib: Update synopsis and description., guix-commits, 2021/05/07
- 73/115: gnu: wayland-protocols: Update description., guix-commits, 2021/05/07
- 81/115: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/05/07
- 80/115: gnu: gtk+: Enable cloud-providers support., guix-commits, 2021/05/07
- 76/115: gnu: gtk+-2: Add missing inputs and search-path., guix-commits, 2021/05/07
- 78/115: gnu: gtk+: Enable tests., guix-commits, 2021/05/07
- 77/115: gnu: gtk+-2: Update to 2.24.33., guix-commits, 2021/05/07
- 85/115: gnu: ibus: Enable documentation., guix-commits, 2021/05/07
- 91/115: gnu: zbar: Update to 0.23.90.,
guix-commits <=
- 92/115: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/05/07
- 93/115: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/05/07
- 100/115: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/05/07
- 97/115: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/05/07
- 115/115: gnu: libsoup: Disable ssl-test., guix-commits, 2021/05/07
- 103/115: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/05/07
- 113/115: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/05/07
- 17/115: gnu: gtk-doc: Enable help., guix-commits, 2021/05/07
- 08/115: gnu: libsigc++: Update to 3.0.6., guix-commits, 2021/05/07
- 12/115: gnu: Add libsigc++-2., guix-commits, 2021/05/07