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) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/ffmpeg/Makefile

Number of commits found: 585 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6  »  

Wednesday, 23 Jul 2014
09:54 tijl search for other commits by this committer
- Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:362645 
Friday, 18 Jul 2014
11:02 tijl search for other commits by this committer
audio/rhythmbox: drop :keepla
multimedia/banshee: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libmtp: add USES=libtool and INSTALL_TARGET=install-strip
multimedia/libaacs:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
multimedia/libbluray:
- USES=libtool pathfix
- Add INSTALL_TARGET=install-strip
- Avoid USE_AUTOTOOLS
- Remove plist target, superseded by makeplist
- Use OPTIONS_SUB
- Replace patch with post-patch command

Bump dependent ports
Original commitRevision:362200 
Tuesday, 15 Jul 2014
16:27 adamw search for other commits by this committer
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Original commitRevision:361964 
Friday, 11 Jul 2014
14:12 tijl search for other commits by this committer
Add a global OPUS_DESC
Original commitRevision:361536 
Friday, 4 Jul 2014
11:35 wg search for other commits by this committer
multimedia/ffmpeg: fix ffserver startup script

PR:		191399
Submitted by:	m.ehinger ltur de
Original commitRevision:360599 
Friday, 27 Jun 2014
15:45 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.2.4

- Bump dependent ports of libavutil
- USES tar:bzip2
- Use @sample in pkg-plist
Original commitRevision:359554 
Monday, 26 May 2014
14:42 kwm search for other commits by this committer
Update openjpeg to 2.1.0.

Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.

Approved by:	portmgr (implicit) for NO_STAGE ports
Original commitRevision:355352 
Sunday, 25 May 2014
20:07 naddy search for other commits by this committer
Switch Opus to USES=libtool.
Bump dependent ports. [1]

Approved by:	portmgr (implicit) [1]
Original commitRevision:355266 
Sunday, 27 Apr 2014
14:14 riggs search for other commits by this committer
- Update libaacs to 0.7.0
  - Add LICENSE
  - USES tar:bzip2
- Update libbluray 0.5.0
  - Unbreak JAVA option
  - USES tar:bzip2
- Bump PORTREVISION in depdendent ports due to shared lib version bump

