aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer-plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Update to 2.3.1 (from audio/libshout2)Sunpoet Po-Chuan Hsieh2014-05-051-1/+1
| | | | | | | | | | | | - Use USES=libtool - Strip shared library - Bump PORTREVISION for audio/libshout shlib change and dependency change from audio/libshout2 to audio/libshout [1] Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=353022
* Fix plist of gstreamer-plugins-vdpau.Tijl Coosemans2014-04-291-1/+2
| | | | | | | Submitted by: Barbara Guida <barbara.freebsd@gmail.com> Notes: svn path=/head/; revision=352592
* Switch to USES=libtool:keeplaBaptiste Daroussin2014-04-252-16/+18
| | | | | | | strip binaries Notes: svn path=/head/; revision=352102
* Fix LIB_DEPENDS on mjpegtools.Tijl Coosemans2014-04-241-1/+1
| | | | | | | Reported by: jenkins (swills) Notes: svn path=/head/; revision=351985
* - Disable g-ir-scanner cache to not touch /root/.cache on buildMartin Wilke2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347337
* - Update graphics/*opencv* to 2.4.7Jason E. Hale2013-12-041-0/+1
| | | | | | | | | | | | | | | | - Revert options helpers to if statements since the OFF condition is not applied when OPTIONS_EXCLUDE is used - Move most of the OpenCV modules from the graphics/opencv-core port to graphics/opencv, leaving opencv-core as just the bare minimum required for building ffmpeg with OpenCV support - Install examples for python and java bindings - Add new slave port graphics/opencv-java: Java bindings for OpenCV - Bump PORTREVISION and make dependency adjustments and fixes for dependent ports - Add UPDATING entry Notes: svn path=/head/; revision=335601
* Stagify Gstreamer ports.Koop Mast2013-11-013-70/+78
| | | | | | | | | | | | | 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
* multimedia/gstreamer-plugins: correctly chase the x264 library version bumpKubilay Kocak2013-10-071-1/+1
| | | | | | | | Reported by: Ports-QAT Reviewed by: kwm Notes: svn path=/head/; revision=329695
* 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
* Chase audio/flac 1.3.0 update in gstreamer.Christian Weisgerber2013-06-101-1/+1
| | | | | | | Submitted by: Barbara Guida <barbara.freebsd@gmail.com> Notes: svn path=/head/; revision=320462
* Add USE_GCC=any as a temporary patch to work around a crash in the clangKoop Mast2013-05-101-0/+3
| | | | | | | | | | compiler after the 3.3 update. The problem was reported upstream but no patch available yet. Submitted by: miwi Notes: svn path=/head/; revision=317804
* Add Gstreamer 1.0.7. This is the new stable version of theKoop Mast2013-04-271-1/+1
| | | | | | | | | | | | | | | | | | 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
* If liblrdf is installed the ladspa plugin will build against it. So add it toKoop Mast2013-04-271-0/+1
| | | | | | | | | | lib_depends. PR: ports/175941 Submitted by: pawel@ Notes: svn path=/head/; revision=316655
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316355
* Add opus audio codec gstreamer plugin.Koop Mast2013-03-231-0/+7
| | | | | | | | PR: ports/177296 Submitted by: "Eric L. Camachat" <eric@camachat.org> Notes: svn path=/head/; revision=315020
* Fix the build of empathy my removing offending Makefile rules. BumpKoop Mast2013-03-131-1/+1
| | | | | | | | | | | | | gstreamer-plugins portrevision to fix the messed up header. Thanks to The BSD Dreamer <beastie@tardisi.com> for finding out where it went wrong. PR: ports/176768 Submitted by: Ruslan Makhmatkhanov <rm@FreeBSD.org> Notes: svn path=/head/; revision=314040
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-8/+5
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Correct the video.h header so c++ in c++11 mode doesnt break.Koop Mast2012-09-082-1/+15
| | | | | | | Submitted by: zeising Notes: svn path=/head/; revision=303892
* - Add dependency on flite shared library in gstreamer-plugins-flite toAlberto Villa2012-08-241-4/+4
| | | | | | | | | | | | fix unresolvable links. - Bump PORTREVISION. PR: 170997 Submitted by: avilla (me) Approved by: kwm (multimedia) Notes: svn path=/head/; revision=303096
* Remove musicbrainz logic, keep it in BAD_GST_ALL_PLUGINS so configure doesn'tKoop Mast2012-08-121-6/+0
| | | | | | | | | | start looking for it. PR: ports/170561 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Notes: svn path=/head/; revision=302442
* Fix typo.Koop Mast2012-08-071-2/+2
| | | | | | | Submitted by: freshport sanity check Notes: svn path=/head/; revision=302241
* Fix the build of the amrnb and amrwb plugins after the opencore update to 0.1.3.Koop Mast2012-08-071-0/+2
| | | | | | | | Submitted by: pointyhat via beat Obtained from: Gstreamer upstream Notes: svn path=/head/; revision=302240
* Put a comment pointing people to bump the portrevision of the affected pluginKoop Mast2012-08-071-0/+2
| | | | | | | instead of this one, when chasing shared library bumps. Notes: svn path=/head/; revision=302239
* Update multimedia/x264 to 0.125.2201Martin Matuska2012-07-231-1/+1
| | | | | | | Switch to new options framework Notes: svn path=/head/; revision=301407
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-192-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* Fix another build issue that doesn't shows up on tinderbox.Koop Mast2012-07-181-0/+23
| | | | | | | | | PR: ports/169842 Reported by: Hans <hm@hm.net.br> Patch tested by: mandree@, submitter Notes: svn path=/head/; revision=301097
* Fix the build on i386.Koop Mast2012-06-282-0/+33
| | | | | | | Reported by: H <hm@hm.net.br>, decke@ Notes: svn path=/head/; revision=300153
* Update gstreamer ports.Koop Mast2012-06-275-43/+35
| | | | | | | | | | | | | 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
* - update png to 1.5.10Dirk Meyer2012-06-012-2/+2
| | | | Notes: svn path=/head/; revision=297915
* Update x264 to 0.123.2189Martin Matuska2012-04-251-1/+1
| | | | Notes: svn path=/head/; revision=295502
* - Actually bump shared library versions, missed in last commitAshish SHUKLA2012-02-161-1/+1
| | | | | | | Reported by: "Herbert J. Skuhra" <h.skuhra at gmail.com> Notes: svn path=/head/; revision=291549
* Update multimedia/schroedinger to 1.0.11Martin Matuska2012-01-251-1/+1
| | | | Notes: svn path=/head/; revision=289774
* Chase libcdio shlib bumpTilman Keskinoz2012-01-181-1/+1
| | | | Notes: svn path=/head/; revision=289417
* Update x264 to 0.119.2113Martin Matuska2011-12-211-1/+1
| | | | Notes: svn path=/head/; revision=287785
* - Fix resindvd has /dev/dvd hardcoded as the default DVD path, thus making ↵Sylvio Cesar Teixeira2011-12-091-0/+3
| | | | | | | | | | | programs like KDE Dragon Player (using Phonon-GStreamer) fail. PR: ports/162278 Submitted by: avilla@ Feature safe: yes Notes: svn path=/head/; revision=287111
* Update x264 to 0.116.2076Martin Matuska2011-10-101-1/+1
| | | | Notes: svn path=/head/; revision=283316
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - 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
* - BUMP PORTREVISION in due the update v4l_compat port.Sylvio Cesar Teixeira2011-08-291-2/+2
| | | | Notes: svn path=/head/; revision=280715
* Bump the opencv hack to let it build with newer opencv (2.3.1).Koop Mast2011-08-241-1/+1
| | | | Notes: svn path=/head/; revision=280358
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Unbreak the gstreamer opencv plugin by removing the version restriction.Koop Mast2011-08-011-2/+1
| | | | Notes: svn path=/head/; revision=278698
* Update OpenCV to 2.3.0-rcMartin Matuska2011-06-291-0/+4
| | | | Notes: svn path=/head/; revision=276657
* Update to 0.115.2000Martin Matuska2011-06-231-1/+1
| | | | Notes: svn path=/head/; revision=276165
* Update:Koop Mast2011-06-182-7/+8
| | | | | | | | | | | | | | | | Gstreamer to 0.10.35 Gstreamer-plugins to 0.10.35 Gstreamer-plugins-good to 0.10.30 This is a ad-hoc release to fixes compilation issues after recent chagnes in Glib's atomic ops API (in GLib 2.29.x). Apart from that there are some minor fixes. Move the USE_XORG line from multimedia/gstreamer to multimedia/gstreamer-plugins, multmedia/gstreamer doesn't use it. Notes: svn path=/head/; revision=275777
* - update mjpegtools to 2.0.0Baptiste Daroussin2011-06-061-1/+1
| | | | | | | - chase library bump Notes: svn path=/head/; revision=275112
* Update to 0.10.34.Koop Mast2011-05-142-5/+5
| | | | | | | | Gstreamer (core): Fix a sever multiqueue thread-safety regression. Gstreamer-plugins (-base): Bump orc requirement. Notes: svn path=/head/; revision=274089
* Update Gstreamer (core) to 0.10.33Koop Mast2011-05-114-15/+20
| | | | | | | | | | 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 the build of the gstreamer opencv plugin by tweaking the opencv versionKoop Mast2011-03-271-2/+2
| | | | | | | | | requirement. Submitted by: pointyhat via pav Notes: svn path=/head/; revision=271832