notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: Mk/bsd.gstreamer.mk

Number of commits found: 80

Saturday, 30 Apr 2022
08:03 Tobias C. Berner (tcberner) search for other commits by this committer
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
commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 commit hash: ca3f925d6eb53ff27e2a49775f6d33f52a587ae4 ca3f925
Sunday, 24 Apr 2022
10:00 Tobias C. Berner (tcberner) search for other commits by this committer
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)
commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 commit hash: aa2539679084872cd84112e9df6bfee571570623 aa25396
Monday, 23 Aug 2021
12:52 Jan Beich (jbeich) search for other commits by this committer
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
commit hash: d88adb1c0af3a6b9160a0ecdcc242ad91973d6dd commit hash: d88adb1c0af3a6b9160a0ecdcc242ad91973d6dd commit hash: d88adb1c0af3a6b9160a0ecdcc242ad91973d6dd commit hash: d88adb1c0af3a6b9160a0ecdcc242ad91973d6dd d88adb1
Tuesday, 6 Apr 2021
14:27 Mathieu Arnold (mat) search for other commits by this committer
framework: Remove $FreeBSD$

Where appropriate fiddle with a few other things.
commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 commit hash: 5d33e045968104ac678d8b4b4ec1e8956bbf68e0 5d33e04
Thursday, 4 Feb 2021
06:04 bapt search for other commits by this committer
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
Original commitRevision:563995 
Sunday, 31 Jan 2021
16:32 tcberner search for other commits by this committer
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>
Original commitRevision:563495 
Monday, 16 Nov 2020
19:28 amdmi3 search for other commits by this committer
- 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@)
Original commitRevision:555510 
Wednesday, 30 Sep 2020
15:23 rene search for other commits by this committer
bsd.gstreamer.mk: remove expired py-gstreamer plugin.
Original commitRevision:550712 
Sunday, 26 Jan 2020
17:42 kwm search for other commits by this committer
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
Original commitRevision:524224 
Wednesday, 8 May 2019
12:54 rene search for other commits by this committer
Remove esound support from the ports tree, as audio/esound expired.
Original commitRevision:501020 
Thursday, 18 Apr 2019
17:54 tcberner search for other commits by this committer
bsd.gstreamer.mk: remove invalid qt4 component

Reported by:	antoine
Original commitRevision:499283 
Tuesday, 25 Dec 2018
19:43 kwm search for other commits by this committer
* 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.
Original commitRevision:488337 
Saturday, 3 Nov 2018
11:58 tijl search for other commits by this committer
Update GStreamer to 1.14.4.

PR:		231406
Submitted by:	Greg V <greg@unrelenting.technology>
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:483887 
Saturday, 22 Jul 2017
11:35 kwm search for other commits by this committer
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@
Original commitRevision:446388 
Sunday, 27 Mar 2016
01:23 bapt search for other commits by this committer
Remove the now unneeded ${PORTSDIR} from dependency definition in
The infrastructure Makefiles

PR:		206569
Exp run by:	antoine
Differential Revision:	D5047
Original commitRevision:411970 
Thursday, 3 Mar 2016
21:31 kwm search for other commits by this committer
Add GStreamer1 gstsink plugin.
Original commitRevision:410073 
Saturday, 26 Sep 2015
14:36 kwm search for other commits by this committer
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
Original commitRevision:397984 
Tuesday, 16 Dec 2014
13:35 kwm search for other commits by this committer
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
Original commitRevision:374804 
Friday, 8 Aug 2014
20:37 kwm search for other commits by this committer
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
Original commitRevision:364379 
Monday, 30 Dec 2013
12:56 kwm search for other commits by this committer
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
Original commitRevision:338106 
Thursday, 28 Nov 2013
21:57 kwm search for other commits by this committer
Add gstreamer vaapi, plugin and support libraries to enable hardware
accelerated video decoding through the VA-API library.
Original commitRevision:335124 
Thursday, 21 Nov 2013
19:06 kwm search for other commits by this committer
Update to 1.2.1.

Retire celt plugin, it was removed in flavor for the opus plugin.
Add new webp, kate and openjpeg plugin.
Original commitRevision:334511 
Wednesday, 21 Aug 2013
11:24 kwm search for other commits by this committer
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.
Original commitRevision:325107 
Monday, 10 Jun 2013
08:20 bapt search for other commits by this committer
Partial revert of r320440 some things has been committed that shouldn't have yet
Original commitRevision:320443 
07:27 bapt search for other commits by this committer
Removed useless quotes
Original commitRevision:320440 
Sunday, 28 Apr 2013
17:53 kwm search for other commits by this committer
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]
Original commitRevision:316738 
Saturday, 27 Apr 2013
20:56 kwm search for other commits by this committer
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.
Original commitRevision:316693 
Saturday, 23 Mar 2013
09:58 kwm search for other commits by this committer
Add opus audio codec gstreamer plugin.

