diff --git a/zbar/.SRCINFO b/zbar/.SRCINFO new file mode 100644 index 0000000000..bdd8bc2191 --- /dev/null +++ b/zbar/.SRCINFO @@ -0,0 +1,45 @@ +pkgbase = zbar + pkgdesc = Application and library for reading bar codes from various sources + pkgver = 0.23.93 + pkgrel = 4 + url = https://github.com/mchehab/zbar + arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = riscv64 + license = LGPL + makedepends = gtk3 + makedepends = qt5-x11extras + makedepends = python + makedepends = xmlto + makedepends = docbook-xsl + makedepends = gobject-introspection + makedepends = glib2-devel + depends = dbus + depends = imagemagick + depends = libxv + depends = v4l-utils + optdepends = gtk3: for zbar-gtk + optdepends = qt5-x11extras: for zbar-qt + optdepends = python: for zbar python bindings + provides = zbar-gtk + provides = zbar-qt + provides = python-zbar + conflicts = zbar-gtk + conflicts = zbar-qt + conflicts = python-zbar + replaces = zbar-gtk + replaces = zbar-qt + replaces = python-zbar + source = zbar-0.23.93.tar.gz::https://github.com/mchehab/zbar/archive/refs/tags/0.23.93.tar.gz + source = https://github.com/mchehab/zbar/commit/368571ff.patch + source = https://github.com/mchehab/zbar/commit/a549566e.patch + sha512sums = 2dd607afbb1e52346bfb740f916c8616112d14153f071f82458b7c653f647b332290a5089543abebfe1c7679eae98b349a84777185d61cfb9ff275bfecc6e08f + sha512sums = ae3b1123d558d12690651da4ff7e77d5e805f3b2fb5372756cbb50ef18f73c87feee71aada35a2ca889e8f893d60969ed2d7a86c5e54c230902645d458e767e6 + sha512sums = 8a69dd84731b95ab4d5d0dc37bd83ecf7fa368e197226f0fb63dcce6dce01ef96682b0e12d06489c602d964eedc2ea69ada04b83fba2ef6c4452ca466a25b037 + b2sums = 7476776fbb2b2dca4fb94e4eb8c6c5ca7795e32881e93c45002679bdc048cb0bf8d880d2b31f1469a95d718c6d027b7ee0da195951645478493d6f638ae186b5 + b2sums = 618def2024b4b6b3dbfdf298b0c30556a456bfc9e8f0e5bb6515a863e2b33c7603d861602be324b02af68df962f67370ecee7dd76f9a92bb129e1735e0f5b0b1 + b2sums = 7283d87ad174c746f79a9d0531e10d5285d25d3e22c6dcc375a62377a12a22656483a69e19288e90367eeb7d31e31397c75fc7f75f3a0aede0cdec2e3bc3d317 + +pkgname = zbar diff --git a/zbar/.nvchecker.toml b/zbar/.nvchecker.toml new file mode 100644 index 0000000000..be7574ceb3 --- /dev/null +++ b/zbar/.nvchecker.toml @@ -0,0 +1,3 @@ +[zbar] +source = "git" +git = "https://github.com/mchehab/zbar.git" diff --git a/zbar/PKGBUILD b/zbar/PKGBUILD index 8a5f101bd4..d03bb8cf14 100644 --- a/zbar/PKGBUILD +++ b/zbar/PKGBUILD @@ -6,13 +6,13 @@ pkgname=zbar pkgver=0.23.93 -pkgrel=1.1 +pkgrel=4 pkgdesc="Application and library for reading bar codes from various sources" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/mchehab/zbar" license=('LGPL') depends=('dbus' 'imagemagick' 'libxv' 'v4l-utils') -makedepends=('glib2-devel' 'gtk3' 'qt5-x11extras' 'python' 'xmlto' 'docbook-xsl' 'gobject-introspection') +makedepends=('gtk3' 'qt5-x11extras' 'python' 'xmlto' 'docbook-xsl' 'gobject-introspection' 'glib2-devel') optdepends=('gtk3: for zbar-gtk' 'qt5-x11extras: for zbar-qt' 'python: for zbar python bindings')