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-ffmpeg/Makefile

Number of commits found: 73

Sunday, 27 Sep 2020
20:25 linimon search for other commits by this committer
Set flags for powerpc64le the same as for powerpc64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:550342 
Wednesday, 4 Sep 2019
15:36 pkubaj search for other commits by this committer
multimedia/gstreamer-ffmpeg: remove LDFLAGS_aarch64

Builds fine on aarch64 without it.

Reported by:	jbeich
Original commitRevision:511099 
09:30 pkubaj search for other commits by this committer
multimedia/gstreamer-ffmpeg: fix build on armv6, armv7, aarch64

LDFLAGS+=-Wl,-z,notext is needed on those.

PR:		239895
Submitted by:	riggs (ultimate version)
Approved by:	linimon (mentor)
Original commitRevision:511072 
Saturday, 15 Jun 2019
07:27 tobik search for other commits by this committer
multimedia/gstreamer-ffmpeg: Drop FFMPEG option

multimedia/ffmpeg0 has expired.

PR:		215036
Original commitRevision:504229 
Tuesday, 6 Nov 2018
01:50 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
Original commitRevision:484273 
Wednesday, 26 Sep 2018
16:12 emaste search for other commits by this committer
Add -znotext to LDFLAGS on i386, for lld

These ports link some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments.  For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.

PR:		214864
Approved by:	portmgr (lld blanket)
Sponsored by:	The FreeBSD Foundation
Original commitRevision:480747 
Monday, 20 Aug 2018
10:36 riggs search for other commits by this committer
Fix build on aarch64

PR:		230438
Submitted by:	mikael.urankar@gmail.com
MFH:		2018Q3
Original commitRevision:477647 
Wednesday, 2 May 2018
15:07 jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.0

- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		227726
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15175
Original commitRevision:468844 
Saturday, 6 Jan 2018
09:00 amdmi3 search for other commits by this committer
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
Original commitRevision:458234 
Wednesday, 3 May 2017
14:28 linimon search for other commits by this committer
This should not have been marked broken on armv6.  It _had_ been broken at
one point, which my worksheet had shown, but I had not deleted the entry
when it started building again.

Reported by:	Mikael Urankar <mikael.urankar@gmail.com>
Original commitRevision:440017 
Tuesday, 2 May 2017
22:23 linimon search for other commits by this committer
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:439991 
Tuesday, 7 Feb 2017
14:05 jbeich search for other commits by this committer
multimedia/gstreamer-ffmpeg: unbreak on armv6

CC	libavdevice/alldevices.o
/tmp/alldevices-d7c3b8.s: Assembler messages:
/tmp/alldevices-d7c3b8.s:215: Error: inconsistent uses of .cfi_sections
cc: error: assembler command failed with exit code 1 (use -v to see invocation)

PR:		216880
Reported by:	pkg-fallout
Submitted by:	mmel (via mikael.urankar@gmail.com)
Tested by:	mikael.urankar@gmail.com
Original commitRevision:433552 
Monday, 19 Dec 2016
01:08 jbeich search for other commits by this committer
multimedia/ffmpeg: simplify ARCH workaround

ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.

Approved by:	portmgr blanket
Original commitRevision:428896 
Tuesday, 29 Nov 2016
15:34 linimon search for other commits by this committer
Once again attempt to fix build on aarch64/armv6 by not stomping on CFLAGS.
Necessary but possibly insufficient.

Reported by:	portlint
Approved by:	portmgr (tier-2 blanket)
Original commitRevision:427383 
Tuesday, 15 Nov 2016
05:16 linimon search for other commits by this committer
Attempt to fix aarch64 using the same trick as armv6.

While here, remove obsolete ia64 stanza.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426142 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Tuesday, 21 Jul 2015
12:51 tijl search for other commits by this committer
Set PORTSCOUT on gstreamer ports
Original commitRevision:392629 
Tuesday, 20 Jan 2015
16:36 sbruno search for other commits by this committer
Disable clang's integrated-as for this build.  Modify ARM assembly
with upstream patch to handle different ARM revisions.  This fixes the build
since the clang 3.5 import

PR:		196847
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	kwm
Approved by:	mentor (implicit)
Original commitRevision:377529 
Friday, 5 Dec 2014
18:13 sbruno search for other commits by this committer
Fixup some asm code to support ARM. Fixes build on ARM platforms.