PR:		ports/177296
Submitted by:	"Eric L. Camachat" <eric@camachat.org>
Original commitRevision:315020 
Wednesday, 23 May 2012
08:17 miwi search for other commits by this committer
- 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
Original commit
Monday, 9 Apr 2012
22:34 bapt search for other commits by this committer
MusicBrainz RDF webservice no longer functions
Original commit
Friday, 25 Feb 2011
10:58 kwm search for other commits by this committer
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.
Original commit
Saturday, 5 Feb 2011
11:48 fluffy search for other commits by this committer
- Connect Qt4 GStreamer media layer to common GStreamer framework

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

Submitted by:   Raphael Kubo da Costa <kubito@gmail.com>
Original commit
Monday, 13 Sep 2010
16:05 kwm search for other commits by this committer
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>
Original commit
Tuesday, 7 Sep 2010
06:52 kwm search for other commits by this committer
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
Original commit
Monday, 6 Sep 2010
21:10 kwm search for other commits by this committer
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
Original commit
Wednesday, 31 Mar 2010
10:40 kwm search for other commits by this committer
Update to 0.10.21.

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

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

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

Submitted by:   jon@jackson-spencer.ca
Original commit
Friday, 1 Jun 2007
20:43 ahze search for other commits by this committer
- Retire gstreamer 0.8.0
Original commit
Sunday, 29 Apr 2007
19:15 mezz search for other commits by this committer
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.
Original commit
Thursday, 8 Mar 2007
14:20 ahze search for other commits by this committer
Retire jpeg-mmx
Original commit
Thursday, 25 Jan 2007
16:22 mezz search for other commits by this committer
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
Original commit
Saturday, 23 Dec 2006
18:44 ahze search for other commits by this committer
Revive gstreamer-plugins-swfdec (flash output)
Original commit
Friday, 22 Dec 2006
23:35 ahze search for other commits by this committer
- Add spc support in bsd.gstreamer.mk
- Bump PORTREVISION in gstreamer-plugins-all for all the new gstreamer-plugins
  ports
Original commit
23:14 ahze search for other commits by this committer
Revive gstreamer-plugins-mpeg2enc
Original commit
22:37 ahze search for other commits by this committer
Revive gstreamer-plugins-jack
Original commit
22:25 ahze search for other commits by this committer
Revive gstreamer-plugins-cdaudio
Original commit
Wednesday, 13 Dec 2006
07:39 vd search for other commits by this committer
Remove dirac references in preparation for removal of
multimedia/gstreamer-plugins-dirac80
Original commit
Tuesday, 12 Dec 2006
17:15 vd search for other commits by this committer
Prepare bsd.gstreamer.mk for removal of multimedia/gstreamer-plugins-dirac80

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

Reported by:    sat
Submitted by:   ahze
Reviewed by:    multimedia
Original commit
Saturday, 14 Oct 2006
08:35 marcus search for other commits by this committer
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,
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)
Original commit
Tuesday, 1 Aug 2006
04:52 ahze search for other commits by this committer
- Add forgotten support for USE_GSTREAMER=python
  (depends on multimedia/py-gstreamer)

Obtained from:  marcuscom cvs
Original commit
Wednesday, 5 Jul 2006
02:18 linimon search for other commits by this committer
* 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]
Original commit
Friday, 9 Jun 2006
18:00 ahze search for other commits by this committer
- Transfer MAINTAINER to multimedia@

Approved by:    dhw (postmaster, for using multimedia@ as maintainer)
                gnome (gstreamer ports)
Original commit
Wednesday, 17 May 2006
14:34 ahze search for other commits by this committer
- Readd gstreamer-plugins-xvid
Original commit
Tuesday, 16 May 2006
01:43 ahze search for other commits by this committer
- Update gstreamer-plugins to 0.10.7
- Update bad to 0.10.3
- Update good to 0.10.3
- Readd dvd and dts plugins
Original commit
Wednesday, 10 May 2006
21:11 ahze search for other commits by this committer
- Don't quote BROKEN messages
Original commit
Saturday, 29 Apr 2006
23:03 ahze search for other commits by this committer
- 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]
Original commit
Saturday, 22 Apr 2006
18:12 marcus search for other commits by this committer
Rename the gstreamer-plugin from polypaudio to polyp.
Original commit
11:21 erwin search for other commits by this committer
gstreamer-plugins-polypaudio was renamed to gstreamer-plugins-polyp

Submitted by:   Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
Original commit
Saturday, 21 Jan 2006
17:37 krion search for other commits by this committer
- 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]

- Fix warning issued during make index on archs !368. [7]

- Add USE_DOS2UNIX variable.  If set to "YES", remove the ^M from
  all files under ${WRKSRC}. If set to a string, remove in all files
  under ${WRKSRC} with one of these names the ^Ms. [8]

