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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: multimedia/gstreamer-plugins/Makefile

Number of commits found: 205 (showing only 100 on this page)

1 | 2 | 3  »  

Saturday, 9 May 2020
19:24 tijl search for other commits by this committer
Update devel/gmake to 4.3.

Some changes have been made in this release that break backwards
compatibility.  Let USES=gmake force users to upgrade to this version so
port maintainers don't have to support older versions.

PR:		245725
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:534792 
Saturday, 16 Nov 2019
15:19 tobik search for other commits by this committer
*/gstreamer*: Prevent false QA warnings about missing USES

gstreamer1?-plugins/Makefile.common can under some circumstances
create empty USE_XORG, USE_GNOME, etc. which trigger the warnings.

gstreamer-plugins-good triggers the USE_XORG warning because
USES is overwritten again after including the master Makefile.

gstreamer-plugin-sdl was missing USES=sdl

Approved by:	multimedia (kwm)
Differential Revision:	https://reviews.freebsd.org/D22406
Original commitRevision:517751 
Wednesday, 6 Nov 2019
18:07 zeising search for other commits by this committer
Add USES=xorg USES=gl, ports categories m

Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Original commitRevision:516916 
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 
Saturday, 29 Sep 2018
08:04 riggs search for other commits by this committer
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
Original commitRevision:480899 
Tuesday, 11 Sep 2018
18:34 zeising search for other commits by this committer
Change x11/xorgproto to become a build dep

Change x11/xorgproto to become a build time dependency when added to
USE_XORG.  Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.

PR:		230909
Reviewed by:	eadler
Approved by:	portmgr (antoine)
Obtained
from:	https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run:	antoine
Differential Revision:	https://reviews.freebsd.org/D16906
Original commitRevision:479538 
Tuesday, 31 Jul 2018
18:41 zeising search for other commits by this committer
Switch to xorgproto instead of individual packages

Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto.  This update
tracks that change.

* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
  bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
  instead depend on xorgproto.  Bump portrevision.
* Delete the old *proto packages, update MOVED.

PR:		230023
Submitted by:	zeising
Approved by:	portmgr (antoine)
exp-run by:	antoine
Original commitRevision:476013 
Saturday, 18 Feb 2017
15:23 riggs search for other commits by this committer
Chase wavpack update: bump PORTREVISION on ports linking to it by default

PR:		216847
Reported by:	pkubaj@anongoth.pl
MFH:		2017Q1
Original commitRevision:434359 
Monday, 9 Jan 2017
13:16 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:430947 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Thursday, 8 Oct 2015
15:12 olgeni search for other commits by this committer
Remove trailing whitespace from Makefiles, M-X.
Original commitRevision:398833 
Sunday, 2 Aug 2015
15:03 tijl search for other commits by this committer
By default libtool replaces -export-symbols <file> with -retain-symbols-file
<file> on ELF systems, but this doesn't really do what -export-symbols is
meant to do.  On GNU ELF systems it converts <file> to a simple version
script first and then uses -version-script instead of -retain-symbols-file.
Let USES=libtool patch libtool scripts to do this on all systems with GNU
ld(1).

Bump PORTREVISION on all ports where the build log contains -export-symbols.

audio/calf: This port builds a module that now exports only one function,
but it also builds a number of executables that link to this module and
expect to see other functions.  Because it's already a bit dodgy to link to
a module (libtool warns about this) let the module continue to export only
one function and instead build an ordinary library from the same source that
the executables can link to.  Fix a number of other issues in the same
Makefile.am and clean up the port Makefile.

japanese/scim-honoka: Tries to hide all symbols that start with an
underscore, but because this library is written in C++ all symbols start
with _Z so it ends up hiding everything.  Just don't hide anything at all
like the textproc/scim configure script does.

multimedia/schroedinger: Apply an upstream patch.

textproc/scim-input-pad: Same as japanese/scim-honoka.

PR:		201922
Approved by:	portmgr (antoine)
Exp-run by:	antoine
Original commitRevision:393429 
Tuesday, 21 Jul 2015
12:51 tijl search for other commits by this committer
Set PORTSCOUT on gstreamer ports
Original commitRevision:392629 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Wednesday, 24 Dec 2014
06:03 ohauer search for other commits by this committer
- rename www/neon29 to www/neon and update to neon-0.30.1
- adjust ports depending on neon, bump PORTREVISION

