aboutsummaryrefslogtreecommitdiff
path: root/multimedia/mencoder
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Update to upstream snapshot as of 2018-09-20Thomas Zander2018-09-212-4/+3
| | | | | | | | | Details: - Update to latest upstream snapshot as of 2018-09-20 - Fix build warnings due to USES for gnome and gl Notes: svn path=/head/; revision=480245
* multimedia/x264: update to 0.155.2917Jan Beich2018-08-101-1/+1
| | | | | | | | | | - HI10P is always built after https://git.videolan.org/?p=x264.git;a=commitdiff;h=71ed44c73124 Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=0a84d986e7020f8344f00752e3600b9769cc1e85 ABI: https://abi-laboratory.pro/tracker/timeline/x264/ Notes: svn path=/head/; revision=476802
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-0/+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
* Update to upstream snapshot as of 20180413Thomas Zander2018-04-152-5/+4
| | | | | | | | | | | Details: - Update to recent upstream snapshot (20180413) - Drop SCHROEDINGER OPTION (removed upstream) - Remove --disable-libdirac-lavc from CONFIGURE_ARGS (removed upstream) Notes: svn path=/head/; revision=467373
* multimedia/libvpx: update 1.7.0Jan Beich2018-01-251-1/+1
| | | | | | | | Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.6.1..v1.7.0 ABI: https://abi-laboratory.pro/tracker/timeline/libvpx/ Notes: svn path=/head/; revision=459963
* multimedia/{lib,}x264: update to 0.152.2854Jan Beich2017-12-291-0/+1
| | | | | | | Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e Notes: svn path=/head/; revision=457488
* Update to recent snapshot (as of 20171220)Thomas Zander2017-12-212-4/+3
| | | | Notes: svn path=/head/; revision=456904
* Chase audio/faac update (ABI incompatible to previous version 1.28)Thomas Zander2017-11-191-1/+1
| | | | | | | | PR: 223416 Submitted by: riggs Notes: svn path=/head/; revision=454488
* Retain API compatibility with faac 1.29.9 and laterThomas Zander2017-11-051-1/+1
| | | | | | | | Details: - See PR 223416 Notes: svn path=/head/; revision=453549
* multimedia/ffmpeg: update to 3.4Jan Beich2017-10-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | Notable changes: - i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39 - NETCDF is now MYSOFA but the dependency doesn't exist in ports yet - SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9 - DRM, LIBRSVG2, LIBXML2 are new options - ABI isn't completely compatible: some structs have changed Minor cleanup: - Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency - Drop redundant "Enable" from option descriptions - Switch CDIO_DESC to use Mk/bsd.options.desc.mk Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ PR: 223057 Exp-run by: antoine Notes: svn path=/head/; revision=452570
* Update to a recent upstream snapshot as of 2017-07-22Thomas Zander2017-07-221-3/+3
| | | | | | | MFH: 2017Q3 Notes: svn path=/head/; revision=446391
* Update to upstream snapshot as of 2017-04-15Thomas Zander2017-04-162-6/+8
| | | | | | | | | | | | | Details: - Update to upstream snapshot as of 2017-04-15 - Fix stage-qa in mencoder after recent changes to the aggressiveness of shebangfix: - Fix TOOLS/vobshift.py erroneously missing from SHEBANG_FILES - Add USES=python and PYTHON_NO_DEPENDS Notes: svn path=/head/; revision=438663
* multimedia/mplayer: lift BROKEN after r429960Jan Beich2017-01-231-2/+0
| | | | Notes: svn path=/head/; revision=432240
* Unbundle libass from mplayer / mencoderThomas Zander2017-01-021-2/+3
| | | | | | | | | | | | | | Log: - Use libass from ports instead of bundled version (this likely addresses some vulnerabilities since bundled libass is from 2013) - New default OPTION ASS - Bump portrevision Reported by: jbeich MFH: 2017Q1 Notes: svn path=/head/; revision=430413
* Simplify handling of CFLAGS, retire OCFLAGS OPTIONThomas Zander2017-01-011-3/+2
| | | | | | | | | | | | | Log: - Remove OCFLAGS option. This is no longer a big topic since all computationally expensive code is handled via external ffmpeg libraries now - Remove BUILD_DEPENDS on yasm. No yasm asm files are compiled during mplayer / mencoder build process anymore - Bump PORTREVISION Notes: svn path=/head/; revision=430272
* Log:Thomas Zander2016-12-302-27/+4
| | | | | | | | | | | | - Update to upstream snapshot as of 2016-12-28 - Unbundle ffmpeg; uses multimedia/ffmpeg now - Refactor shared Makefile target - GNU_CONFIGURE -> HAS_CONFIGURE Differential Revision: https://reviews.freebsd.org/D8930 Notes: svn path=/head/; revision=429960
* Port rtsp fixes from multimedia/ffmpeg changeset r427233Thomas Zander2016-12-031-1/+1
| | | | | | | MFH: 2016Q4 Notes: svn path=/head/; revision=427637
* Mark as broken on various tier-2 archs.Mark Linimon2016-11-161-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426199
* multimedia/x264: update to 0.148.2708Jan Beich2016-09-231-0/+1
| | | | | | | | | Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677 Differential Revision: https://reviews.freebsd.org/D7958 Approved by: koobs (maintainer) Notes: svn path=/head/; revision=422672
* Update to recent upstream snapshot as of 2016-09-12Thomas Zander2016-09-152-3/+3
| | | | | | | | | | While on it: - Add missing USE_XORG=xext for X11 OPTION - Import patch by bar@ to deal with certain other ports e.g. x11/slim Notes: svn path=/head/; revision=422188
* Add DVDNAV_DESCThomas Zander2016-09-051-0/+1
| | | | Notes: svn path=/head/; revision=421353
* Add DVDNAV to default options to allow the mencoder package to access DVDsThomas Zander2016-09-031-3/+3
| | | | Notes: svn path=/head/; revision=421295
* Fix UTF-8 subtitle rendering: Make FONTCONFIG a default OPTIONThomas Zander2016-08-201-1/+2
| | | | | | | Reported by: glebius Notes: svn path=/head/; revision=420501
* Drop support for expired port multimedia/linux-realplayerThomas Zander2016-08-091-2/+1
| | | | | | | | | PR: 211675 Submitted by: rene Reviewed by: riggs Notes: svn path=/head/; revision=419952
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-2/+0
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Update to snapshots of mplayer and ffmpeg as of 2016-05-08Thomas Zander2016-05-081-2/+2
| | | | Notes: svn path=/head/; revision=414816
* Update to snapshots as of 2016-04-09 including bundled ffmpegThomas Zander2016-04-092-4/+3
| | | | Notes: svn path=/head/; revision=412865
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* Enable speex audio codec as non-default OPTIONThomas Zander2016-03-201-1/+1
| | | | | | | Proposed by: Stefan Ehmann <shoesoft@gmx.net> Notes: svn path=/head/; revision=411517
* Update to upstream version 1.3.0 from 2016-02-16Thomas Zander2016-02-272-8/+2
| | | | | | | | | | - Use released version instead of svn snapshot for this distfile - Update MASTER_SITES to fetch from mplayer.hq instead of LOCAL for this distfile - Use bundled ffmpeg-3.0 Notes: svn path=/head/; revision=409677
* - Build with ffmpeg-2.8.6Thomas Zander2016-02-062-3/+3
| | | | | | | | | | - Fix CVE-2016-2213: out-of-bounds array read access in JPEG2000 decoder MFH: 2016Q1 Security: CVE-2016-2213 Notes: svn path=/head/; revision=408289
* Build with ffmpeg-2.8.5; fix zero-day remote vulnerabilityThomas Zander2016-01-172-3/+3
| | | | | | | | | | | | | Both mentioned CVE IDs refer to vulnerabilities where a remote attacker can read arbitrary files by using the subfile protocol in an HTTP Live Streaming (HLS) M3U8 file. Building with 2.8.5 fixes those. MFH: 2016Q1 Security: CVE-2016-1897 CVE-2016-1898 Notes: svn path=/head/; revision=406295
* Use ffmpeg 2.8.4 for mplayer / mencoderThomas Zander2015-12-242-2/+3
| | | | Notes: svn path=/head/; revision=404351
* Update to mplayer snapshot as of 20151219Thomas Zander2015-12-192-4/+4
| | | | Notes: svn path=/head/; revision=404026
* Update giflib to 5.1.1Antoine Brodin2015-12-031-1/+1
| | | | | | | PR: 204492 Notes: svn path=/head/; revision=402898
* Build with ffmpeg 2.8.3, bump PORTREVISIONThomas Zander2015-11-282-3/+3
| | | | Notes: svn path=/head/; revision=402513
* Build mplayer/mencoder with latest ffmpeg release 2.8.2Thomas Zander2015-11-142-3/+3
| | | | | | | | - Let mplayer/mencoder use the most recent multimedia/ffmpeg distfile - Bump PORTREVISION Notes: svn path=/head/; revision=401576
* Use ffmpeg 2.8.1 for en/decoding, convert more OPTIONs to helpersThomas Zander2015-10-232-3/+3
| | | | Notes: svn path=/head/; revision=400061
* Use ffmpeg-2.8 with mplayer / mencoderThomas Zander2015-09-192-3/+3
| | | | Notes: svn path=/head/; revision=397319
* Correct arch dependent OPTIONS for powerpcThomas Zander2015-09-011-2/+3
| | | | | | | Discovered by: jbeich Notes: svn path=/head/; revision=395797
* Enable VDPAU by default for mplayer on i386/amd64; general port cleanupThomas Zander2015-08-311-8/+11
| | | | | | | | | | | | | | | | | | amd64/i386: - Enable VDPAU by default for the large NVIDIA user base, proposed by ehaupt - BUILD_DEPEND on yasm only on amd64/i386 General cleanups: - Remove REINPLACE_CMD on CONFIGURE_SCRIPT conditional for post-8.x machines, is now part of patch-configure - Offer RTCPU OPTION only on archs that support it (amd64, i386, ppc) - Update RTCPU_DESC accordingly - Use OPTION helper for RTCPU instead of complicated conditionals - Remove superfluous check for ARCH when setting CFLAGS for armv6 Notes: svn path=/head/; revision=395729
* - Update to recent mplayer snapshot (2015-08-22)Thomas Zander2015-08-232-4/+10
| | | | | | | | | | | | - Unbundle ffmpeg and use the distfile from multimedia/ffmpeg (currently on version 2.7.2) - Fix edge case assertion in av_free on 9.x/i386 upon stream close with mencoder (no change in behaviour) - Include LICENSE_FILE - Pet portlint Notes: svn path=/head/; revision=395119
* - Retire WIN32 OPTION for win32 binary codecs support on i386, insteadThomas Zander2015-08-011-4/+3
| | | | | | | | | | | | - always compile in the loader code for win32 dlls on i386: i386 users can install multimedia/win32-codecs and just use them with mplayer/mencoder without compile-time knobs - Bump PORTREVISION Reported by: Slawa Olhovchenkov <slw@zxy.spb.ru> via personal mail Notes: svn path=/head/; revision=393396
* Fix runtime crash with certain MPEG2 files on pre-10 systems.Thomas Zander2015-04-121-0/+1
| | | | | | | | PR: 199283 MFH: 2015Q2 Notes: svn path=/head/; revision=383871
* - Update to new upstream snapshot as of 2015-04-03Thomas Zander2015-04-042-3/+2
| | | | | | | | | | | (included ffmpeg snapshot as of 2015-04-03) - Fix vulnerabilities CVE-2014-8544 and CVE-2014-9604 with bundled ffmpeg snapshot in the process MFH: 2015Q2 Notes: svn path=/head/; revision=383192
* Fix cdio supportThomas Zander2015-01-241-5/+5
| | | | | | | | | | | | | | While on it: Remove CDPARANOIA option - broken with cdparanoia port anyway - move CDIO from radio button group to standard (default off) OPTION - remove radio button group CDPARANOIA/CDIO Reported by: Kris Moore (kris@pcbsd.org) via mail MFH: 2015Q1 Notes: svn path=/head/; revision=377807
* Modernise compiler handlingThomas Zander2015-01-181-3/+2
| | | | | | | | | | | - Retire OTCHAIN OPTION - Retire support for gcc 4.2 from base - Depend on c11 compliant compiler via USES=compiler:c11 - Respect CC,CXX,CPP from environment (fixes bug 196811) - Bump PORTREVISION (default package on 8.x changes) Notes: svn path=/head/; revision=377337