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) combination for a given watch list. This is what FreshPorts will look for.

non port: multimedia/gstreamer/Makefile

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

1 | 2  »  

Monday, 28 Sep 2020
13:15 bapt search for other commits by this committer
Deprecate gstreamer1
Original commitRevision:550425 
Friday, 8 Nov 2019
13:59 tobik search for other commits by this committer
multimedia: Add missing USES={gl,gnome,sdl,xorg}
Original commitRevision:517065 
Monday, 19 Nov 2018
15:57 swills search for other commits by this committer
devel/glib20: remove runtime dep on perl5

Since glib-mkenums was rewritten in python in glib 2.53.5, glib20 seems
to no longer need perl5 at runtime. This makes perl5 a build dep only.

Removing the run dep causes some other ports to fail, so add the build
dep to those where needed.

PR:		233138
Approved by:	gnome (kwm, maintainer, older version of patch)
Exp-run by:	antoine
Original commitRevision:485327 
Sunday, 5 Feb 2017
11:14 sunpoet search for other commits by this committer
Move devel/libcheck to devel/check

- Bump PORTREVISION for dependent ports
Original commitRevision:433395 
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 
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 
Sunday, 19 Apr 2015
07:55 riggs search for other commits by this committer
- Fix BUILD_DEPENDS and LIB_DEPENDS with NLS (default OPTION)
- Simplify OPTIONS handling
- Pet portlint
- Bump PORTREVISION

PR:		196729
Submitted by:	z7dr6ut7gs@snkmail.com
Reviewed by:	riggs
MFH:		2015Q2
Original commitRevision:384267 
Saturday, 19 Jul 2014
13:18 riggs search for other commits by this committer
- Add NLS option

PR:		179701
Submitted by:	nemysis@gmx.ch
Approved by:	mentors (implicit)
Original commitRevision:362261 
Friday, 25 Apr 2014
10:09 bapt search for other commits by this committer
Switch to USES=libtool:keepla
strip binaries
Original commitRevision:352102 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
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 
Friday, 8 Mar 2013
11:32 bapt search for other commits by this committer
Convert USE_BISON to USES= bison

It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the
following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
Original commitRevision:313635 
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 
Thursday, 20 Sep 2012
10:15 kwm search for other commits by this committer
Check the correct option for libcheck support. [1]
Add USE_PKGCONFIG=build.

Submitted by:	A.J. Kehoe IV (Nanoman) <9ya139x4@nanoman.ca> [1]
Original commitRevision:304574 
Saturday, 8 Sep 2012
10:16 kwm search for other commits by this committer
Convert automatic dependancy to OPTION

PR:		ports/170483
Submitted by:	"A.J. Kehoe IV (Nanoman)" <9ya139x4@nanoman.ca>
Original commitRevision:303888 
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, 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
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:52 kwm search for other commits by this committer
Update to 0.10.32.

Add a check to see if gobject-introspection is recent enough.
Remove a 6.x workaround.
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
13:43 kwm search for other commits by this committer
Update to 0.10.31.

Release notes: http://gstreamer.freedesktop.org/releases/gstreamer/0.10.31.html
Original commit
Saturday, 24 Jul 2010
16:03 kwm search for other commits by this committer
Update to 0.10.30.

Release notes: http://gstreamer.freedesktop.org/releases/gstreamer/0.10.30.html
Remove popt dependancy. Add license knobs.
Original commit
Monday, 31 May 2010
02:01 ade search for other commits by this committer
Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
Original commit
Wednesday, 28 Apr 2010
14:56 kwm search for other commits by this committer
Update to 0.10.29.

Changelog:      http://gstreamer.freedesktop.org/releases/gstreamer/0.10.29.html
Original commit
Tuesday, 30 Mar 2010
13:27 kwm search for other commits by this committer
Update to 0.10.28.
Original commit
Thursday, 11 Feb 2010
11:29 kwm search for other commits by this committer
Update to 0.10.26.

Changelog:      http://gstreamer.freedesktop.org/releases/gstreamer/0.10.26.html
Original commit
Monday, 30 Nov 2009
16:13 kwm search for other commits by this committer
Fix build on 6.x.

Submitted by:   miwi@
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, 5 Aug 2009
12:28 kwm search for other commits by this committer
Update to 0.10.24.

Changelog:      http://gstreamer.freedesktop.org/releases/gstreamer/0.10.24.html

Fix argument warnings in gst/gstregister.c while here fix the other one in
gstfilesrc.

PR:             ports/137441 [1]
Submitted by:   Mark Andrews <marka@isc.org>
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
Monday, 11 May 2009
13:31 kwm search for other commits by this committer
Update to 0.10.23.

Release notes:  http://gstreamer.freedesktop.org/releases/gstreamer/0.10.23.html
Original commit
Tuesday, 27 Jan 2009
22:39 pav search for other commits by this committer
- check m4 is installed unconditionally

Reported by:    pointyhat
Original commit
Sunday, 25 Jan 2009
17:49 ahze search for other commits by this committer
Update to 0.10.22
Original commit
Friday, 10 Oct 2008
08:59 kwm search for other commits by this committer
Update to 0.10.21.