Bump portrevision to indicate this.

PR:		194186
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	kwm
Approved by:	mentors (implicit)
Original commitRevision:374072 
Tuesday, 9 Sep 2014
07:06 riggs search for other commits by this committer
- Ensure internal libavcodec builds correct architecture-dependent code
- Introduce OPTION to use external ffmpeg instead of its own
- Bump PORTREVISION

PR:		181519, 181964
Submitted by:	jbeich@vfemail.net
Original commitRevision:367713 
Saturday, 30 Aug 2014
18:20 tijl search for other commits by this committer
Add USES=libtool
Original commitRevision:366660 
Thursday, 27 Mar 2014
20:55 tijl search for other commits by this committer
Use binutils port on FreeBSD/ia64.

PR:		ports/187273
Original commitRevision:349362 
Sunday, 2 Mar 2014
21:24 kwm search for other commits by this committer
Only set -fno-force-addr in CFLAGS when the compiler is gcc. [1]
Enable the mp3 decoder in gst-ffmpeg. [2]
Fix the build on ppc64 by telling the libav bundled which arch we are on [3]

PR:		ports/187018 [1]
		ports/181521 [2]
		ports/183129 [3]
Submitted by:	truckman@ [1]
		Jan Beich <jbech@tormail.org> [2]
		jhibbits@ [3]
Original commitRevision:346807 
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 
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 
Tuesday, 20 Aug 2013
15:36 kwm search for other commits by this committer
Fix multiple security issues in the bundled libav version by replacing it
with a newer version.

Reported by:	Jan Beich <jbeich@tormail.org>
Original commitRevision:325059 
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 5 Nov 2011
19:12 bapt search for other commits by this committer
upgrade to 0.10.13
Original commit
Saturday, 29 Oct 2011
14:03 kwm search for other commits by this committer
Fix build on FreeBSD 10
Original commit
Thursday, 6 Oct 2011
00:17 bapt search for other commits by this committer
- fix stupid mistake

PR:             ports/161316
Submitted by:   Barbara <barbara.xxx1975@libero.it>
Original commit
Wednesday, 5 Oct 2011
23:05 bapt search for other commits by this committer
- upgrade to 0.10.12
- add license
- add cpu autodetection
- add cpu optimisation (stolen from ffmpeg)

Reviewed by:    kwm
Approved by:    kwm
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Wednesday, 11 May 2011
10:33 kwm search for other commits by this committer
Update Gstreamer (core) to 0.10.33
Update Gstreamer-plugins(-base) to 0.10.33
Update Gstreamer-plugins-good to 0.10.29
Update Gstreamer-plugins-bad to 0.10.22
Update Gstreamer-plugins-ugly to 0.10.18
Original commit
Sunday, 20 Mar 2011
10:24 kwm search for other commits by this committer
Fix build on -current with updated binutils.

This is quite the hammer approuch, but since I haven't found a nicer way
this will have to do.

PR:             ports/155686
Submitted by:   Kris Moore <kris@pcbsd.org>
Original commit
Wednesday, 28 Jul 2010
18:13 kwm search for other commits by this committer
Fix the gstreamer ffmpeg plugin but borrowing a fix from the ffmpeg port.

PR:             ports/149017
Submitted by:   Ivan Georgiev <iegeorgiev@gmail.com>
Original commit
Saturday, 24 Jul 2010
16:18 kwm search for other commits by this committer
Update to 0.10.11.

Release notes: http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.11.html
Original commit
Saturday, 29 May 2010
16:17 kwm search for other commits by this committer
Make sure the bundled ffmpeg configure knows which compiler to use.
So we honor ${CC}.

Submitted by:   Andrius Morkunas <hinokind@gmail.com>
Original commit
Tuesday, 30 Mar 2010
13:33 kwm search for other commits by this committer
Update to 0.10.10.

Teach perl script to look in ${LOCALBASE} for perl in case perl is build
without the /usr/bin/perl link.
Original commit
Wednesday, 15 Jul 2009
10:42 kwm search for other commits by this committer
Update to 0.10.8.

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.8.html.
Original commit
Sunday, 5 Apr 2009
17:26 kwm search for other commits by this committer
Update to 0.10.7.

Changelog:      http://gstreamer.net/releases/gst-ffmpeg/0.10.7.html
Original commit
Tuesday, 27 Jan 2009
23:54 kwm search for other commits by this committer
Update to 0.10.6.

