Commit graph

52 commits

Author SHA1 Message Date
Kubilay Kocak
5e51e3926b multimedia/{lib}x264: Fix distinfo's
Delete distinfo from libx264 since it is s now subordinate to the x264 port.

Also correctly update distinfo for x264, including the example.y4m.bz2 video
file for profile guided optimization (OPTION: PGO).

PR:		201260
Reported by:	Ajtim <lumiwa gmail com> (via email)
2015-07-03 12:14:08 +00:00
Kubilay Kocak
9b08af5e1a multimedia/{lib}x264: Update to 0.144.2533 and major refactor
- Update to 0.144.2533 (from upstream stable branch) [1]
- Switch x264 and libx264 ports to master/slave ports respectively
- Bump PORTREVISION for dependent ports as the shared library version
  has changed.

multimedia/x264:

- Clean up and update "updating instructions" in Makefile header
- Tweak COMMENT
- Only LIB_DEPENDS on libx264 and add PLIST_FILES if this isn't the
  libx264 port.
- Allow COMMENT, USES, OPTIONS_*, CONFIGURE_ARGS to be overriden in
  libx264 port.
- Place common configure arguments in a CONFIGURE_COMMON_ARGS variable
  to make overriding values without duplication easier.
- Use --prefix configure argument over post-patch replacements
- Enable stripping of binaries and libraries if DEBUG is off. Remove
  post-install target STRIP_CMD accordingly.

- Delete patch-Makefile in favour of patching WRKSRC/configure to
  identify amd64, arm64 and mipsn32. powerpc and powerpc64 are now
  covered upstream without needing patches.

- Patch out a bogus compiler argument check (cc_check) that results
  in -Wno-maybe-uninitialized being added to CFLAGS causing causes
  warnings when clang is cc. The cc_check function checks for basename
  $CC to identify compiler type (icl, clang, gcc, etc).

multimedia/libx264:

- Remove all Makefile entries that are duplicated or common and found
  in the master port (x264).
- Set lib as the PKGNAMEPREFIX
- Tweak COMMENT
- Delete upstreamed ARM patches [1]
- Delete all but one patch, as they duplicate those in x264.
- Dont remove pkgconfig/libdata directory

Changes:

  https://git.videolan.org/?p=x264.git;a=shortlog;h=refs/heads/stable

Based on:

PR:		201260 [1]
Submitted by:	Andrey Cherkashin <andoriyu gmail com> [1]
2015-07-03 07:02:44 +00:00
Johannes Jost Meixner
4f12f3b178 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@my.hennepintech.edu>
Approved by:  koobs (maintainer, mentor)
2014-11-22 16:23:34 +00:00
Kubilay Kocak
51bfa6a800 multimedia/x264: Update to 20130827 snapshot
- Update to 20130827 snapshot
- Add CONFIGURE_ARGS to disable OpenCL, fixes configure failure
- Chase library version bump in dependent ports

PR:		ports/182484
Submitted by:	mm
Reviewed by:	kwm, bapt
2013-10-07 09:21:13 +00:00
Martin Matuska
1a43bc6e54 Update multimedia/x264 to 0.125.2201
Switch to new options framework
2012-07-23 19:27:25 +00:00
Martin Matuska
f74b3c4c83 Update x264 to 0.123.2189 2012-04-25 14:19:00 +00:00
Martin Matuska
26cbc33e1b Update x264 to 0.119.2113 2011-12-21 08:48:28 +00:00
Martin Matuska
5edf0c1313 Fix missing entry in distinfo for PGO option 2011-10-10 21:08:57 +00:00
Martin Matuska
3877ad0a33 Update x264 to 0.116.2076 2011-10-10 10:04:07 +00:00
Martin Matuska
0c0dda15f1 Update to 0.115.2000 2011-06-23 18:09:46 +00:00
Martin Matuska
89a54a2085 - Update to 0.110.1820 2010-12-12 23:38:07 +00:00
Martin Matuska
8746c8ffeb - Update x264 to 0.110.1804 2010-11-30 09:50:47 +00:00
Martin Matuska
165386783b - Update x264 to 20100624 (build 98) 2010-07-24 15:30:17 +00:00
Martin Matuska
c28afb69f0 - Update to snapshot 20100222 (library version 85) 2010-04-21 12:52:56 +00:00
Martin Matuska
cf91822ab2 - Update to snapshot 20090119
- This is the last snapshot with compatible library ver. 65
- Add patch for log2f(x) support
- Take maintainership
2010-02-03 20:14:59 +00:00
Pav Lucistnik
3ee5bae1c3 - Restore sample video checksums in distinfo
Reported by:	itetcu
2009-03-31 19:53:07 +00:00
Pav Lucistnik
694ee5533a - Update x264 to 0.0.20081218
- 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
2009-03-31 13:58:18 +00:00
Mario Sergio Fujikawa Ferreira
11d4107f73 o Add PGO option to enable Profile-Guided Optimization build support.
o Add DIST_SUBDIR since a y4m video sample fetched when WITH_PGO
  has a name that is too generic.
