Commit graph

32 commits

Author SHA1 Message Date
Martin Neubauer
906df1b6f2 multimedia/ffmpeg: fix build with SDL option enabled
Since this is a patch that has already applied to the ffmpeg upstream,
we should either apply this patch or upgrade to an fixed upstream
version, see:

https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/e5163b1d3438

This issue has existed for some time and despite the port being
upgraded in between, therefore I'll commit the patch under the
"just fix it" exception granted by portmgr, it can be removed by
the maintainers when ffmpeg is upgraded to a fixed version.

PR:		266299
Reported by:	m.ne@gmx.net (Martin Neubauer)
Approved by:	portmgr (implicit)
2022-09-19 09:42:43 +02:00
Jan Beich
bf95f74ad4 multimedia/ffmpeg: update to 4.3
New defaults (using existing dependencies):
- Enable DRM for VAAPI-capable capture on KMS console, Wayland, X11
- Enable LIBXML2 by default for DASH demuxing support [1]

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.3:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Requested by:	Tal Al <tad@vif.com> (via private mail) [1]
Reported by:	portscout
2020-06-16 12:56:44 +00:00
Jan Beich
325aed58cb multimedia/ffmpeg: update to 4.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2019-08-05 23:06:50 +00:00
Thomas Zander
5b633a3df0 Unbreak build on 12-BETA after OpenSSL 1.1.1 import into base
PR:		232707
Submitted by:	fluffy
MFH:		2018Q4
2018-10-28 16:28:15 +00:00
Jan Beich
c5333f12bf multimedia/ffmpeg: unbreak ALSA=off after r468844
https://ffmpeg.org/pipermail/ffmpeg-devel/2018-September/234516.html

PR:		232498
2018-10-21 10:33:37 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- 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
2018-05-02 15:07:27 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
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
2017-10-21 06:50:49 +00:00
Jan Beich
7b12712f92 multimedia/ffmpeg: fix opencv-core autodetection in some cases
post-patch already adds -core suffix to pkg-config search

Pointy hat to:	mat (r448475)
2017-10-16 17:35:19 +00:00
Sunpoet Po-Chuan Hsieh
9c9200e29d Fix build with openjpeg 2.3.0
Reported by:	mat
2017-10-12 12:33:35 +00:00
Mathieu Arnold
eded6a6d09 Fix build with graphics/openjpeg after update to 2.2.
Sponsored by:	Absolight
2017-08-21 14:19:11 +00:00
Thomas Zander
de39fb7df1 Update to upstream version 3.3
PR:		218658
Submitted by:	riggs
2017-04-25 08:11:11 +00:00
Jan Beich
c48fcbfe55 multimedia/ffmpeg: simplify ARCH workaround
ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.

Approved by:	portmgr blanket
2016-12-19 01:08:39 +00:00
Jan Beich
0c612c4aa3 multimedia/ffmpeg: update to 3.2.2
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR:		207547
Submitted by:	riggs, ebirth@b0ss.net (libressl fix)
Exp-run by:	antoine (3 tries)
2016-12-11 15:22:47 +00:00
Thomas Zander
c28cf0a76f Fix runtime crashes on i386: enforce stack-alignment=16
PR:		205958
Submitted by:	dim (patch via ports mailing list)
Reported by:	otacilio.neto@bsd.com.br
MFH:		2016Q4 (ports-secteam fix blanket)
2016-10-09 12:19:32 +00:00
Thomas Zander
a93a44040e - Update multimdedia/ffmpeg to latest upstrem version 2.7.1
- Mark ports BROKEN that were discovered not to work with
  this update; discovered by exp-run in bug 201181
- Note the need for manual upgrade of dependent ports in
  UPDATING
