non port: multimedia/gstreamer-plugins/Makefile |
Number of commits found: 205 (showing only 100 on this page) |
Saturday, 9 May 2020
|
19:24 tijl
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)
 |
Saturday, 16 Nov 2019
|
15:19 tobik
*/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
 |
Wednesday, 6 Nov 2019
|
18:07 zeising
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.
 |
Wednesday, 8 May 2019
|
12:54 rene
Remove esound support from the ports tree, as audio/esound expired.
 |
Saturday, 29 Sep 2018
|
08:04 riggs
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l
 |
Tuesday, 11 Sep 2018
|
18:34 zeising
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
 |
Tuesday, 31 Jul 2018
|
18:41 zeising
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
 |
Saturday, 18 Feb 2017
|
15:23 riggs
Chase wavpack update: bump PORTREVISION on ports linking to it by default
PR: 216847
Reported by: pkubaj@anongoth.pl
MFH: 2017Q1
 |
Monday, 9 Jan 2017
|
13:16 amdmi3
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
 |
Sunday, 20 Nov 2016
|
09:38 gerald
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.
 |
Friday, 1 Apr 2016
|
14:16 mat
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
 |
13:18 mat
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight
 |
Thursday, 8 Oct 2015
|
15:12 olgeni
Remove trailing whitespace from Makefiles, M-X.
 |
Sunday, 2 Aug 2015
|
15:03 tijl
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
 |
Tuesday, 21 Jul 2015
|
12:51 tijl
Set PORTSCOUT on gstreamer ports
 |
Monday, 22 Jun 2015
|
18:33 antoine
Convert to USES=jpeg
 |
Wednesday, 24 Dec 2014
|
06:03 ohauer
- 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)
 |
Friday, 21 Nov 2014
|
15:12 marino
multimedia/gstreamer-plugins: use OPSYS with OSVERSION
 |
Friday, 25 Apr 2014
|
10:09 bapt
Switch to USES=libtool:keepla
strip binaries
 |
Friday, 7 Mar 2014
|
05:15 miwi
- Disable g-ir-scanner cache to not touch /root/.cache on build
 |
Friday, 1 Nov 2013
|
22:14 kwm
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]
 |
Friday, 20 Sep 2013
|
20:57 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
multimedia)
 |
Friday, 10 May 2013
|
14:14 kwm
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
 |
Friday, 26 Apr 2013
|
10:44 ak
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt)
 |
Tuesday, 23 Apr 2013
|
14:20 bapt
Finish converting the whole ports tree to USES=pkgconfig
 |
Wednesday, 13 Mar 2013
|
08:57 kwm
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>
 |
Friday, 8 Mar 2013
|
10:51 kwm
* 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
 |
Saturday, 8 Sep 2012
|
11:02 kwm
Correct the video.h header so c++ in c++11 mode doesnt break.
Submitted by: zeising
 |
Tuesday, 7 Aug 2012
|
14:29 kwm
Put a comment pointing people to bump the portrevision of the affected plugin
instead of this one, when chasing shared library bumps.
 |
Thursday, 19 Jul 2012
|
20:15 naddy
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
 |
Wednesday, 27 Jun 2012
|
12:35 kwm
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.
 |
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
 |
Friday, 9 Dec 2011
|
11:03 sylvio
- 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
 |
Friday, 23 Sep 2011
|
22:26 amdmi3
- 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
 |
Monday, 29 Aug 2011
|
17:28 sylvio
- BUMP PORTREVISION in due the update v4l_compat port.
 |
Wednesday, 24 Aug 2011
|
20:04 kwm
Bump the opencv hack to let it build with newer opencv (2.3.1).
 |
Thursday, 11 Aug 2011
|
19:20 kwm
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>
 |
Wednesday, 29 Jun 2011
|
11:46 mm
Update OpenCV to 2.3.0-rc
 |
Saturday, 18 Jun 2011
|
14:58 kwm
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.
 |
Saturday, 14 May 2011
|
11:37 kwm
Update to 0.10.34.
Gstreamer (core): Fix a sever multiqueue thread-safety regression.
Gstreamer-plugins (-base): Bump orc requirement.
 |
Wednesday, 11 May 2011
|
10:33 kwm
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
 |
Friday, 25 Feb 2011
|
10:58 kwm
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.
 |
Saturday, 4 Dec 2010
|
07:34 ade
Sync to new bsd.autotools.mk
 |
Thursday, 2 Dec 2010
|
16:12 kwm
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
Update to 0.10.31.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.31.html
With hat: multimedia@
 |
Saturday, 25 Sep 2010
|
19:31 pav
- Mark plugins-bad BROKEN on 6.X
Reported by: pointyhat
 |
Monday, 13 Sep 2010
|
16:05 kwm
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>
 |
Monday, 6 Sep 2010
|
22:55 kwm
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
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
 |
Saturday, 24 Jul 2010
|
16:06 kwm
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
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
 |
Saturday, 5 Jun 2010
|
15:24 kwm
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
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
Update gstreamer-plugins-good to 0.10.23.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.23.html
 |
Thursday, 29 Apr 2010
|
08:18 kwm
Update to 0.10.22.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.22.html
 |