- Add new variables PERL_RUN_DEPENDS and PERL_BUILD_DEPENDS by
  checking the existance of the Perl modules with the "perl -e 'use
  module;'" command. [9]

- Fix bsd.port.mk variable quoting issues.  No quoting is necessary
  anymore either in the Makefile or on the command line.  Affected
  variables include:

  BROKEN
  FORBIDDEN
  IGNORE
  MANUAL_PACKAGE_BUILD
  NO_CDROM
  NO_PACKAGE
  RESTRICTED

  [10]

- Add NOFETCHFILES variable.  If set, don't download these files
  from the ${MASTER_SITES} or ${MASTER_SITE_BACKUP} (but do from
  ${MASTER_SITE_OVERRIDE}). [11]

- Improve 'search' target output. [12]

- Add a new virtual category for Amateur Radio - hamradio. [13]

- Cleanup some old/unused pathes in bsd.port.mk. [14]

- Add @dirrmtry for plists which does the same as:
  "@unexec rmdir %D/foo 2>/dev/null || true" [15]

- Remove virtual category - offix. [16]

- Use portsnap instead of cvsup or cvs on "make update" in
  /usr/ports. [17]

- Move location of bsd.autotools.mk within bsd.port.mk [18]

- Add bsd.linux-rpm.mk, fix INSTALLS_SHLIB for Linux ports [19]

- Use new USE_RC_SUBR format for FreeBSD version >= 700007 [20]

- Replace the string "FreeBSD" by "The FreeBSD Project" in the
  security warning [21]

- Add bsd.local.mk for local modification to ports framework. [22]

- Replace rcNG spelling by rc.d [23]

- Remove superfluous USE_REINPLACE. [24]

Special thanks to:      linimon for spending hours with all these patches
                        clement for fixes
                        kris for help with pointyhat
PR:     ports/86310 [1], ports/89498 [2], ports/83530 [3],
        ports/83789 [4], ports/84053 [5], ports/86281 [6],
        ports/87214 [7], ports/87234 [8], ports/87318 [9],
        ports/87396 [10], ports/87605 [11], ports/87840 [12],
        ports/88230 [13], ports/88493 [14], ports/88711 [15],
        ports/88751 [16], ports/89281 [17], ports/89999 [18],
        ports/90031 [19], ports/90150 [20], ports/90668 [21],
        ports/91433 [23], ports/88754 [24]
Submitted by:   mi [1], marcus [2], Lars Engels <lars.engels@0x20.net> [3],
                pav [4, 16, 20, 24], garga [5], cperciva [6], vd [7],
                edwin [8, 9, 11, 15, 21],
                fenner [10], Arseny Nasokin
<tarc.po.cs.msu.su@tarc.po.cs.msu.su> [12],
                Carl Makin <carl@stagecraft.cx> [13], arved [14],
                NIIMI Satoshi <sa2c@sa2c.net> [17], thierry [18],
                jylefort [19], linimon [22], dougb [23]
Original commit
Thursday, 15 Sep 2005
20:22 kwm search for other commits by this committer
Fix gstreamer-plugins-all, by defining the gstreamer x264 plugin name
(which is non-default).

Submitted by:   krismail
Original commit
Thursday, 8 Sep 2005
18:32 kwm search for other commits by this committer
Update to 0.8.11.
Add new plugins x264.

Approved by:    maintainer (implicit)
Original commit
Wednesday, 6 Jul 2005
15:04 kwm search for other commits by this committer
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)
Original commit
Tuesday, 31 May 2005
15:51 kwm search for other commits by this committer
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)
Original commit
Thursday, 26 May 2005
20:26 ahze search for other commits by this committer
- Fix depends on multimedia/gstreamer-plugins-dv
Original commit
16:50 ahze search for other commits by this committer
- Fix fatal typo in libvisual so USE_GSTREAMER=libvisual will now work.
Original commit
Sunday, 20 Mar 2005
16:01 kwm search for other commits by this committer
Slit off gstreamer gconf stuff in a seperate port.

Requested by:   lofi
Approved by:    maintainer (implicit)
Original commit
Thursday, 17 Mar 2005
05:55 ahze search for other commits by this committer
- Add USE_GSTREAMER=libmms support (net/gstreamer-plugins-libmms)
Original commit
01:10 ahze search for other commits by this committer
- Add forgotten path to gstreamer-plugins-shout2
Original commit
01:07 ahze search for other commits by this committer
- Add audio/gstreamer-plugins-shout2 with new USE_GSTREAMER=shout2
Original commit
Tuesday, 8 Mar 2005
07:17 ahze search for other commits by this committer
- Add graphics/gstreamer-plugins-cairo
Original commit
Monday, 28 Feb 2005
21:09 krion search for other commits by this committer
* 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]
Original commit

Number of commits found: 80