aboutsummaryrefslogtreecommitdiff
path: root/multimedia/simplescreenrecorder
Commit message (Collapse)AuthorAgeFilesLines
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* multimedia/simplescreenrecorder: Update 0.4.4 → 0.4.4-9Yuri Victorovich2023-03-203-5/+7
| | | | | | | Fixes build with FFmpeg 6.0 PR: 270297 Submitted by: diizzy@ (original version of the patch)
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* devel/cmake: Update to 3.23.0Loïc Bartoletti2022-05-161-1/+2
| | | | | | | | | | | Update to 3.23.0. Fix pkg-plist: using the default share/man location Release Notes: https://cmake.org/cmake/help/v3.23/release/3.23.html PR: 262886 Exp-run by: antoine
* multimedia/simplescreenrecorder: Update 0.4.3 -> 0.4.4Yuri Victorovich2022-04-272-5/+4
| | | | Reported by: portscout
* audio/jack: Update to Jack2: 0.125.0 -> 1.9.16Yuri Victorovich2021-08-021-1/+1
| | | | | | | | Big thank you to Florian Walpen <dev@submerge.ch> and Goran Mekić <meka@tilda.center> for working on Jack2. PR: 251125 Submitted by: Florian Walpen <dev@submerge.ch> (original version)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* multimedia/simplescreenrecorder: Fix build dependency - move v4l dep under ↵Yuri Victorovich2021-04-061-1/+1
| | | | V4L option
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* multimedia/simplescreenrecorder: Improve and add to optionsYuri Victorovich2021-03-311-6/+13
| | | | | | | | | | * Add JACK option * Make ALSA off by default * Add V4L option for dependency on multimedia/libv4l * Add option group AUDIO Notes: svn path=/head/; revision=569608
* multimedia/simplescreenrecorder: Update 0.4.2 -> 0.4.3Yuri Victorovich2021-01-012-5/+7
| | | | Notes: svn path=/head/; revision=559807
* multimedia/simplescreenrecorder: Update 0.4.1 -> 0.4.2Yuri Victorovich2020-05-192-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=535842
* multimedia/simplescreenrecorder: Add the ALSA optionYuri Victorovich2020-05-121-4/+7
| | | | | | | The upstream added it recently in the cmake script. Notes: svn path=/head/; revision=534973
* multimedia/simplescreenrecorder: Update 0.4.0 -> 0.4.1Yuri Victorovich2020-05-013-5/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=533592
* multimedia/simplescreenrecorder: Update 0.3.11-20 -> 0.4.0Yuri Victorovich2020-04-092-6/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=531179
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516916
* 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
* 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/simplescreenrecorder: Update 0.3.11 -> 0.3.11-20Yuri Victorovich2019-03-014-7/+8
| | | | Notes: svn path=/head/; revision=494230
* 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
* This port requires USES=compiler:c++11-lang to build on GCC-basedMark Linimon2019-01-121-1/+1
| | | | | | | | | | | architectures. PR: 234335 Submitted by: Piotr Kubaj Approved by: maintainer Notes: svn path=/head/; revision=490084
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* multimedia/ffmpeg: update to 4.1Jan Beich2018-11-061-0/+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
* 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
* multimedia/simplescreenrecorder: Update 0.3.10-2 -> 0.3.11Yuri Victorovich2018-05-223-65/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=470623
* multimedia/simplescreenrecorder: unbreak with ffmpeg 4.0Jan Beich2018-05-042-2/+59
| | | | | | | | | | | | | | | src/AV/Output/AudioEncoder.cpp:61:51: error: use of undeclared identifier 'CODEC_CAP_VARIABLE_FRAME_SIZE' return (GetCodecContext()->codec->capabilities & CODEC_CAP_VARIABLE_FRAME_SIZE)? DEFAULT_FRAME_SAMPLES : GetCodecContext()->frame_size; ^ src/AV/Output/AudioEncoder.cpp:125:28: error: use of undeclared identifier 'CODEC_FLAG_QSCALE' codec_context->flags |= CODEC_FLAG_QSCALE; ^ PR: 227726 Reported by: antoine (via exp-run) Notes: svn path=/head/; revision=469021
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-0/+3
| | | | | | | | | | | | | | | - 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/simplescreenrecorder: Update to 0.3.10.2Yuri Victorovich2018-03-185-57/+8
| | | | | | | | | | | Port changes: * Disable OpenGL recording, it's broken on BSD * Remove patches that have been applied upstream Reported by: portscout Notes: svn path=/head/; revision=464942
* multimedia/simplescreenrecorder: Update to 0.3.9Yuri Victorovich2018-01-078-41/+64
| | | | | | | | | | | | | | | | | The update also includes: * Change to Qt5 * Disabling of GLinject feature that doesn't work on FreeBSD * Switching build to cmake Tests showed that it works as expected. Submitted by: myself Reported by: portscout Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13787 Notes: svn path=/head/; revision=458383
* New port: multimedia/simplescreenrecorder: Screen video recorderYuri Victorovich2017-11-117-0/+186
PR: 221168 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D12905 Notes: svn path=/head/; revision=453957