o Add RESTRICTED specifically for the same y4m video sample when
  WITH_PGO. This sample cannot be mirrored even though the port may
  still be both packaged and redistributed.
o Be pedantic when declaring port variables to insure slave port
  safety
o No PORTREVISION bump since there was neither functionality nor
  PLIST change
2009-02-27 01:51:39 +00:00
Michael Johnson
c9426c400e Update to 2008-04-09 snapshot
Requested by:	Roman Divacky <rdivacky@freebsd.org>
2008-04-10 01:01:26 +00:00
Michael Johnson
fa9ea716c5 Update to 20070913 snapshot 2007-09-16 18:07:52 +00:00
Michael Johnson
2cbf29c2e1 Update to 0.0.20070708 2007-07-09 17:25:57 +00:00
Michael Johnson
c33c04f8e4 - Update to 20070531 snapshot
- Remove optional GTK2 support for a x264-gtk slave port
2007-06-01 14:05:52 +00:00
Michael Johnson
16625c03f6 - Update to 20070402 snapshot
- Depend on yasm>=0.6.0 on amd64 (sse3) & sparc64
- Don't pass off sparc64 as an amd64 machine
2007-04-03 13:14:58 +00:00
Michael Johnson
3a81e6c88d Update to 20070331 2007-04-01 21:37:24 +00:00
Michael Johnson
74b40b252c - Update to 0.0.20061030 2006-10-31 02:28:06 +00:00
Michael Johnson
d8b4427091 - Update to 0.0.20060926
- Add an option for a gtk encoder frontend
2006-10-01 04:02:16 +00:00
Michael Johnson
abcdef501e - Update to 0.0.20060808 2006-08-09 15:12:23 +00:00
Michael Johnson
9d3e390556 - Update to 0.0.20060621 2006-06-22 03:03:33 +00:00
Michael Johnson
86a03ac793 - Update to 0.0.20060605
- Don't extract .svn dirs
2006-06-05 23:25:34 +00:00
Michael Johnson
d48c24a23d - Update to 0.0.20060528
- Use shared gpac lib
2006-05-28 22:48:48 +00:00
Michael Johnson
9d4d81d80b - Update to 0.0.20060521
- Enable pthreads
2006-05-22 01:37:16 +00:00
Michael Johnson
4719bd7921 - Update to 0.0.20060509
patch-muxers submitted by:	lioux
2006-05-10 11:44:28 +00:00
Michael Johnson
a3e0df2c52 - Update to 0.0.20060112 2006-01-14 02:51:50 +00:00
Michael Johnson
19a9264982 - Remove BROKEN on 4.x, now installs
- Update to 0.0.20051228

PR:	90923
2005-12-29 21:17:40 +00:00
Michael Johnson
1ebc5dab57 - Update to 0.0.20051224 2005-12-25 07:42:06 +00:00
Michael Johnson
78f200ca9a - Update to 0.0.20051212 2005-12-12 23:17:25 +00:00
Michael Johnson
c695a2d35d - Update to 0.0.20051129 2005-11-30 04:21:56 +00:00
Michael Johnson
0ea3bd7b35 - Update to 0.0.20051114 2005-11-15 02:44:33 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Michael Johnson
739248ca41 - Update to 0.0.20051029 2005-10-30 17:33:53 +00:00
Michael Johnson
2fa782577a - Update to 0.0.20051015 2005-10-16 15:58:57 +00:00
Michael Johnson
0c0a763338 - Update to 0.0.20051004
- Use vlc.org's snapshots now
2005-10-05 04:43:20 +00:00
Michael Johnson
35ae35ccc2 - Update to 0.0.20051002 2005-10-03 01:07:19 +00:00
Michael Johnson
d6fa806160 - Update to 0.0.20050914 (svn snapshot)
- Add new option, WITH_X11_OUTPUT, adds x11 output.
2005-09-14 09:20:43 +00:00
Michael Johnson
b6e9ac18b9 - Update to 0.0.20050712 2005-07-12 22:24:33 +00:00
Michael Johnson
18fb2f82d6 - Update to 0.0.20050612 2005-06-13 05:01:59 +00:00
Michael Johnson
f6916c1ba5 - Update to 0.0.20050531 2005-06-03 04:11:38 +00:00
Michael Johnson
38205c8904 - Fix extract on 4.x from me being stupid.
Reported by:	pav via irc.
2005-05-19 09:48:27 +00:00
Michael Johnson
913373da4a - Update to 0.0.20050518 2005-05-19 03:00:39 +00:00
Michael Johnson
66ce40ebd0 - Update to 0.0.20050421 (cvs snapshot) 2005-04-21 13:06:03 +00:00