Package Details: decoder 0.5-1

Git Clone URL: https://aur.archlinux.org/decoder.git (read-only, click to copy)
Package Base: decoder
Description: Scan and Generate QR Codes
Upstream URL: https://apps.gnome.org/Decoder
Licenses: GPL-3.0-or-later
Submitter: flipflop97
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 9
Popularity: 0.000400
First Submitted: 2021-08-05 12:42 (UTC)
Last Updated: 2024-04-14 15:25 (UTC)

Latest Comments

1 2 Next › Last »

igor-dyatlov commented on 2024-04-14 14:09 (UTC)

@yochananmarqos: I hate to give it up, but there's really not enough time. Orphaned

yochananmarqos commented on 2024-04-13 19:25 (UTC)

@igor-dyatlov: If you're not able to maintain packages in a timely manner, please orphan them instead of letting them sit out of date for several months at a time.

Having said that, I do remember your enthusiasm when you did have time and appreciate your efforts.

Improved PKGBUILD

solsticedhiver commented on 2023-08-30 14:22 (UTC)

it does not detect my webcam an Aukey PC-LM1E. Did yours detected? I opened https://gitlab.gnome.org/World/decoder/-/issues/74 not sure if it is only me or not

gj545rndmu commented on 2023-04-11 14:02 (UTC)

@jnnk the compilation error was related to an issue in pipewire (see https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/2952#note_1776715). Fixed since pipewire >= 0.3.66, so compilation should work again.

Aftermath commented on 2023-04-08 19:13 (UTC)

Can be easily installed through pre-compiled Chaotic-aur package.

Thank you for maintenance.

<deleted-account> commented on 2023-01-25 17:55 (UTC)

Compilation Error:

error[E0425]: cannot find value `PW_KEY_NODE_TARGET` in crate `pw_sys`
   --> /tmp/makepkg/decoder/src/build/cargo-home/registry/src/github.com-1ecc6299db9ec823/pipewire-0.5.0/src/auto/keys.rs:164:28
    |
164 | key_constant!(NODE_TARGET, PW_KEY_NODE_TARGET,
    |                            ^^^^^^^^^^^^^^^^^^ help: a constant with a similar name exists: `PW_KEY_NODE_NAME`
    |
   ::: /tmp/makepkg/decoder/src/build/src/release/build/pipewire-sys-b3dce30679a356f9/out/bindings.rs:151:1
    |
151 | pub const PW_KEY_NODE_NAME: &[u8; 10usize] = b"node.name\0";
    | ------------------------------------------ similarly named constant `PW_KEY_NODE_NAME` defined here

For more information about this error, try `rustc --explain E0425`.
error: could not compile `pipewire` due to previous error
warning: build failed, waiting for other jobs to finish...
[36/37] Generating data/com.belmoussaoui.Decoder.metainfo.xml with a custom command
FAILED: src/decoder 
/usr/bin/env CARGO_HOME=/tmp/makepkg/decoder/src/build/cargo-home /usr/bin/cargo build --manifest-path /tmp/makepkg/decoder/src/decoder-0.3.1/Cargo.toml --target-dir /tmp/makepkg/decoder/src/build/src --release && cp src/release/decoder src/decoder
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'decoder-0.3.1-3': 
error: packages failed to build: decoder-0.3.1-3

Tio commented on 2022-09-28 00:41 (UTC)

I have libadwaita 1.2 installed but cannot install because it requires 'libadwaita>=1:1.2.0' ... if I edit the pkgbuild file and rename that to simply 'libadwaita>=1.2.0' it works. So why that notation?

djallits commented on 2022-09-20 15:59 (UTC)

In regards to the the use of libadwaita versus libadwaita-git change Line 11 in PKGBUILD in version 0.3.1-3 as listed below works.

depends=('libadwaita-git' 'gstreamer' 'gst-plugins-base' 'gst-plugins-bad' 'gst-plugins-good' 'pipewire' 'zbar')

igor-dyatlov commented on 2022-07-22 16:22 (UTC) (edited on 2022-07-22 16:24 (UTC) by igor-dyatlov)

@Tio: Because the program requires: https://gitlab.gnome.org/World/decoder/-/blob/master/meson.build#L13 your error with:

adw_password_entry_row_get_type
is also due to the wrong version. When version 1.2 is in arch repositories, I will replace the dependency

Tio commented on 2022-07-22 14:20 (UTC)

Why the libadwaita-git dependency and not simply libadwaita? On my system libadwaita is already present and I see no reason to install the git version of it.