aboutsummaryrefslogtreecommitdiff
path: root/audio/gstreamer-plugins-jack
Commit message (Collapse)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Bump portrevision after changes in gstreamer-plugins master portBaptiste Daroussin2014-04-251-1/+1
| | | | | | | 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-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Update to 0.10.11.Koop Mast2009-04-051-1/+1
| | | | | | | Changelog: http://www.gstreamer.net/releases/gst-plugins-bad/0.10.11.html Notes: svn path=/head/; revision=231649
* Fix packaging for plugins.Koop Mast2009-01-281-1/+1
| | | | | | | | Pointed out by: Géraud CONTINSOUZAS geraud at gcu dot nfo Jan Hendrik Sylvester me at janh dot de Notes: svn path=/head/; revision=227053
* Update to 0.10.10.Koop Mast2009-01-271-1/+1
| | | | | | | | Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html Notes: svn path=/head/; revision=227010
* 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=214428
* The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 forJoe Marcus Clarke2008-03-241-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Revive gstreamer-plugins-jackMichael Johnson2006-12-221-0/+17
| | | | Notes: svn path=/head/; revision=180536
* - Remove gstreamer plugins not in 0.10 (yet)Michael Johnson2006-04-301-17/+0
| | | | Notes: svn path=/head/; revision=160870
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Update to 0.8.11.Koop Mast2005-09-081-1/+1
| | | | | | | | | Add new plugins x264. Approved by: maintainer (implicit) Notes: svn path=/head/; revision=142237
* - Readd PORTREVISION?= to gstreamer-plugins so I can bumpMichael Johnson2005-07-131-1/+1
| | | | | | | | | gstreamer-plugins-libcdio without bumping everything. - Add PORTREVISION= 1 to each gstreamer-plugins so version doesn't go backwards. Notes: svn path=/head/; revision=139033
* Update to 0.8.9.Koop Mast2005-05-311-0/+3
| | | | | | | | | | | | | | | Remove xine plugins, not very well supported and gstreamer-ffmpeg does a better job. Override COMMENT and PORTREVISION in slave ports. For the slave ports in multimedia add also CATAGORIES. Chase libmusepack -> libmpcdec rename. Changelog: http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.9.html Approved by: maintainer (implicit) Notes: svn path=/head/; revision=136530
* - split multimedia/gstreamer-plugins in to individual ports perMichael Johnson2005-02-281-0/+14
gstreamer plugin (52 new ports). - Chase changes to ports that used USE_GNOME=gstreamerplugisn to use new USE_GSTREAMER= macro, Bump PORTREVISION's -- Examples of new USE_GSTREAMER macro: USE_GSTREAMER= dvd lame flac .include <bsd.port.mk> If you want to use USE_GSTREAMER after <bsd.port.pre.mk> you must follow one of the examples listed below WANT_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_VORBIS) USE_GSTREAMER+= vorbis .endif or USE_GSTREAMER= yes .include <bsd.port.pre.mk> .if defined(WITH_FAAD) USE_GSTREAMER+= faad .endif Note: USE_GSTREAMER=yes will always add a dependency to ports/multimedia/gstreamer-plugins -- Thanks to krion for runing this on pointyhat Thanks to kwm for helping with this, and many bug fixes , and updates. Notes: svn path=/head/; revision=130046