Commit graph

18 commits

Author SHA1 Message Date
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
0a001e1a93 - Update to 2010-11-30 snapshot
- Add optional support for frei0r and OpenCV
2010-11-30 14:33:15 +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
Michael Johnson
70ba0bc3ab Remove ffmpeg-devel 2007-05-25 17:20:05 +00:00
Michael Johnson
af3dbfe39e Fix configure on some? configurations
PR:		ports/112382
Submitted by:	swp@swp.pp.ru
2007-05-03 14:40:32 +00:00
Michael Johnson
c8161bc264 - Build with dynamic libdca instead of static libdts 2007-05-01 21:50:11 +00:00
Michael Johnson
d8daebc0e2 - Update to 2007.04.29 snapshot (this will probably be moved to multimedia/ffmpeg, assumeing we have no major problems)
- Add support for libswscale [1]
- Honor CFLAGS [1]
- Update WWW [1]
- Fix build on amd64 [2]
- Replace erroneous tr with a better one [3]
- Better CONFLICTS with multimedia/ffmpeg [4]
- Disable liba52 instead of building internal liba52 if WITHOUT_A52 is defined since it's no longer
  required [5]

PR:		ports/111335 [1]
		ports/111560 [3]
		ports/112068 [4]
		ports/112192 [5]
Submitted by:	thierry [1]
		vanilla (partly submitted by) [2]
		ast@marabu.ch [3]
		Ganael LAPLANCHE <ganael.laplanche@martymac.com> [4]
		Martin Tournoij <carpetsmoker@xs4all.nl> [5]
2007-04-30 15:24:44 +00:00
Michael Johnson
f7126ec8c9 - Update to 2007-04-18 snapshot
- OGG is enabled by default now
- Partly fix amd64 support by disabling mem align check code that bombs
  gcc on amd64 [1]. amd64 support still does not build

Partly obtained from:	OpenBSD [1]
2007-04-18 16:14:01 +00:00
Michael Johnson
14a2cdecd4 Update to 2007-03-31 snapshot 2007-04-02 14:06:07 +00:00
Kris Kennaway
01840bf3b2 * Fix build with SDL
* Fix build on amd64

Pointy hat to:	lioux
2006-10-07 17:12:14 +00:00
Mario Sergio Fujikawa Ferreira
d52139f9a6 o Update to 2006032300 cvs snapshot made on March 23, 2006
o Properly USE_RC_SUBR directive by poiting it at a rc.d script
  template
o Take care of some problems raised by portlint(1)
2006-03-24 13:53:05 +00:00
Mario Sergio Fujikawa Ferreira
bf5209249d o gnu configure script: fix shared library number versioning
o Bump PORTREVISION
2005-12-27 05:40:26 +00:00
Mario Sergio Fujikawa Ferreira
3f55e08a26 Update to 2005122600 CVS snapshot 2005-12-26 20:06:35 +00:00
Mario Sergio Fujikawa Ferreira
4bb41a8ba4 Update to cvs snapshot 2005112800: house the snapshot distinfo under
MASTER_SITE_LOCAL. Currently, ffmpeg cvs snapshot distribution
server is down.
2005-11-29 03:11:41 +00:00
Mario Sergio Fujikawa Ferreira
4e5523cde0 o Remove USE_GCC dependency on 3.4
o Have byteswap work for both 5.x (and over) and 4.x FreeBSD branches
o Fix build on 4.x by disabling gcc3 SMID code (patch-configure)

Submitted by:	ahze
2005-05-14 00:48:35 +00:00
Mario Sergio Fujikawa Ferreira
2ad8ab31b2 o Commit updates after repo copy from multimedia/ffmpeg
o Update to CVS snapshot 20050511
o Add FreeBSD native byteswap support
o Video capture is not working and help is appreciated on this
  matter. Join irc.freenode.net #freebsd-multimedia to help. Some fixes
  have been borrowed from [2], [3] and [4]
o IPV6 support fixed [1]

Submitted by:	ahze [1],
		Jacob Meuser <jakemsr@jakemsr.com> [4],
		Vladimir Kushnir <vkushnir@i.kiev.ua> [4]
Reviewed by:	ahze,
		Jacob Meuser <jakemsr@jakemsr.com>,
		Vladimir Kushnir <vkushnir@i.kiev.ua>,
		countless others at FreeBSD-multimedia@FreeBSD.org
		mailing list
Obtained from:	FFmpeg CVS repo [2],
		OpenBSD FFmpeg port [3]
2005-05-12 02:54:48 +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