diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
commit | 6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch) | |
tree | 0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /UPDATING | |
parent | b8d245fedd5842fb6d68d0bdc6539885555a84e3 (diff) |
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
Notes
Notes:
svn path=/head/; revision=209647
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 33 |
1 files changed, 33 insertions, 0 deletions
@@ -6,6 +6,39 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080323: + AFFECTS: Gstreamer users + AUTHOR: multimedia@FreeBSD.org + + Gstreamer is updated. Due to the move of some plugins between ports. You will + have to rebuild the gstreamer-plugins-good port after upgrading. + + Portupgrade users: + # portupgrade -a + # portupgrade -f gstreamer-plugins-good + + Portmaster users: + # portmaster -a + # portmaster gstreamer-plugins-good + +20080323: + AFFECTS: All GNOME users and ports depend on gnomehier + AUTHOR: gnome@FreeBSD.org + + GNOME has been updated to 2.22.0. You have to deinstall a few ports first + before using portupgrade or portmaster in order to successfully upgrade + your GNOME installation. + + Portupgrade users: + # pkgdb -Ff + # pkg_deinstall -fO gnome-applets\* totem\* gnome-control-center\* + # portupgrade -aOW + + Portmaster users: + # pkg_delete -f gnome-applets\* totem\* gnome-control-center\* \ + gnome-keyring-manager\* + # portmaster -a + 20080318: AFFECTS: users of audio/gnump3d AUTHOR: jadawin@FreeBSD.org |