at libavcodec/x86/h264_deblock.asm:504 due to unaligned memory access
- Remove a patch that is no longer needed now
(Similar to r358825)
Reported by: Joseph Olatt <joji@eskimo.com> (on freebsd-questions)
- USES=tar:xz.
- Remove redundant configure args.
- Only link with -Wl,-Bsymbolic where necessary.
- Remove detection of SSE and MMX instruction set support. This enables
support for various x86 extensions (SSE2, SSE3,...) in the i386 package.
CPU support for these is detected at runtime except for MMX. So the
i386 package requires at least a Pentium MMX now. (Does anybody play
videos with gstreamer on a i486 or Pentium?)
- Replace ARCH with LIBAV_ARCH everywhere so it doesn't conflict with
our ARCH. [1]
PR: ports/181964 [1]
Fix the build on ppc64 by telling the libav bundled which arch we are on [2]
PR: ports/187018 [1]
ports/183129 [2]
Submitted by: truckman@ [1]
jhibbits@ [2]
Fix build of gstreamer and gstreamer1 with glib 2.38.x [1].
Update gstreamer and gstreamer-plugins to new rules, USES=gmake pathfix,
new LIB_DEPENDS syntax.
Only pull in flex if base version is too old.
Be more selective for which OSVERSIONS we need gcc due to the clang bug.
Obtained from: Gstreamer upstream [1]
This is a bug fix release.
Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-August/042360.html
Enable neon http plugin
Switch to new LIB_DEPEND format, use USES=gmake instead of USE_GMAKE
Utilize new introspection USE_GNOME component.
Allow gstreamer1-libav to play mp3's, note that mad plugin is still
prefered if available.
Gstreamer multimedia framework.
Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter
for the porters handbook about gstreamer is a work in progress.
X related plugins are now stand alone. The gio plugin is now part of the
gstreamer1-plugins port and the oss plugins are now part of the
gstreamer1-plugins-good port.
Note that the pulseaudio plugin is missing because it needs a newer version
of pulseaudio. Also there are still a number of plugins from -bad which
haven't been ported to the 1.0 API yet.