PR:		ports/188573
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Approved by:	thierry (mentor)
Original commitRevision:352423 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Tuesday, 24 Dec 2013
21:22 kwm search for other commits by this committer
Update freetype to 2.5.2.

Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
Original commitRevision:337385 
Wednesday, 4 Dec 2013
02:51 jhale search for other commits by this committer
- Update graphics/*opencv* to 2.4.7
- Revert options helpers to if statements since the OFF condition is not
  applied when OPTIONS_EXCLUDE is used
- Move most of the OpenCV modules from the graphics/opencv-core port to
  graphics/opencv, leaving opencv-core as just the bare minimum required
  for building ffmpeg with OpenCV support
- Install examples for python and java bindings
- Add new slave port graphics/opencv-java: Java bindings for OpenCV
- Bump PORTREVISION and make dependency adjustments and fixes for
  dependent ports
- Add UPDATING entry
Original commitRevision:335601 
Thursday, 21 Nov 2013
10:39 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.1.1

Changes: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1.1
Original commitRevision:334472 
Friday, 1 Nov 2013
10:34 wg search for other commits by this committer
multimedia/ffmpeg: fix typo in port name

PR:		ports/183539
Original commitRevision:332350 
Thursday, 31 Oct 2013
19:38 wg search for other commits by this committer
multimedia/ffmpeg: do not link to libs not selected

- ffmpeg build would link to libs like jack and SDL if they are not listed in
  --disable-{in,out}dev
- Add JACK option

PR:		ports/182167
Original commitRevision:332279 
02:03 hrs search for other commits by this committer
- Split the library part of multimedia/rtmpdump into multimedia/librtmp.
- Update ports depending on librtmp.
- Add instruction to avoid a build error in multimedia/rtmpdump under a
  specific condition.
Original commitRevision:332194 
Wednesday, 30 Oct 2013
12:57 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.1

Changes: http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=n2.1
Original commitRevision:332103 
Monday, 21 Oct 2013
12:57 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.0.2

- Update to 2.0.2
Original commitRevision:331133 
Sunday, 20 Oct 2013
11:38 wg search for other commits by this committer
multimedia/ffmpeg: add back PORTEPOCH

- Add back PORTEPOCH

Reported by:	many
Original commitRevision:331002 
Saturday, 19 Oct 2013
16:58 wg search for other commits by this committer
multimedia/ffmpeg: pass maintainership

- Pass maintainership to multimedia@

Suggested by:	bapt
Original commitRevision:330912 
16:43 wg search for other commits by this committer
multimedia/ffmpeg: update to 2.0.1

- Update main ffmpeg port to 2.0.1
- Bump and update dependent ports when necessary (API change)

Approved by:	portmgr (bapt)
Original commitRevision:330909 
Tuesday, 8 Oct 2013
19:15 delphij search for other commits by this committer
Fix build breakage caused by invalid sequence in protocols.texi.

PR:		182839
Approved by:	wg (maintainer)
Original commitRevision:329825 
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 
Saturday, 5 Oct 2013
12:42 wg search for other commits by this committer
multimedia/ffmpeg: fix typo

- Fix typo

Submitted by:	pawel
Original commitRevision:329448 
Monday, 30 Sep 2013
22:11 wg search for other commits by this committer
multimedia/ffmpeg: allow staging

- Allow staging
- Reorder to pet portlint
Original commitRevision:328881 
16:23 wg search for other commits by this committer
- Adopt ffmpeg ports

They are in the pool for some time now and nobody stepped up so I'll give it
a shot.
Original commitRevision:328829 
Friday, 20 Sep 2013
21:49 mm search for other commits by this committer
Returning maintainership on my multimedia ports to ports@freebsd.org
Original commitRevision:327750 
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 
Sunday, 15 Sep 2013
14:54 az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
Original commitRevision:327343 
08:16 mva search for other commits by this committer
- set CONFLICTS for libav and ffmpeg, since they both install files in
  the same location
- bump PORTREVISION, so users can solve the conflict on existing
  installations

Reported by:	kwm@
Original commitRevision:327335 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Saturday, 23 Feb 2013
21:42 mm search for other commits by this committer
Update multimedia/ffmpeg to 0.7.15
Original commitRevision:312852 
Tuesday, 7 Aug 2012
16:36 mm search for other commits by this committer
Depend on pkgconfig on build stage

PR:		ports/170453
Original commit
Monday, 6 Aug 2012
12:44 mm search for other commits by this committer
Link ffmpeg compat headers instead of copying
Original commit
11:33 mm search for other commits by this committer
Fix order if LICENSE_COMB and LICENSE in ffmpeg ports
Original commit
11:32 mm search for other commits by this committer
Reorder ffmpeg licensing knobs
Original commit
11:02 mm search for other commits by this committer
Make manpages independent of DOCS option
Remove conflict with ffmpeg-devel
Original commit
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
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Tuesday, 17 Jul 2012
08:58 mm search for other commits by this committer
Update ffmpeg to use new options framework
Original commit
Friday, 6 Jul 2012
05:10 mm search for other commits by this committer
Fix build without /usr/bin/perl symlink [1]
Fix build if rtmpdump is linked against OpenSSL from ports [2]
Do not build documentation if NOPORTDOCS is set

PR:     ports/163055 [1], ports/167516 [2]
Original commit
Tuesday, 3 Jul 2012
14:11 mm search for other commits by this committer
Update to 0.7.13
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Saturday, 19 May 2012
08:34 mm search for other commits by this committer
Fix support for X11 grabbing

PR:             ports/168120
Reported by:    Baptiste Daroussin <bapt@freebsd.org>
Original commit
Wednesday, 25 Apr 2012
14:21 mm search for other commits by this committer
Update to 0.7.12
Original commit
Saturday, 18 Feb 2012
10:18 mva search for other commits by this committer
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions

Tested by:      exp-run by pav
Original commit
Thursday, 16 Feb 2012
20:17 lx search for other commits by this committer
Fix build by chasing libvpx bump.
Original commit
15:57 ashish search for other commits by this committer
- Bump PORTREVISION to chase the update of multimedia/libvpx
Original commit
Wednesday, 25 Jan 2012
10:11 mm search for other commits by this committer
Update multimedia/schroedinger to 1.0.11
Original commit
Saturday, 14 Jan 2012
22:27 netchild search for other commits by this committer
Update lame to 3.99.3.
Bump portrevision of all ports which depend upon it.
Original commit
Friday, 13 Jan 2012
14:18 mm search for other commits by this committer
Update to 0.7.11
Original commit
Wednesday, 21 Dec 2011
08:48 mm search for other commits by this committer
Update x264 to 0.119.2113
Original commit
Friday, 2 Dec 2011
14:17 mm search for other commits by this committer
Update to 0.7.8

Feature safe:   yes
Original commit
Tuesday, 8 Nov 2011
12:05 mm search for other commits by this committer
Update to 0.7.7
Original commit
Monday, 10 Oct 2011
10:04 mm search for other commits by this committer
Update to 0.7.6
Original commit
Tuesday, 27 Sep 2011
13:01 mm search for other commits by this committer
Update to 0.7.5
Original commit
Monday, 19 Sep 2011
15:45 ashish search for other commits by this committer
- Bump PORTREVISION of dependent ports due to multimedia/libvpx update
Original commit
08:53 mm search for other commits by this committer
Update to 0.7.4
Original commit
Monday, 22 Aug 2011
21:14 mm search for other commits by this committer
Update to 0.7.3
Original commit
Tuesday, 9 Aug 2011
09:47 mm search for other commits by this committer
Update to 0.7.2
Original commit
Wednesday, 29 Jun 2011
20:46 mm search for other commits by this committer
Add missing OpenCV patch

PR:             ports/158510
Original commit
14:16 mm search for other commits by this committer
Reintroduce OPENCV and FREI0R options and enable by default
Remove SSSE3 and CPUDETECT options (now always on)

PR:     ports/149889, ports/156803, ports/158289, ports/158331
Original commit
Monday, 27 Jun 2011
22:54 mm search for other commits by this committer
Add patch to fix building C++ programs
Original commit
20:41 mm search for other commits by this committer
For now, disable frei0r support because of cyclic dependencies
Original commit
Saturday, 25 Jun 2011
09:35 mm search for other commits by this committer
Fix plist if defined WITHOUT_FFSERVER

Reported by:    Stas Verberkt <legolas_at_legolasweb_dot_nl>
Original commit
09:13 mm search for other commits by this committer
Change descriptions of several OPTIONS
Reorganize several knobs
Original commit
Friday, 24 Jun 2011
22:37 mm search for other commits by this committer
Update ffmpeg to 0.7.1
Add support for celt, freetype2, frei0r, rtmp, vo-aacenc, vo-amrwbenc
Original commit
Thursday, 23 Jun 2011
18:09 mm search for other commits by this committer
Update to 0.115.2000
Original commit
Tuesday, 3 May 2011
17:29 mm search for other commits by this committer
Update libvpx to 0.9.6
Bump PORTREVISION of depending ports

PR:             ports/155522
Approved by:    maintainer (timeout)
Original commit
11:37 mm search for other commits by this committer
Update to 0.6.3
Original commit
Tuesday, 22 Mar 2011
08:05 mm search for other commits by this committer
- Fix license files
Original commit
07:38 mm search for other commits by this committer
- Add LICENSE information
- If linking against libfaac, set RESTRICTED
- Respect WITH_DEBUG [1]
- Change WITH_VDPAU to a build-time dependency [2]
- Add new option WITH_VAAPI (multimedia/libva) [3]

PR:             ports/153540 [1], ports/153581 [2], ports/153727 [3]
Submitted by:   swell.k@gmail.com
Original commit
Wednesday, 29 Dec 2010
21:41 mm search for other commits by this committer
- Add libvdpau support to OPTIONS

PR:             ports/153491
Submitted by:   Bernhard Froehlich <decke@FreeBSD.org>
Original commit
Tuesday, 21 Dec 2010
09:16 mm search for other commits by this committer
- Add runtime CPU detection to OPTIONS (WITH_CPUDETECT)
- Enable runtime CPU detection by default (suitable for packages)
- Add MAP_ANONYMOUS libswscale patch (partially upstream) [1]

Submitted by:   avg [1]
Original commit
Sunday, 12 Dec 2010
23:43 mm search for other commits by this committer
- Remove -D_POSIX_C_SOURCE=200112 from CFLAGS
    fixes some inline assembly crashes (libswscale.so)

Reported by:    avg (on freebsd-multimedia@)
Original commit
Tuesday, 30 Nov 2010
09:50 mm search for other commits by this committer
- Update x264 to 0.110.1804
Original commit
Tuesday, 19 Oct 2010
10:27 mm search for other commits by this committer
- Update to 0.6.1
Original commit
Saturday, 16 Oct 2010
22:36 mm search for other commits by this committer
- fix conflicts with ffmpeg-devel [1]
- properly handle alsa-lib as a possible dependency [2]

PR:             ports/150634 [1], ports/151508 [2]
Submitted by:   avilla@FreeBSD.org [1], makc@FreeBSD.org [2]
Original commit
Monday, 11 Oct 2010
13:51 mm search for other commits by this committer
- Update schroedinger to 1.0.10
Original commit
Sunday, 1 Aug 2010
20:41 mm search for other commits by this committer
- Fix architecture recognition [1]
- Remove ARCH hack and rename ARCH to FFMPEG_ARCH (fixes powerpc64 build)
- Synchronize patches between ffmpeg and ffmpeg-devel

PR:             ports/148200 [1]
Submitted by:   Nathan Whitehorn <nwhitehorn@freebsd.org> [1]
Original commit
Tuesday, 27 Jul 2010
18:53 mm search for other commits by this committer
Add VP8 codec support via libvpx and enable by default

PR:             ports/149006
Submitted by:   Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Original commit
Sunday, 25 Jul 2010
16:18 mm search for other commits by this committer
Add missing files to PORTDOCS
Original commit
Saturday, 24 Jul 2010
16:38 mm search for other commits by this committer
- Update ffmpeg to 0.6
Original commit
15:30 mm search for other commits by this committer
- Update x264 to 20100624 (build 98)
Original commit
Wednesday, 9 Jun 2010
16:38 mm search for other commits by this committer
- Support SSSE3 by default
Original commit
16:24 mm search for other commits by this committer
- Fix CFLAGS
- Support SSSE3 without USE_GCC44+ (devel/binutils only)
Original commit
Sunday, 6 Jun 2010
20:44 naddy search for other commits by this committer
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Original commit
Sunday, 30 May 2010
09:17 mm search for other commits by this committer
- Update to 0.5.2
Original commit
Wednesday, 21 Apr 2010
12:56 mm search for other commits by this committer
- Update x264 to shared library version 85
Original commit
Sunday, 18 Apr 2010
20:41 mm search for other commits by this committer
- Add ssse3 support to OPTIONS
Original commit
12:07 mm search for other commits by this committer
- Fix mmx/sse support in amd64 package [1]
- Add support for multimedia/x264-devel
- Bump PORTREVISION

PR:             ports/145586 [1]
Submitted by:   Bob Frazier <bobf@mrp3.com> [1]
Original commit
Wednesday, 24 Mar 2010
18:44 mm search for other commits by this committer
- Update schroedinger to 1.0.9
- Bump library version
Original commit
Wednesday, 10 Mar 2010
14:03 mm search for other commits by this committer
- Fix configure option if building WITH_FAAC

PR:             ports/144620
Submitted by:   Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Original commit
11:00 mm search for other commits by this committer
- Update to 0.5.1
- this version supports libx264 up shlib ver. 85
Original commit
Thursday, 31 Dec 2009
11:15 mm search for other commits by this committer
- Move x11grab to OPTIONS as this requires x11, disable by default
- Bump PORTREVISION
Original commit
Friday, 16 Oct 2009
11:24 mm search for other commits by this committer
- fix VUPEN/ADV-2009-2678

Reported by:    hxxp@mailvault.com
Feature safe:   yes
Original commit
Wednesday, 12 Aug 2009
10:30 mm search for other commits by this committer
- Add ffmpeg-devel to CONFLICTS
Original commit
08:43 mm search for other commits by this committer
- Update ffmpeg to 0.5
- Include parts of [1]
- Take maintainership

PR:     ports/134632 [1]
Original commit
Monday, 6 Jul 2009
21:26 naddy search for other commits by this committer
Bump PORTREVISION after libogg and libvorbisfile major version increment.
Original commit

Number of commits found: 585 (showing only 100 on this page)

«  1 | 2 | 3 | 4 | 5 | 6  »