aboutsummaryrefslogtreecommitdiff
path: root/multimedia/webcamoid
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/webcamoid: Update 8.7.1 -> 8.8.0Yuri Victorovich2021-02-184-19/+20
| | | | Notes: svn path=/head/; revision=565888
* multimedia/webcamoid: Update 8.7.0 -> 8.7.1Yuri Victorovich2019-10-283-5/+5
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=515846
* multimedia/webcamoid: Update 8.6.1 -> 8.7.0Yuri Victorovich2019-10-084-35/+24
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=514031
* multimedia/webcamoid: Add missing runtime dependency ↵Yuri Victorovich2019-09-101-2/+3
| | | | | | | | | | | | x11-toolkits/qt5-quickcontrols This has been committed once, in rev.456881, but it was later lost with some other commit. PR: 224493 Reported by: jbeich, Aaron Farias <timido@ubuntu.com> Notes: svn path=/head/; revision=511740
* multimedia/ffmpeg: update to 4.2Jan Beich2019-08-051-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=508216
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* multimedia/webcamoid: Add .if/.endif for the g++ binary aliasYuri Victorovich2019-05-251-1/+5
| | | | | | | | | This is a followup to the commit r494857 Reminded by: gerald Notes: svn path=/head/; revision=502504
* multimedia/webcamoid: fix build with GCC-based architecturesPiotr Kubaj2019-05-131-1/+1
| | | | | | | | | | Add USES=compiler:c++11-lang: cc1plus: error: unrecognized command line option "-std=gnu++11" Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=501542
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-0/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* multimedia/webcamoid: Update 8.5.0 -> 8.6.1Yuri Victorovich2019-03-304-13/+12
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=497330
* multimedia/webcamoid: Update 8.1.0 -> 8.5.0Yuri Victorovich2019-03-065-196/+30
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=494857
* multimedia/webcamoid: Unbreak, BUILD_DEPENDS was missing 'N'Yuri Victorovich2019-02-031-3/+1
| | | | | | | | | Thanks, Antoine! Reported by: antoine Notes: svn path=/head/; revision=492074
* Mark BROKEN: fails to packageAntoine Brodin2019-02-031-0/+2
| | | | | | | | | | | | pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4l2sys.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4lutils.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4l2sys.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4lutils.so:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=492069
* multimedia/webcamoid: unbreak after r490611Jan Beich2019-01-201-0/+1
| | | | | | | | | | | | | | | | | | | ===> Installing existing package /packages/All/ffmpeg-4.1_4,1.txz [112amd64-default-job-07] Installing ffmpeg-4.1_4,1... [112amd64-default-job-07] `-- Installing libva-2.3.0_2... -[112amd64-default-job-18] | `-- Installing v4l_compat-1.6.3_3... -[112amd64-default-job-18] | `-- Extracting v4l_compat-1.6.3_3: .......... done ===> Building package for webcamoid-8.1.0_9 pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4l2sys.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VideoCapture/libv4lutils.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4l2sys.so:No such file or directory pkg-static: Unable to access file /wrkdirs/usr/ports/multimedia/webcamoid/work/stage/usr/local/lib/avkys/submodules/VirtualCamera/libv4lutils.so:No such file or directory Reported by: pkg-fallout Notes: svn path=/head/; revision=490771
* Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a symbol matches multiple clauses the last one takes precedence. If the catch-all is last it captures everything. In the case of Qt5 libraries this caused all symbols to have a Qt_5 label while some should have Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the catch-all lowest priority. Older versions of Qt5Webengine exported some memory allocation symbols from the bundled Chromium. Version 5.9 stopped exporting these [1] but the symbols were kept as weak wrappers for the standard allocation functions to maintain binary compatibility. [2][3] The problem is that the call to the standard function in these weak wrappers is only resolved to the standard function if there's a call to this standard function in other parts of Qt5Webengine, because only then is there a non-weak symbol that takes precedence over the weak one. If there's no such non-weak symbol the call in the weak wrapper resolves to the weak wrapper itself creating an infinite call loop that overflows the stack and causes a crash. Some of the allocation functions are variants of C++ new and delete and it probably depends on the compiler whether these variants are used in other parts of Qt5Webengine. Remove the weak wrappers (make them Linux specific). This isn't binary compatible but we are already breaking that with the changes to the symbol versions. [1] https://github.com/qt/qtwebengine/commit/5c2cbfccf9aafb547b0b30914c4056abd25942a4 [2] https://github.com/qt/qtwebengine/commit/2ed5054e3a800fa97c2c9e920ba1e6ea4b6ef2a5 [3] https://github.com/qt/qtwebengine/commit/009f5ebb4bd6e50188671e0815a5dae6afe39db5 Bump all ports that depend on Qt5. PR: 234070 Exp-run by: antoine Approved by: kde (adridg) Notes: svn path=/head/; revision=490472
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-1/+1
| | | | | | | | Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ Notes: svn path=/head/; revision=484273
* Merge lang/qt5-qml and x11-toolkits/qt5-quick into x11-toolkits/qt5-declarativeTobias C. Berner2018-11-041-2/+2
| | | | | | | | | | | | - There was no obvious reason to split these ports, and it makes porting simpler; the set of ports using either mostly coincided. Exp-run by: antoine PR: 223687 PR: 232751 Notes: svn path=/head/; revision=484140
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+1
| | | | | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542 Notes: svn path=/head/; revision=475857
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* Prefer USE_GCC=yes over USE_GCC=6+. As of today these two are equivalent,Gerald Pfeifer2018-05-311-1/+1
| | | | | | | | but the former is more general and we try to avoid references to specific versions where possible. Notes: svn path=/head/; revision=471207
* multimedia/webcamoid: actual commits for r468753Jan Beich2018-05-021-2/+6
| | | | Notes: svn path=/head/; revision=468866
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - FFSERVER support was removed upstream - libressl now uses libtls backend instead of patching openssl one - Clang i386 no longer uses 16-byte aligned stack Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 227726 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D15175 Notes: svn path=/head/; revision=468844
* multimedia/webcamoid: unbreak with ffmpeg 4.0Jan Beich2018-05-011-0/+152
| | | | | | | | | | | | src/mediawriterffmpeg.cpp:254:47: error: 'CODEC_CAP_EXPERIMENTAL' was not declared in this scope if (codec->capabilities & CODEC_CAP_EXPERIMENTAL ^~~~~~~~~~~~~~~~~~~~~~ PR: 227726 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=468753
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* Use USE_GCC=6+ instead of the non-standard (and actually not supported)Gerald Pfeifer2018-02-081-1/+1
| | | | | | | USE_GCC=6.0+. Notes: svn path=/head/; revision=461275
* multimedia/webcamoid: Added the missing runtime dependency on qt5-quickcontrolsYuri Victorovich2017-12-211-2/+2
| | | | | | | | | | PR: 224493 Submitted by: jbeich Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13565 Notes: svn path=/head/; revision=456881
* multimedia/webcamoid: Unbreaking clang-built app with USE_GCC=6.0+Yuri Victorovich2017-12-182-21/+7
| | | | | | | | Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13512 Notes: svn path=/head/; revision=456689
* New port: multimedia/webcamoid: Full featured webcam suiteYuri Victorovich2017-12-036-0/+222
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13348 Notes: svn path=/head/; revision=455418