Add patch and Makefile tweaks to let it build when ffmpeg is installed.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.6.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
Tuesday, 27 May 2008
06:10 ahze search for other commits by this committer
Update to 0.10.4
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Tuesday, 8 Jan 2008
13:09 ahze search for other commits by this committer
Update to 0.10.3
Original commit
Thursday, 5 Jul 2007
11:24 ahze search for other commits by this committer
Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who sets
-O[1]
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Monday, 18 Dec 2006
17:30 ahze search for other commits by this committer
Remove 4.x patch since we don't don't support gstreamer on 4.x anymore
Original commit
Friday, 15 Dec 2006
19:23 mezz search for other commits by this committer
Update to 0.10.2.
Original commit
Saturday, 14 Oct 2006
08:35 marcus search for other commits by this committer
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:    portmgr (implicit, kris)
Original commit
Friday, 9 Jun 2006
18:00 ahze search for other commits by this committer
- Transfer MAINTAINER to multimedia@

Approved by:    dhw (postmaster, for using multimedia@ as maintainer)
                gnome (gstreamer ports)
Original commit
Saturday, 29 Apr 2006
23:03 ahze search for other commits by this committer
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
Original commit
Monday, 17 Apr 2006
07:56 marcus search for other commits by this committer
Grab maintainership for gnome@.
Original commit
Friday, 14 Apr 2006
23:25 linimon search for other commits by this committer
Reset kwm due to no response about email.

Hat:    portmgr
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
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
Tuesday, 25 Oct 2005
16:39 kwm search for other commits by this committer
Update to 0.8.7.

Remove gnomehack and gnomeprefix from USE_GNOME they don't do anything.
Original commit
Saturday, 22 Oct 2005
11:59 kwm search for other commits by this committer
Update to 0.8.6.
Original commit
Saturday, 11 Jun 2005
08:37 kwm search for other commits by this committer
Update to 0.8.5.
Original commit
Friday, 15 Apr 2005
11:13 kwm search for other commits by this committer
Fix the build when -fforce-addr is added to CFLAGS.

Foot work and patch provided by:        lioux
Original commit
Wednesday, 16 Mar 2005
13:04 kwm search for other commits by this committer
Update to 0.8.4.
Disable CPU_FLAGS, gst-ffmpeg does some optimalizations on it own like mmx.
Original commit
Saturday, 12 Mar 2005
10:54 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared lib version change.
Original commit
Wednesday, 9 Mar 2005
19:25 kwm search for other commits by this committer
Fix symbol conflict between the ffmpegcolorspace elements in gst-plugin and
gst-ffmpeg.

Submitted by:   marcus
Original commit
Wednesday, 29 Dec 2004
13:44 kwm search for other commits by this committer
Update to version 0.8.3.
Remove -E from reinplace line [1].

Submitted by:   bland [1].
Original commit
Wednesday, 13 Oct 2004
16:14 kwm search for other commits by this committer
Update to 0.8.2.
Change e-mail to FreeBSD.org address.
Add patch to fix memory leak [1].

Approved by:    pav (mentor)
Obtained from:  gstreamer cvs.
Original commit
Monday, 16 Aug 2004
21:28 marcus search for other commits by this committer
Chase the gstreamer shared lib bump.
Original commit
Sunday, 8 Aug 2004
18:41 marcus search for other commits by this committer
Update to 0.8.1.  See
http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.8.1.html for a list
of changes.

PR:             69351
Submitted by:   maintainer
Original commit
Monday, 14 Jun 2004
18:31 marcus search for other commits by this committer
Chase the gstreamer shared lib version, and bump PORTREVISION where
appropriate.
Original commit
Sunday, 18 Apr 2004
19:17 marcus search for other commits by this committer
Fix build on amd64 and ia64 by removing an extra patch that add -fpic and
-DPIC.  The port now does the right thing without our help.

PR:             65732
Submitted by:   maintainer
Reported by:    bento via kris
Tested by:      marcel (ia64), arved (amd64)
Original commit
Monday, 5 Apr 2004
04:06 marcus search for other commits by this committer
Add gstreamer-ffmpeg, a GStreamer plug-in for manipulating MPEG video streams.

Submitted by:   Koop Mast <kwm@rainbow-runner.nl>
Original commit

Number of commits found: 73