Package Details: w_scan_cpp 20231015-1

Git Clone URL: https://aur.archlinux.org/w_scan_cpp.git (read-only, click to copy)
Package Base: w_scan_cpp
Description: A dtv channel scanner based on VDR. Successor of w_scan
Upstream URL: https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html
Keywords: DVB VDR
Licenses: GPL
Submitter: ohli
Maintainer: ohli (M-Reimer)
Last Packager: M-Reimer
Votes: 201
Popularity: 0.009233
First Submitted: 2021-01-10 18:14 (UTC)
Last Updated: 2023-10-24 17:17 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

ohli commented on 2022-08-18 16:17 (UTC) (edited on 2022-08-18 16:19 (UTC) by ohli)

Good to hear that it works @flexmcmurphy

Two tips for the future:

Read: https://wiki.archlinux.org/title/AUR_helpers (so no noobs anymore)

Read (to write): https://commonmark.org/help/ for making comments more readable

But all in all, thanks for reaching out.

flexmcmurphy commented on 2022-08-16 19:04 (UTC) (edited on 2022-08-16 19:11 (UTC) by flexmcmurphy)

@ohli Thanks so much for your help. I tried Librepfunc v1.5.0 from the AUR and it does build on my Manjaro 21.3.6 (Ruah) whereas Librepfunc v1.6.0 I downloaded directly from the GitHub does not build. I also ran a w_scan_cpp install script on Raspberry Pi Bullseye and it installed fine along with Librepfunc v1.6.0 so yeah maybe it is a Manjaro thing using different system libraries.

By the way, for other noobs like me, to build Librepfunc I did:

cd ~
git clone https://aur.archlinux.org/librepfunc.git
cd librepfunc
makepkg -is

Then to build w_scan_cpp:

cd ~
git clone https://aur.archlinux.org/w_scan_cpp.git
cd w_scan_cpp
makepkg -is

Now I can use w_scan_cpp. Cheers! P.S: Apologies but I cannot make sense of how markdown works in this forum.

ohli commented on 2022-08-16 15:00 (UTC) (edited on 2022-08-16 15:02 (UTC) by ohli)

@flexmcmurphy: strange, I wasn't able to build v 1.6.0 on my system. Could be a manjaro thing, as they use some older system libraries.

Your problem seems to be the dependency resolution, librepfunc is also provided in the AUR: https://aur.archlinux.org/packages/librepfunc

makepkg checks for packages NOT libraries. So you have two options:

  1. Edit the PKGBUILD and remove librepfunc
  2. Install librepfunc from the AUR

I recommend to use the 2nd option, as this is cleaner and easier to maintain than "some" CPP libraries ;-)

flexmcmurphy commented on 2022-08-15 19:26 (UTC)

I am trying to bulid w_scan_cpp on Manjaro.

I followed instructions to build librepfunc and it didn't give any errors and I see the files in /usr/lib... [flex@manjaro lib]$ ls -l | grep librepfunc lrwxrwxrwx 1 root root 19 Aug 15 19:51 librepfunc.so -> librepfunc.so.1.6.0 lrwxrwxrwx 1 root root 19 Aug 15 19:51 librepfunc.so.1 -> librepfunc.so.1.6.0 lrwxrwxrwx 1 root root 19 Aug 15 19:51 librepfunc.so.1.6 -> librepfunc.so.1.6.0 -rwxr-xr-x 1 root root 2583504 Aug 15 19:51 librepfunc.so.1.6.0

But when I then go to "makepkg" w_scan_cpp it says: ==> Checking runtime dependencies... ==> Missing dependencies: -> librepfunc ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

I tried rebooting but not sure what else to try or test. Any help much appreciated.

Flex

ohli commented on 2022-01-17 20:04 (UTC)

@Mr.Smith1974: libjpeg is referenced by libjpeg-turbo in extra.

See: https://archlinux.org/packages/extra/x86_64/libjpeg-turbo/

Does it work with this?

Mr.Smith1974 commented on 2021-12-17 14:53 (UTC)

   ERROR: dependency not found: libjpeg

ohli commented on 2021-12-02 18:04 (UTC)

Thanks to Winfried (the upstream developer) and the PKGBUILD by seahawk1986, I was able to compile the newly introduced dependency of librepfunc which is needed for the compilation of the new version.

Have fun!

ohli commented on 2021-11-30 21:00 (UTC)

FYI: I'm working on a package refactoring on the binary version provided at the upstream page. For the compilation from source you need the librepfunc from [1], which I try to include in the PKGBUILD somehow.

Suggestions welcome.

[1] https://github.com/wirbel-at-vdr-portal/librepfunc

ohli commented on 2021-11-12 20:36 (UTC)

Hello Mr.Smith1974,

thanks for the information. community/pango was missing as build dependency. Fixed.