Package Details: qtcam-git r190.d989fea-1

Git Clone URL: https://aur.archlinux.org/qtcam-git.git (read-only, click to copy)
Package Base: qtcam-git
Description: A free, Open Source Linux Webcamera Software with more than 10 image control settings
Upstream URL: http://www.e-consystems.com/opensource-linux-webcam-software-application.asp
Licenses: GPL
Submitter: dracorp
Maintainer: archolas
Last Packager: archolas
Votes: 17
Popularity: 0.000000
First Submitted: 2015-09-27 21:28 (UTC)
Last Updated: 2021-11-01 21:56 (UTC)

Latest Comments

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

ljrk commented on 2016-02-27 12:22 (UTC)

Well, that's weird -- for me it's one digit less. And according to git documentation, mine is correct: --short --short=number Instead of outputting the full SHA-1 values of object names try to abbreviate them to a shorter unique name. When no length is specified 7 is used. The minimum length is 4. (https://git-scm.com/docs/git-rev-parse) yours is giving 8 digits for some reason -- but it's not standard O.o

dracorp commented on 2016-02-26 22:54 (UTC)

$ git rev-parse --short HEAD 34326dc8

ljrk commented on 2016-02-26 22:05 (UTC)

No problem, but you seem to have made a typo when changing the version: r10.34326dc8 should be r10.34326dc You can also just run `makepkg`, it will update the pkgver in the PKGBUILD automatically, no need to write it manually, this is always prone to errors ;-) Cheers!

dracorp commented on 2016-02-26 20:42 (UTC)

@LeonardK Thx for suggestions. I did know that [the page](https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git) has changed.

ljrk commented on 2016-02-26 12:37 (UTC) (edited on 2016-02-26 12:39 (UTC) by ljrk)

I'd recommend patching the *PKGBUILD* with this patch or incorporating the changes a different way: https://gist.github.com/LeonardKoenig/2f554e450152daf7d2b0#file-0001-use-pkgbuild-guidelines-patch Changes: - Use VCS-PKGBUILD guidelines for pkgver() (https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git) - this also stops it from trying to update the package everytime - remove `cd "$srcdir"` NOPs - remove unnecessary messages (adhere to packaging guidelines) - regenerate .SRCINFO with mksrcinfo - add .gitignore NOTE: Also add a one-time ``` epoch=1 ``` To force the upgrade since "34326dc-1" is regarded newer than "r10.34326dc-1"

dracorp commented on 2016-01-21 21:42 (UTC)

@TruckerZer0 Fixed and also added desktop file.

TruckerZer0 commented on 2016-01-21 13:00 (UTC)

Fails to compile: ==> Avvio di prepare() in corso... patching file src/videoencoder.h Hunk #1 FAILED at 30 (different line endings). 1 out of 1 hunk FAILED -- saving rejects to file src/videoencoder.h.rej

dracorp commented on 2015-11-08 22:12 (UTC)

@Pandor temporary fixed

Pandor commented on 2015-11-08 10:23 (UTC) (edited on 2015-11-08 10:53 (UTC) by Pandor)

Fails to compile: -> Starting make g++ -c -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -Wall -W -D__STDC_CONSTANT_MACROS -fPIC -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_QUICK_LIB -DQT_GUI_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -Iqtquick2applicationviewer -Iv4l2headers/include -isystem /usr/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtQuick -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtQml -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -I/usr/lib/qt/mkspecs/linux-g++ -o main.o main.cpp In file included from videostreaming.h:41:0, from cameraproperty.h:42, from main.cpp:29: videoencoder.h:60:38: error: ‘CodecID’ has not been declared bool createFile(QString filename, CodecID encodeType, unsigned width,unsigned height,unsigned fpsDenominator, unsigned fpsNumerator, unsigned bitRate); ^ Makefile:851: recipe for target 'main.o' failed make: *** [main.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ffmpeg 1:2.8.1-3 provides libavcodec.so=56-64 apparently, post libavcodec 53.25.0 the enum CodecID was changed to AVCodecID causing compilation errors. ffmpeg-compat package provides libavcodec.so=53-64 though but still doesn't compile. Should be fixed upstream? https://github.com/econsysqtcam/qtcam/commit/c8e3783c6aa9b043a65fbc6188d3177c102727bd

dracorp commented on 2015-10-04 14:01 (UTC)

@flu: pkgver is the result of command `git describe --always`. Suggest a better solution. https://wiki.archlinux.org/index.php/VCS_package_guidelines#The_pkgver.28.29_function