aboutsummaryrefslogtreecommitdiff
path: root/multimedia/wf-recorder
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/wf-recorder: unbreak build with ffmpeg 7.0Jan Beich2024-05-112-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ../src/frame-writer.cpp:458:19: error: no member named 'channel_layouts' in 'AVCodec'; did you mean 'ch_layouts'? if (!codec->channel_layouts) ^~~~~~~~~~~~~~~ ch_layouts /usr/local/include/libavcodec/codec.h:230:28: note: 'ch_layouts' declared here const AVChannelLayout *ch_layouts; ^ ../src/frame-writer.cpp:461:23: error: no member named 'channel_layouts' in 'AVCodec'; did you mean 'ch_layouts'? if (!codec->channel_layouts[i]) ^~~~~~~~~~~~~~~ ch_layouts /usr/local/include/libavcodec/codec.h:230:28: note: 'ch_layouts' declared here const AVChannelLayout *ch_layouts; ^ ../src/frame-writer.cpp:461:15: error: invalid argument type 'const AVChannelLayout' to unary expression if (!codec->channel_layouts[i]) ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/frame-writer.cpp:463:22: error: no member named 'channel_layouts' in 'AVCodec'; did you mean 'ch_layouts'? if (codec->channel_layouts[i] == AV_CH_LAYOUT_STEREO) ^~~~~~~~~~~~~~~ ch_layouts /usr/local/include/libavcodec/codec.h:230:28: note: 'ch_layouts' declared here const AVChannelLayout *ch_layouts; ^ ../src/frame-writer.cpp:463:41: error: invalid operands to binary expression ('const AVChannelLayout' and 'unsigned long long') if (codec->channel_layouts[i] == AV_CH_LAYOUT_STEREO) ~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~ ../src/frame-writer.cpp:464:29: error: no member named 'channel_layouts' in 'AVCodec'; did you mean 'ch_layouts'? return codec->channel_layouts[i]; ^~~~~~~~~~~~~~~ ch_layouts /usr/local/include/libavcodec/codec.h:230:28: note: 'ch_layouts' declared here const AVChannelLayout *ch_layouts; ^ ../src/frame-writer.cpp:464:22: error: no viable conversion from returned value of type 'const AVChannelLayout' to function return type 'uint64_t' (aka 'unsigned long') return codec->channel_layouts[i]; ^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/frame-writer.cpp:467:21: error: no member named 'channel_layouts' in 'AVCodec'; did you mean 'ch_layouts'? return codec->channel_layouts[0]; ^~~~~~~~~~~~~~~ ch_layouts /usr/local/include/libavcodec/codec.h:230:28: note: 'ch_layouts' declared here const AVChannelLayout *ch_layouts; ^ ../src/frame-writer.cpp:467:14: error: no viable conversion from returned value of type 'const AVChannelLayout' to function return type 'uint64_t' (aka 'unsigned long') return codec->channel_layouts[0]; ^~~~~~~~~~~~~~~~~~~~~~~~~ ../src/frame-writer.cpp:542:20: error: no member named 'channel_layout' in 'AVCodecContext' audioCodecCtx->channel_layout = get_codec_channel_layout(codec); ~~~~~~~~~~~~~ ^ ../src/frame-writer.cpp:545:20: error: no member named 'channels' in 'AVCodecContext' audioCodecCtx->channels = av_get_channel_layout_nb_channels(audioCodecCtx->channel_layout); ~~~~~~~~~~~~~ ^ ../src/frame-writer.cpp:545:80: error: no member named 'channel_layout' in 'AVCodecContext' audioCodecCtx->channels = av_get_channel_layout_nb_channels(audioCodecCtx->channel_layout); ~~~~~~~~~~~~~ ^ ../src/frame-writer.cpp:568:5: error: use of undeclared identifier 'av_opt_set_channel_layout'; did you mean 'av_opt_set_chlayout'? av_opt_set_channel_layout(swrCtx, "in_channel_layout", AV_CH_LAYOUT_STEREO, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~ av_opt_set_chlayout /usr/local/include/libavutil/opt.h:789:5: note: 'av_opt_set_chlayout' declared here int av_opt_set_chlayout(void *obj, const char *name, const AVChannelLayout *layout, int search_flags); ^ ../src/frame-writer.cpp:568:60: error: cannot initialize a parameter of type 'const AVChannelLayout *' with an rvalue of type 'unsigned long long' av_opt_set_channel_layout(swrCtx, "in_channel_layout", AV_CH_LAYOUT_STEREO, 0); ^~~~~~~~~~~~~~~~~~~ /usr/local/include/libavutil/channel_layout.h:205:40: note: expanded from macro 'AV_CH_LAYOUT_STEREO' ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/local/include/libavutil/opt.h:789:77: note: passing argument to parameter 'layout' here int av_opt_set_chlayout(void *obj, const char *name, const AVChannelLayout *layout, int search_flags); ^ ../src/frame-writer.cpp:569:76: error: no member named 'channel_layout' in 'AVCodecContext' av_opt_set_channel_layout(swrCtx, "out_channel_layout", audioCodecCtx->channel_layout, 0); ~~~~~~~~~~~~~ ^ ../src/frame-writer.cpp:859:13: error: no member named 'channel_layout' in 'AVFrame' inputf->channel_layout = AV_CH_LAYOUT_STEREO; ~~~~~~ ^ ../src/frame-writer.cpp:868:14: error: no member named 'channel_layout' in 'AVFrame' outputf->channel_layout = audioCodecCtx->channel_layout; ~~~~~~~ ^ ../src/frame-writer.cpp:868:46: error: no member named 'channel_layout' in 'AVCodecContext' outputf->channel_layout = audioCodecCtx->channel_layout; ~~~~~~~~~~~~~ ^ Reported by: antoine (via bug 278705 exp-run)
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-121-1/+2
| | | | Approved by: portmgr
* multimedia/wf-recorder: Update to 0.4.1Jan Beich2023-09-052-4/+4
| | | | | Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.4.1 Reported by: GitHub (watch releases)
* multimedia/wf-recorder: Update to 0.4.0Jan Beich2023-08-232-6/+6
| | | | | Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.4.0 Reported by: GitHub (watch releases)
* audio/pulseaudio: Update to 16.1Gleb Popov2023-08-071-1/+1
| | | | | | | | Bump PORTREVISION on consumers. Sponsored by: Serenity Cybersecurity, LLC PR: 262713
* */*: Bump all users of multimedia/ffmpeg*Daniel Engberg2023-04-271-1/+1
| | | | ...to make sure all picks up new version(s)
* audio/opus: bump consumers after update to 1.4Christian Weisgerber2023-04-251-0/+1
|
* 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)
* multimedia/wf-recorder: Update to 0.3.0Jan Beich2022-06-142-16/+12
| | | | | Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.3.0 Reported by: GitHub (watch releases)
* 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/wf-recorder: make pulseaudio optionalJan Beich2020-10-282-3/+11
| | | | | | | | | - FreeBSD can use virtual_oss to record audio from applications - DragonFly cannot use PulseAudio yet, see https://github.com/DragonFlyBSD/DeltaPorts/commit/b88835f255a5 Notes: svn path=/head/; revision=553527
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* multimedia/wf-recorder: Update to 0.2.1Tobias Kortkamp2020-04-152-4/+4
| | | | | | | Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.2.1 Notes: svn path=/head/; revision=531738
* multimedia/wf-recorder: Update to 0.2Tobias Kortkamp2019-12-022-12/+18
| | | | | | | Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.2 Notes: svn path=/head/; revision=518829
* 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-0/+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/wf-recorder: Update to 0.1Tobias Kortkamp2019-05-193-18/+6
| | | | | | | Changes: https://github.com/ammen99/wf-recorder/releases/tag/v0.1 Notes: svn path=/head/; revision=502013
* Fix build on gcc-based architectures:Mark Linimon2019-03-211-1/+1
| | | | | | | | | ERROR: C++ Compiler does not support -std=c++11 Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=496443
* New port: multimedia/wf-recorderTobias Kortkamp2019-03-104-0/+53
wf-recorder is a utility program for screen recording of wlroots-based compositors (more specifically, those that support wlr-screencopy-v1 and xdg-output). WWW: https://github.com/ammen99/wf-recorder Notes: svn path=/head/; revision=495231