notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: Mk/bsd.gstreamer.mk
SVNWeb

Number of commits found: 80

Sat, 30 Apr 2022
[ 08:03 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  commit hash:ca3f925d6eb53ff27e2a49775f6d33f52a587ae4  ca3f925  (Only the first 10 of 133 ports in this commit are shown above. View all ports for this commit)
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk

- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree

Differential Revision: https://reviews.freebsd.org/D35097
Sun, 24 Apr 2022
[ 10:00 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  commit hash:aa2539679084872cd84112e9df6bfee571570623  aa25396  (Only the first 10 of 118 ports in this commit are shown above. View all ports for this commit)
framework: cleanup conditional-indentations in Mk/

Run Tools/scripts/indent_make_if.pl on all of Mk.

These white space changes contribute greatly to the readability of those files.
As we have a version control system, finding out the reasons for the changes
prior to these white space changes is still easily possible

Differential Revision:	https://reviews.freebsd.org/D35024
Reviewed by:		portmgr (rene, bapt)
Mon, 23 Aug 2021
[ 12:52 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:d88adb1c0af3a6b9160a0ecdcc242ad91973d6dd  commit hash:d88adb1c0af3a6b9160a0ecdcc242ad91973d6dd  commit hash:d88adb1c0af3a6b9160a0ecdcc242ad91973d6dd  d88adb1 
x11-toolkits/gstreamer1-plugins-gtk4: add new port

GTK4 plugin contains:

- gtk4glsink: A video sink that renders to a GtkWidget using OpenGL
- gtk4sink: A video sink that renders to a GtkWidget

https://gstreamer.freedesktop.org/documentation/gtk/gtksink.html
Tue, 6 Apr 2021
[ 14:27 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  commit hash:5d33e045968104ac678d8b4b4ec1e8956bbf68e0  5d33e04  (Only the first 10 of 224 ports in this commit are shown above. View all ports for this commit)
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
Thu, 4 Feb 2021
[ 06:04 bapt search for other commits by this committer ] Original commit   Revision:563995 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Remove expired gstreamer 0.x

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
Sun, 31 Jan 2021
[ 16:32 tcberner search for other commits by this committer ] Original commit   Revision:563495
graphics/gstreamer*-plugins-opencv: fix fallout form OpenCV-4.5.1 upgrade

* 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>
Mon, 16 Nov 2020
[ 19:28 amdmi3 search for other commits by this committer ] Original commit   Revision:555510
- Update multimedia/gstreamermm to 1.10.0

This port is only used by games/lordsawar and the new version is required for
its update

Requested by:	bapt
Approved by:	multimedia (bapt@)
Wed, 30 Sep 2020
[ 15:23 rene search for other commits by this committer ] Original commit   Revision:550712
bsd.gstreamer.mk: remove expired py-gstreamer plugin.
Sun, 26 Jan 2020
[ 17:42 kwm search for other commits by this committer ] Original commit   Revision:524224 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
Update gstreamer1 to 1.16.2.

- 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
Wed, 8 May 2019
[ 12:54 rene search for other commits by this committer ] Original commit   Revision:501020
Remove esound support from the ports tree, as audio/esound expired.
Thu, 18 Apr 2019
[ 17:54 tcberner search for other commits by this committer ] Original commit   Revision:499283
bsd.gstreamer.mk: remove invalid qt4 component

Reported by:	antoine
Tue, 25 Dec 2018
[ 19:43 kwm search for other commits by this committer ] Original commit   Revision:488337
* Add the gstreamer1 lv2 plugin.
  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.
Sat, 3 Nov 2018
[ 11:58 tijl search for other commits by this committer ] Original commit   Revision:483887 (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Update GStreamer to 1.14.4.

PR:		231406
Submitted by:	Greg V <greg@unrelenting.technology>
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Sat, 22 Jul 2017
[ 11:35 kwm search for other commits by this committer ] Original commit   Revision:446388 (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Update GStreamer1 ports to 1.12.2.

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@
Sun, 27 Mar 2016
[ 01:23 bapt search for other commits by this committer ] Original commit   Revision:411970 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Thu, 3 Mar 2016
[ 21:31 kwm search for other commits by this committer ] Original commit   Revision:410073
Add GStreamer1 gstsink plugin.
Sat, 26 Sep 2015
[ 14:36 kwm search for other commits by this committer ] Original commit   Revision:397984 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Update gstreamer1 ports to 1.6.0.

* 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
Tue, 16 Dec 2014
[ 13:35 kwm search for other commits by this committer ] Original commit   Revision:374804 (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
Big Gstreamer update:

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
Fri, 8 Aug 2014
[ 20:37 kwm search for other commits by this committer ] Original commit   Revision:364379
Copy the gnonlin gstreamer plugin, and update to 1.2.1. This plugin is
for gstreamer 1.x.

PR:		187646 (based on)
Submitted by:	Olivier Duchateau
Mon, 30 Dec 2013
[ 12:56 kwm search for other commits by this committer ] Original commit   Revision:338106 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
Update to 1.2.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
Thu, 28 Nov 2013
[ 21:57 kwm search for other commits by this committer ] Original commit   Revision:335124
Add gstreamer vaapi, plugin and support libraries to enable hardware
accelerated video decoding through the VA-API library.
Thu, 21 Nov 2013
[ 19:06 kwm search for other commits by this committer ] Original commit   Revision:334511 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Update to 1.2.1.

Retire celt plugin, it was removed in flavor for the opus plugin.
Add new webp, kate and openjpeg plugin.
Wed, 21 Aug 2013
[ 11:24 kwm search for other commits by this committer ] Original commit   Revision:325107 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update to 1.0.9.

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.
Mon, 10 Jun 2013
[ 08:20 bapt search for other commits by this committer ] Original commit   Revision:320443
Partial revert of r320440 some things has been committed that shouldn't have yet
[ 07:27 bapt search for other commits by this committer ] Original commit   Revision:320440
Removed useless quotes
Sun, 28 Apr 2013
[ 17:53 kwm search for other commits by this committer ] Original commit   Revision:316738
Provide the rtmp streaming plugin [1].
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]
Sat, 27 Apr 2013
[ 20:56 kwm search for other commits by this committer ] Original commit   Revision:316693 (Only the first 10 of 165 ports in this commit are shown above. View all ports for this commit)
Add Gstreamer 1.0.7. This is the new stable version of the
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.
Sat, 23 Mar 2013
[ 09:58 kwm search for other commits by this committer ] Original commit   Revision:315020
Add opus audio codec gstreamer plugin.

PR:		ports/177296
Submitted by:	"Eric L. Camachat" <eric@camachat.org>
Wed, 23 May 2012
[ 08:17 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Remove emacs mode, -*- mode: ...; -*- [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
Mon, 9 Apr 2012
[ 22:34 bapt search for other commits by this committer ] Original commit 
MusicBrainz RDF webservice no longer functions
Fri, 25 Feb 2011
[ 10:58 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
Update Gstreamer-plugins-base to 0.10.32
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.
Sat, 5 Feb 2011
[ 11:48 fluffy search for other commits by this committer ] Original commit 
- Connect Qt4 GStreamer media layer to common GStreamer framework

Approved by:    multimedia (kwm)
Feature safe:   yes
Mon, 15 Nov 2010
[ 16:38 kwm search for other commits by this committer ] Original commit 
Add game music emu (gme) gstreamer plugin.

Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
Mon, 13 Sep 2010
[ 16:05 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Update gstreamer-plugins-bad to 0.10.20.

- 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>
Tue, 7 Sep 2010
[ 06:52 kwm search for other commits by this committer ] Original commit 
Add gstreamer-plugins-gl 0.10.2.

This Gstreamer plugin suppies:
 * Integration with stanard GStreamer video buffers
 * Various OpenGL effects and filters
 * Direct GL output via glimagesink
Mon, 6 Sep 2010
[ 21:10 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Update gstreamer-plugins-ugly to 0.10.16.

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
Wed, 31 Mar 2010
[ 10:40 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
Update to 0.10.21.

Fix detection of libpng.
New plugin v4l2.
[ 10:33 kwm search for other commits by this committer ] Original commit 
Update to 0.10.18.

Ivorbis plugin got merged with the vorbis plugin.
Depend on neon29 instead of neon28 if it is found.
Mon, 6 Apr 2009
[ 10:46 kwm search for other commits by this committer ] Original commit 
The gstreamer pulse plugins was imported in the good gstreamer tarball release.
Adapt this port to use the plugin from the good tarball release.
Fri, 19 Dec 2008
[ 21:07 pav search for other commits by this committer ] Original commit 
- Has expired: Has been broken for more than 6 months
Mon, 24 Mar 2008
[ 03:50 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 712 ports in this commit are shown above. View all ports for this commit)
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
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
Tue, 19 Jun 2007
[ 14:39 ahze search for other commits by this committer ] Original commit 
gstreamer-plugins-[nas|sndfile|x264] are back in the ports tree
Thu, 7 Jun 2007
[ 16:21 ahze search for other commits by this committer ] Original commit 
Add link to gstreamer-plugins-mp3

Reported by:    cperciva
[ 14:04 ahze search for other commits by this committer ] Original commit 
Switch from using mad to mp3 in USE_GSTREAMER
Sat, 2 Jun 2007
[ 21:02 ahze search for other commits by this committer ] Original commit 
Readd a line that didn't need to be removed

Submitted by:   jon@jackson-spencer.ca
Fri, 1 Jun 2007
[ 20:43 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
- Retire gstreamer 0.8.0
Sun, 29 Apr 2007
[ 19:15 mezz search for other commits by this committer ] Original commit 
Remove graphics/gstreamer-plugins-libcaca80, it is no point for me to try to
fix it with future update of libcaca. All of gstreamer*80 will be remove in
May anyway.
Thu, 8 Mar 2007
[ 14:20 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Retire jpeg-mmx
Thu, 25 Jan 2007
[ 16:22 mezz search for other commits by this committer ] Original commit 
Does not build with current wavpack and got obsoleted by 0.10.x version.

BTW: All of gstreamer-*80 are arleady deprecate and expire at 2007-05-31.

Reminded by:    pav
Sat, 23 Dec 2006
[ 18:44 ahze search for other commits by this committer ] Original commit 
Revive gstreamer-plugins-swfdec (flash output)
Fri, 22 Dec 2006
[ 23:35 ahze search for other commits by this committer ] Original commit 
- Add spc support in bsd.gstreamer.mk
- Bump PORTREVISION in gstreamer-plugins-all for all the new gstreamer-plugins
  ports
[ 23:14 ahze search for other commits by this committer ] Original commit 
Revive gstreamer-plugins-mpeg2enc
[ 22:37 ahze search for other commits by this committer ] Original commit 
Revive gstreamer-plugins-jack
[ 22:25 ahze search for other commits by this committer ] Original commit 
Revive gstreamer-plugins-cdaudio
Wed, 13 Dec 2006
[ 07:39 vd search for other commits by this committer ] Original commit 
Remove dirac references in preparation for removal of
multimedia/gstreamer-plugins-dirac80
Tue, 12 Dec 2006
[ 17:15 vd search for other commits by this committer ] Original commit 
Prepare bsd.gstreamer.mk for removal of multimedia/gstreamer-plugins-dirac80

Approved by:    multimedia (ahze)
Tue, 5 Dec 2006
[ 18:02 sat search for other commits by this committer ] Original commit 
- Provide a wildcard default python_pkgnameprefix to fix a few ports

Reported by:    sat
Submitted by:   ahze
Reviewed by:    multimedia
Sat, 14 Oct 2006
[ 08:35 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 577 ports in this commit are shown above. View all ports for this commit)
Presenting GNOME 2.16.1 for FreeBSD.  This release represents a massive
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,
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 1 Aug 2006
[ 04:52 ahze search for other commits by this committer ] Original commit 
- Add forgotten support for USE_GSTREAMER=python
  (depends on multimedia/py-gstreamer)

Obtained from:  marcuscom cvs
Wed, 5 Jul 2006
[ 02:18 linimon search for other commits by this committer ] Original commit 
* Change all bogus uses of BROKEN to IGNORE.  Note: the BROKEN_WITH_*
  forms are retained for compatibility but deprecated [1]

* Add sha256 to CHECKSUM_ALGORITHMS [2]

* Remove some whitespace [2]

* Add USE_SCONS and bsd.scons.mk for the Python-based SCons build system [3]

* Fix USE_LDCONFIG with non-default PREFIX [4]

* Add USE_WX and friends, and bsd.wx.mk, for common code for WxWidgets
  support [5]

* Add 'make missing' to show missing dependencies [6]

* Fix DESKTOP_ENTRIES processing on 4.x [7]

PR:     92445 [1], 98206 [2], 98731 [3], 99370 [4], 89398 [5],
        93601 [6], 98891 [7]

Submitted by:   linimon [1], edwin [2], alex at foxybanana dot com [3],
                gerald [4], flz [4], alepulver [5], alex at fafula dot com [6],
                shaun [7]
Fri, 9 Jun 2006
[ 18:00 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Transfer MAINTAINER to multimedia@

Approved by:    dhw (postmaster, for using multimedia@ as maintainer)
                gnome (gstreamer ports)
Wed, 17 May 2006
[ 14:34 ahze search for other commits by this committer ] Original commit 
- Readd gstreamer-plugins-xvid
Tue, 16 May 2006
[ 01:43 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update gstreamer-plugins to 0.10.7
- Update bad to 0.10.3
- Update good to 0.10.3
- Readd dvd and dts plugins
Wed, 10 May 2006
[ 21:11 ahze search for other commits by this committer ] Original commit 
- Don't quote BROKEN messages
Sat, 29 Apr 2006
[ 23:03 ahze search for other commits by this committer ] Original commit  (Only the first 10 of 160 ports in this commit are shown above. View all ports for this commit)
- Update gstreamer to 0.10
- Move all old gstreamer 0.8 ports to gstreamer*80 [1]
- Chase all ports with new gstreamer or gstreaemer moves

Repocopied by:  marcus [1]
Sat, 22 Apr 2006
[ 18:12 marcus search for other commits by this committer ] Original commit 
Rename the gstreamer-plugin from polypaudio to polyp.
[ 11:21 erwin search for other commits by this committer ] Original commit 
gstreamer-plugins-polypaudio was renamed to gstreamer-plugins-polyp

Submitted by:   Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Sat, 21 Jan 2006
[ 17:37 krion search for other commits by this committer ] Original commit  (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- Fix 'all-depends-list' target in cases if dependencies list is
  very long and if some dependencies can't be added into the list.
  [1]

- Fix FAM support.  Make gamin the default FAM system. [2]

- Introduce new 'quicksearch' target to show only port, path and
  info section of the matching ports. [3]

- Introduce new category - rubygems. [4]

- Fix stale dependencies while installing qmail slaveport and
  another port that depends on qmail. [5]

- Add commentary for describes target in bsd.port.mk. [6]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 15 Sep 2005
[ 20:22 kwm search for other commits by this committer ] Original commit 
Fix gstreamer-plugins-all, by defining the gstreamer x264 plugin name
(which is non-default).

Submitted by:   krismail
Thu, 8 Sep 2005
[ 18:32 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
Update to 0.8.11.
Add new plugins x264.

Approved by:    maintainer (implicit)
Wed, 6 Jul 2005
[ 15:04 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Update to 0.8.10.

Wavpack moves from main package to stand alone plugin.
New cdio plugin, spc plugin now enabled.

Mark the cairo plugin ignore because it needs a newer version of cairo.
Use gst-register-0.8 instead of gst-register.

Changelog:     
http://gstreamer.freedesktop.org/releases/gst-plugins/0.8.10.html

Approved by:    maintainer (implicit)
Tue, 31 May 2005
[ 15:51 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 63 ports in this commit are shown above. View all ports for this commit)
Update to 0.8.9.
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)
Thu, 26 May 2005
[ 20:26 ahze search for other commits by this committer ] Original commit 
- Fix depends on multimedia/gstreamer-plugins-dv
[ 16:50 ahze search for other commits by this committer ] Original commit 
- Fix fatal typo in libvisual so USE_GSTREAMER=libvisual will now work.
Sun, 20 Mar 2005
[ 16:01 kwm search for other commits by this committer ] Original commit 
Slit off gstreamer gconf stuff in a seperate port.

Requested by:   lofi
Approved by:    maintainer (implicit)
Thu, 17 Mar 2005
[ 05:55 ahze search for other commits by this committer ] Original commit 
- Add USE_GSTREAMER=libmms support (net/gstreamer-plugins-libmms)
[ 01:10 ahze search for other commits by this committer ] Original commit 
- Add forgotten path to gstreamer-plugins-shout2
[ 01:07 ahze search for other commits by this committer ] Original commit 
- Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2
Tue, 8 Mar 2005
[ 07:17 ahze search for other commits by this committer ] Original commit 
- Add graphics/gstreamer-plugins-cairo
Mon, 28 Feb 2005
[ 21:09 krion search for other commits by this committer ] Original commit 
* Add info files to TMPPLIST, only if INFO is specified. [1]

* Fix PATH problems during README.html generation if "make
  -DPORTSTOP readmes" is defined. [2]

* Add support for early rcNG startup scripts. [3]

* Remove duplicate USE_XLIB handling. [4]

* Add check for USE_PYTHON_(BUILD|RUN), and include bsd.python.mk if
  both are specified. [5]

* Use PRE-INSTALL target for SUB_FILES and SUB_LIST. [6]

* Introduce bsd.gstreamer.mk and utilize new macros:
  USE_GSTREAMER/WANT_GSTREAMER. [7]

PR:             ports/77634 [1], ports/77592 [2], ports/77385 [3],
                ports/77557 [4], ports/77344 [5], ports/77211 [6],
                ports/77838 [7]
Submitted by:   krion [1] [2], Florent Thoumie <flz@xbsd.org> [3] [6],
                pav [4], lofi [5], ahze [7]

Number of commits found: 80