stream audio and video. It includes libavcodec - the leading audio/video
codec library.
This is the development version from a SVN snapshot.
WWW: http://ffmpeg.mplayerhq.hu/
- 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]
- Bump portrevisions on all imlib2-dependend ports as the library soversion
was bumped [1]
- Disable fade-in effects in x11-fm/evidence permanently, since evas doesn't
support it anymore. [2]
The patch was tested in the tinderbox.
Approved by: portmgr (marcus) [1],
Anders Troback <freebsd@troback.com> (maintainer) [2]
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
base rcorder, hard coded variable values in these scripts
are overriding the values in /etc/rc.conf[.local] (due to
the way that variables from the latter are read at boot time).
Therefore, change the boot scripts to set default values only
if the variable is unset in /etc/rc.conf[.local]. This will
allow the service to start at boot time if it's been enabled
as the user would expect.
This change will be a noop for users who have systems that
have not yet been upgraded to the new rc.d code in the base.
In many cases there are other variables in the scripts that
should get similar treatment, however I did not change
anything other than the _enable lines. I'll leave the rest
up to the maintainers to do as they see fit.
Bump PORTREVISION to make sure that users and packages
pick up this change.
2005112800: house the snapshot patch file under MASTER_SITE_LOCAL.
Currently, ffmpeg cvs snapshot distribution server is down.
2) [1] fixes FFmpeg libavcodec Buffer Overflow Vulnerability advisory:
http://secunia.com/advisories/17892/
Prompted by: marcus [2]
${PREFIX}/libdata/pkgconfig instead of incorrect
${PREFIX}/lib/pkgconfig. This incidently fixes PLIST since
{PREFIX}/lib/pkgconfig dir can no longer forgotten behind.
2) Safer installion (no complains received regarding this): add
quotes around file/directory paths inside ffmpeg's Makefile.
Safety approach.
3) Bump PORTREVISION due to [1]
Submitted by: pointyhat (kris) [1]