Package Details: webcamoid 9.3.0-3

Git Clone URL: https://aur.archlinux.org/webcamoid.git (read-only, click to copy)
Package Base: webcamoid
Description: Webcamoid is a full featured webcam capture application.
Upstream URL: https://webcamoid.github.io/
Licenses: GPL
Conflicts: webcamoid
Provides: webcamoid
Submitter: hipersayan_x
Maintainer: hipersayan_x
Last Packager: hipersayan_x
Votes: 58
Popularity: 0.30
First Submitted: 2014-12-09 01:29 (UTC)
Last Updated: 2026-03-11 17:53 (UTC)

Dependencies (35)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

dr1fter commented on 2021-05-27 16:02 (UTC)

@souravdas142 - thx once again. There really was just a kernelmodule amiss (akvcam-dkms)

souravdas142 commented on 2021-05-27 15:15 (UTC)

@dr1fter Did you checked your issue from here, If your issue not found, create one.

dr1fter commented on 2021-05-27 13:51 (UTC)

@souravdas142 .. unfortunately, also w/ this older version (I installed from webcamoid-git earlier..), I do not seem to be able to create virtual camera devices (it does not offer any virtual camera driver to select from) :-/

dr1fter commented on 2021-05-27 13:48 (UTC)

@souravdas142 : w/ your patch, the build succeeds; thanks a lot for your quick help :-)

souravdas142 commented on 2021-05-27 03:59 (UTC)

@dr1fter untar webcamoid-8.8.0.tar.gz and add #include<limits> to ./webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/videoformat.cpp at where other #include directives are placed. make the tarball of the source again. replace the sha256sum value in PKGBUILD now try to build again.

dr1fter commented on 2021-05-26 06:09 (UTC) (edited on 2021-05-26 06:32 (UTC) by dr1fter)

@https://aur.archlinux.org/account/hipersayan_x: I just got the following build error:

compiling src/image/videoformat.cpp
src/image/videoformat.cpp: In member function ‘AkVCam::VideoFormat AkVCam::VideoFormat::nearest(const std::vector<AkVCam::VideoFormat>&) const’:
src/image/videoformat.cpp:289:19: error: ‘numeric_limits’ is not a member of ‘std’
  289 |     auto q = std::numeric_limits<uint64_t>::max();
      |                   ^~~~~~~~~~~~~~
src/image/videoformat.cpp:289:42: error: expected primary-expression before ‘>’ token
  289 |     auto q = std::numeric_limits<uint64_t>::max();
      |                                          ^
src/image/videoformat.cpp:289:45: error: ‘::max’ has not been declared; did you mean ‘std::max’?
  289 |     auto q = std::numeric_limits<uint64_t>::max();
      |                                             ^~~
      |                                             std::max
In file included from /usr/include/c++/11.1.0/algorithm:62,
                 from src/image/videoformat.cpp:21:
/usr/include/c++/11.1.0/bits/stl_algo.h:3467:5: note: ‘std::max’ declared here
 3467 |     max(initializer_list<_Tp> __l, _Compare __comp)
      |     ^~~
make[4]: *** [Makefile:406: release/Qt5.15.2/gpp/x86_64/obj/videoformat.o] Error 1
make[4]: Leaving directory '/home/dr1fter/aur/webcamoid/src/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils'
make[3]: *** [Makefile:49: sub-src-VCamUtils-make_first-ordered] Error 2
make[3]: Leaving directory '/home/dr1fter/aur/webcamoid/src/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera'
make[2]: *** [Makefile:304: sub-VirtualCamera-make_first] Error 2
make[2]: Leaving directory '/home/dr1fter/aur/webcamoid/src/webcamoid-8.8.0/libAvKys/Plugins'
make[1]: *** [Makefile:135: sub-Plugins-make_first-ordered] Error 2
make[1]: Leaving directory '/home/dr1fter/aur/webcamoid/src/webcamoid-8.8.0/libAvKys'
make: *** [Makefile:48: sub-libAvKys-make_first-ordered] Error 2
==> ERROR: A failure occurred in build().

note that I could successfully build webcamoid-git (tried that after you suggested this in a previous post)

hipersayan_x commented on 2020-12-18 18:52 (UTC)

@MarcinWieczor fixed, thanks!

MarcinWieczorek commented on 2020-12-18 17:27 (UTC)

source=("${pkgname}-${pkver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz") this should do the job. thanks.

hipersayan_x commented on 2020-12-18 16:54 (UTC)

@MarcinWieczor ok, I understand now, can you give me the patch file for the PKGBUILD so I can apply the changes?

MarcinWieczorek commented on 2020-12-17 18:54 (UTC)

I mean renaming it in the PKGBUILD, having only version numbers in github releases is common. Imagine I have one directory with all sources for different packages and when I install one it finds v1.0.0.tar.gz that was left there by some other package, tries to use it and fails the sum. That's because it should've been foo-1.0.0.tar.gz and bar-1.0.0.tar.gz. Thanks