aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins-bad
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION on opencv consumers due to opencv updateSteve Wills2018-05-091-1/+1
| | | | Notes: svn path=/head/; revision=469421
* graphics/opencv: Update to 3.4.1Steve Wills2018-05-095-0/+91
| | | | | | | | | PR: 210505 Submitted by: rozhuk.im@gmail.com (partially, further work was done) Exp-run by: antoine Notes: svn path=/head/; revision=469420
* Chase audio/faac update (ABI incompatible to previous version 1.28)Thomas Zander2017-11-191-1/+1
| | | | | | | | PR: 223416 Submitted by: riggs Notes: svn path=/head/; revision=454488
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine Notes: svn path=/head/; revision=393429
* multimedia/libvpx: update to 1.4.0Jan Beich2015-06-091-0/+40
| | | | | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks) Notes: svn path=/head/; revision=388940
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-02-011-5/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=378270
* - Make gstreamer{,1}-plugins-{good,bad,ugly} respect MAKE_JOBS during buildThomas Zander2014-07-261-1/+1
| | | | | | | | | PR: 189096 Submitted by: jiashiun@gmail.com Approved by: mentors (implicit) Notes: svn path=/head/; revision=362958
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* Bump portrevision after changes in gstreamer-plugins master portBaptiste Daroussin2014-04-252-1/+6
| | | | | | | Fix gstreamer-plugins-bad after changes in the master port Notes: svn path=/head/; revision=352119
* 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 build with glib 2.34.Koop Mast2013-03-103-5/+24
| | | | | | | Update Makefile header Notes: svn path=/head/; revision=313820
* Update gstreamer ports.Koop Mast2012-06-272-18/+36
| | | | | | | | | | | | | Gstreamer to 0.10.36. Gstreamer-plugins(-base) to 0.10.36. Gstreamer-plugins-bad to 0.10.23. Gstreamer-plugins-good to 0.10.31. Gstreamer-plugins-ugly to 0.10.19. Add hack to unbreak the flite plugin. Notes: svn path=/head/; revision=300091
* Add patch to allow building mpeg2enc with new mjpegtools (forgotten during ↵Baptiste Daroussin2011-06-071-0/+14
| | | | | | | | | the gstreamer-plugins-mpeg2enc bump) Reported by: PointyHat (pav) Notes: svn path=/head/; revision=275182
* Update Gstreamer (core) to 0.10.33Koop Mast2011-05-111-7/+16
| | | | | | | | | | 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
* Remove empty filesDoug Barton2011-02-251-0/+0
| | | | Notes: svn path=/head/; revision=269737
* Update Gstreamer-plugins-base to 0.10.32Koop Mast2011-02-252-14/+10
| | | | | | | | | | | | | | | | Update Gstreamer-plugins-good to 0.10.27 Update Gstreamer-plugins-bad to 0.10.21 Update Gstreamer-plugins-ugly to 0.10.17 Add flite plugin. plugin for the flite Speech synthesis engine. Add opencv plugin. plugin for opencv Computer vision library. Move vdpau plugin to a beter category. Remove LOCAL master sites that haven't been updated for ages. Check if Gstreamer (core) is recent enough. Remove 6.x BROKEN line for the bad plugin. Notes: svn path=/head/; revision=269675
* Update gstreamer-plugins-bad to 0.10.20.Koop Mast2010-09-133-3/+31
| | | | | | | | | | | | | | | | | | - Reorder the plugin list in bsd.gstreamer.mk so it its inside 80 chars. - Enable the dvb and shm plugin in the -bad package. - New plugins: resindvd: Dvd navigation plugin schroedinger: Dirac high speed video codec plugin vdpau: Nvidia vdpau extention plugin [1] vp8: Google vp8 codec plugin Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.20.html PR: ports/15077 (borrowed some ideas) Submitted by: Anonymous <swell.k@gmail.com> Notes: svn path=/head/; revision=261077
* gst-plug-bad still needs liboil.Koop Mast2010-07-241-1/+2
| | | | Notes: svn path=/head/; revision=258155
* Update gstreamer-plugins-bad to 0.10.19.Koop Mast2010-06-051-2/+4
| | | | | | | | Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.19.html While here add back distinfo for -bad, -ugly and -base. Oops Notes: svn path=/head/; revision=255787
* Update to 0.10.18.Koop Mast2010-03-312-7/+9
| | | | | | | | Ivorbis plugin got merged with the vorbis plugin. Depend on neon29 instead of neon28 if it is found. Notes: svn path=/head/; revision=251885
* Fix plist.Koop Mast2009-12-212-1/+2
| | | | | | | Submitted by: QAT Notes: svn path=/head/; revision=246352
* Update good plugins to 0.10.17Michael Johnson2009-12-211-11/+17
| | | | | | | | Update bad plugins to 0.10.17 Update ugly plugins to 0.10.33 Notes: svn path=/head/; revision=246338
* Update to 0.10.14.Koop Mast2009-09-091-3/+19
| | | | | | | Release Notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.14.html Notes: svn path=/head/; revision=241112
* Update to 0.10.13.Koop Mast2009-06-231-18/+13
| | | | | | | | | Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.12.html http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.13.html Notes: svn path=/head/; revision=236524
* Update to 0.10.11.Koop Mast2009-04-051-5/+30
| | | | | | | Changelog: http://www.gstreamer.net/releases/gst-plugins-bad/0.10.11.html Notes: svn path=/head/; revision=231649
* Update to 0.10.10.Koop Mast2009-01-272-48/+31
| | | | | | | | Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html Notes: svn path=/head/; revision=227010
* Readd i386 only plist filesMichael Johnson2008-08-112-1/+4
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=218420
* Update good to 0.10.9 and bad to 0.10.8Michael Johnson2008-08-102-10/+4
| | | | Notes: svn path=/head/; revision=218358
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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 good plugins to 0.10.8Michael Johnson2008-04-241-0/+8
| | | | | | | Update bad plugins to 0.10.7 Notes: svn path=/head/; revision=211882
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-244-233/+41
| | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD. The official GNOME 2.22 release notes can be found at http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front, this release features an updated hal port with support for video4linux devices, DRM (Direct Rendering), and better support of removable media. Work is also underway to tie webkit more closely into GNOME. As part of the GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well. Be sure to consult UPDATING on the proper steps to upgrade all of your GNOME ports. This release would not have been possible without the contributions and testing efforts of the following people: Pawel Worach kan edwin Peter Ulrich Kruppa J. W. Ballantine Yasuda Keisuke Andriy Gapon Notes: svn path=/head/; revision=209647
* -Remove an incorrect dependency that I have added in the previous committed.Jeremy Messenger2007-07-051-0/+195
| | | | | | | | | | -Fix the build by add two missing files. These files were took from its CVS. PR: ports/114136 Reported by: Dominic Fandrey <lon_kamikaze@gmx.de> Notes: svn path=/head/; revision=195028
* Add a missing dirrmMichael Johnson2007-06-262-1/+4
| | | | | | | Reported by: pav and tmclaugh Notes: svn path=/head/; revision=194294
* Fix plist on !i386Michael Johnson2007-06-222-5/+5
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=194030
* - Update good plugins to 0.10.6Michael Johnson2007-06-194-87/+44
| | | | | | | | - Update bad plugins to 0.10.5 - Update ugly plugins to 0.10.6 Notes: svn path=/head/; revision=193876
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-7/+3
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Add support for gstreamer-plugins-spcMichael Johnson2006-12-221-0/+11
| | | | Notes: svn path=/head/; revision=180545
* - Update gstreamer-plugins-bad (and slave ports) to 0.10.4Michael Johnson2006-12-223-21/+58
| | | | | | | - Update gstreamer-plugins-good (and slave ports) to 0.10.5 Notes: svn path=/head/; revision=180526
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massiveJoe Marcus Clarke2006-10-142-4/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Fix runtime with new faadMichael Johnson2006-09-132-0/+78
| | | | Notes: svn path=/head/; revision=172936
* - Update to 0.10.8 (base plugins)Michael Johnson2006-06-091-4/+2
| | | | | | | | | - Set right PORTVERSION on good, bad, and ugly plugins. Bump PORTEPOCH since these PORTREVERSION's will go backwards - Remove USE_GNOME=gnomeprefix Notes: svn path=/head/; revision=164935
* - Update gstreamer-plugins to 0.10.7Michael Johnson2006-05-162-1/+7
| | | | | | | | | - Update bad to 0.10.3 - Update good to 0.10.3 - Readd dvd and dts plugins Notes: svn path=/head/; revision=162508
* - Fix plistMichael Johnson2006-04-302-1/+10
| | | | | | | Reported by: kris mail Notes: svn path=/head/; revision=160985
* - Update gstreamer to 0.10Michael Johnson2006-04-292-0/+50
- Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1] Notes: svn path=/head/; revision=160858