aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-ffmpeg
Commit message (Collapse)AuthorAgeFilesLines
* Add -znotext to LDFLAGS on i386, for lldEd Maste2018-09-261-0/+1
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=480747
* Fix build on aarch64Thomas Zander2018-08-202-3/+12
| | | | | | | | | PR: 230438 Submitted by: mikael.urankar@gmail.com MFH: 2018Q3 Notes: svn path=/head/; revision=477647
* multimedia/ffmpeg: update to 4.0Jan Beich2018-05-021-1/+1
| | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=468844
* - Pet portlintDmitry Marakasov2018-01-062-3/+3
| | | | | | | | | - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=458234
* This should not have been marked broken on armv6. It _had_ been broken atMark Linimon2017-05-031-1/+1
| | | | | | | | | | 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> Notes: svn path=/head/; revision=440017
* Mark some ports failing on aarch64, and, in a few cases, other tier-2Mark Linimon2017-05-021-0/+3
| | | | | | | | | | | archs. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=439991
* multimedia/gstreamer-ffmpeg: unbreak on armv6Jan Beich2017-02-073-30/+38
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=433552
* multimedia/ffmpeg: simplify ARCH workaroundJan Beich2016-12-191-6/+1
| | | | | | | | | ARCH is clobbered via .MAKEFLAGS in Mk/bsd.port.mk since r20327. Approved by: portmgr blanket Notes: svn path=/head/; revision=428896
* Once again attempt to fix build on aarch64/armv6 by not stomping on CFLAGS.Mark Linimon2016-11-291-1/+1
| | | | | | | | | | Necessary but possibly insufficient. Reported by: portlint Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=427383
* Attempt to fix aarch64 using the same trick as armv6.Mark Linimon2016-11-151-6/+1
| | | | | | | | | While here, remove obsolete ia64 stanza. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=426142
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Drop 8 support.Mathieu Arnold2015-10-151-1/+1
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Set PORTSCOUT on gstreamer portsTijl Coosemans2015-07-211-0/+2
| | | | Notes: svn path=/head/; revision=392629
* Disable clang's integrated-as for this build. Modify ARM assemblySean Bruno2015-01-202-6/+27
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=377529
* Fixup some asm code to support ARM. Fixes build on ARM platforms.Sean Bruno2014-12-053-1/+34
| | | | | | | | | | | | Bump portrevision to indicate this. PR: 194186 Submitted by: mikael.urankar@gmail.com Reviewed by: kwm Approved by: mentors (implicit) Notes: svn path=/head/; revision=374072
* - Ensure internal libavcodec builds correct architecture-dependent codeThomas Zander2014-09-091-17/+32
| | | | | | | | | | | - Introduce OPTION to use external ffmpeg instead of its own - Bump PORTREVISION PR: 181519, 181964 Submitted by: jbeich@vfemail.net Notes: svn path=/head/; revision=367713
* Add USES=libtoolTijl Coosemans2014-08-302-5/+2
| | | | Notes: svn path=/head/; revision=366660
* Use binutils port on FreeBSD/ia64.Tijl Coosemans2014-03-271-1/+1
| | | | | | | PR: ports/187273 Notes: svn path=/head/; revision=349362
* Only set -fno-force-addr in CFLAGS when the compiler is gcc. [1]Koop Mast2014-03-022-3/+20
| | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=346807
* Stagify Gstreamer ports.Koop Mast2013-11-011-1/+0
| | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=332416
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* Fix multiple security issues in the bundled libav version by replacing itKoop Mast2013-08-202-10/+18
| | | | | | | | | with a newer version. Reported by: Jan Beich <jbeich@tormail.org> Notes: svn path=/head/; revision=325059
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* upgrade to 0.10.13Baptiste Daroussin2011-11-052-3/+3
| | | | Notes: svn path=/head/; revision=285116
* Fix build on FreeBSD 10Koop Mast2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284649
* - fix stupid mistakeBaptiste Daroussin2011-10-061-1/+1
| | | | | | | | PR: ports/161316 Submitted by: Barbara <barbara.xxx1975@libero.it> Notes: svn path=/head/; revision=283020
* - upgrade to 0.10.12Baptiste Daroussin2011-10-054-57/+40
| | | | | | | | | | | | - add license - add cpu autodetection - add cpu optimisation (stolen from ffmpeg) Reviewed by: kwm Approved by: kwm Notes: svn path=/head/; revision=283013
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+4
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Fix build with ClangKoop Mast2011-06-212-0/+34
| | | | Notes: svn path=/head/; revision=275994
* Update Gstreamer (core) to 0.10.33Koop Mast2011-05-111-1/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=273952
* Fix build on -current with updated binutils.Koop Mast2011-03-201-1/+1
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=271344
* Fix the gstreamer ffmpeg plugin but borrowing a fix from the ffmpeg port.Koop Mast2010-07-281-0/+3
| | | | | | | | PR: ports/149017 Submitted by: Ivan Georgiev <iegeorgiev@gmail.com> Notes: svn path=/head/; revision=258399
* Update to 0.10.11.Koop Mast2010-07-243-17/+8
| | | | | | | Release notes: http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.11.html Notes: svn path=/head/; revision=258161
* Make sure the bundled ffmpeg configure knows which compiler to use.Koop Mast2010-05-291-0/+1
| | | | | | | | | So we honor ${CC}. Submitted by: Andrius Morkunas <hinokind@gmail.com> Notes: svn path=/head/; revision=255283
* Update to 0.10.10.Koop Mast2010-03-302-5/+7
| | | | | | | | Teach perl script to look in ${LOCALBASE} for perl in case perl is build without the /usr/bin/perl link. Notes: svn path=/head/; revision=251821
* Update to 0.10.8.Koop Mast2009-07-152-4/+4
| | | | | | | Release notes: http://gstreamer.freedesktop.org/releases/gst-ffmpeg/0.10.8.html. Notes: svn path=/head/; revision=237859
* Update to 0.10.7.Koop Mast2009-04-052-4/+4
| | | | | | | Changelog: http://gstreamer.net/releases/gst-ffmpeg/0.10.7.html Notes: svn path=/head/; revision=231651
* Update to 0.10.6.Koop Mast2009-01-274-9/+21
| | | | | | | | | | 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 Notes: svn path=/head/; revision=227018
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 0.10.4Michael Johnson2008-05-272-5/+4
| | | | Notes: svn path=/head/; revision=213743
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+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) Notes: svn path=/head/; revision=211584
* Update to 0.10.3Michael Johnson2008-01-083-16/+4
| | | | Notes: svn path=/head/; revision=205259
* Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who ↵Michael Johnson2007-07-051-0/+1
| | | | | | | sets -O[1] Notes: svn path=/head/; revision=195006
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Remove 4.x patch since we don't don't support gstreamer on 4.x anymoreMichael Johnson2006-12-182-16/+1
| | | | Notes: svn path=/head/; revision=180089
* Update to 0.10.2.Jeremy Messenger2006-12-154-25/+9
| | | | Notes: svn path=/head/; revision=179870
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-141-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=175253
* - Transfer MAINTAINER to multimedia@Michael Johnson2006-06-091-1/+1
| | | | | | | | Approved by: dhw (postmaster, for using multimedia@ as maintainer) gnome (gstreamer ports) Notes: svn path=/head/; revision=164918