The NetBSD Project

CVS log for pkgsrc/multimedia/ffmpeg2/options.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / ffmpeg2

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Thu Nov 9 16:31:18 2023 UTC (14 months, 2 weeks ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +6 -2 lines
ffmpeg[2-6]: Fixes for Darwin/powerpc.

- Do not universally --enable-rpath (it might not be supported)

- Limit nasm dependency to x86.

- Do not enable X11 as a default option.
  This isn't technically a fix, just a sensemaking improvement.
  X11 support in ffmpeg is used to capture video from an X display,
  Darwin users are unlikely to be running an X server as their primary
  display.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Sep 30 07:38:28 2022 UTC (2 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4 lines
ffmpeg2: switch to x264 stable; bump revision

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Aug 11 12:13:32 2020 UTC (4 years, 5 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -2 lines
ffmpeg2: Remove openssl option.

This does not support OpenSSL 1.1.

Only effects (and fixes) builds using custom options to force
the use of OpenSSL, e.g. joyent's

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Apr 29 15:11:10 2020 UTC (4 years, 8 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -3 lines
ffmpeg*: Add speex support. Further clarify license mess.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Apr 23 10:35:40 2020 UTC (4 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
ffmpeg*: Explain more practical concerns with linking against fdk-aac.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Apr 23 10:29:19 2020 UTC (4 years, 9 months ago) by nia
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +29 -6 lines
ffmpeg*: Sync default options with ffmpeg4

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Jun 18 14:41:09 2019 UTC (5 years, 7 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -3 lines
ffmpeg*: Make x11 option imply xcb.

This way x11grab works without rebuilding.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Jan 3 11:56:08 2019 UTC (6 years ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
ffmpeg2: fix configuring with OpenSSL 1.1.

The build still fails, thus remove openssl from the list of suggested
options.
Rename a patch.
Bump revision.
PR pkg/53829.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 9 11:04:10 2018 UTC (6 years, 3 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +7 -3 lines
ffmpeg[234]: Add an ssl optional group to only choice gnutls or openssl option

At least multimedia/ffmpeg4 does not support to be built with both `gnutls' and
`openssl'.  Introduce an `ssl' optional group in order to select only `gnutls'
or `openssl' option.

Noticed by John D. Baker on pkgsrc-users@:

 <https://mail-index.NetBSD.org/pkgsrc-users/2018/09/25/msg027482.html>

Thanks to John for spotting that and <gdt> for review!

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Sep 20 08:21:17 2017 UTC (7 years, 4 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +8 -2 lines
ffmpeg[123]: added rtmp option

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon May 29 08:38:16 2017 UTC (7 years, 7 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -6 lines
Add an `x11' option (disabled by default) similar to multimedia/ffmpeg2 in
order to avoid pulling x11 dependencies.

Should address PR pkg/52021 reported by Jörn Clausen.

Thanks to <maya>!

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 5 07:03:47 2016 UTC (8 years, 8 months ago) by leot
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +13 -2 lines
Add a new "doc" option to install multimedia/ffmpeg[23] HTML documentation,
disabled by default.

Fix PR pkg/51113 reported by Joern Clausen.
ffmpeg needs texi2html features that can be not available in the version
provided natively by the platform.

While here also add a PRINT_PLIST_AWK to automa{g,t}ically print a PLIST that
need less manual intervention.

Bump PKGREVISION.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jan 3 11:35:21 2016 UTC (9 years ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
Turn on openssl option by default.

Needed for https support, which is used by youtube-dl.
Bump PKGREVISION.

Ok leot@, youri@

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Nov 7 16:58:13 2015 UTC (9 years, 2 months ago) by tnn
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +14 -2 lines
Add xcb option (X11 screen capture support using libxcb)

Not enabled by default since it implies X11 dependency and I'm not
sure how people would feel about that.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 8 01:02:42 2015 UTC (9 years, 3 months ago) by leot
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +23 -4 lines
Add fontconfig and freetype options.

From Konrad Schroder, closes PR pkg/50307.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 12 08:54:15 2015 UTC (9 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
openssl option also requires --enable-nonfree

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Feb 11 12:51:41 2015 UTC (9 years, 11 months ago) by adam
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +19 -5 lines
Added gnutls and opeenssl as options

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 30 19:08:50 2014 UTC (10 years, 1 month ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +13 -3 lines
Added option for fdk-aac

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 2 13:49:06 2014 UTC (10 years, 6 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -3 lines
Changes 2.2.4:
avformat/mpc: attempt to allocate a packet that is not smaller than the data inside it
avformat/cavsvideodec: Fix probing when the file extension is avs
cavsdec: fix qp fixed slice handling
avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory is possible
avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled.
avcodec/aic: fix quantization table permutation
avutil/lzo: add asserts to be double sure against overflows
avutil/lzo: Fix integer overflow
Show duration for large asf files as written in the file header.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Apr 10 06:51:07 2014 UTC (10 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Remove inclusion of non-existing x265 buildlink3.mk file until it's added.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 1 10:51:49 2014 UTC (10 years, 9 months ago) by adam
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -5 lines
Changes 2.2:
- HNM version 4 demuxer and video decoder
- Live HDS muxer
- setsar/setdar filters now support variables in ratio expressions
- elbg filter
- string validation in ffprobe
- support for decoding through VDPAU in ffmpeg (the -hwaccel option)
- complete Voxware MetaSound decoder
- remove mp3_header_compress bitstream filter
- Windows resource files for shared libraries
- aeval filter
- stereoscopic 3d metadata handling
- WebP encoding via libwebp
- ATRAC3+ decoder
- VP8 in Ogg demuxing
- side & metadata support in NUT
- framepack filter
- XYZ12 rawvideo support in NUT
- Exif metadata support in WebP decoder
- OpenGL device
- Use metadata_header_padding to control padding in ID3 tags (currently used in
  MP3, AIFF, and OMA files), FLAC header, and the AVI "junk" block.
- Mirillis FIC video decoder
- Support DNx444
- libx265 encoder
- dejudder filter
- Autodetect VDA like all other hardware accelerations

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Aug 4 10:29:02 2013 UTC (11 years, 5 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video.  It includes libavcodec - the leading
audio/video codec library.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>