Wednesday, 28 Apr 2010
|
17:23 kwm
Update to 0.10.29.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.29.html
 |
Wednesday, 31 Mar 2010
|
10:40 kwm
Update to 0.10.21.
Fix detection of libpng.
New plugin v4l2.
 |
10:33 kwm
Update to 0.10.18.
Ivorbis plugin got merged with the vorbis plugin.
Depend on neon29 instead of neon28 if it is found.
 |
Tuesday, 30 Mar 2010
|
14:12 kwm
Update to 0.10.14.
 |
13:31 kwm
Update to 0.10.28.
 |
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
 |
Saturday, 13 Feb 2010
|
08:45 miwi
- Chase multimedia/mjpegtools shlib bump
 |
Monday, 21 Dec 2009
|
07:07 ahze
Update good plugins to 0.10.17
Update bad plugins to 0.10.17
Update ugly plugins to 0.10.33
 |
Saturday, 28 Nov 2009
|
20:06 marcus
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
 |
Wednesday, 9 Sep 2009
|
13:02 kwm
Update to 0.10.16.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.16.html
 |
13:01 kwm
Update to 0.10.14.
Release Notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.14.html
 |
Wednesday, 5 Aug 2009
|
12:59 kwm
Update to 0.10.24.
Changelog:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.24.html.
 |
Sunday, 2 Aug 2009
|
19:36 mezz
-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
 |
Tuesday, 23 Jun 2009
|
15:58 kwm
Update to 0.10.12.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.12.html
 |
15:55 kwm
Update to 0.10.15.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.15.html
 |
15:54 kwm
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
 |
Monday, 11 May 2009
|
14:49 kwm
Update to 0.10.23.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.23.html
 |
Sunday, 5 Apr 2009
|
17:25 kwm
Update to 0.10.11.
Changelog: http://www.gstreamer.net/releases/gst-plugins-bad/0.10.11.html
 |
13:16 kwm
Update to 0.10.11.
Changelog: http://gstreamer.net/releases/gst-plugins-ugly/0.10.11.html
 |
12:23 kwm
Update to 0.10.14.
Release notes: http://gstreamer.net/releases/gst-plugins-good/0.10.14.html
 |
Saturday, 21 Feb 2009
|
15:51 miwi
- Chase audio/faad shlib bump
 |
Tuesday, 27 Jan 2009
|
23:21 kwm
Update to 0.10.10.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-ugly/0.10.10.html
 |
23:16 kwm
Update to 0.10.10.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-bad/0.10.10.html
 |
23:07 kwm
Update to 0.10.13.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-good/0.10.13.html
 |
22:59 kwm
Update to 0.10.22.
Release notes:
http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.22.html
 |
Friday, 10 Oct 2008
|
09:05 kwm
Update to 0.10.21.
Depend on neon 28 unless neon 26 is installed.
Approved by: maintainer (ahze)
 |
Monday, 1 Sep 2008
|
19:21 ahze
Update ugly plugins to 0.10.9 and good plugins to 0.10.10
 |
Sunday, 10 Aug 2008
|
19:50 ahze
Update good to 0.10.9 and bad to 0.10.8
 |
Saturday, 26 Jul 2008
|
03:24 ahze
Update base plugins to 0.10.20
 |
Friday, 20 Jun 2008
|
15:41 tabthorpe
- Chase taglib bump
 |
Friday, 6 Jun 2008
|
13:48 edwin
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)
 |
Tuesday, 27 May 2008
|
06:13 ahze
Update ugly plugins to 0.10.8
 |
Thursday, 24 Apr 2008
|
11:58 ahze
Update good plugins to 0.10.8
Update bad plugins to 0.10.7
 |
Saturday, 19 Apr 2008
|
17:56 miwi
- 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)
 |
Thursday, 3 Apr 2008
|
18:09 ahze
Update base plugins to 0.10.19
 |
Monday, 24 Mar 2008
|
03:50 marcus
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
 |
Wednesday, 12 Dec 2007
|
05:10 mezz
Update to 0.10.15.
Submitted by: ahze
 |
Friday, 3 Aug 2007
|
18:22 ahze
Update base plugins to 0.10.14
 |
Saturday, 28 Jul 2007
|
12:27 miwi
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
 |
Monday, 23 Jul 2007
|
09:36 rafan
- 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
 |
Thursday, 5 Jul 2007
|
11:24 ahze
Force -O2 in CFLAGS to fix runtime problems in -CURRENT and for anyone who sets
-O[1]
 |
Friday, 22 Jun 2007
|
05:36 ahze
Fix plist on !i386
Reported by: kris mail
 |
Tuesday, 19 Jun 2007
|
12:55 ahze
- Update good plugins to 0.10.6
- Update bad plugins to 0.10.5
- Update ugly plugins to 0.10.6
 |
Wednesday, 6 Jun 2007
|
20:14 ahze
Use multimedia/gstreamer-plugins-good/files for good gstreamer plugins
Reported by: kris
 |
Tuesday, 5 Jun 2007
|
17:12 ahze
Update base plugins to 0.10.13
 |
Number of commits found: 205 (showing only 100 on this page) |