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: multimedia/gstreamer-plugins/Makefile
SVNWeb

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

1 | 2 | 3  »  

Sat, 9 May 2020
[ 19:24 tijl search for other commits by this committer ] Original commit   Revision:534792 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 16 Nov 2019
[ 15:19 tobik search for other commits by this committer ] Original commit   Revision:517751
*/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
Wed, 6 Nov 2019
[ 18:07 zeising search for other commits by this committer ] Original commit   Revision:516916 (Only the first 10 of 117 ports in this commit are shown above. View all ports for this commit)
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.
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.
Sat, 29 Sep 2018
[ 08:04 riggs search for other commits by this committer ] Original commit   Revision:480899 (Only the first 10 of 75 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
Tue, 11 Sep 2018
[ 18:34 zeising search for other commits by this committer ] Original commit   Revision:479538 (Only the first 10 of 331 ports in this commit are shown above. View all ports for this commit)
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
Tue, 31 Jul 2018
[ 18:41 zeising search for other commits by this committer ] Original commit   Revision:476013 (Only the first 10 of 254 ports in this commit are shown above. View all ports for this commit)
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
Sat, 18 Feb 2017
[ 15:23 riggs search for other commits by this committer ] Original commit   Revision:434359 (Only the first 10 of 14 ports in this commit are shown above. View all ports for this commit)
Chase wavpack update: bump PORTREVISION on ports linking to it by default

PR:		216847
Reported by:	pkubaj@anongoth.pl
MFH:		2017Q1
Mon, 9 Jan 2017
[ 13:16 amdmi3 search for other commits by this committer ] Original commit   Revision:430947 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
[ 13:18 mat search for other commits by this committer ] Original commit   Revision:412342 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 8 Oct 2015
[ 15:12 olgeni search for other commits by this committer ] Original commit   Revision:398833 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
Remove trailing whitespace from Makefiles, M-X.
Sun, 2 Aug 2015
[ 15:03 tijl search for other commits by this committer ] Original commit   Revision:393429 (Only the first 10 of 234 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 21 Jul 2015
[ 12:51 tijl search for other commits by this committer ] Original commit   Revision:392629
Set PORTSCOUT on gstreamer ports
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Wed, 24 Dec 2014
[ 06:03 ohauer search for other commits by this committer ] Original commit   Revision:375392 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- 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)
Fri, 21 Nov 2014
[ 15:12 marino search for other commits by this committer ] Original commit   Revision:372998
multimedia/gstreamer-plugins: use OPSYS with OSVERSION
Fri, 25 Apr 2014
[ 10:09 bapt search for other commits by this committer ] Original commit   Revision:352102
Switch to USES=libtool:keepla
strip binaries
Fri, 7 Mar 2014
[ 05:15 miwi search for other commits by this committer ] Original commit   Revision:347337
- Disable g-ir-scanner cache to not touch /root/.cache on build
Fri, 1 Nov 2013
[ 22:14 kwm search for other commits by this committer ] Original commit   Revision:332416 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
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]
Fri, 20 Sep 2013
[ 20:57 bapt search for other commits by this committer ] Original commit   Revision:327747 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
Fri, 10 May 2013
[ 14:14 kwm search for other commits by this committer ] Original commit   Revision:317804
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
Fri, 26 Apr 2013
[ 10:44 ak search for other commits by this committer ] Original commit   Revision:316596 (Only the first 10 of 277 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 4)

Approved by:	portmgr (bapt)
Tue, 23 Apr 2013
[ 14:20 bapt search for other commits by this committer ] Original commit   Revision:316355 (Only the first 10 of 407 ports in this commit are shown above. View all ports for this commit)
Finish converting the whole ports tree to USES=pkgconfig
Wed, 13 Mar 2013
[ 08:57 kwm search for other commits by this committer ] Original commit   Revision:314040
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>
Fri, 8 Mar 2013
[ 10:51 kwm search for other commits by this committer ] Original commit   Revision:313633 (Only the first 10 of 417 ports in this commit are shown above. View all ports for this commit)
* 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
Sat, 8 Sep 2012
[ 11:02 kwm search for other commits by this committer ] Original commit   Revision:303892
Correct the video.h header so c++ in c++11 mode doesnt break.

