Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.10.13_7 04 Feb 2021 06:04:51 |
bapt |
Remove expired gstreamer 0.x
gstreamer 1.x has been introduced long ago and gstreamer 0.x was kept
to let time for applications to catchup on gstreamer 1.x |
0.10.13_7 27 Sep 2020 20:25:00 |
linimon |
Set flags for powerpc64le the same as for powerpc64.
Approved by: portmgr (tier-2 blanket) |
0.10.13_7 26 Jan 2020 17:42:37 |
kwm |
Update gstreamer1 to 1.16.2.
- The spc plugin was removed inflavor for the gsm plugin.
- Added in tree qt plugin.
Changelog: https://gstreamer.freedesktop.org/releases/1.16/#1.16.2
Update net-im/fractal to 4.2.2 to support GStreamer 1.16 (approved by
maintainer)
Thanks to antoine@ for the exp-run.
PR: 239386 |
0.10.13_7 04 Sep 2019 15:36:57 |
pkubaj |
multimedia/gstreamer-ffmpeg: remove LDFLAGS_aarch64
Builds fine on aarch64 without it.
Reported by: jbeich |
0.10.13_7 04 Sep 2019 09:30:25 |
pkubaj |
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) |
0.10.13_7 15 Jun 2019 07:27:28 |
tobik |
multimedia/gstreamer-ffmpeg: Drop FFMPEG option
multimedia/ffmpeg0 has expired.
PR: 215036 |
0.10.13_6 06 Nov 2018 01:50:27 |
jbeich |
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/ |
0.10.13_5 26 Sep 2018 16:12:12 |
emaste |
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 |
0.10.13_5 20 Aug 2018 10:36:02 |
riggs |
Fix build on aarch64
PR: 230438
Submitted by: mikael.urankar@gmail.com
MFH: 2018Q3 |
0.10.13_5 02 May 2018 15:07:27 |
jbeich |
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 |
0.10.13_4 06 Jan 2018 09:00:48 |
amdmi3 |
- Pet portlint
- Update WWW
Approved by: portmgr blanket |
0.10.13_4 03 May 2017 14:28:46 |
linimon |
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> |
0.10.13_4 02 May 2017 22:23:52 |
linimon |
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) |
0.10.13_4 07 Feb 2017 14:05:18 |
jbeich |
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 |
0.10.13_4 19 Dec 2016 01:08:39 |
jbeich |
multimedia/ffmpeg: simplify ARCH workaround
ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327.
Approved by: portmgr blanket |
0.10.13_4 29 Nov 2016 15:34:51 |
linimon |
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) |
0.10.13_4 15 Nov 2016 05:16:14 |
linimon |
Attempt to fix aarch64 using the same trick as armv6.
While here, remove obsolete ia64 stanza.
Approved by: portmgr (tier-2 blanket) |
0.10.13_4 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.10.13_4 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
0.10.13_4 21 Jul 2015 12:51:20 |
tijl |
Set PORTSCOUT on gstreamer ports |
0.10.13_4 20 Jan 2015 16:36:56 |
sbruno |
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) |
0.10.13_4 05 Dec 2014 18:13:22 |
sbruno |
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) |
0.10.13_3 09 Sep 2014 07:06:10 |
riggs |
- 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 |
0.10.13_2 30 Aug 2014 18:20:22 |
tijl |
Add USES=libtool |
0.10.13_1 27 Mar 2014 20:55:20 |
tijl |
Use binutils port on FreeBSD/ia64.
PR: ports/187273 |
0.10.13_1 02 Mar 2014 21:24:00 |
kwm |
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] |
0.10.13_1 01 Nov 2013 22:14:08 |
kwm |
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] |
0.10.13_1 20 Sep 2013 20:57:49 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia) |
0.10.13_1 20 Aug 2013 15:36:43 |
kwm |
Fix multiple security issues in the bundled libav version by replacing it
with a newer version.
Reported by: Jan Beich <jbeich@tormail.org> |
0.10.13 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
0.10.13 05 Nov 2011 19:12:13 |
bapt |
upgrade to 0.10.13 |
0.10.12 29 Oct 2011 14:03:17 |
kwm |
Fix build on FreeBSD 10 |
0.10.12 06 Oct 2011 00:17:07 |
bapt |
- fix stupid mistake
PR: ports/161316
Submitted by: Barbara <barbara.xxx1975@libero.it> |
0.10.12 05 Oct 2011 23:05:42 |
bapt |
- upgrade to 0.10.12
- add license
- add cpu autodetection
- add cpu optimisation (stolen from ffmpeg)
Reviewed by: kwm
Approved by: kwm |
0.10.11_1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.10.11_1 11 Aug 2011 19:20:17 |
kwm |
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> |
0.10.11_1 03 Jul 2011 13:38:45 |
ohauer |
- remove MD5 |
0.10.11_1 21 Jun 2011 13:46:28 |
kwm |
Fix build with Clang |
0.10.11_1 11 May 2011 10:33:51 |
kwm |
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 |
0.10.11_1 20 Mar 2011 10:24:56 |
kwm |
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> |
0.10.11_1 28 Jul 2010 18:13:19 |
kwm |
Fix the gstreamer ffmpeg plugin but borrowing a fix from the ffmpeg port.
PR: ports/149017
Submitted by: Ivan Georgiev <iegeorgiev@gmail.com> |
0.10.11 24 Jul 2010 16:18:48 |
kwm |
Update to 0.10.11.
Release notes: http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.11.html |
0.10.10 29 May 2010 16:17:52 |
kwm |
Make sure the bundled ffmpeg configure knows which compiler to use.
So we honor ${CC}.
Submitted by: Andrius Morkunas <hinokind@gmail.com> |
0.10.10 30 Mar 2010 13:33:03 |
kwm |
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. |
0.10.8 15 Jul 2009 10:42:22 |
kwm |
Update to 0.10.8.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.8.html. |
0.10.7 05 Apr 2009 17:26:27 |
kwm |
Update to 0.10.7.
Changelog: http://gstreamer.net/releases/gst-ffmpeg/0.10.7.html |
0.10.6 27 Jan 2009 23:54:48 |
kwm |
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 |
0.10.4 06 Jun 2008 13:48:22 |
edwin |
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) |
0.10.4 27 May 2008 06:10:53 |
ahze |
Update to 0.10.4 |
0.10.3_1 19 Apr 2008 17:56:05 |
miwi |
- 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) |
0.10.3 08 Jan 2008 13:09:48 |
ahze |
Update to 0.10.3 |
0.10.2_1 05 Jul 2007 11:24:22 |
ahze |
Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who sets
-O[1] |
0.10.2_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.10.2 18 Dec 2006 17:30:48 |
ahze |
Remove 4.x patch since we don't don't support gstreamer on 4.x anymore |
0.10.2 15 Dec 2006 19:23:52 |
mezz |
Update to 0.10.2. |
0.10.1_1 14 Oct 2006 08:35:50 |
marcus |
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, (Only the first 15 lines of the commit message are shown above ) |
0.10.1 09 Jun 2006 18:00:35 |
ahze |
- Transfer MAINTAINER to multimedia@
Approved by: dhw (postmaster, for using multimedia@ as maintainer)
gnome (gstreamer ports) |
0.10.1 29 Apr 2006 23:03:03 |
ahze |
- 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] |
0.8.7_2 17 Apr 2006 07:56:30 |
marcus |
Grab maintainership for gnome@. |
0.8.7_2 14 Apr 2006 23:25:09 |
linimon |
Reset kwm due to no response about email.
Hat: portmgr |
0.8.7_2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
0.8.7_1 22 Jan 2006 21:19:42 |
edwin |
SHA256ify
Approved by: krion@ |
0.8.7_1 15 Nov 2005 06:52:12 |
ade |
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. |
0.8.7_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
0.8.7 25 Oct 2005 16:39:00 |
kwm |
Update to 0.8.7.
Remove gnomehack and gnomeprefix from USE_GNOME they don't do anything. |
0.8.6 22 Oct 2005 11:59:19 |
kwm |
Update to 0.8.6. |
0.8.5 11 Jun 2005 08:37:19 |
kwm |
Update to 0.8.5. |
0.8.4 15 Apr 2005 11:13:25 |
kwm |
Fix the build when -fforce-addr is added to CFLAGS.
Foot work and patch provided by: lioux |
0.8.4 16 Mar 2005 13:04:25 |
kwm |
Update to 0.8.4.
Disable CPU_FLAGS, gst-ffmpeg does some optimalizations on it own like mmx. |
0.8.3_2 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.8.3_1 09 Mar 2005 19:25:40 |
kwm |
Fix symbol conflict between the ffmpegcolorspace elements in gst-plugin and
gst-ffmpeg.
Submitted by: marcus |
0.8.3 29 Dec 2004 13:44:01 |
kwm |
Update to version 0.8.3.
Remove -E from reinplace line [1].
Submitted by: bland [1]. |
0.8.2 13 Oct 2004 16:14:15 |
kwm |
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. |
0.8.1_1 16 Aug 2004 21:28:25 |
marcus |
Chase the gstreamer shared lib bump. |
0.8.1 08 Aug 2004 18:41:51 |
marcus |
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 |
0.8.0_1 14 Jun 2004 18:31:04 |
marcus |
Chase the gstreamer shared lib version, and bump PORTREVISION where
appropriate. |
0.8.0 18 Apr 2004 19:17:32 |
marcus |
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) |
0.8.0 05 Apr 2004 04:06:43 |
marcus |
Add gstreamer-ffmpeg, a GStreamer plug-in for manipulating MPEG video streams.
Submitted by: Koop Mast <kwm@rainbow-runner.nl> |