Changelog:
Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly).
Fix possible crash after DNS lookup errors on Windows (Olivier Goffart).
Don't fail if the SSL cert changes between connections with OpenSSL, behaviour
now matches that with GnuTLS.
Fix PKCS#11 support under OpenSSL with TLS 1.2.
Fix static linking with pkg-config file (Alan H)

PR:		195786
Differential Revision:	https://reviews.freebsd.org/D1319
Submitted by:	ohauer
Reviewed by:	portmgr (bapt, mat)
Approved by:	portmgr, lev (implicit)
Original commitRevision:375392 
Friday, 21 Nov 2014
15:12 marino search for other commits by this committer
multimedia/gstreamer-plugins: use OPSYS with OSVERSION
Original commitRevision:372998 
Friday, 25 Apr 2014
10:09 bapt search for other commits by this committer
Switch to USES=libtool:keepla
strip binaries
Original commitRevision:352102 
Friday, 7 Mar 2014
05:15 miwi search for other commits by this committer
- Disable g-ir-scanner cache to not touch /root/.cache on build
Original commitRevision:347337 
Friday, 1 Nov 2013
22:14 kwm search for other commits by this committer
Stagify Gstreamer ports.
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]
Original commitRevision:332416 
Friday, 20 Sep 2013
20:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Original commitRevision:327747 
Friday, 10 May 2013
14:14 kwm search for other commits by this committer
Add USE_GCC=any as a temporary patch to work around a crash in the clang
compiler after the 3.3 update. The problem was reported upstream but no
patch available yet.

Submitted by:	miwi
Original commitRevision:317804 
Friday, 26 Apr 2013
10:44 ak search for other commits by this committer
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Original commitRevision:316596 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Wednesday, 13 Mar 2013
08:57 kwm search for other commits by this committer
Fix the build of empathy my removing offending Makefile rules. Bump
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>
Original commitRevision:314040 
Friday, 8 Mar 2013
10:51 kwm search for other commits by this committer
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
  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
Original commitRevision:313633 
Saturday, 8 Sep 2012
11:02 kwm search for other commits by this committer
Correct the video.h header so c++ in c++11 mode doesnt break.

Submitted by:	zeising
Original commitRevision:303892 
Tuesday, 7 Aug 2012
14:29 kwm search for other commits by this committer
Put a comment pointing people to bump the portrevision of the affected plugin
instead of this one, when chasing shared library bumps.
Original commit
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Original commit
Wednesday, 27 Jun 2012
12:35 kwm search for other commits by this committer
Update gstreamer ports.

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.
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Friday, 9 Dec 2011
11:03 sylvio search for other commits by this committer
- Fix resindvd has /dev/dvd hardcoded as the default DVD path, thus making
programs like KDE Dragon Player (using Phonon-GStreamer) fail.

PR:             ports/162278
Submitted by:   avilla@
Feature safe:   yes
Original commit
Friday, 23 Sep 2011
22:26 amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Original commit
Monday, 29 Aug 2011
17:28 sylvio search for other commits by this committer
- BUMP PORTREVISION in due the update v4l_compat port.
Original commit
Wednesday, 24 Aug 2011
20:04 kwm search for other commits by this committer
Bump the opencv hack to let it build with newer opencv (2.3.1).
Original commit
Thursday, 11 Aug 2011
19:20 kwm search for other commits by this committer
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:             ports/159624
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Original commit
Wednesday, 29 Jun 2011
11:46 mm search for other commits by this committer
Update OpenCV to 2.3.0-rc
Original commit
Saturday, 18 Jun 2011
14:58 kwm search for other commits by this committer
Update:
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.
Original commit
Saturday, 14 May 2011
11:37 kwm search for other commits by this committer
Update to 0.10.34.

Gstreamer (core): Fix a sever multiqueue thread-safety regression.
Gstreamer-plugins (-base): Bump orc requirement.
Original commit
Wednesday, 11 May 2011
10:33 kwm search for other commits by this committer
Update Gstreamer (core) to 0.10.33
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
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, 4 Dec 2010
07:34 ade search for other commits by this committer
Sync to new bsd.autotools.mk
Original commit
Thursday, 2 Dec 2010
16:12 kwm search for other commits by this committer
Update to 0.10.26.

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.26.html
With hat:       multimedia@
Original commit
13:59 kwm search for other commits by this committer
Update to 0.10.31.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.31.html