Submitted by:	zeising
Tue, 7 Aug 2012
[ 14:29 kwm search for other commits by this committer ] Original commit 
Put a comment pointing people to bump the portrevision of the affected plugin
instead of this one, when chasing shared library bumps.
Thu, 19 Jul 2012
[ 20:15 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
Wed, 27 Jun 2012
[ 12:35 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
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.
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Fri, 9 Dec 2011
[ 11:03 sylvio search for other commits by this committer ] Original commit 
- 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
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 29 Aug 2011
[ 17:28 sylvio search for other commits by this committer ] Original commit 
- BUMP PORTREVISION in due the update v4l_compat port.
Wed, 24 Aug 2011
[ 20:04 kwm search for other commits by this committer ] Original commit 
Bump the opencv hack to let it build with newer opencv (2.3.1).
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
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>
Wed, 29 Jun 2011
[ 11:46 mm search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
Update OpenCV to 2.3.0-rc
Sat, 18 Jun 2011
[ 14:58 kwm search for other commits by this committer ] Original commit 
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.
Sat, 14 May 2011
[ 11:37 kwm search for other commits by this committer ] Original commit 
Update to 0.10.34.

Gstreamer (core): Fix a sever multiqueue thread-safety regression.
Gstreamer-plugins (-base): Bump orc requirement.
Wed, 11 May 2011
[ 10:33 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
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
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, 4 Dec 2010
[ 07:34 ade search for other commits by this committer ] Original commit  (Only the first 10 of 1730 ports in this commit are shown above. View all ports for this commit)
Sync to new bsd.autotools.mk
Thu, 2 Dec 2010
[ 16:12 kwm search for other commits by this committer ] Original commit 
Update to 0.10.26.

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

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

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

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

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

Release note:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.24.html
[ 16:04 kwm search for other commits by this committer ] Original commit 
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
Sat, 5 Jun 2010
[ 15:24 kwm search for other commits by this committer ] Original commit 
Update gstreamer-plugins-ugly to 0.10.15.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.15.html
[ 15:22 kwm search for other commits by this committer ] Original commit 
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
[ 15:18 kwm search for other commits by this committer ] Original commit 
Update gstreamer-plugins-good to 0.10.23.

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

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

Release notes: 
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.29.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.
Tue, 30 Mar 2010
[ 14:12 kwm search for other commits by this committer ] Original commit 
Update to 0.10.14.
[ 13:31 kwm search for other commits by this committer ] Original commit 
Update to 0.10.28.
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Sat, 13 Feb 2010
[ 08:45 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Chase multimedia/mjpegtools shlib bump
Mon, 21 Dec 2009
[ 07:07 ahze search for other commits by this committer ] Original commit 
Update good plugins to 0.10.17
Update bad plugins to 0.10.17
Update ugly plugins to 0.10.33
Sat, 28 Nov 2009
[ 20:06 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 823 ports in this commit are shown above. View all ports for this commit)
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 9 Sep 2009
[ 13:02 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 to 0.10.16.

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

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

Changelog:     
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.24.html.
Sun, 2 Aug 2009
[ 19:36 mezz search for other commits by this committer ] Original commit  (Only the first 10 of 1514 ports in this commit are shown above. View all ports for this commit)
-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
Tue, 23 Jun 2009
[ 15:58 kwm search for other commits by this committer ] Original commit 
Update to 0.10.12.

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

Release notes:
        http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.15.html
[ 15:54 kwm search for other commits by this committer ] Original commit 
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
Mon, 11 May 2009
[ 14:49 kwm search for other commits by this committer ] Original commit 
Update to 0.10.23.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.23.html
Sun, 5 Apr 2009
[ 17:25 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Update to 0.10.11.

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

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

Release notes:  http://gstreamer.net/releases/gst-plugins-good/0.10.14.html
Sat, 21 Feb 2009
[ 15:51 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Chase audio/faad shlib bump
Tue, 27 Jan 2009
[ 23:21 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 to 0.10.10.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.10.html
[ 23:16 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
Update to 0.10.10.

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html
[ 23:07 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Update to 0.10.13.

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

Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.22.html
Fri, 10 Oct 2008
[ 09:05 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.10.21.
Depend on neon 28 unless neon 26 is installed.

Approved by:    maintainer (ahze)
Mon, 1 Sep 2008
[ 19:21 ahze search for other commits by this committer ] Original commit 
Update ugly plugins to 0.10.9 and good plugins to 0.10.10
Sun, 10 Aug 2008
[ 19:50 ahze search for other commits by this committer ] Original commit 
Update good to 0.10.9 and bad to 0.10.8
Sat, 26 Jul 2008
[ 03:24 ahze search for other commits by this committer ] Original commit 
Update base plugins to 0.10.20
Fri, 20 Jun 2008
[ 15:41 tabthorpe 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)
- Chase taglib bump
Fri, 6 Jun 2008
[ 13:48 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 149 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 27 May 2008
[ 06:13 ahze search for other commits by this committer ] Original commit 
Update ugly plugins to 0.10.8
Thu, 24 Apr 2008
[ 11:58 ahze search for other commits by this committer ] Original commit 
Update good plugins to 0.10.8
Update bad plugins to 0.10.7
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- 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)
Thu, 3 Apr 2008
[ 18:09 ahze search for other commits by this committer ] Original commit 
Update base plugins to 0.10.19
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
Wed, 12 Dec 2007
[ 05:10 mezz search for other commits by this committer ] Original commit 
Update to 0.10.15.

Submitted by:   ahze
Fri, 3 Aug 2007
[ 18:22 ahze search for other commits by this committer ] Original commit 
Update base plugins to 0.10.14
Sat, 28 Jul 2007
[ 12:27 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Mon, 23 Jul 2007
[ 09:36 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 437 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 5 Jul 2007
[ 11:24 ahze search for other commits by this committer ] Original commit 
Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who sets
-O[1]
Fri, 22 Jun 2007
[ 05:36 ahze search for other commits by this committer ] Original commit 
Fix plist on !i386

Reported by:    kris mail
Tue, 19 Jun 2007
[ 12:55 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 good plugins to 0.10.6
- Update bad plugins to 0.10.5
- Update ugly plugins to 0.10.6
Wed, 6 Jun 2007
[ 20:14 ahze search for other commits by this committer ] Original commit 
Use multimedia/gstreamer-plugins-good/files for good gstreamer plugins

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

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

1 | 2 | 3  »