Package Details: webcamoid 9.1.1-1

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: 55
Popularity: 1.07
First Submitted: 2014-12-09 01:29 (UTC)
Last Updated: 2023-06-23 13:28 (UTC)

Latest Comments

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

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

hipersayan_x commented on 2020-12-17 13:12 (UTC)

@MarcinWieczorek I don't understand what do you mean, you want me to rename the source tarball in the upstream? for what purpose? how does it affects the build? it makes no sense for me.

MarcinWieczorek commented on 2020-12-17 10:49 (UTC)

Hi, thank you for maintaining. Please rename the tarball to include the pkgname, some people use common directory for sources and that causes conflicts.

hipersayan_x commented on 2020-11-05 20:27 (UTC)

@Tio I've tested the package and is building fine for me, also the error message is cut, I can't see what's the original error, try cleaning the src folder and building the package again, if that does not works try with webcamoid-git.