aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.gstreamer.mk
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-3/+0
| | | | Where appropriate fiddle with a few other things.
* Remove expired gstreamer 0.xBaptiste Daroussin2021-02-041-98/+0
| | | | | | | | 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 Notes: svn path=/head/; revision=563995
* graphics/gstreamer*-plugins-opencv: fix fallout form OpenCV-4.5.1 upgradeTobias C. Berner2021-01-311-1/+1
| | | | | | | | | | | | | | * graphics/gstreamer-plugins-opencv: disabled, as it uses the no longer shipped OpenCV-1.0 API * graphics/gstreamer1-plugins-opencv: fix the configure script to not only look for OpenCV4 <= 4.2.0 => this will be properly fixed with the next upgrade of gstreamer when switching to the meson build system. PR: 253118 Submitted by: VVD <vvd@unislabs.com> Reported by: rhurlin, fluffy, VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=563495
* - Update multimedia/gstreamermm to 1.10.0Dmitry Marakasov2020-11-161-2/+2
| | | | | | | | | | This port is only used by games/lordsawar and the new version is required for its update Requested by: bapt Approved by: multimedia (bapt@) Notes: svn path=/head/; revision=555510
* bsd.gstreamer.mk: remove expired py-gstreamer plugin.Rene Ladan2020-09-301-12/+0
| | | | Notes: svn path=/head/; revision=550712
* Update gstreamer1 to 1.16.2.Koop Mast2020-01-261-1/+5
| | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=524224
* Remove esound support from the ports tree, as audio/esound expired.Rene Ladan2019-05-081-4/+0
| | | | Notes: svn path=/head/; revision=501020
* bsd.gstreamer.mk: remove invalid qt4 componentTobias C. Berner2019-04-181-5/+0
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=499283
* * Add the gstreamer1 lv2 plugin.Koop Mast2018-12-251-4/+9
| | | | | | | | | | | | | | | | This plugins is a wrapper that exposes lv2 plugins to gstreamer applications. * Correct the handling of webrtcdsp in bsd.gstreamer.mk so it can be used in the USE_GSTREAMER1 macro. multimedia/gstreamer1-plugins/Makefile.common: * Remove configure disable switches for sunadio and wgl, these plugins where removed in 1.14. * Move gtk3 from the "bad" plugins to the "good" plugins. This removes a warning from the configure stage of "bad" plugins about unknown configure arguments. Notes: svn path=/head/; revision=488337
* Update GStreamer to 1.14.4.Tijl Coosemans2018-11-031-1/+13
| | | | | | | | | | PR: 231406 Submitted by: Greg V <greg@unrelenting.technology> Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=483887
* Update GStreamer1 ports to 1.12.2.Koop Mast2017-07-221-59/+298
| | | | | | | | | | | | | | | | | | | Rework the adding of dependancies in Mk/bsd.gstreamer.mk. Previous when using USE_GSTREAMER[1] it would just add the request modules to BUILD/RUN_DEPENDS. This caused the qa script to complain because the old code didn't implicit depend on the gstreamer1 and gstreamer1-plugins[-bad] ports for the libraries they carried, even if they where present via the plugins! The new code adds implicit depends on these ports so USE_GSTREAMER[1] using ports have all the libraries included. * The mad mp3 plugin was removed, mpg123 plugin also provides mp3 decoding. Switch over ports that used the gstreamer1 mad plugin. * gtksink plugin renamed -> gtk * Hook up the sndio plugin into the framework * Add some indirect dependacies where needed * Reorder the plugin list in bsd.gstreamer.mk so only one plugin per line. When changing plugins it doesn't result in multiple lines being changed. * Remove mentions in bsd.gstreamer.mk of plugins mentions that where removed. * Depend on libunwind on i386/amd64, GStreamer links to it if it is present. PR: 220753 Exp-run by: antoine@ Notes: svn path=/head/; revision=446388
* Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-4/+4
| | | | | | | | | | | The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047 Notes: svn path=/head/; revision=411970
* Add GStreamer1 gstsink plugin.Koop Mast2016-03-031-1/+3
| | | | Notes: svn path=/head/; revision=410073
* Update gstreamer1 ports to 1.6.0.Koop Mast2015-09-261-3/+23
| | | | | | | | | | | | | | | | | | * 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
* Big Gstreamer update:Koop Mast2014-12-161-7/+13
| | | | | | | | | | | | | | | | | | | | | 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
* Copy the gnonlin gstreamer plugin, and update to 1.2.1. This plugin isKoop Mast2014-08-081-2/+2
| | | | | | | | | | for gstreamer 1.x. PR: 187646 (based on) Submitted by: Olivier Duchateau Notes: svn path=/head/; revision=364379
* Update to 1.2.2.Koop Mast2013-12-301-1/+2
| | | | | | | | | 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
* Add gstreamer vaapi, plugin and support libraries to enable hardwareKoop Mast2013-11-281-1/+3
| | | | | | | accelerated video decoding through the VA-API library. Notes: svn path=/head/; revision=335124
* Update to 1.2.1.Koop Mast2013-11-211-6/+10
| | | | | | | | 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
* Update to 1.0.9.Koop Mast2013-08-211-5/+5
| | | | | | | | | | | | | | 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
* Partial revert of r320440 some things has been committed that shouldn't have yetBaptiste Daroussin2013-06-101-2/+0
| | | | Notes: svn path=/head/; revision=320443
* Removed useless quotesBaptiste Daroussin2013-06-101-0/+2
| | | | Notes: svn path=/head/; revision=320440
* Provide the rtmp streaming plugin [1].Koop Mast2013-04-281-1/+3
| | | | | | | | | | | Provide complete version for gstreamer1-plugins-core so it passes the version check. [2] Reported by: Olivier Duchateau <duchateau.olivier@gmail.com> [2] Requested by: Vanilla Hsu <v@fatpipi.com> [1] Notes: svn path=/head/; revision=316738
* Add Gstreamer 1.0.7. This is the new stable version of theKoop Mast2013-04-271-36/+134
| | | | | | | | | | | | | | | | | | 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
* Add opus audio codec gstreamer plugin.Koop Mast2013-03-231-1/+3
| | | | | | | | PR: ports/177296 Submitted by: "Eric L. Camachat" <eric@camachat.org> Notes: svn path=/head/; revision=315020
* - Remove emacs mode, -*- mode: ...; -*- [1]Martin Wilke2012-05-231-1/+1
| | | | | | | | | | | | | | | | | | | - Comments for BUILD_ and RUN_DEPENDS fail to mention alternate means to specify dependencie [2] - Fix make reinstall [3] - Trivial comment change for PORTDATA [4] PR: 151954 [1] 161314 [2] 167085 [3] 167465 [4] Submitted by: Anonymous <swell.k@gmail.com> [1] dougb@ and Chris Rees <utisoft@gmail.com> [2] Garrett Cooper <yanegomi@gmail.com> [3] "Bryan Drewery" <bryan@shatow.net> [4] Tested via: phw Notes: svn path=/head/; revision=297274
* MusicBrainz RDF webservice no longer functionsBaptiste Daroussin2012-04-091-2/+0
| | | | Notes: svn path=/head/; revision=294450
* Update Gstreamer-plugins-base to 0.10.32Koop Mast2011-02-251-6/+8
| | | | | | | | | | | | | | | | 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
* - Connect Qt4 GStreamer media layer to common GStreamer frameworkDima Panov2011-02-051-1/+4
| | | | | | | | Approved by: multimedia (kwm) Feature safe: yes Notes: svn path=/head/; revision=268676
* Add game music emu (gme) gstreamer plugin.Koop Mast2010-11-151-1/+3
| | | | | | | Submitted by: Raphael Kubo da Costa <kubito@gmail.com> Notes: svn path=/head/; revision=264596
* Update gstreamer-plugins-bad to 0.10.20.Koop Mast2010-09-131-7/+19
| | | | | | | | | | | | | | | | | | - 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
* Add gstreamer-plugins-gl 0.10.2.Koop Mast2010-09-071-1/+3
| | | | | | | | | | This Gstreamer plugin suppies: * Integration with stanard GStreamer video buffers * Various OpenGL effects and filters * Direct GL output via glimagesink Notes: svn path=/head/; revision=260676
* Update gstreamer-plugins-ugly to 0.10.16.Koop Mast2010-09-061-2/+8
| | | | | | | | | | | | New plugins: amrnb: OpenCore based Adaptive Multi-Rate Narrow-Band plugin amrwbdec: OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin twolame: High-quality free MP2 encoder plugin Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.16.html Notes: svn path=/head/; revision=260660
* Update to 0.10.21.Koop Mast2010-03-311-1/+3
| | | | | | | | Fix detection of libpng. New plugin v4l2. Notes: svn path=/head/; revision=251886
* Update to 0.10.18.Koop Mast2010-03-311-3/+1
| | | | | | | | Ivorbis plugin got merged with the vorbis plugin. Depend on neon29 instead of neon28 if it is found. Notes: svn path=/head/; revision=251885
* The gstreamer pulse plugins was imported in the good gstreamer tarball release.Koop Mast2009-04-061-1/+0
| | | | | | | Adapt this port to use the plugin from the good tarball release. Notes: svn path=/head/; revision=231688
* - Has expired: Has been broken for more than 6 monthsPav Lucistnik2008-12-191-3/+1
| | | | Notes: svn path=/head/; revision=224470
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-241-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* gstreamer-plugins-[nas|sndfile|x264] are back in the ports treeMichael Johnson2007-06-191-2/+2
| | | | Notes: svn path=/head/; revision=193887
* Add link to gstreamer-plugins-mp3Michael Johnson2007-06-071-0/+2
| | | | | | | Reported by: cperciva Notes: svn path=/head/; revision=193020
* Switch from using mad to mp3 in USE_GSTREAMERMichael Johnson2007-06-071-3/+5
| | | | Notes: svn path=/head/; revision=193013
* Readd a line that didn't need to be removedMichael Johnson2007-06-021-0/+1
| | | | | | | Submitted by: jon@jackson-spencer.ca Notes: svn path=/head/; revision=192600
* - Retire gstreamer 0.8.0Michael Johnson2007-06-011-37/+1
| | | | Notes: svn path=/head/; revision=192557
* Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try toJeremy Messenger2007-04-291-1/+1
| | | | | | | | fix it with future update of libcaca. All of gstreamer*80 will be remove in May anyway. Notes: svn path=/head/; revision=191133
* Retire jpeg-mmxMichael Johnson2007-03-081-3/+1
| | | | Notes: svn path=/head/; revision=186900
* Does not build with current wavpack and got obsoleted by 0.10.x version.Jeremy Messenger2007-01-251-1/+1
| | | | | | | | | BTW: All of gstreamer-*80 are arleady deprecate and expire at 2007-05-31. Reminded by: pav Notes: svn path=/head/; revision=183264
* Revive gstreamer-plugins-swfdec (flash output)Michael Johnson2006-12-231-1/+1
| | | | Notes: svn path=/head/; revision=180617
* - Add spc support in bsd.gstreamer.mkMichael Johnson2006-12-221-1/+3
| | | | | | | | - Bump PORTREVISION in gstreamer-plugins-all for all the new gstreamer-plugins ports Notes: svn path=/head/; revision=180548
* Revive gstreamer-plugins-mpeg2encMichael Johnson2006-12-221-1/+1
| | | | Notes: svn path=/head/; revision=180543
* Revive gstreamer-plugins-jackMichael Johnson2006-12-221-2/+2
| | | | Notes: svn path=/head/; revision=180536