aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-libav
Commit message (Collapse)AuthorAgeFilesLines
* Drop 8 support.Mathieu Arnold2015-10-151-1/+26
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Update gstreamer1 ports to 1.6.0.Koop Mast2015-09-262-34/+7
| | | | | | | | | | | | | | | | | | * gstreamer1-libav now uses ffmpeg from ports. * New ports: * gstreamer1-validate: Tools to detect if elements are not behaving as expected, mainly aimed at developers, or advanced debugging. * gstreamer1-rtsp-server: Base foundation for building a rtsp server ontop of GStreamer * Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls. Release announcement: http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html Obtained from: gnome devel repo Notes: svn path=/head/; revision=397984
* Set PORTSCOUT on gstreamer portsTijl Coosemans2015-07-211-0/+2
| | | | Notes: svn path=/head/; revision=392629
* Remove duplicate armv6 conditional introduced in r377204Sean Bruno2015-01-161-4/+0
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=377205
* These ports utilize GAS assembly and probably won't ever change. For the ARMSean Bruno2015-01-161-0/+8
| | | | | | | | | | | case, do not use -integrated-as. PR: 196660 196774 196775 196776 Submitted by: mikael.urankar@gmail.com Approved by: mentor (inplicit) Notes: svn path=/head/; revision=377204
* Update gstreamer1-libav to 1.4.5.Koop Mast2014-12-222-4/+3
| | | | | | | Reminded by: tijl@ Notes: svn path=/head/; revision=375233
* Big Gstreamer update:Koop Mast2014-12-165-19/+36
| | | | | | | | | | | | | | | | | | | | | Update gstreamer, gstreamer-plugins, -good, -bad and -ugly ports to 1.4.4. Update gstreamer1-plugins-gnonlin to 1.4.0. Update py-gstreamer1 and py3-gstreamer1 to 1.4.0. Add multimedia/gstreamer1-editing-services. GES is a high-level library for facilitating the creation of audio/video non-linear editors. Add pulseaudio plugin now that pulseaudio is updated and add the gl plugin. Drop :keepla from USES=libtool. Drop @dirrm[try] from plists and drop gnomehier from USE_GNOME Switch to optionhelpers in multimedia/gstreamer1. PR: 194922 (merged with my own WIP) Submitted by: olivierd Notes: svn path=/head/; revision=374804
* - Let clang realign the stack on a 16 byte boundary on i386 to fix a crashTijl Coosemans2014-07-142-13/+3
| | | | | | | | | | | | at libavcodec/x86/h264_deblock.asm:504 due to unaligned memory access - Remove a patch that is no longer needed now (Similar to r358825) Reported by: Joseph Olatt <joji@eskimo.com> (on freebsd-questions) Notes: svn path=/head/; revision=361776
* - Update gstreamer1-libav to 1.2.4 (fixes crashes when seeking).Tijl Coosemans2014-04-203-10/+6
| | | | | | | | | | - USES=libtool, INSTALL_TARGET=install-strip - Replace tiny pkg-plist with PLIST_FILES. PR: ports/188133, ports/188803 Notes: svn path=/head/; revision=351621
* Use binutils port on FreeBSD/ia64.Tijl Coosemans2014-03-261-1/+1
| | | | | | | PR: ports/187814 Notes: svn path=/head/; revision=349270
* - Update gstreamer1-libav to version 1.2.3.Tijl Coosemans2014-03-252-35/+15
| | | | | | | | | | | | | | | | | | - USES=tar:xz. - Remove redundant configure args. - Only link with -Wl,-Bsymbolic where necessary. - Remove detection of SSE and MMX instruction set support. This enables support for various x86 extensions (SSE2, SSE3,...) in the i386 package. CPU support for these is detected at runtime except for MMX. So the i386 package requires at least a Pentium MMX now. (Does anybody play videos with gstreamer on a i486 or Pentium?) - Replace ARCH with LIBAV_ARCH everywhere so it doesn't conflict with our ARCH. [1] PR: ports/181964 [1] Notes: svn path=/head/; revision=349197
* Copy a patch from multimedia/libav to fix compilation with clang on i386Tijl Coosemans2014-03-221-0/+11
| | | | | | | with MMX and SSE. Notes: svn path=/head/; revision=348787
* Only set -fno-force-addr in CFLAGS when the compiler is gcc. [1]Koop Mast2014-03-021-2/+9
| | | | | | | | | | | | Fix the build on ppc64 by telling the libav bundled which arch we are on [2] PR: ports/187018 [1] ports/183129 [2] Submitted by: truckman@ [1] jhibbits@ [2] Notes: svn path=/head/; revision=346811
* Update to 1.2.2.Koop Mast2013-12-302-3/+3
| | | | | | | | | Remove vaapi from plugin list in bsd.gstreamer.mk it accidently snuck in. Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-December/045238.html Notes: svn path=/head/; revision=338106
* Update to 1.2.1.Koop Mast2013-11-215-22/+20
| | | | | | | | Retire celt plugin, it was removed in flavor for the opus plugin. Add new webp, kate and openjpeg plugin. Notes: svn path=/head/; revision=334511
* 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
* Update to 1.0.10.Koop Mast2013-08-312-4/+4
| | | | | | | Bug fix release. Notes: svn path=/head/; revision=325825
* Update to 1.0.9.Koop Mast2013-08-213-6/+15
| | | | | | | | | | | | | | This is a bug fix release. Changelog: http://lists.freedesktop.org/archives/gstreamer-devel/2013-August/042360.html Enable neon http plugin Switch to new LIB_DEPEND format, use USES=gmake instead of USE_GMAKE Utilize new introspection USE_GNOME component. Allow gstreamer1-libav to play mp3's, note that mad plugin is still prefered if available. Notes: svn path=/head/; revision=325107
* Add Gstreamer 1.0.7. This is the new stable version of theKoop Mast2013-04-274-0/+77
Gstreamer multimedia framework. Use the USE_GSTREAMER1 macro to select Gstreamer 1.0 plugins. A new chapter for the porters handbook about gstreamer is a work in progress. X related plugins are now stand alone. The gio plugin is now part of the gstreamer1-plugins port and the oss plugins are now part of the gstreamer1-plugins-good port. Note that the pulseaudio plugin is missing because it needs a newer version of pulseaudio. Also there are still a number of plugins from -bad which haven't been ported to the 1.0 API yet. Notes: svn path=/head/; revision=316693