With hat:       multimedia@
Original commit
Saturday, 25 Sep 2010
19:31 pav search for other commits by this committer
- Mark plugins-bad BROKEN on 6.X

Reported by:    pointyhat
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
Monday, 6 Sep 2010
22:55 kwm search for other commits by this committer
Update gstreamer-plugins-good to 0.10.25.

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.25.html
Original commit
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
Saturday, 24 Jul 2010
16:06 kwm search for other commits by this committer
Update gstreamer-plugins-good to 0.10.24.

Release note:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.24.html
Original commit
16:04 kwm search for other commits by this committer
Update gstreamer-plugins-base to 0.10.30.

Switch from liboil to orc.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.30.html
Original commit
Saturday, 5 Jun 2010
15:24 kwm search for other commits by this committer
Update gstreamer-plugins-ugly to 0.10.15.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.15.html
Original commit
15:22 kwm search for other commits by this committer
Update gstreamer-plugins-bad to 0.10.19.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.19.html
While here add back distinfo for -bad, -ugly and -base. Oops
Original commit
15:18 kwm search for other commits by this committer
Update gstreamer-plugins-good to 0.10.23.

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.23.html
Original commit
Thursday, 29 Apr 2010
08:18 kwm search for other commits by this committer
Update to 0.10.22.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.22.html
Original commit
Wednesday, 28 Apr 2010
17:23 kwm search for other commits by this committer
Update to 0.10.29.

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.29.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
Tuesday, 30 Mar 2010
14:12 kwm search for other commits by this committer
Update to 0.10.14.
Original commit
13:31 kwm search for other commits by this committer
Update to 0.10.28.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 13 Feb 2010
08:45 miwi search for other commits by this committer
- Chase multimedia/mjpegtools shlib bump
Original commit
Monday, 21 Dec 2009
07:07 ahze search for other commits by this committer
Update good plugins to 0.10.17
Update bad plugins to 0.10.17
Update ugly plugins to 0.10.33
Original commit
Saturday, 28 Nov 2009
20:06 marcus search for other commits by this committer
Presenting GNOME 2.28.1 for FreeBSD.  The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ .
Officially, this is mostly a polishing release in preparation for GNOME 3.0
due in about a year.

On the FreeBSD front, though, a lot went into this release.  Major thanks
goes to kwm and avl who did a lot of the porting work for this release.
In particular, kwm brought in Evolution MAPI support for better Microsoft
Exchange integration.  Avl made sure that the new gobject introspection
repository ports were nicely compartmentalized so that large dependencies
aren't brought in wholesale.

But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself)
contributed to this release.

Other major improvements include an updated HAL with better volume
probing code, ufsid integration, and support for volume names containing
spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord;
an updated Gimp; and a preview of the new GNOME Shell project (thanks to
Pawel Worach).

The FreeBSD GNOME Team would like to that the following additional
contributors to this release whose patches and testing really helped
make it a success:

Andrius Morkunas
Dominique Goncalves
Eric L. Chen
J.R. Oldroyd
Joseph S. Atkinson
Li
Pawel Worach
Romain Tartière
Thomas Vogt
Yasuda Keisuke
Rui Paulo
Martin Wilke
(and an extra shout out to miwi and pav for pointyhat runs)

We would like to send this release out to Alexander Loginov (avl) in
hopes that he feels better soon.

PR:             136676
                136967
                138872 (obsolete with new epiphany-webkit)
                139160
                134737
                139941
                140097
                140838
                140929
Original commit
Wednesday, 9 Sep 2009
13:02 kwm search for other commits by this committer
Update to 0.10.16.

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.16.html
Original commit
13:01 kwm search for other commits by this committer
Update to 0.10.14.

Release Notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.14.html
Original commit
Wednesday, 5 Aug 2009
12:59 kwm search for other commits by this committer
Update to 0.10.24.

