1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Joe Marcus Clarke
c4851e78e4 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>
2004-04-05 03:11:39 +00:00
Joe Marcus Clarke
3719520056 Update to 2.4.1. 2003-10-14 17:32:20 +00:00
Joe Marcus Clarke
e014507672 Fix a crash in the CD Database capplet due to referencing an
uninitialized GTK object.  More details can be found at:

http://bugzilla.gnome.org/show_bug.cgi?id=123390

Submitted by:	Pav Lucistnik <pav@oook.cz>
2003-09-28 00:46:36 +00:00
Joe Marcus Clarke
9c0caae1c2 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
2003-09-18 06:49:37 +00:00
Joe Marcus Clarke
e8a7721347 Fix build on -CURRENT with revision 1.42 of sys/soundcard.h.
Submitted by:	Shin-ichi Yoshimoto <yosimoto@waishi.jp> (based on)
2003-08-16 19:21:14 +00:00
Joe Marcus Clarke
ce944c6bc6 Show real device names in gmix so it's easier to control individual
sound cards.
										Submitted by:   Hendrik Scholz <hscholz@raisdorf.net>
2003-06-20 00:47:33 +00:00
Joe Marcus Clarke
336b31c394 Update to GNOME 2.2.
This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2003-02-07 18:42:25 +00:00
Joe Marcus Clarke
223d02f5d4 Update to 2.0.2. 2002-08-29 20:44:49 +00:00
Joe Marcus Clarke
b93b4ad73e Fix up patches from previous commit. 2002-06-12 00:20:39 +00:00
Joe Marcus Clarke
0201c1639c Add gnomemedia2 after repo copy from gnomemedia. This is a port of the
multimedia tools for the GNOME 2.0 desktop.
2002-05-08 22:40:48 +00:00
Joe Marcus Clarke
1943c8dbf5 I had a typo in one of the file names in the last commit. It should read
patch-cddbslave::cddbsubmit.c.
2002-04-17 02:24:04 +00:00
Joe Marcus Clarke
a5b086e407 Add some CD-related fixes to gnomemedia. Bump PORTREVISION.
* Allow CDDB submissions to work correctly
* Make sure the file descriptor passed to ioctl() is open first.  This allows
  gtcd to read the CD volume as something other than 0.

Submitted by:	Arne H Juul <Arne.Juul@fast.no>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 20:02:53 +00:00
Joe Marcus Clarke
8065193b31 machine/soundcard.h -> sys/soundcard.h
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-12 15:57:06 +00:00
Maxim Sobolev
b30e6f8eb7 Fix breakage on a very recent -current.
Prompted by:	Anders Andersson <anders@alvered.com>
2001-12-06 08:14:51 +00:00
Maxim Sobolev
01fcfcb852 Update to 1.2.3. 2001-07-16 19:46:26 +00:00
Ade Lovett
38ae599271 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:19:21 +00:00
Ade Lovett
1ecc592d8c Say hello to GNOME 1.2
audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Jeremy Lea
06f0da8b41 Make gtcd work with SCSI cdroms.
While I'm here, make the cureses based tcd compile, but don't install it.

Submitted by:	Andreas Dobloug <andreasd@motsognir.unik.no>
2000-02-19 23:56:02 +00:00
Yukihiro Nakai
8f5760a104 PR: ports/14303
Submitted by:Ade Lovett<ade@lovett.com>
Update to 1.0.51
1999-10-14 09:06:57 +00:00
Steve Price
612c36e67d Update to version 1.0.9.1.
PR:		12781 (9 of 19)
Submitted by:	Ade Lovett <ade@lovett.com>
1999-08-22 03:48:50 +00:00
Jacques Vidrine
7bfa022f21 Patch audio device scanning so that it doesn't quit when it fails
to open an audio device with ENXIO (Device not configured).  This
is likely needed on systems using the pcm sound driver.
1999-03-09 03:07:01 +00:00
Jacques Vidrine
775f0a9a8c Multimedia applications for the GNOME desktop. Includes gtcd, a CDDB
aware CD player; GMix, for controlling the sound card's mixer; and
VU-Meter, to slow down your desktop...

Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-03-09 01:22:43 +00:00