2015-07-02 19:40:15 +00:00
Thomas Zander
c645608f0c - Update to upstream release 2.3.3
- Add USE_LDCONFIG
- Simplify some OPTIONS
- Pet portlint
2014-09-12 17:36:35 +00:00
Thomas Zander
b11016455e - Drop unnecessary hunk for v4l2 from patch-configure
PR:		193150
Submitted by:	jbeich@vfemail.net
2014-08-30 18:43:56 +00:00
Thomas Zander
fc589a44a5 - Restore V4L2 interface
PR:		192579
Submitted by:	hselasky@FreeBSD.org
2014-08-30 07:47:31 +00:00
William Grzybowski
3624ddf181 multimedia/ffmpeg: update to 2.0.1
- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)

Approved by:	portmgr (bapt)
2013-10-19 16:43:32 +00:00
Martin Matuska
c5b7f54af8 Update ffmpeg to 0.7.1
Add support for celt, freetype2, frei0r, rtmp, vo-aacenc, vo-amrwbenc
2011-06-24 22:37:15 +00:00
Martin Matuska
30bca21ace - Remove -D_POSIX_C_SOURCE=200112 from CFLAGS
fixes some inline assembly crashes (libswscale.so)

Reported by:	avg (on freebsd-multimedia@)
2010-12-12 23:43:50 +00:00
Martin Matuska
abff9e46a8 - Fix architecture recognition [1]
- Remove ARCH hack and rename ARCH to FFMPEG_ARCH (fixes powerpc64 build)
- Synchronize patches between ffmpeg and ffmpeg-devel

PR:		ports/148200 [1]
Submitted by:	Nathan Whitehorn <nwhitehorn@freebsd.org> [1]
2010-08-01 20:41:26 +00:00
Martin Matuska
a8bef818e9 - Unbreak build if recent multimedia/v4l-compat is installed
Submitted by:	kwm
2010-01-19 11:24:04 +00:00
Martin Matuska
6b032dd0b1 - Update ffmpeg to 0.5
- Include parts of [1]
- Take maintainership

PR:	ports/134632 [1]
2009-08-12 08:43:17 +00:00
Joe Marcus Clarke
37fb32fe13 Append -I${includedir}/ffmpeg on to the Cflags in the pkg-config files.
This is known to fix the build of audio/picard, and maybe other ports as
well.

Reported by:	erwin
2008-08-11 04:33:45 +00:00
Michael Johnson
a1414ad0e5 Update to 2008-07-27 snapshot 2008-07-27 23:51:20 +00:00
Martin Matuska
b11e80e803 - move knobs into OPTIONS, make (almost) everything selectable
- add option VHOOK to disable video hooks
- patch configure to support enable/disable of freetype2 and imlib2 vhooks
- fix imlib2 detection if no ${X11BASE}/include/X11/Xlib.h present
- bump PORTREVISION

PR:		ports/121636
Submitted by:	mm
Approved by:	maintainer timeout
2008-04-27 10:22:56 +00:00
Michael Johnson
b07ec5fead Update to 2007-07-12 2007-07-29 00:46:08 +00:00
Michael Johnson
6428c1f0c2 - Update to 2007-05-30 snapshot
- Install etc/ffserver.conf

PR:		113547
Requested by:	Joao Rocha Braga Filho
2007-06-12 02:06:49 +00:00
Michael Johnson
b195b0f1d2 - Update to 2007-04-29 (merged from multimedia/ffmpeg-devel) 2007-05-25 17:07:36 +00:00
Mario Sergio Fujikawa Ferreira
19a0507350 o Update to 0.4.9.p1
o SHLIB version bump: a trick to help detect the problem that ffmpeg
  will not build with the previous ffmpeg library installed

PR:		69210 [1],
		74225 [2]
Submitted by:	ahze [1],
		Frank Mayhar <frank@exit.com> [2]
2004-12-05 18:12:41 +00:00
Mark Linimon
f6f8cd3799 Fix installation of shared libs, man page installation, and plist.
Bump portrevision, although the original patch didn't do that (this
seems necessary enough to me).  Compiles ok on 4.x, 5.x.
PR:		ports/56721
Submitted by:	Simon Barner <barner@in.tum.de>
Committed on behalf of lioux@, who is having machine troubles.
2003-12-08 03:26:41 +00:00