[Bug 187805] [PATCH] multimedia/x264: Allow LAVF support via ffmpeg and update to 0.142.2455

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 22 16:24:30 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187805

--- Comment #10 from commit-hook at freebsd.org ---
A commit references this bug:

Author: xmj
Date: Sat Nov 22 16:23:42 UTC 2014
New revision: 373073
URL: https://svnweb.freebsd.org/changeset/ports/373073

Log:
  multimedia/x264: General overhaul

  - Split x264 into two ports: the CLI application (x264), and the library
    (libx264). This will allow x264 to use lavf and friends from ffmpeg for
    decoding and demuxing while preventing a circular dependency between the
    two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather
    than x264.
  - Add the LAVF option to the CLI port, making the dependency on ffmpeg
    optional.
  - Update to 0.142.2455.
  - Amend fixes to local patches so that they can apply to the new upstream
    files.
  - Provide the git revision and other version information to the build
    environment, allowing the CLI binary to display this information (like the
    Windows builds).
  - Remove unsupported build options (X11_OUTPUT).
  - Ensure that the library and CLI ports each have the appropriate options.
  - Add notes for future contributors who wish to update the ports.
  - Bump PORTREVISION for all dependent ports.

  PR:           187805
  Differential Revision:    https://reviews.freebsd.org/D1159
  Submitted by: Andrew Berg <aberg010 at my.hennepintech.edu>
  Approved by:  koobs (maintainer, mentor)

Changes:
  head/multimedia/avidemux2/Makefile
  head/multimedia/avidemux2/Makefile.common
  head/multimedia/avidemux26/Makefile
  head/multimedia/avidemux26/Makefile.common
  head/multimedia/ffmpeg/Makefile
  head/multimedia/ffmpeg0/Makefile
  head/multimedia/ffmpeg24/Makefile
  head/multimedia/gstreamer-plugins/Makefile.common
  head/multimedia/gstreamer-plugins-x264/Makefile
  head/multimedia/gstreamer1-plugins/Makefile.common
  head/multimedia/gstreamer1-plugins-x264/Makefile
  head/multimedia/libav/Makefile
  head/multimedia/libquicktime/Makefile
  head/multimedia/libx264/
  head/multimedia/libx264/Makefile
  head/multimedia/libx264/distinfo
  head/multimedia/libx264/files/
  head/multimedia/libx264/files/patch-Makefile
  head/multimedia/libx264/files/patch-common_cpu.c
  head/multimedia/libx264/pkg-descr
  head/multimedia/libx264/pkg-plist
  head/multimedia/mpeg4ip/Makefile
  head/multimedia/mplayer/Makefile.optvars
  head/multimedia/transcode/Makefile
  head/multimedia/vlc/Makefile
  head/multimedia/x264/Makefile
  head/multimedia/x264/distinfo
  head/multimedia/x264/files/patch-Makefile
  head/multimedia/x264/pkg-plist
  head/net/opal/Makefile
  head/x11/xpra/Makefile

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-multimedia mailing list