Approved by:    maintainer (ahze)
Original commit
Saturday, 26 Jul 2008
13:32 ahze search for other commits by this committer
Fix typo in BUILD_DEPENDS

Reported by:    Jan Henrik Sylvester <me@janh.de>
Original commit
03:11 ahze search for other commits by this committer
Update to 0.10.20
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
Thursday, 3 Apr 2008
18:03 ahze search for other commits by this committer
Update 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
Wednesday, 17 Oct 2007
10:13 ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
Original commit
Friday, 3 Aug 2007
15:40 ahze search for other commits by this committer
Update to 0.10.14
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
Tuesday, 5 Jun 2007
15:47 ahze search for other commits by this committer
Update to 0.10.13
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 8 Mar 2007
12:32 ahze search for other commits by this committer
Update to 0.10.12
Original commit
Thursday, 7 Dec 2006
23:49 ahze search for other commits by this committer
Update to 0.10.11
Original commit
Saturday, 21 Oct 2006
21:58 mezz search for other commits by this committer
Fix the ensure_current_registry_forking() fails if zombie already killed by
signal handler. Patch was took from Ubuntu. Bump the PORTREVISION.

        https://launchpad.net/distros/ubuntu/+source/control-center/+bug/59217
        http://bugzilla.gnome.org/show_bug.cgi?id=355499

PR:             ports/104617
Submitted by:   Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
Approved by:    portmgr (marcus)
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
Friday, 21 Jul 2006
16:33 ahze search for other commits by this committer
- Update to 0.10.9
Original commit
Saturday, 10 Jun 2006
19:21 ahze search for other commits by this committer
- Update to 0.10.8
Original commit
Friday, 9 Jun 2006
20:13 ahze search for other commits by this committer
- Remove unneeded USE_GNOME=gnomeprefix so non-gnome users don't have a bunch
  of empty gnome dirs.
Original commit
19:51 ahze search for other commits by this committer
- Update to 0.10.7
Original commit
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
Monday, 15 May 2006
23:34 ahze search for other commits by this committer
- Update to 0.10.6
Original commit
Sunday, 30 Apr 2006
02:04 marcus search for other commits by this committer
Add a hack-around for a crash in the new xprint code in -CURRENT that is
triggered once gstreamer registers a custom printf format.

Submitted by:   sajd on #freebsd-gnome
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, 15 Apr 2006
04:15 ahze search for other commits by this committer
- MAINTAINER -> gnome@
Original commit
Friday, 14 Apr 2006
23:25 linimon search for other commits by this committer
Reset kwm due to no response about email.

Hat:    portmgr
Original commit
Thursday, 23 Feb 2006
10:40 ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
Original commit
Saturday, 24 Dec 2005
21:12 adamw search for other commits by this committer
Back out the PTHREAD_CFLAGS/LIBS-adding stuff, now that
libtool-1.5.22 is unbroked.
Original commit
16:44 adamw search for other commits by this committer
Step on kwm's toes and add PTHREAD_CFLAGS/LIBS to the
CONFIGURE_ENV to fix the build with the new libtool.
There may be a better fix, but in the meantime this will
allow the port to build.

Please feel free to back this out and kick me if you
want to, kwm.
Original commit
Tuesday, 15 Nov 2005
06:52 ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
Original commit
Saturday, 5 Nov 2005
05:22 marcus search for other commits by this committer
Bump PORTREVISION to chase the glib20 shared library update.
Original commit
Sunday, 2 Oct 2005
22:37 lioux search for other commits by this committer
Switch over maintainership to Koop Mast <kwm@FreeBSD.org> who is
deserving and willing. He has been doing a fantastic job with
GStreamer.
Original commit
Monday, 5 Sep 2005
19:22 kwm search for other commits by this committer
Update to 0.8.11.

Changelog:      http://gstreamer.freedesktop.org/releases/gstreamer/0.8.11.html
Original commit
Monday, 16 May 2005
06:48 mezz search for other commits by this committer
FreeBSD 504101 doesn't need the stacksize hack anymore, which marcus has
committed a MFC of stacksize increase in RELENG_5 a few days ago.

Reviewed by:    marcus
Original commit
Tuesday, 3 May 2005
14:26 kwm search for other commits by this committer
Update to 0.8.10.
Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.10.html

Approved by:    maintainer (implicit)
Original commit
Thursday, 17 Mar 2005
12:26 kwm search for other commits by this committer
Fix a problem when playing mp3 would pause after a few seconds.

Approved by:    maintainer (implicit)
Obtained from:  Gstreamer CVS
Original commit
Saturday, 12 Mar 2005
10:58 marcus search for other commits by this committer
Conditionally enable the initial thread stacksize hack on systems that need
it.
Original commit
Wednesday, 9 Feb 2005
19:07 kwm search for other commits by this committer
Update to 0.8.9.
Switch master sites around.
Approved by:    maintainer (implicit)
Original commit
Wednesday, 29 Dec 2004
13:08 kwm search for other commits by this committer
Remove USE_REINPLACE=yes, we don't use it anymore [1].
Remove USE_PYTHON=yes [1].
Remove optional libgnomeui dependencie. Its only used for the examples. And
we don't build those [2].

