notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: multimedia/gstreamer-plugins-x264/Makefile

Number of commits found: 35

Saturday, 7 Nov 2020
15:49 jbeich search for other commits by this committer
multimedia/x264: update to 0.161.3020

Changes:	https://code.videolan.org/videolan/x264/compare/cde9a93...d198931
ABI:		https://abi-laboratory.pro/tracker/timeline/x264/
Original commitRevision:554400 
Friday, 3 Jul 2020
22:30 jbeich search for other commits by this committer
multimedia/x264: update to 0.160.3011

Changes:	https://code.videolan.org/videolan/x264/compare/296494a4...cde9a93
ABI:		https://abi-laboratory.pro/tracker/timeline/x264/
Original commitRevision:541152 
Monday, 18 Mar 2019
21:45 jbeich search for other commits by this committer
multimedia/x264: update to 0.157.2945

Changes:	https://git.videolan.org/?p=x264.git;a=shortlog;h=72db437770fd1ce3961f624dd57a8e75ff65ae0b
ABI:		https://abi-laboratory.pro/tracker/timeline/x264/
Original commitRevision:496215 
Friday, 10 Aug 2018
00:55 jbeich search for other commits by this committer
multimedia/x264: update to 0.155.2917

- HI10P is always built after
https://git.videolan.org/?p=x264.git;a=commitdiff;h=71ed44c73124

Changes:	https://git.videolan.org/?p=x264.git;a=shortlog;h=0a84d986e7020f8344f00752e3600b9769cc1e85
ABI:		https://abi-laboratory.pro/tracker/timeline/x264/
Original commitRevision:476802 
Friday, 29 Dec 2017
02:55 jbeich search for other commits by this committer
multimedia/{lib,}x264: update to 0.152.2854

Changes:	https://git.videolan.org/?p=x264.git;a=shortlog;h=e9a5903edf8ca59ef20e6f4894c196f135af735e
Original commitRevision:457488 
Friday, 23 Sep 2016
13:14 jbeich search for other commits by this committer
multimedia/x264: update to 0.148.2708

Changes:	https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677
Differential Revision:	https://reviews.freebsd.org/D7958
Approved by:	koobs (maintainer)
Original commitRevision:422672 
Friday, 3 Jul 2015
07:02 koobs search for other commits by this committer
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]
Original commitRevision:391217 
Saturday, 22 Nov 2014
16:23 xmj search for other commits by this committer
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)
Original commitRevision:373073 
Friday, 25 Apr 2014
12:46 bapt search for other commits by this committer
Bump portrevision after changes in gstreamer-plugins master port
Fix gstreamer-plugins-bad after changes in the master port
Original commitRevision:352119 
Friday, 1 Nov 2013
22:14 kwm search for other commits by this committer
Stagify Gstreamer ports.
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]
Original commitRevision:332416 
Monday, 7 Oct 2013
09:21 koobs search for other commits by this committer
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
Original commitRevision:329667 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Monday, 23 Jul 2012
19:27 mm search for other commits by this committer
Update multimedia/x264 to 0.125.2201
Switch to new options framework
Original commit
Wednesday, 27 Jun 2012
12:35 kwm search for other commits by this committer
Update gstreamer ports.

Gstreamer to 0.10.36.
Gstreamer-plugins(-base) to 0.10.36.
Gstreamer-plugins-bad to 0.10.23.
Gstreamer-plugins-good to 0.10.31.
Gstreamer-plugins-ugly to 0.10.19.

Add hack to unbreak the flite plugin.
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Wednesday, 25 Apr 2012
14:19 mm search for other commits by this committer
Update x264 to 0.123.2189
Original commit
Wednesday, 21 Dec 2011
08:48 mm search for other commits by this committer
Update x264 to 0.119.2113
Original commit
Monday, 10 Oct 2011
10:04 mm search for other commits by this committer
Update x264 to 0.116.2076
Original commit
Thursday, 23 Jun 2011
18:09 mm search for other commits by this committer
Update to 0.115.2000
Original commit
Friday, 25 Feb 2011
10:58 kwm search for other commits by this committer
Update Gstreamer-plugins-base to 0.10.32
Update Gstreamer-plugins-good to 0.10.27
Update Gstreamer-plugins-bad to 0.10.21
Update Gstreamer-plugins-ugly to 0.10.17

Add flite plugin. plugin for the flite Speech synthesis engine.
Add opencv plugin. plugin for opencv Computer vision library.
Move vdpau plugin to a beter category.
Remove LOCAL master sites that haven't been updated for ages.
Check if Gstreamer (core) is recent enough.
Remove 6.x BROKEN line for the bad plugin.
Original commit
Wednesday, 1 Dec 2010
00:13 kwm search for other commits by this committer
Chase x264 shlib bump.

Forgotten by:   mm@
Original commit
Monday, 6 Sep 2010
21:10 kwm search for other commits by this committer
Update gstreamer-plugins-ugly to 0.10.16.

New plugins:
  amrnb:     OpenCore based Adaptive Multi-Rate Narrow-Band plugin
  amrwbdec:  OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
  twolame:   High-quality free MP2 encoder plugin

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html
Original commit
Saturday, 24 Jul 2010
15:30 mm search for other commits by this committer
- Update x264 to 20100624 (build 98)
Original commit
Saturday, 5 Jun 2010
15:24 kwm search for other commits by this committer
Update gstreamer-plugins-ugly to 0.10.15.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.15.html
Original commit
Wednesday, 21 Apr 2010
20:17 kwm search for other commits by this committer
Depend on x264-devel if its installed.
While here chase x264 update.
Original commit
Sunday, 5 Apr 2009
17:25 kwm search for other commits by this committer
Update to 0.10.11.

Changelog:      http://www.gstreamer.net/releases/gst-plugins-bad/0.10.11.html
Original commit
Tuesday, 31 Mar 2009
13:58 pav search for other commits by this committer
- 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
Original commit
Wednesday, 28 Jan 2009
14:52 kwm search for other commits by this committer
Fix packaging for plugins.

Pointed out by: GĂ©raud CONTINSOUZAS geraud at gcu dot nfo
                Jan Hendrik Sylvester me at janh dot de
Original commit
Tuesday, 27 Jan 2009
23:16 kwm search for other commits by this committer
Update to 0.10.10.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Original commit
Monday, 24 Mar 2008
03:50 marcus search for other commits by this committer
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD.  The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ .  On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media.  Work
is also underway to tie webkit more closely into GNOME.  As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.

This release would not have been possible without the contributions and
testing efforts of the following people:

Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Original commit
Tuesday, 19 Jun 2007
14:13 ahze search for other commits by this committer
Readd gstreamer-plugins-x264
Original commit
Sunday, 30 Apr 2006
01:17 ahze search for other commits by this committer
- Remove gstreamer-plugins not in 0.10 (yet)_
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Thursday, 8 Sep 2005
18:32 kwm search for other commits by this committer
Update to 0.8.11.
Add new plugins x264.

Approved by:    maintainer (implicit)
Original commit

Number of commits found: 35