| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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@my.hennepintech.edu>
Approved by: koobs (maintainer, mentor)
Notes:
svn path=/head/; revision=373073
|
|
|
|
| |
Notes:
svn path=/head/; revision=266156
|
|
|
|
| |
Notes:
svn path=/head/; revision=265441
|
|
|
|
| |
Notes:
svn path=/head/; revision=258146
|
|
|
|
| |
Notes:
svn path=/head/; revision=253000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove x264-gtk
PR: ports/132780
Submitted by: Bapt <baptiste.daroussin@gmail.com>
- Update libquicktime to 1.1.1 to fix build with new x264
Submitted by: kwm
- Chase x264 shlib bump
Notes:
svn path=/head/; revision=231385
|
|
|
|
|
|
|
| |
Requested by: Roman Divacky <rdivacky@freebsd.org>
Notes:
svn path=/head/; revision=210970
|
|
|
|
|
|
|
| |
- Remove optional GTK2 support for a x264-gtk slave port
Notes:
svn path=/head/; revision=192530
|
|
|
|
|
|
|
|
| |
PR: ports/112186
Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Notes:
svn path=/head/; revision=191334
|
|
|
|
|
|
|
|
|
|
| |
- Fix plist
Reported by: Kostik Belousov <kostikbel@gmail.com>
Pointyhat to: me
Notes:
svn path=/head/; revision=174246
|
|
- Add an option for a gtk encoder frontend
Notes:
svn path=/head/; revision=174219
|