freebsd-ports/audio/rhythmbox/pkg-plist

854 lines
42 KiB
Text
Raw Normal View History

bin/rhythmbox
bin/rhythmbox-client
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
include/rhythmbox/backends/rb-encoder.h
include/rhythmbox/backends/rb-player-gst-data-tee.h
include/rhythmbox/backends/rb-player-gst-filter.h
include/rhythmbox/backends/rb-player-gst-tee.h
include/rhythmbox/backends/rb-player.h
include/rhythmbox/lib/libmediaplayerid/mediaplayerid.h
include/rhythmbox/lib/rb-builder-helpers.h
include/rhythmbox/lib/rb-debug.h
include/rhythmbox/lib/rb-file-helpers.h
include/rhythmbox/lib/rb-list-model.h
include/rhythmbox/lib/rb-task-progress-simple.h
include/rhythmbox/lib/rb-task-progress.h
include/rhythmbox/lib/rb-stock-icons.h
include/rhythmbox/lib/rb-string-value-map.h
include/rhythmbox/lib/rb-util.h
include/rhythmbox/metadata/rb-ext-db-key.h
include/rhythmbox/metadata/rb-ext-db.h
include/rhythmbox/metadata/rb-metadata.h
include/rhythmbox/plugins/rb-plugin-macros.h
include/rhythmbox/podcast/rb-podcast-entry-types.h
include/rhythmbox/podcast/rb-podcast-manager.h
include/rhythmbox/podcast/rb-podcast-parse.h
include/rhythmbox/podcast/rb-podcast-search.h
include/rhythmbox/rhythmdb/rb-refstring.h
include/rhythmbox/rhythmdb/rhythmdb-entry-type.h
include/rhythmbox/rhythmdb/rhythmdb-entry.h
include/rhythmbox/rhythmdb/rhythmdb-import-job.h
include/rhythmbox/rhythmdb/rhythmdb-property-model.h
include/rhythmbox/rhythmdb/rhythmdb-query-model.h
include/rhythmbox/rhythmdb/rhythmdb-query-result-list.h
include/rhythmbox/rhythmdb/rhythmdb-query-results.h
include/rhythmbox/rhythmdb/rhythmdb.h
include/rhythmbox/shell/rb-history.h
include/rhythmbox/shell/rb-play-order.h
include/rhythmbox/shell/rb-playlist-manager.h
include/rhythmbox/shell/rb-removable-media-manager.h
include/rhythmbox/shell/rb-shell-player.h
include/rhythmbox/shell/rb-shell-preferences.h
include/rhythmbox/shell/rb-shell.h
include/rhythmbox/shell/rb-track-transfer-batch.h
include/rhythmbox/shell/rb-track-transfer-queue.h
include/rhythmbox/sources/rb-auto-playlist-source.h
include/rhythmbox/sources/rb-browser-source.h
include/rhythmbox/sources/rb-device-source.h
include/rhythmbox/sources/rb-display-page-group.h
include/rhythmbox/sources/rb-display-page-menu.h
include/rhythmbox/sources/rb-display-page-model.h
include/rhythmbox/sources/rb-display-page-tree.h
include/rhythmbox/sources/rb-display-page.h
include/rhythmbox/sources/rb-media-player-source.h
include/rhythmbox/sources/rb-playlist-source.h
include/rhythmbox/sources/rb-playlist-xml.h
include/rhythmbox/sources/rb-source-search-basic.h
include/rhythmbox/sources/rb-source-search.h
include/rhythmbox/sources/rb-source.h
include/rhythmbox/sources/rb-static-playlist-source.h
include/rhythmbox/sources/rb-streaming-source.h
include/rhythmbox/sources/rb-transfer-target.h
include/rhythmbox/widgets/rb-alert-dialog.h
include/rhythmbox/widgets/rb-button-bar.h
include/rhythmbox/widgets/rb-cell-renderer-pixbuf.h
include/rhythmbox/widgets/rb-cell-renderer-rating.h
include/rhythmbox/widgets/rb-dialog.h
include/rhythmbox/widgets/rb-entry-view.h
include/rhythmbox/widgets/rb-fading-image.h
include/rhythmbox/widgets/rb-import-dialog.h
include/rhythmbox/widgets/rb-library-browser.h
include/rhythmbox/widgets/rb-object-property-editor.h
include/rhythmbox/widgets/rb-property-view.h
include/rhythmbox/widgets/rb-rating.h
include/rhythmbox/widgets/rb-segmented-bar.h
include/rhythmbox/widgets/rb-song-info.h
include/rhythmbox/widgets/rb-source-toolbar.h
include/rhythmbox/widgets/rb-task-list-display.h
include/rhythmbox/widgets/rb-uri-dialog.h
lib/girepository-1.0/MPID-3.0.typelib
lib/girepository-1.0/RB-3.0.typelib
2007-02-22 06:57:56 +01:00
lib/librhythmbox-core.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
lib/librhythmbox-core.so.8
lib/librhythmbox-core.so.8.0.0
%%PYTHON%%lib/rhythmbox/plugins/artsearch/artsearch.plugin
%%PYTHON%%lib/rhythmbox/plugins/artsearch/artsearch.py
%%PYTHON%%lib/rhythmbox/plugins/artsearch/embedded.py
%%PYTHON%%lib/rhythmbox/plugins/artsearch/lastfm.py
%%PYTHON%%lib/rhythmbox/plugins/artsearch/local.py
%%PYTHON%%lib/rhythmbox/plugins/artsearch/musicbrainz.py
%%PYTHON%%lib/rhythmbox/plugins/artsearch/oldcache.py
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/artsearch.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/embedded.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/lastfm.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/local.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/musicbrainz.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/artsearch/__pycache__/oldcache.cpython-%%PYTVER%%.pyo
lib/rhythmbox/plugins/audiocd/audiocd.plugin
2006-12-15 05:29:40 +01:00
lib/rhythmbox/plugins/audiocd/libaudiocd.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.plugin
lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/AlbumTab.py
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/ArtistTab.py
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/ContextView.py
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/LastFM.py
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/LinksTab.py
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/LyricsTab.py
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/context.plugin
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/context.py
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/AlbumTab.cpython-%%PYTVER%%.pyc
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/AlbumTab.cpython-%%PYTVER%%.pyo
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ArtistTab.cpython-%%PYTVER%%.pyc
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ArtistTab.cpython-%%PYTVER%%.pyo
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ContextView.cpython-%%PYTVER%%.pyc
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/ContextView.cpython-%%PYTVER%%.pyo
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LastFM.cpython-%%PYTVER%%.pyc
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LastFM.cpython-%%PYTVER%%.pyo
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LinksTab.cpython-%%PYTVER%%.pyc
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LinksTab.cpython-%%PYTVER%%.pyo
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LyricsTab.cpython-%%PYTVER%%.pyc
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/LyricsTab.cpython-%%PYTVER%%.pyo
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTVER%%.pyc
%%PYTHON%%%%WEBKIT%%lib/rhythmbox/plugins/context/__pycache__/context.cpython-%%PYTVER%%.pyo
lib/rhythmbox/plugins/cd-recorder/cd-recorder.plugin
lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DAAP%%lib/rhythmbox/plugins/daap/daap.plugin
2006-12-15 05:29:40 +01:00
%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
lib/rhythmbox/plugins/dbus-media-server/dbus-media-server.plugin
lib/rhythmbox/plugins/dbus-media-server/libdbus-media-server.so
lib/rhythmbox/plugins/fmradio/fmradio.plugin
2010-03-01 00:03:22 +01:00
lib/rhythmbox/plugins/fmradio/libfmradio.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
lib/rhythmbox/plugins/generic-player/generic-player.plugin
lib/rhythmbox/plugins/generic-player/libgeneric-player.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%GRILO%%lib/rhythmbox/plugins/grilo/grilo.plugin
%%GRILO%%lib/rhythmbox/plugins/grilo/libgrilo.so
%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.plugin
%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.plugin
%%PYTHON%%lib/rhythmbox/plugins/im-status/im-status.py
%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/im-status/__pycache__/im-status.cpython-%%PYTVER%%.pyo
lib/rhythmbox/plugins/iradio/iradio.plugin
2006-12-15 05:29:40 +01:00
lib/rhythmbox/plugins/iradio/libiradio.so
2009-03-21 19:37:33 +01:00
%%PYTHON%%lib/rhythmbox/plugins/lyrics/AstrawebParser.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/lyrics/DarkLyricsParser.py
%%PYTHON%%lib/rhythmbox/plugins/lyrics/JetlyricsParser.py
%%PYTHON%%lib/rhythmbox/plugins/lyrics/JlyricParser.py
2009-03-21 19:37:33 +01:00
%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricWikiParser.py
%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py
%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsParse.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/lyrics/LyricsSites.py
2010-03-01 00:03:22 +01:00
%%PYTHON%%lib/rhythmbox/plugins/lyrics/TerraParser.py
2009-03-21 19:37:33 +01:00
%%PYTHON%%lib/rhythmbox/plugins/lyrics/WinampcnParser.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.plugin
%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/AstrawebParser.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/DarkLyricsParser.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JetlyricsParser.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/JlyricParser.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricWikiParser.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsConfigureDialog.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsParse.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/LyricsSites.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/TerraParser.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/WinampcnParser.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/lyrics/__pycache__/lyrics.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/magnatune/DownloadAlbumHandler.py
%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneAccount.py
2006-12-15 05:29:40 +01:00
%%PYTHON%%lib/rhythmbox/plugins/magnatune/MagnatuneSource.py
%%PYTHON%%lib/rhythmbox/plugins/magnatune/TrackListHandler.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.plugin
%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.py
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/DownloadAlbumHandler.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneAccount.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/MagnatuneSource.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/TrackListHandler.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/magnatune/__pycache__/magnatune.cpython-%%PYTVER%%.pyo
2007-02-22 06:57:56 +01:00
lib/rhythmbox/plugins/mmkeys/libmmkeys.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
lib/rhythmbox/plugins/mmkeys/mmkeys.plugin
lib/rhythmbox/plugins/mpris/libmpris.so
lib/rhythmbox/plugins/mpris/mpris.plugin
2009-03-21 19:37:33 +01:00
%%MTP%%lib/rhythmbox/plugins/mtpdevice/libmtpdevice.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%MTP%%lib/rhythmbox/plugins/mtpdevice/mtpdevice.plugin
%%NOTIFY%%lib/rhythmbox/plugins/notification/libnotification.so
%%NOTIFY%%lib/rhythmbox/plugins/notification/notification.plugin
2006-12-15 05:29:40 +01:00
lib/rhythmbox/plugins/power-manager/libpower-manager.so
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
lib/rhythmbox/plugins/power-manager/power-manager.plugin
%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.plugin
%%PYTHON%%lib/rhythmbox/plugins/python-console/pythonconsole.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/python-console/__pycache__/pythonconsole.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/Coroutine.py
%%PYTHON%%lib/rhythmbox/plugins/rb/Loader.py
2009-11-22 23:06:40 +01:00
%%PYTHON%%lib/rhythmbox/plugins/rb/URLCache.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/rb/rb.plugin
%%PYTHON%%lib/rhythmbox/plugins/rb/rb.py
%%PYTHON%%lib/rhythmbox/plugins/rb/rbconfig.py
2009-07-05 20:16:27 +02:00
%%PYTHON%%lib/rhythmbox/plugins/rb/stringmatch.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Coroutine.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/Loader.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/URLCache.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rb.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/rbconfig.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/rb/__pycache__/stringmatch.cpython-%%PYTVER%%.pyo
%%LIRC%%lib/rhythmbox/plugins/rblirc/librblirc.so
%%LIRC%%lib/rhythmbox/plugins/rblirc/rblirc.plugin
%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.plugin
%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/rbzeitgeist.py
%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/__pycache__/rbzeitgeist.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/rbzeitgeist/__pycache__/rbzeitgeist.cpython-%%PYTVER%%.pyo
2010-03-01 00:03:22 +01:00
%%PYTHON%%lib/rhythmbox/plugins/replaygain/config.py
%%PYTHON%%lib/rhythmbox/plugins/replaygain/player.py
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.plugin
%%PYTHON%%lib/rhythmbox/plugins/replaygain/replaygain.py
%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/config.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/player.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/replaygain/__pycache__/replaygain.cpython-%%PYTVER%%.pyo
lib/rhythmbox/sample-plugins/sample/libsample.so
lib/rhythmbox/sample-plugins/sample/sample.plugin
lib/rhythmbox/sample-plugins/sample-vala/libsample-vala.so
lib/rhythmbox/sample-plugins/sample-vala/sample-vala.plugin
%%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.plugin
%%PYTHON%%lib/rhythmbox/plugins/sendto/sendto.py
%%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/plugins/sendto/__pycache__/sendto.cpython-%%PYTVER%%.pyo
%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/sample-python.plugin
%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/sample-python.py
%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTVER%%.pyc
%%PYTHON%%lib/rhythmbox/sample-plugins/sample-python/__pycache__/sample-python.cpython-%%PYTVER%%.pyo
libdata/pkgconfig/rhythmbox.pc
2006-04-19 08:17:15 +02:00
libexec/rhythmbox-metadata
man/man1/rhythmbox-client.1.gz
man/man1/rhythmbox.1.gz
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/appdata/rhythmbox.appdata.xml
share/applications/rhythmbox-device.desktop
2009-03-21 19:37:33 +01:00
share/applications/rhythmbox.desktop
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/dbus-1/services/org.gnome.Rhythmbox3.service
%%DOCSDIR%%/RBApplication.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBAutoPlaylistSource.html
%%DOCSDIR%%/RBBrowserSource.html
%%DOCSDIR%%/RBCellRendererPixbuf.html
%%DOCSDIR%%/RBCellRendererRating.html
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/RBDisplayPage.html
%%DOCSDIR%%/RBDisplayPageGroup.html
%%DOCSDIR%%/RBDisplayPageModel.html
%%DOCSDIR%%/RBDisplayPageTree.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBEntryView.html
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/RBHeader.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBHistory.html
%%DOCSDIR%%/RBImportErrorsSource.html
%%DOCSDIR%%/RBLibraryBrowser.html
%%DOCSDIR%%/RBLibrarySource.html
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/RBMediaPlayerSource.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBMetaData.html
%%DOCSDIR%%/RBMissingFilesSource.html
%%DOCSDIR%%/RBPlayOrder.html
%%DOCSDIR%%/RBPlayQueueSource.html
%%DOCSDIR%%/RBPlayer.html
%%DOCSDIR%%/RBPlayerGstDataTee.html
%%DOCSDIR%%/RBPlayerGstFilter.html
%%DOCSDIR%%/RBPlayerGstTee.html
%%DOCSDIR%%/RBPlaylistManager.html
%%DOCSDIR%%/RBPlaylistSource.html
%%DOCSDIR%%/RBPropertyView.html
%%DOCSDIR%%/RBQueryCreator.html
%%DOCSDIR%%/RBRandomPlayOrder.html
%%DOCSDIR%%/RBRating.html
%%DOCSDIR%%/RBRemovableMediaManager.html
%%DOCSDIR%%/RBSearchEntry.html
%%DOCSDIR%%/RBShell.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBShellClipboard.html
%%DOCSDIR%%/RBShellPlayer.html
%%DOCSDIR%%/RBShellPreferences.html
%%DOCSDIR%%/RBSongInfo.html
%%DOCSDIR%%/RBSource.html
%%DOCSDIR%%/RBStaticPlaylistSource.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBStatusbar.html
%%DOCSDIR%%/RBStreamingSource.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBStringValueMap.html
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/RBTrackTransferBatch.html
%%DOCSDIR%%/RBTrackTransferQueue.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RBURIDialog.html
%%DOCSDIR%%/RhythmDB.html
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/RhythmDBEntryType.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RhythmDBImportJob.html
%%DOCSDIR%%/RhythmDBPropertyModel.html
%%DOCSDIR%%/RhythmDBQueryModel.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/RhythmDBQueryResults.html
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/ch01.html
%%DOCSDIR%%/ch02.html
%%DOCSDIR%%/ch03.html
%%DOCSDIR%%/ch04.html
%%DOCSDIR%%/ch05.html
%%DOCSDIR%%/ch06.html
%%DOCSDIR%%/ch07.html
%%DOCSDIR%%/home.png
%%DOCSDIR%%/index.html
%%DOCSDIR%%/index.sgml
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/left-insensitive.png
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/left.png
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/rhythmbox-RBDeviceSource.html
%%DOCSDIR%%/rhythmbox-RBEncoder.html
%%DOCSDIR%%/rhythmbox-RBExtDB.html
%%DOCSDIR%%/rhythmbox-RBTransferTarget.html
2009-03-21 19:37:33 +01:00
%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html
2009-06-03 04:58:21 +02:00
%%DOCSDIR%%/rhythmbox-rb-builder-helpers.html
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/rhythmbox-rb-debug.html
%%DOCSDIR%%/rhythmbox-rb-dialog.html
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/rhythmbox-rb-ext-db-key.html
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/rhythmbox-rb-file-helpers.html
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/rhythmbox-rb-gst-media-types.html
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/rhythmbox-rb-rating-helper.html
%%DOCSDIR%%/rhythmbox-rb-text-helpers.html
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html
%%DOCSDIR%%/rhythmbox-rb-util.html
%%DOCSDIR%%/rhythmbox.devhelp2
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/right-insensitive.png
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/right.png
%%DOCSDIR%%/style.css
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DOCSDIR%%/up-insensitive.png
2006-04-26 10:13:43 +02:00
%%DOCSDIR%%/up.png
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/gir-1.0/MPID-3.0.gir
share/gir-1.0/RB-3.0.gir
share/help/C/rhythmbox/fdl-appendix.xml
share/help/C/rhythmbox/index.docbook
share/help/C/rhythmbox/legal.xml
share/help/C/rhythmbox/figures/rb-iradio-main.png
share/help/C/rhythmbox/figures/rb-notification-area-menu.png
share/help/C/rhythmbox/figures/rb-notification-window.png
share/help/C/rhythmbox/figures/rb-notification-zone.png
share/help/C/rhythmbox/figures/rb-podcast-main.png
share/help/C/rhythmbox/figures/rb-statusbar.png
share/help/C/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/C/rhythmbox/figures/rb-toolbar-repeat.png
share/help/C/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/C/rhythmbox/figures/rb-toolbar.png
share/help/C/rhythmbox/figures/rb-volume-changer.png
share/help/C/rhythmbox/figures/rb-window-small.png
share/help/C/rhythmbox/figures/rb-window.png
share/help/ca/rhythmbox/fdl-appendix.xml
share/help/ca/rhythmbox/index.docbook
share/help/ca/rhythmbox/legal.xml
share/help/ca/rhythmbox/figures/rb-iradio-main.png
share/help/ca/rhythmbox/figures/rb-notification-area-menu.png
share/help/ca/rhythmbox/figures/rb-notification-window.png
share/help/ca/rhythmbox/figures/rb-notification-zone.png
share/help/ca/rhythmbox/figures/rb-podcast-main.png
share/help/ca/rhythmbox/figures/rb-statusbar.png
share/help/ca/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/ca/rhythmbox/figures/rb-toolbar-repeat.png
share/help/ca/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/ca/rhythmbox/figures/rb-toolbar.png
share/help/ca/rhythmbox/figures/rb-volume-changer.png
share/help/ca/rhythmbox/figures/rb-window-small.png
share/help/ca/rhythmbox/figures/rb-window.png
share/help/cs/rhythmbox/fdl-appendix.xml
share/help/cs/rhythmbox/index.docbook
share/help/cs/rhythmbox/legal.xml
share/help/cs/rhythmbox/figures/rb-iradio-main.png
share/help/cs/rhythmbox/figures/rb-notification-area-menu.png
share/help/cs/rhythmbox/figures/rb-notification-window.png
share/help/cs/rhythmbox/figures/rb-notification-zone.png
share/help/cs/rhythmbox/figures/rb-podcast-main.png
share/help/cs/rhythmbox/figures/rb-statusbar.png
share/help/cs/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/cs/rhythmbox/figures/rb-toolbar-repeat.png
share/help/cs/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/cs/rhythmbox/figures/rb-toolbar.png
share/help/cs/rhythmbox/figures/rb-volume-changer.png
share/help/cs/rhythmbox/figures/rb-window-small.png
share/help/cs/rhythmbox/figures/rb-window.png
share/help/da/rhythmbox/fdl-appendix.xml
share/help/da/rhythmbox/index.docbook
share/help/da/rhythmbox/legal.xml
share/help/da/rhythmbox/figures/rb-iradio-main.png
share/help/da/rhythmbox/figures/rb-notification-area-menu.png
share/help/da/rhythmbox/figures/rb-notification-window.png
share/help/da/rhythmbox/figures/rb-notification-zone.png
share/help/da/rhythmbox/figures/rb-podcast-main.png
share/help/da/rhythmbox/figures/rb-statusbar.png
share/help/da/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/da/rhythmbox/figures/rb-toolbar-repeat.png
share/help/da/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/da/rhythmbox/figures/rb-toolbar.png
share/help/da/rhythmbox/figures/rb-volume-changer.png
share/help/da/rhythmbox/figures/rb-window-small.png
share/help/da/rhythmbox/figures/rb-window.png
share/help/de/rhythmbox/fdl-appendix.xml
share/help/de/rhythmbox/index.docbook
share/help/de/rhythmbox/legal.xml
share/help/de/rhythmbox/figures/rb-iradio-main.png
share/help/de/rhythmbox/figures/rb-notification-area-menu.png
share/help/de/rhythmbox/figures/rb-notification-window.png
share/help/de/rhythmbox/figures/rb-notification-zone.png
share/help/de/rhythmbox/figures/rb-podcast-main.png
share/help/de/rhythmbox/figures/rb-statusbar.png
share/help/de/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/de/rhythmbox/figures/rb-toolbar-repeat.png
share/help/de/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/de/rhythmbox/figures/rb-toolbar.png
share/help/de/rhythmbox/figures/rb-volume-changer.png
share/help/de/rhythmbox/figures/rb-window-small.png
share/help/de/rhythmbox/figures/rb-window.png
share/help/el/rhythmbox/fdl-appendix.xml
share/help/el/rhythmbox/index.docbook
share/help/el/rhythmbox/legal.xml
share/help/el/rhythmbox/figures/rb-iradio-main.png
share/help/el/rhythmbox/figures/rb-notification-area-menu.png
share/help/el/rhythmbox/figures/rb-notification-window.png
share/help/el/rhythmbox/figures/rb-notification-zone.png
share/help/el/rhythmbox/figures/rb-podcast-main.png
share/help/el/rhythmbox/figures/rb-statusbar.png
share/help/el/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/el/rhythmbox/figures/rb-toolbar-repeat.png
share/help/el/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/el/rhythmbox/figures/rb-toolbar.png
share/help/el/rhythmbox/figures/rb-volume-changer.png
share/help/el/rhythmbox/figures/rb-window-small.png
share/help/el/rhythmbox/figures/rb-window.png
share/help/es/rhythmbox/fdl-appendix.xml
share/help/es/rhythmbox/index.docbook
share/help/es/rhythmbox/legal.xml
share/help/es/rhythmbox/figures/rb-iradio-main.png
share/help/es/rhythmbox/figures/rb-notification-area-menu.png
share/help/es/rhythmbox/figures/rb-notification-window.png
share/help/es/rhythmbox/figures/rb-notification-zone.png
share/help/es/rhythmbox/figures/rb-podcast-main.png
share/help/es/rhythmbox/figures/rb-statusbar.png
share/help/es/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/es/rhythmbox/figures/rb-toolbar-repeat.png
share/help/es/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/es/rhythmbox/figures/rb-toolbar.png
share/help/es/rhythmbox/figures/rb-volume-changer.png
share/help/es/rhythmbox/figures/rb-window-small.png
share/help/es/rhythmbox/figures/rb-window.png
share/help/eu/rhythmbox/fdl-appendix.xml
share/help/eu/rhythmbox/index.docbook
share/help/eu/rhythmbox/legal.xml
share/help/eu/rhythmbox/figures/rb-iradio-main.png
share/help/eu/rhythmbox/figures/rb-notification-area-menu.png
share/help/eu/rhythmbox/figures/rb-notification-window.png
share/help/eu/rhythmbox/figures/rb-notification-zone.png
share/help/eu/rhythmbox/figures/rb-podcast-main.png
share/help/eu/rhythmbox/figures/rb-statusbar.png
share/help/eu/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/eu/rhythmbox/figures/rb-toolbar-repeat.png
share/help/eu/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/eu/rhythmbox/figures/rb-toolbar.png
share/help/eu/rhythmbox/figures/rb-volume-changer.png
share/help/eu/rhythmbox/figures/rb-window-small.png
share/help/eu/rhythmbox/figures/rb-window.png
share/help/fr/rhythmbox/fdl-appendix.xml
share/help/fr/rhythmbox/index.docbook
share/help/fr/rhythmbox/legal.xml
share/help/fr/rhythmbox/figures/rb-iradio-main.png
share/help/fr/rhythmbox/figures/rb-notification-area-menu.png
share/help/fr/rhythmbox/figures/rb-notification-window.png
share/help/fr/rhythmbox/figures/rb-notification-zone.png
share/help/fr/rhythmbox/figures/rb-podcast-main.png
share/help/fr/rhythmbox/figures/rb-statusbar.png
share/help/fr/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/fr/rhythmbox/figures/rb-toolbar-repeat.png
share/help/fr/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/fr/rhythmbox/figures/rb-toolbar.png
share/help/fr/rhythmbox/figures/rb-volume-changer.png
share/help/fr/rhythmbox/figures/rb-window-small.png
share/help/fr/rhythmbox/figures/rb-window.png
share/help/gl/rhythmbox/fdl-appendix.xml
share/help/gl/rhythmbox/index.docbook
share/help/gl/rhythmbox/legal.xml
share/help/gl/rhythmbox/figures/rb-iradio-main.png
share/help/gl/rhythmbox/figures/rb-notification-area-menu.png
share/help/gl/rhythmbox/figures/rb-notification-window.png
share/help/gl/rhythmbox/figures/rb-notification-zone.png
share/help/gl/rhythmbox/figures/rb-podcast-main.png
share/help/gl/rhythmbox/figures/rb-statusbar.png
share/help/gl/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/gl/rhythmbox/figures/rb-toolbar-repeat.png
share/help/gl/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/gl/rhythmbox/figures/rb-toolbar.png
share/help/gl/rhythmbox/figures/rb-volume-changer.png
share/help/gl/rhythmbox/figures/rb-window-small.png
share/help/gl/rhythmbox/figures/rb-window.png
share/help/it/rhythmbox/fdl-appendix.xml
share/help/it/rhythmbox/index.docbook
share/help/it/rhythmbox/legal.xml
share/help/it/rhythmbox/figures/rb-iradio-main.png
share/help/it/rhythmbox/figures/rb-notification-area-menu.png
share/help/it/rhythmbox/figures/rb-notification-window.png
share/help/it/rhythmbox/figures/rb-notification-zone.png
share/help/it/rhythmbox/figures/rb-podcast-main.png
share/help/it/rhythmbox/figures/rb-statusbar.png
share/help/it/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/it/rhythmbox/figures/rb-toolbar-repeat.png
share/help/it/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/it/rhythmbox/figures/rb-toolbar.png
share/help/it/rhythmbox/figures/rb-volume-changer.png
share/help/it/rhythmbox/figures/rb-window-small.png
share/help/it/rhythmbox/figures/rb-window.png
share/help/ja/rhythmbox/fdl-appendix.xml
share/help/ja/rhythmbox/index.docbook
share/help/ja/rhythmbox/legal.xml
share/help/ja/rhythmbox/figures/rb-iradio-main.png
share/help/ja/rhythmbox/figures/rb-notification-area-menu.png
share/help/ja/rhythmbox/figures/rb-notification-window.png
share/help/ja/rhythmbox/figures/rb-notification-zone.png
share/help/ja/rhythmbox/figures/rb-podcast-main.png
share/help/ja/rhythmbox/figures/rb-statusbar.png
share/help/ja/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/ja/rhythmbox/figures/rb-toolbar-repeat.png
share/help/ja/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/ja/rhythmbox/figures/rb-toolbar.png
share/help/ja/rhythmbox/figures/rb-volume-changer.png
share/help/ja/rhythmbox/figures/rb-window-small.png
share/help/ja/rhythmbox/figures/rb-window.png
share/help/oc/rhythmbox/fdl-appendix.xml
share/help/oc/rhythmbox/index.docbook
share/help/oc/rhythmbox/legal.xml
share/help/oc/rhythmbox/figures/rb-iradio-main.png
share/help/oc/rhythmbox/figures/rb-notification-area-menu.png
share/help/oc/rhythmbox/figures/rb-notification-window.png
share/help/oc/rhythmbox/figures/rb-notification-zone.png
share/help/oc/rhythmbox/figures/rb-podcast-main.png
share/help/oc/rhythmbox/figures/rb-statusbar.png
share/help/oc/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/oc/rhythmbox/figures/rb-toolbar-repeat.png
share/help/oc/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/oc/rhythmbox/figures/rb-toolbar.png
share/help/oc/rhythmbox/figures/rb-volume-changer.png
share/help/oc/rhythmbox/figures/rb-window-small.png
share/help/oc/rhythmbox/figures/rb-window.png
share/help/pt/rhythmbox/fdl-appendix.xml
share/help/pt/rhythmbox/index.docbook
share/help/pt/rhythmbox/legal.xml
share/help/pt/rhythmbox/figures/rb-iradio-main.png
share/help/pt/rhythmbox/figures/rb-notification-area-menu.png
share/help/pt/rhythmbox/figures/rb-notification-window.png
share/help/pt/rhythmbox/figures/rb-notification-zone.png
share/help/pt/rhythmbox/figures/rb-podcast-main.png
share/help/pt/rhythmbox/figures/rb-statusbar.png
share/help/pt/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/pt/rhythmbox/figures/rb-toolbar-repeat.png
share/help/pt/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/pt/rhythmbox/figures/rb-toolbar.png
share/help/pt/rhythmbox/figures/rb-volume-changer.png
share/help/pt/rhythmbox/figures/rb-window-small.png
share/help/pt/rhythmbox/figures/rb-window.png
share/help/pt_BR/rhythmbox/fdl-appendix.xml
share/help/pt_BR/rhythmbox/index.docbook
share/help/pt_BR/rhythmbox/legal.xml
share/help/pt_BR/rhythmbox/figures/rb-iradio-main.png
share/help/pt_BR/rhythmbox/figures/rb-notification-area-menu.png
share/help/pt_BR/rhythmbox/figures/rb-notification-window.png
share/help/pt_BR/rhythmbox/figures/rb-notification-zone.png
share/help/pt_BR/rhythmbox/figures/rb-podcast-main.png
share/help/pt_BR/rhythmbox/figures/rb-statusbar.png
share/help/pt_BR/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/pt_BR/rhythmbox/figures/rb-toolbar-repeat.png
share/help/pt_BR/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/pt_BR/rhythmbox/figures/rb-toolbar.png
share/help/pt_BR/rhythmbox/figures/rb-volume-changer.png
share/help/pt_BR/rhythmbox/figures/rb-window-small.png
share/help/pt_BR/rhythmbox/figures/rb-window.png
share/help/ro/rhythmbox/fdl-appendix.xml
share/help/ro/rhythmbox/index.docbook
share/help/ro/rhythmbox/legal.xml
share/help/ro/rhythmbox/figures/rb-iradio-main.png
share/help/ro/rhythmbox/figures/rb-notification-area-menu.png
share/help/ro/rhythmbox/figures/rb-notification-window.png
share/help/ro/rhythmbox/figures/rb-notification-zone.png
share/help/ro/rhythmbox/figures/rb-podcast-main.png
share/help/ro/rhythmbox/figures/rb-statusbar.png
share/help/ro/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/ro/rhythmbox/figures/rb-toolbar-repeat.png
share/help/ro/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/ro/rhythmbox/figures/rb-toolbar.png
share/help/ro/rhythmbox/figures/rb-volume-changer.png
share/help/ro/rhythmbox/figures/rb-window-small.png
share/help/ro/rhythmbox/figures/rb-window.png
share/help/ru/rhythmbox/fdl-appendix.xml
share/help/ru/rhythmbox/index.docbook
share/help/ru/rhythmbox/legal.xml
share/help/ru/rhythmbox/figures/rb-iradio-main.png
share/help/ru/rhythmbox/figures/rb-notification-area-menu.png
share/help/ru/rhythmbox/figures/rb-notification-window.png
share/help/ru/rhythmbox/figures/rb-notification-zone.png
share/help/ru/rhythmbox/figures/rb-podcast-main.png
share/help/ru/rhythmbox/figures/rb-statusbar.png
share/help/ru/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/ru/rhythmbox/figures/rb-toolbar-repeat.png
share/help/ru/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/ru/rhythmbox/figures/rb-toolbar.png
share/help/ru/rhythmbox/figures/rb-volume-changer.png
share/help/ru/rhythmbox/figures/rb-window-small.png
share/help/ru/rhythmbox/figures/rb-window.png
share/help/sl/rhythmbox/fdl-appendix.xml
share/help/sl/rhythmbox/index.docbook
share/help/sl/rhythmbox/legal.xml
share/help/sl/rhythmbox/figures/rb-iradio-main.png
share/help/sl/rhythmbox/figures/rb-notification-area-menu.png
share/help/sl/rhythmbox/figures/rb-notification-window.png
share/help/sl/rhythmbox/figures/rb-notification-zone.png
share/help/sl/rhythmbox/figures/rb-podcast-main.png
share/help/sl/rhythmbox/figures/rb-statusbar.png
share/help/sl/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/sl/rhythmbox/figures/rb-toolbar-repeat.png
share/help/sl/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/sl/rhythmbox/figures/rb-toolbar.png
share/help/sl/rhythmbox/figures/rb-volume-changer.png
share/help/sl/rhythmbox/figures/rb-window-small.png
share/help/sl/rhythmbox/figures/rb-window.png
share/help/sv/rhythmbox/fdl-appendix.xml
share/help/sv/rhythmbox/index.docbook
share/help/sv/rhythmbox/legal.xml
share/help/sv/rhythmbox/figures/rb-iradio-main.png
share/help/sv/rhythmbox/figures/rb-notification-area-menu.png
share/help/sv/rhythmbox/figures/rb-notification-window.png
share/help/sv/rhythmbox/figures/rb-notification-zone.png
share/help/sv/rhythmbox/figures/rb-podcast-main.png
share/help/sv/rhythmbox/figures/rb-statusbar.png
share/help/sv/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/sv/rhythmbox/figures/rb-toolbar-repeat.png
share/help/sv/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/sv/rhythmbox/figures/rb-toolbar.png
share/help/sv/rhythmbox/figures/rb-volume-changer.png
share/help/sv/rhythmbox/figures/rb-window-small.png
share/help/sv/rhythmbox/figures/rb-window.png
share/help/uk/rhythmbox/fdl-appendix.xml
share/help/uk/rhythmbox/index.docbook
share/help/uk/rhythmbox/legal.xml
share/help/uk/rhythmbox/figures/rb-iradio-main.png
share/help/uk/rhythmbox/figures/rb-notification-area-menu.png
share/help/uk/rhythmbox/figures/rb-notification-window.png
share/help/uk/rhythmbox/figures/rb-notification-zone.png
share/help/uk/rhythmbox/figures/rb-podcast-main.png
share/help/uk/rhythmbox/figures/rb-statusbar.png
share/help/uk/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/uk/rhythmbox/figures/rb-toolbar-repeat.png
share/help/uk/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/uk/rhythmbox/figures/rb-toolbar.png
share/help/uk/rhythmbox/figures/rb-volume-changer.png
share/help/uk/rhythmbox/figures/rb-window-small.png
share/help/uk/rhythmbox/figures/rb-window.png
share/help/zh_CN/rhythmbox/fdl-appendix.xml
share/help/zh_CN/rhythmbox/index.docbook
share/help/zh_CN/rhythmbox/legal.xml
share/help/zh_CN/rhythmbox/figures/rb-iradio-main.png
share/help/zh_CN/rhythmbox/figures/rb-notification-area-menu.png
share/help/zh_CN/rhythmbox/figures/rb-notification-window.png
share/help/zh_CN/rhythmbox/figures/rb-notification-zone.png
share/help/zh_CN/rhythmbox/figures/rb-podcast-main.png
share/help/zh_CN/rhythmbox/figures/rb-statusbar.png
share/help/zh_CN/rhythmbox/figures/rb-toolbar-prevplaynext.png
share/help/zh_CN/rhythmbox/figures/rb-toolbar-repeat.png
share/help/zh_CN/rhythmbox/figures/rb-toolbar-shuffle.png
share/help/zh_CN/rhythmbox/figures/rb-toolbar.png
share/help/zh_CN/rhythmbox/figures/rb-volume-changer.png
share/help/zh_CN/rhythmbox/figures/rb-window-small.png
share/help/zh_CN/rhythmbox/figures/rb-window.png
2009-03-21 19:37:33 +01:00
share/icons/hicolor/16x16/apps/rhythmbox.png
share/icons/hicolor/22x22/apps/rhythmbox.png
share/icons/hicolor/24x24/apps/rhythmbox.png
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/icons/hicolor/256x256/apps/rhythmbox.png
2009-03-21 19:37:33 +01:00
share/icons/hicolor/32x32/apps/rhythmbox.png
share/icons/hicolor/48x48/apps/rhythmbox.png
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/icons/hicolor/48x48/status/rhythmbox-missing-artwork.png
share/icons/hicolor/scalable/apps/rhythmbox-symbolic.svg
2009-06-03 04:58:21 +02:00
share/locale/af/LC_MESSAGES/rhythmbox.mo
share/locale/am/LC_MESSAGES/rhythmbox.mo
share/locale/ar/LC_MESSAGES/rhythmbox.mo
2009-07-05 20:16:27 +02:00
share/locale/as/LC_MESSAGES/rhythmbox.mo
2003-09-06 20:14:21 +02:00
share/locale/az/LC_MESSAGES/rhythmbox.mo
share/locale/be/LC_MESSAGES/rhythmbox.mo
2009-03-21 19:37:33 +01:00
share/locale/be@latin/LC_MESSAGES/rhythmbox.mo
2004-02-27 23:56:36 +01:00
share/locale/bg/LC_MESSAGES/rhythmbox.mo
2009-11-22 23:06:40 +01:00
share/locale/bn_IN/LC_MESSAGES/rhythmbox.mo
2009-09-19 19:18:25 +02:00
share/locale/br/LC_MESSAGES/rhythmbox.mo
2003-12-07 04:57:35 +01:00
share/locale/ca/LC_MESSAGES/rhythmbox.mo
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/locale/ca@valencia/LC_MESSAGES/rhythmbox.mo
share/locale/cs/LC_MESSAGES/rhythmbox.mo
2003-09-06 20:14:21 +02:00
share/locale/cy/LC_MESSAGES/rhythmbox.mo
share/locale/da/LC_MESSAGES/rhythmbox.mo
share/locale/de/LC_MESSAGES/rhythmbox.mo
2006-12-18 23:58:04 +01:00
share/locale/dz/LC_MESSAGES/rhythmbox.mo
share/locale/el/LC_MESSAGES/rhythmbox.mo
share/locale/en_CA/LC_MESSAGES/rhythmbox.mo
share/locale/en_GB/LC_MESSAGES/rhythmbox.mo
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/locale/eo/LC_MESSAGES/rhythmbox.mo
share/locale/es/LC_MESSAGES/rhythmbox.mo
share/locale/et/LC_MESSAGES/rhythmbox.mo
share/locale/eu/LC_MESSAGES/rhythmbox.mo
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/locale/fa/LC_MESSAGES/rhythmbox.mo
share/locale/fi/LC_MESSAGES/rhythmbox.mo
share/locale/fr/LC_MESSAGES/rhythmbox.mo
2004-01-09 03:42:09 +01:00
share/locale/ga/LC_MESSAGES/rhythmbox.mo
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/locale/gd/LC_MESSAGES/rhythmbox.mo
2005-11-05 06:29:26 +01:00
share/locale/gl/LC_MESSAGES/rhythmbox.mo
2009-06-03 04:58:21 +02:00
share/locale/gu/LC_MESSAGES/rhythmbox.mo
share/locale/he/LC_MESSAGES/rhythmbox.mo
2007-02-22 06:57:56 +01:00
share/locale/hi/LC_MESSAGES/rhythmbox.mo
share/locale/hr/LC_MESSAGES/rhythmbox.mo
share/locale/hu/LC_MESSAGES/rhythmbox.mo
2003-10-23 22:43:35 +02:00
share/locale/id/LC_MESSAGES/rhythmbox.mo
2004-06-24 06:58:55 +02:00
share/locale/is/LC_MESSAGES/rhythmbox.mo
share/locale/it/LC_MESSAGES/rhythmbox.mo
share/locale/ja/LC_MESSAGES/rhythmbox.mo
2009-04-29 07:35:15 +02:00
share/locale/kn/LC_MESSAGES/rhythmbox.mo
share/locale/ko/LC_MESSAGES/rhythmbox.mo
share/locale/lt/LC_MESSAGES/rhythmbox.mo
share/locale/lv/LC_MESSAGES/rhythmbox.mo
2005-11-05 06:29:26 +01:00
share/locale/mk/LC_MESSAGES/rhythmbox.mo
share/locale/ml/LC_MESSAGES/rhythmbox.mo
share/locale/mn/LC_MESSAGES/rhythmbox.mo
2009-04-29 07:35:15 +02:00
share/locale/mr/LC_MESSAGES/rhythmbox.mo
share/locale/ms/LC_MESSAGES/rhythmbox.mo
share/locale/nb/LC_MESSAGES/rhythmbox.mo
2009-11-22 23:06:40 +01:00
share/locale/nds/LC_MESSAGES/rhythmbox.mo
2005-11-05 06:29:26 +01:00
share/locale/ne/LC_MESSAGES/rhythmbox.mo
share/locale/nl/LC_MESSAGES/rhythmbox.mo
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/locale/nn/LC_MESSAGES/rhythmbox.mo
2009-03-21 19:37:33 +01:00
share/locale/oc/LC_MESSAGES/rhythmbox.mo
2009-07-05 20:16:27 +02:00
share/locale/or/LC_MESSAGES/rhythmbox.mo
share/locale/pa/LC_MESSAGES/rhythmbox.mo
share/locale/pl/LC_MESSAGES/rhythmbox.mo
2009-03-21 19:37:33 +01:00
share/locale/ps/LC_MESSAGES/rhythmbox.mo
share/locale/pt/LC_MESSAGES/rhythmbox.mo
share/locale/pt_BR/LC_MESSAGES/rhythmbox.mo
2003-10-23 22:43:35 +02:00
share/locale/ro/LC_MESSAGES/rhythmbox.mo
share/locale/ru/LC_MESSAGES/rhythmbox.mo
2005-11-05 06:29:26 +01:00
share/locale/rw/LC_MESSAGES/rhythmbox.mo
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
share/locale/si/LC_MESSAGES/rhythmbox.mo
2004-06-24 06:58:55 +02:00
share/locale/sk/LC_MESSAGES/rhythmbox.mo
2009-11-22 23:06:40 +01:00
share/locale/sl/LC_MESSAGES/rhythmbox.mo
share/locale/sr/LC_MESSAGES/rhythmbox.mo
2009-03-21 19:37:33 +01:00
share/locale/sr@latin/LC_MESSAGES/rhythmbox.mo
share/locale/sv/LC_MESSAGES/rhythmbox.mo
2009-07-05 20:16:27 +02:00
share/locale/ta/LC_MESSAGES/rhythmbox.mo
2009-08-23 19:47:10 +02:00
share/locale/te/LC_MESSAGES/rhythmbox.mo
2005-11-05 06:29:26 +01:00
share/locale/th/LC_MESSAGES/rhythmbox.mo
share/locale/tr/LC_MESSAGES/rhythmbox.mo
share/locale/uk/LC_MESSAGES/rhythmbox.mo
share/locale/vi/LC_MESSAGES/rhythmbox.mo
share/locale/zh_CN/LC_MESSAGES/rhythmbox.mo
2006-04-19 08:17:15 +02:00
share/locale/zh_HK/LC_MESSAGES/rhythmbox.mo
share/locale/zh_TW/LC_MESSAGES/rhythmbox.mo
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2. Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
2014-11-19 12:49:04 +01:00
%%DATADIR%%/app-menu.ui
%%DATADIR%%/browser-popup.ui
%%DATADIR%%/create-playlist.ui
%%DATADIR%%/display-page-add-menu.ui
%%DATADIR%%/edit-menu.ui
%%DATADIR%%/general-prefs.ui
%%DATADIR%%/icons/hicolor/16x16/status/rhythmbox-no-star.png
%%DATADIR%%/icons/hicolor/16x16/status/rhythmbox-set-star.png
%%DATADIR%%/icons/hicolor/16x16/status/rhythmbox-unset-star.png
%%DATADIR%%/import-dialog.ui
%%DATADIR%%/import-errors-popup.ui
%%DATADIR%%/library-prefs.ui
%%DATADIR%%/library-toolbar.ui
%%PYTHON%%%%DATADIR%%/plugins/lyrics/lyrics-prefs.ui
%%DATADIR%%/main-toolbar.ui
%%DATADIR%%/media-player-properties.ui
%%DATADIR%%/missing-files-popup.ui
%%DATADIR%%/playback-prefs.ui
%%DATADIR%%/playlist-menu.ui
%%DATADIR%%/playlist-popup.ui
%%DATADIR%%/playlist-save.ui
%%DATADIR%%/playlist-toolbar.ui
%%DATADIR%%/playlists.xml
%%DATADIR%%/plugins/audiocd/album-info.ui
%%DATADIR%%/plugins/audiocd/audiocd-toolbar.ui
%%DATADIR%%/plugins/audioscrobbler/Last.fm-symbolic.svg
%%DATADIR%%/plugins/audioscrobbler/audioscrobbler-preferences.ui
%%DATADIR%%/plugins/audioscrobbler/audioscrobbler-profile.ui
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/Allmusic16x16.png
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/Discogs16x16.png
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/Wikipedia16x16.png
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/lastfm.png
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/img/spinner.gif
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/album-tmpl.html
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/artist-tmpl.html
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/links-tmpl.html
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/loading.html
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/lyrics-tmpl.html
%%PYTHON%%%%WEBKIT%%%%DATADIR%%/plugins/context/tmpl/main.css
%%DAAP%%%%DATADIR%%/plugins/daap/daap-prefs.ui
%%DAAP%%%%DATADIR%%/plugins/daap/daap-toolbar.ui
%%DAAP%%%%DATADIR%%/plugins/daap/remote-icon.png
%%DATADIR%%/plugins/fmradio/fmradio-popup.ui
%%DATADIR%%/plugins/fmradio/fmradio-toolbar.ui
%%DATADIR%%/plugins/generic-player/generic-player-info.ui
%%DATADIR%%/plugins/generic-player/generic-player-toolbar.ui
%%IPOD%%%%DATADIR%%/plugins/ipod/ipod-info.ui
%%IPOD%%%%DATADIR%%/plugins/ipod/ipod-init.ui
%%IPOD%%%%DATADIR%%/plugins/ipod/ipod-toolbar.ui
%%DATADIR%%/plugins/iradio/iradio-initial.xspf
%%DATADIR%%/plugins/iradio/iradio-popup.ui
%%DATADIR%%/plugins/iradio/iradio-toolbar.ui
%%LIRC%%%%DATADIR%%/plugins/rblirc/rhythmbox_lirc_default
%%DATADIR%%/plugins/iradio/station-properties.ui
%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-loading.ui
%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-popup.ui
%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-prefs.ui
%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-symbolic.svg
%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune-toolbar.ui
%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune_logo_color_small.png
%%PYTHON%%%%DATADIR%%/plugins/magnatune/magnatune_logo_color_tiny.png
%%MTP%%%%DATADIR%%/plugins/mtpdevice/mtp-info.ui
%%MTP%%%%DATADIR%%/plugins/mtpdevice/mtp-toolbar.ui
%%PYTHON%%%%DATADIR%%/plugins/replaygain/replaygain-prefs.ui
%%DATADIR%%/podcast-add-dialog.ui
%%DATADIR%%/podcast-feed-properties.ui
%%DATADIR%%/podcast-prefs.ui
%%DATADIR%%/podcast-popups.ui
%%DATADIR%%/podcast-properties.ui
%%DATADIR%%/podcast-toolbar.ui
%%DATADIR%%/queue-popups.ui
%%DATADIR%%/queue-toolbar.ui
%%DATADIR%%/rhythmbox.gep
%%DATADIR%%/song-info-multiple.ui
%%DATADIR%%/song-info.ui
%%DATADIR%%/style.css
%%DATADIR%%/sync-dialog.ui
%%DATADIR%%/sync-state.ui
%%DATADIR%%/uri-new.ui