Changelog:     
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.24.html.
Original commit
Sunday, 2 Aug 2009
19:36 mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
Original commit
Tuesday, 23 Jun 2009
15:58 kwm search for other commits by this committer
Update to 0.10.12.

Release notes:
        http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.12.html
Original commit
15:55 kwm search for other commits by this committer
Update to 0.10.15.

Release notes:
        http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.15.html
Original commit
15:54 kwm search for other commits by this committer
Update to 0.10.13.

Release notes:
        http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.12.html
        http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.13.html
Original commit
Monday, 11 May 2009
14:49 kwm search for other commits by this committer
Update to 0.10.23.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.23.html
Original commit
Sunday, 5 Apr 2009
17:25 kwm search for other commits by this committer
Update to 0.10.11.

Changelog:      http://www.gstreamer.net/releases/gst-plugins-bad/0.10.11.html
Original commit
13:16 kwm search for other commits by this committer
Update to 0.10.11.

Changelog:      http://gstreamer.net/releases/gst-plugins-ugly/0.10.11.html
Original commit
12:23 kwm search for other commits by this committer
Update to 0.10.14.

Release notes:  http://gstreamer.net/releases/gst-plugins-good/0.10.14.html
Original commit
Saturday, 21 Feb 2009
15:51 miwi search for other commits by this committer
- Chase audio/faad shlib bump
Original commit
Tuesday, 27 Jan 2009
23:21 kwm search for other commits by this committer
Update to 0.10.10.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.10.html
Original commit
23:16 kwm search for other commits by this committer
Update to 0.10.10.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html
Original commit
23:07 kwm search for other commits by this committer
Update to 0.10.13.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.13.html
Original commit
22:59 kwm search for other commits by this committer
Update to 0.10.22.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.22.html
Original commit
Friday, 10 Oct 2008
09:05 kwm search for other commits by this committer
Update to 0.10.21.
Depend on neon 28 unless neon 26 is installed.

Approved by:    maintainer (ahze)
Original commit
Monday, 1 Sep 2008
19:21 ahze search for other commits by this committer
Update ugly plugins to 0.10.9 and good plugins to 0.10.10
Original commit
Sunday, 10 Aug 2008
19:50 ahze search for other commits by this committer
Update good to 0.10.9 and bad to 0.10.8
Original commit
Saturday, 26 Jul 2008
03:24 ahze search for other commits by this committer
Update base plugins to 0.10.20
Original commit
Friday, 20 Jun 2008
15:41 tabthorpe search for other commits by this committer
- Chase taglib bump
Original commit
Friday, 6 Jun 2008
13:48 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

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)
Original commit
Tuesday, 27 May 2008
06:13 ahze search for other commits by this committer
Update ugly plugins to 0.10.8
Original commit
Thursday, 24 Apr 2008
11:58 ahze search for other commits by this committer
Update good plugins to 0.10.8
Update bad plugins to 0.10.7
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Original commit
Thursday, 3 Apr 2008
18:09 ahze search for other commits by this committer
Update base plugins to 0.10.19
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
Wednesday, 12 Dec 2007
05:10 mezz search for other commits by this committer
Update to 0.10.15.

Submitted by:   ahze
Original commit
Friday, 3 Aug 2007
18:22 ahze search for other commits by this committer
Update base plugins to 0.10.14
Original commit
Saturday, 28 Jul 2007
12:27 miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Thursday, 5 Jul 2007
11:24 ahze search for other commits by this committer
Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who sets
-O[1]
Original commit
Friday, 22 Jun 2007
05:36 ahze search for other commits by this committer
Fix plist on !i386

Reported by:    kris mail
Original commit
Tuesday, 19 Jun 2007
12:55 ahze search for other commits by this committer
- Update good plugins to 0.10.6
- Update bad plugins to 0.10.5
- Update ugly plugins to 0.10.6
Original commit
Wednesday, 6 Jun 2007
20:14 ahze search for other commits by this committer
Use multimedia/gstreamer-plugins-good/files for good gstreamer plugins

Reported by:    kris
Original commit
Tuesday, 5 Jun 2007
17:12 ahze search for other commits by this committer
Update base plugins to 0.10.13
Original commit

Number of commits found: 205 (showing only 100 on this page)

1 | 2 | 3  »