Discussed with: maintainer [1],[2].
Submitted by:   bland [1]
Approved by:    maintainer (implicit)
Original commit
Saturday, 25 Dec 2004
22:52 kwm search for other commits by this committer
Update to version 0.8.8.
Disable doc build for the moment.
Changelog: http://gstreamer.freedesktop.org/releases/gstreamer/0.8.8.html

Approved by:    maintainer(implicit)
Original commit
Tuesday, 12 Oct 2004
07:27 marcus search for other commits by this committer
Update to 0.8.7.
Original commit
01:29 marcus search for other commits by this committer
Update to 0.8.6.

PR:             72362
Submitted by:   Michael Johnson <ahze@ahze.net>
Approved by:    maintainer (blanket)
Original commit
Monday, 16 Aug 2004
21:21 marcus search for other commits by this committer
Update to 0.8.5.
Original commit
Wednesday, 28 Jul 2004
15:19 adamw search for other commits by this committer
Add missing directories to plist.
Original commit
Saturday, 3 Jul 2004
03:51 marcus search for other commits by this committer
* Fix a free'd memory access crash that occurs with malloc debugging enabled [1]
* Use a better fix from GStreamer CVS to fix the double free in gst-inspect [2]

Found by:       monkey-bubble [1]
Obtained from:  GStreamer CVS [2]
Original commit
Wednesday, 30 Jun 2004
05:51 marcus search for other commits by this committer
Fix a double-free crash when running gst-inspect against certain plug-ins.

Reported by:    bland
Original commit
Monday, 14 Jun 2004
16:36 marcus search for other commits by this committer
Update to 0.8.3.

Approved by:    maintainer
Original commit
Wednesday, 28 Apr 2004
17:18 marcus search for other commits by this committer
Update to 0.8.1, a bug-fix release.

Approved by:    maintainer timeout
Original commit
Monday, 5 Apr 2004
03:11 marcus search for other commits by this committer
Presenting GNOME 2.6.0.  The FreeBSD GNOME Team feels this our best release
ever.  It fixes many bugs, and adds some features missing in previous
FreeBSD ports.  To help users upgrade from GNOME 2.4, we have constructed an
upgrade FAQ at:

http://www.freebsd.org/gnome/docs/faq26.html

Please read it carefully.  GNOME 2.6 packages are also available for all
supported i386 versions of FreeBSD at:

http://www.marcuscom.com/tinderbox/

The FreeBSD GNOME Team would like the thank the following users for their
wonderful testing and patching efforts.  We would especially like to thank
Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen.
Without these people, our team, and our team alumni, GNOME on FreeBSD would
not be possible.

Jeremy Messenger <mezz7@cox.net>
Khairil Yusof <kaeru@pd.jaring.my>
Koop Mast <kwm@rainbow-runner.nl>
Simon Barner <barner@in.tum.de>
Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Scott Dodson <sdodson@sdodson.com>
Vladimir Grebenschikov <vova@sw.ru>
Original commit
Saturday, 21 Feb 2004
20:46 marcus search for other commits by this committer
Make sure to link against libc_r on 5.X if requested to do so.  This should
fix any DTP-related crash.

Obtained from:  MarcusCom GNOME 2.5 repo
Original commit
Sunday, 8 Feb 2004
01:14 lioux search for other commits by this committer
USE_SIZEify
Original commit
Wednesday, 4 Feb 2004
05:10 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Original commit
Monday, 17 Nov 2003
12:29 trevor search for other commits by this committer
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Original commit
Monday, 13 Oct 2003
19:22 marcus search for other commits by this committer
Update to 0.6.4.

Approved by:    maintainer (implicit)
Original commit
Thursday, 18 Sep 2003
06:49 marcus search for other commits by this committer
Update to GNOME 2.4.0.  For all the goodies on what's changed, known issues,
future plans, etc., please see http://www.gnome.org/start/2.4/.

This commit represents work done by adamw, bland, and myself as well as
many other contributers:

Koop Mast <einekoai@chello.nl>
Akifyev Sergey <asa@gascom.ru>
Franz Klammer <klammer@webonaut.com>
?yvind Kolbu <oyvind@kebab.gaffel.nu>
Thomas E. Zander <riggs@rrr.de>
Jeremy Messenger <mezz7@cox.net>

Without these contirbuters, and our faithful users, GNOME 2.4.0 would not
be possible.

Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as
general FAQs and documentation (GNOME 2.4 updates to be posted soon).  The
best way to upgrade so that you get all shared library dependencies is:

portupgrade -rf -m BATCH=yes atk
portupgrade -R -m BATCH=yes gnome2

Approved by:    portmgr (kris, will, myself implicitly)
Requested by:   re as well as many other users
Original commit Encoding Errors (not all of the commit message was ASCII)
Wednesday, 11 Jun 2003
22:43 lioux search for other commits by this committer
Update to 0.6.2
Original commit
Tuesday, 22 Apr 2003
05:46 lioux search for other commits by this committer
Update to 0.6.1

Submitted by:   marcus
Original commit

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

1 | 2  »