Commit graph

139475 commits

Author SHA1 Message Date
hasso
0352e78275 Updated security/pcsc-lite to 1.5.2
Updated security/ccid to 1.3.10
2009-03-16 14:18:37 +00:00
hasso
fc8b59be3f Update to version 1.3.10. Upstream changes:
1.3.10:
    - add support for MSI StarReader SMART, Noname reader (from
      Omnikey), Xiring Xi Sign PKI, Realtek 43 in 1 + Sim + Smart Card
      Reader, Atmel AT98SC032CT, Aktiv Rutoken Magistra, TianYu CCID
      SmartKey, Precise Biometrics 200 MC and 250 MC
    - add a patch to support the bogus OpenPGP card (on board key
      generation sometimes timed out)
    - disable support of the contactless part of SDI010 and SCR331DI
      (this code was reverse engineered and hard to maintain)
    - some minor bugs removed

1.3.9:
    - add support for Aladdin eToken PRO USB 72K Java, Cherry
      SmartTerminal ST-1200USB, Atmel AT91SO, SpringCard Prox'N'Roll,
      CSB6 Basic, EasyFinger Ultimate, CSB6 Ultimate, EasyFinger
      Standard, CrazyWriter, CSB6 Secure, KONA USB SmartCard, HP MFP
      Smart Card Reader, ACS ACR122U PICC, Gemalto PDT, VMware Virtual
      USB CCID
    - MacOSX/configure: do not overwrite PCSC_CFLAGS, PCSC_LIBS,
      LIBUSB_CFLAGS and LIBUSB_LIBS if already defined by the user
    - by default, link statically against libusb on Mac OS X
    - IFDHPowerICC(): use a very long timeout for PowerUp since the card
      can be very slow to send the full ATR (up to 30 seconds at 4 MHz)
    - SecurePINVerify(): correct a bug when using a Case 1 APDU and a
      SCM SPR532 reader
    - log the reader name instead of just the pcscd Lun
    - some minor bugs removed
2009-03-16 14:10:47 +00:00
hasso
1a55d75c12 Update to version 1.5.2. Upstream changes:
pcsc-lite-1.5.2:
- SCardGetStatusChange(): return if the state of the reader changed
  since the previous call. Thanks to Thomas Harning for the patch
- SCardCancel() no works as expected. It got broken in version 1.5.0.
  Closes: [#311342] SCardCancel does not cancel an outstanding
  SCardGetStatusChange
- log TxBuffer and RxBuffer if the SCardControl() command failed.
  Closes: [#311376] PCSC_LOG_VERBOSE via -dd; print details of "Card not
  transacted"
- add a mutex to avoid a race condition
  Closes: [#311377] Race condition in SCardBeginTransaction
- SCardGetStatusChange() may not return if the reader was removed.
- some other minor improvements and bug corrections


pcsc-lite-1.5.1:
- Extended APDU of more than 2048 bytes were corrupted. The problem was
  introduced in version 1.3.3 (2 years ago) by making the code compile
  with Sun Studio 11.
  Thanks to Eric Mounier for the patch
- some other minor improvements and bug corrections


pcsc-lite-1.5.0:
- correctly handle up to PCSCLITE_MAX_READERS_CONTEXTS readers (instead
  of PCSCLITE_MAX_READERS_CONTEXTS-1)
- SCardGetStatusChange()
  . now returns SCARD_E_TIMEOUT instead of SCARD_S_SUCCESS if dwTimeout
    == 0 (conform to Windows XP)
  . add support of reader name \\?PnP?\Notification to detect reader
    insertion/removal (conform to Windows XP)
  . if a reader disappear also set SCARD_STATE_UNAVAILABLE in
    dwEventState (more conform to Windows XP)
- SCardStatus(): add support of SCARD_AUTOALLOCATE for pcchReaderLen and
  pcbAtrLen
- SCardGetStatusChange() now uses asynchronous events instead of polling
- more and/or better Doxygen documentation
- SCardTransmit(): correctly pass the pioRecvPci parameter
- SCardConnect() and SCardReconnect(): correct a bug when two
  applications were calling SCardConnect() or SCardReconnect() at the
  exact same time
- pcscd logs the command name sent by the application (when in debug mode)
- some other minor improvements and bug corrections
2009-03-16 14:08:33 +00:00
jmcneill
570981bf02 Updated sysutils/nautilus to 2.26.0 2009-03-16 14:06:16 +00:00
jmcneill
86e48108e3 Update nautilus to 2.26.0.
pkgsrc changes:

    * user-destdir support
    * remove eel, libbonobo, libbonoboui, libgnome, libgnomeui, libgsf,
      libart, ORBit2, startup-notification dependencies
    * add exempi, libunique dependencies


Major changes in 2.26.0 are:
* Stable release
* Fix crash due to broken gdk-pixbuf tga loader
* make sure thumbnails are updated even when zoomed up
* fix crash in media settings preferences

Major changes in 2.25.93 are:
* Use ConsoleKit to make sure we only autorun on active sessions
* Never show unmount if we show an eject menu item
* Show the gvfs reported owner/group names
* Don't allow changing default app for folders
* Fix "can't unmount same location twice" bug

Major changes in 2.25.92 are:
* Set mmap limit to avoid desktop background memory not being returned to the os
* Warn when source overwrites destination in move
* Don't put "link to ..." in front of symlinks unless there are name conflicts
* Fix desktop flicker on theme change
* Require desktop file app launchers to be executable
* Support making symlinks on remote locations (if supported by backend)

Major changes in 2.25.91 are:
* Use G_DEFINE_TYPE_* instead of hand-written types
* fix: opening a new window restores minimised ones
* fix renaming of desktop files
* Handle new kinds of GIcons
* Don't display shadowed mounts

Major changes in 2.25.4 are:
* Don't show desktop files from other desktops than Gnome on the desktop
* Support crossfades of desktop backgrounds
* Don't snap desktop icons outside right margin
* Fix crashes and leaks

Major changes in 2.25.3 are:
* Remove CD/DVD creator from places menu and sidebar
* Allow deleting custom emblems
* Fix crashes
* Don't show read-only emblems in trash
* Trash performance fixes
* General performance fixes
* Update to new PackageKit API

Major changes in 2.25.2 are:
* Merged eel into nautilus
* Use single glib/gtk includes
* Support PackageKit application search
* Fix new windows not appearing after successful mount
* Remove support for old KDE trash dirs

Major changes in 2.25.1 are:
* Remove depencency on libgnome & gnome-vfs
* Fix crashes
* Chop trailing space characters when moving to FAT file system
* When DnD'ing, COPY instead of MOVE, when the source is not deletable
* Don't set default when opening with other app, just add to open with list.
* Don't make copies of files from readonly source (e.g. CDROM) readonly
* Don't show cancel dialog when showing the "run or display" dialog
2009-03-16 14:05:04 +00:00
jmcneill
46a2573008 Updated sysutils/gvfs to 1.2.0 2009-03-16 13:07:24 +00:00
tron
ff395614e1 Fix build problem under Mac OS X. 2009-03-16 13:06:46 +00:00
jmcneill
b83fa1741c Update gvfs to 1.2.0.
Major changes in 1.2.0
======================
* sftp: Don't hang if ssh no authentication method availible
* Don't leak file monitors
* computer: don't show shadowed mounts

Major changes in 1.1.8
======================
* Fix crashers and leaks
* Handle file:// uris with anchors in gvfs-open
* fuse: Support ftruncate to the current file size
* escape/unescape hostname part in uris, allowing spaces in e.g. smb domains
* hal: Fix "No mount object" error on mount
* Change details of the new .xdg-volume-info file format
* Fix races in cancellation of gvfs streams
* Remove debug spew from backends
* ftp: Fix anonymous login
* gphoto2: Ignore broken storages with no capacity
* Don't globally modify COMP_WORDBREAKS in bash completion script
* Don't ask for username when getting ssh key passphrase

Major changes in 1.1.7
======================
* Fix build on some platforms
* ftp: Fix short read errors
* gphoto2: Make it work on iphone
* sftp: Fix symlink creation
* fuse: Better support of truncation, fixing OOo save
* proxy monitors: Support mount operations, etc
* gvfs-mount: add --device commandline support
* sftp: Fix protocol bug that made some servers not work
* general support for query_info over streams, implemented for smb, sftp
* Initial support for .xdg-volume-info reading

Major changes in 1.1.6
======================
* Fix crashes
* trash: Better messages
* Clean up glib and gtk includes
* archive: Build with later versions of libarchive
* dav: Fix folder creation
* dav: Fix redirection when user is specified in url
* http: fix error propagation
* sftp: Try to preserve ownership when replacing a file

Major changes in 1.1.5
======================
* network: Pick up SMB shares from zeroconf
* obexftp: Write support for
* obexftp: Support obexftp over usb
* trash: Don't follow symlinks on delete
* fix crashes

Major changes in 1.1.4
======================
* Trash performance fixes
* Fuse performance fixes

Major changes in 1.1.3
======================
* ftp: fix limited number of connections causes commands to fail (#565504)
* trash: fix parallel build doesn't work (#562955)
* trash: add trash::orig-path and trash::deletion-date info
* trash: set files to mode 700 before deleting to deal with users trashing read-only directories
* smb-browse: browsing authentication support (#524485)
* smb-browse: make backend not automounted anymore

Major changes in 1.1.2
======================
* New trash backend
* Use the new shadow mount facility in gio
* gphoto2: Use shadow mounts
* obex: Fix icon for root directory
* http: Fix major memory leak
* http: Support proxies

Major changes in 1.1.1
======================
* Reverse map FUSE pathnames to gvfs locations
* Fix crashes
* Show better icon info in gvfs-info
* Support custom icons for gvfs backends
* dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port
* ftp: Fix time parsing
* ftp: Show username in auth dialog if specified in uri
* ftp: Support UTF8 server feature
* ftp: Use LIST -a instead of LIST on unix servers
* fuse: Fix major race in that caused crashes
* fuse: Set st_blocks so that e.g. the "du" command works
* gphoto: use custom icons for faster thumbnails
* obexftp: Port to bluez 4 API
* sftp: If name specified in mount, use in name too so that fuse paths are unique
* sftp: Support /etc/favicon.png
* smb: Don't ask for password twice if cancelled
* smb: support setting timestamp
2009-03-16 13:06:40 +00:00
jmcneill
44314dbc1e Needs sqlite3 2009-03-16 13:02:18 +00:00
jmcneill
413e5cfc5f Needs libproxy 2009-03-16 12:54:57 +00:00
jmcneill
debc3aeef1 Updated net/libsoup24 to 2.25.91 2009-03-16 12:49:39 +00:00
jmcneill
b65b6c470a Update libsoup24 to 2.25.91.
Changes in libsoup from 2.25.4 to 2.25.5:

	* Fixed a crash in SoupProxyResolverGNOME when the proxy
          requires authentication. (This does not make proxy
          authentication *work* yet, it just makes it not crash.)

	* Updated documentation

Changes in libsoup from 2.25.4 to 2.25.5:

	* SoupProxyResolverGConf (which was incomplete) is gone, and
          libsoup-gnome now requires libproxy, which is now officially
          an external dependency of GNOME.

	* Fixed a bug in SoupCookieJar that was making it send
          "Cookie: (null)" when it had no cookies for a site, which
          confused some web servers (WebKit bug 23240).

	* Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and
          soup_message_body_set_accumulate(FALSE). (Part of WebKit bug
          18343, noticed by Gustavo Noronha Silva.)

	* Fixed the build with non-gcc compilers

Changes in libsoup from 2.25.3 to 2.25.4:

	* Added soup_session_get_feature() and
          soup_session_get_features(), to query the features currently
          available in a session (which is needed by the patch in
	  https://bugs.webkit.org/show_bug.cgi?id=22624)

Changes in libsoup from 2.25.2 to 2.25.3:

	* Fixed a crash when using both cookies and a proxy. [#562191,
          Mark Lee]

	* Fixed soup_form_decode() to correctly handle forms with
          URI-encoded parameter names [#563302, Evan Nemerson] and
          added a regression test.

	* Fixed a crash in SoupProxyResolverGConf. [#563145]

Changes in libsoup from 2.25.1 to 2.25.2:

	* Fixed client behavior when presented with multiple auth
          types to choose the *strongest* auth type (eg, Digest)
          rather than the *weakest* one [#562339, Pontus Oldberg].
          Added a regression test for this.

	* Moved libsoup-gnome headers to a different directory to make
          it easier to split libsoup and libsoup-gnome into separate
          packages, and to ensure that things that only want to be
          looking at plain libsoup headers (like gir-repository) don't
          accidentally see the libsoup-gnome ones.

	* Some minor doc fixes

	* Fixed libsoup-gnome linking with --as-needed. [#559342]

Changes in libsoup from 2.24.1 to 2.25.1:

	libsoup 2.25.1 introduces a new library, libsoup-gnome, which
	will be used for features which are important to GNOME apps,
	but which require GNOME-specific libraries that non-GNOME apps
	may not want to add dependencies on.

	In 2.25.1, libsoup-gnome contains:

	    * SOUP_TYPE_PROXY_RESOLVER_GNOME, a SoupSessionFeature
              type that can be added to a SoupSession to provide
              automatic proxy handling via the GConf proxy keys. (See
              below) The default implementation uses libproxy, which
              also handles WPAD, PAC, etc, but if libproxy is not
              available it will use GConf directly, supporting only
              the basic HTTP proxy functionality.

	    * SoupCookieJarSqlite, a SoupSessionFeature that handles
              cookies and stores them in a Firefox 3-compatible sqlite
              file. (This is not actually a "GNOME-specific" feature,
              but I didn't want to make libsoup itself depend on
              sqlite, and I didn't want to make the dependency
              optional. This might change before 2.26.)

	    * SOUP_TYPE_GNOME_FEATURES_2_26: a SoupSessionFeature type
              that can be added to a SoupSession to add all
              GNOME-integration features that are available for 2.26;
              as of 2.25.1, this is just the GNOME proxy resolver, but
              by 2.26.0 it may also include gnome-keyring support and
              possibly other features.

	Applications/libraries that are currently doing GConf proxy
	lookup by hand can be updated as follows:

	    * Remove all of the existing code that listens to the
              GConf keys and sets SOUP_SESSION_PROXY_URI

	    * Change the configure check to require
	      "libsoup-gnome-2.4 >= 2.25.1" instead of "libsoup-2.4"

	    * #include <libsoup/soup-gnome.h>

	    * After creating your SoupSession, do:

	          soup_session_add_feature_by_type (session, SOUP_TYPE_PROXY_RESOLVER_GNOME);

	      (Or alternatively, use SOUP_SESSION_ADD_FEATURE_BY_TYPE
	      with soup_session_async_new_with_options() or
	      soup_session_sync_new_with_options().)


	Other new features and bug fixes in 2.25.1 include:

	* SoupCookieJarText, like SoupCookieJarSqlite, but using the
          old-style cookies.txt format, and in the base libsoup rather
          than libsoup-gnome.

	* Various bugfixes to SoupCookie and SoupCookieJar to fix the
          problems with cookies not working on certain sites.

	* The new SoupMultipart type provides support for multipart
          MIME bodies, and soup-form now includes several methods for
          generating and parsing multipart form data and file uploads.

	* SoupMessageHeaders now has methods for easy handling of the
	  Content-Type, Content-Disposition, Range, and Content-Range
	  headers. The Content-Disposition handling recognizes
	  RFC2231-encoded UTF-8 filenames.

	* SoupServer now automatically handles partial GET requests;
          if your server returns SOUP_STATUS_OK in response to a
          partial GET, libsoup will automatically convert it to a
          SOUP_STATUS_PARTIAL_CONTENT response with only the requested
          portions.

	Thanks to Xan Lopez and Diego Escalante Urrelo for their work
	on SoupCookie, SoupCookieJar, SoupCookieJarText, and
	SoupCookieJarSqlite.
2009-03-16 12:49:02 +00:00
jmcneill
6235d281e7 - eel-2.26.0 2009-03-16 12:39:30 +00:00
jmcneill
4091054554 Updated devel/eel to 2.26.0 2009-03-16 12:37:46 +00:00
jmcneill
ebb1aac5a3 Update eel to 2.26.0.
NOTE: This is the final release of eel. The eel codebase has been
moved into nautilus and all further changes will happen there.

Major changes in 2.26.0 were:
* Stable release

Major changes in 2.25.91 were:
* Backport changes from nautilus
* Require gnome-desktop >= 2.25.5 for new gnome-bg

Major changes in 2.25.1 were:
* Remove dependency on libgnome
2009-03-16 12:37:22 +00:00
jmcneill
58ee01d983 Updated x11/gnome-desktop to 2.25.92 2009-03-16 12:36:25 +00:00
jmcneill
97efa71ed2 Update gnome-desktop to 2.25.92.
===============
Version 2.25.92
===============

  libgnome-desktop

	* GnomeBG: Allow apps to ignore a pending change so they can avoid
	  updating their background twice (Alexander Larsson)
	* GnomeBG: Blow all expensive caches if we're not gonna update the
	  background again in one minute (Alexander Larsson)
	* GnomeBG: Do slightly less steps in slide transitions to avoid using
	  to much resources on things that are not visible (Alexander Larsson)
	* GnomeBG: Remove outstanding transitions on finalize (Alexander
	  Larsson)
	* GnomeRR: Use g_new0() instead of calloc() for consistency (Federico
	  Mena Quintero)
	* GnomeRR: Fix leak (Federico Mena Quintero)
	* GnomeRR: Code cleanup (Federico Mena Quintero)
	* GnomeRR: Revert the change to use XRRGetScreenResourcesCurrent(),
	  it's not needed anymore and it broke the "Detect Monitors" button
	  (Matthias Clasen)
	* General: Make sure that the translation system is initiliazed so that
	  translations can be used (Vincent)

  Doc Translations

	* Joan Duran (ca)

  Translators

	* Ihar Hrachyshka (be@latin)
	* Reşat SABIQ (crh)
	* David Lodge (en_GB)
	* Luca Ferretti (it)
	* Praveen Arimbrathodiyil (ml)
	* Manoj Kumar Giri (or)
	* Duarte Loreto (pt)
	* Adi Roiban (ro)

===============
Version 2.25.91
===============

  Doc Translations

	* Inaki Larranaga Murgoitio (eu)

  Translators

	* Xuacu (ast)
	* Alexander Shopov (bg)
	* Per Kongstad (da)
	* Dawa pemo (dz)
	* Simos Xenitellis (el)
	* Jorge González (es)
	* Iñaki Larrañaga Murgoitio (eu)
	* Farzaneh Sarafraz (fa)
	* Sweta Kothari (gu)
	* Rajesh Ranjan (hi)
	* Takeshi AIHANA (ja)
	* Vladimer Sichinava ვლადიმერ სიჭინავა (ka)
	* Raivis Dejus (lv)
	* Jovan Naumovski (mk)
	* Wouter Bolsterlee (nl)
	* Tomasz Dominikowski (pl)
	* Adi Roiban (ro)
	* Steve Murphy (rw)
	* Daniel Nylander (sv)
	* Theppitak Karoonboonyanan (th)
	* Nurali Abdurahmonov (uz)
	* Clytie Siddall (vi)
	* 甘露(Gan Lu) (zh_CN)
	* Chao-Hsiung Liao (zh_HK)
	* Chao-Hsiung Liao (zh_TW)

===============
Version 2.25.90
===============

  libgnome-desktop

	* GnomeRR: Create a backup file of the configuration when saving
	  (Federico Mena Quintero)
	* GnomeRR: Add public API to get to $(XDG_CONFIG_HOME)/monitors.xml and
	  a backup of that file (Federico Mena Quintero)
	* GnomeRR: Add gnome_rr_config_apply_from_filename() (Federico Mena
	  Quintero)
	* GnomeRR: Deprecate gnome_rr_config_apply_stored() (Federico Mena
	  Quintero)

  Translators

	* Jordi Mallach (ca)
	* Ilkka Tuohela (fi)
	* Gabor Kelemen (hu)
	* Changwoo Ryu (ko)
	* Gintautas Miliauskas (lt)
	* Raivis Dejus (lv)
	* Manoj Kumar Giri (or)

==============
Version 2.25.5
==============

  libgnome-desktop

	* GnomeBG: use gdk_color_equal() instead of custom function (Vincent)
	* GnomeRR: use XRRGetScreenResourcesCurrent instead of
	  XRRGetScreenResources when available (xrandr 1.3) because it's
	  cheaper (Alberto Milone)
	* GnomeBG: emit "transitioned" signal instead of "changed" signal for
	  new frames in a slideshow background (Ray Strode)
	* GnomeBG: reorganize code a bit (Ray Strode)
	* GnomeBG: add fading API to support fading between two backgrounds
	  (Ray Strode)

  Translators

	* saudat mohammed (ha)
	* Onye, Sylvester (ig)
	* Djavan Fagundes (pt_BR)
	* Nurali Abdurahmonov (uz@cyrillic)
	* Nurali Abdurahmonov (uz)
	* Sunday Ayo Fajuyitan (yo)

==============
Version 2.25.4
==============

  Translators

	* Jorge González (es)
	* Claude Paroz (fr)
	* Gil Osher (he)
	* 甘露(Gan Lu) (zh_CN)

==============
Version 2.25.3
==============

Note to distributors: the API break is in GnomeRR.

  libgnome-desktop

	* GnomeRR: plug leaks (Matthias Clasen)
	* GnomeRR: add API-breaking error reporting API (Federico Mena
	  Quintero)
	* GnomeBG: fix potential crash with some empty slideshow (Vincent)
	* Build fixes (Vincent)

  Translators

	* Gil Osher (he)
	* Luca Ferretti (it)
	* Kjartan Maraas (nb)

==============
Version 2.25.2
==============

  libgnome-desktop

	* GnomeDesktopThumbnail: reenable check for preview::icon (Vincent)
	* GnomeRR: add Lenovo display name (Søren Sandmann)
	* GnomeBG: plug a leak (Cosimo Cecchi)
	* GnomeDesktopThumbnail: fix potential crash when a temporary file
	  cannot be created (Vincent)

  Misc

	* Require glib 2.19.1 (Vincent)
	* Update a bit API documentation (Vincent)
	* Require GTK+ 2.14.0 (Vincent)

  Translators

	* Jorge González (es)
	* Daniel Nylander (sv)

================
Version 2.25.1.1
================

Quick release to not depend on an unreleased glib.

  libgnome-desktop

	* GnomeDesktopThumbnail: disable check for preview::icon, since it's
	  not available in glib 2.18 (Vincent)

  Misc

	* Require glib 2.18 instead of 2.19 (Vincent)

==============
Version 2.25.1
==============

Note: this release breaks API and ABI, so we can stop depending on libgnome.
We also lose backwards compatibility for GNOME 1 and KDE 2 icons in desktop
files in GnomeDesktopItem (GKeyFile doesn't support this anyway).

  libgnome-desktop

	* Remove all libgnome usage (Alex Larsson)
	* GnomeDesktopThumbnail: new, copied from libgnome* (Alex Larsson)
	* Add gnome_desktop_prepend_terminal_to_vector(), copied from libgnome
	  (Alex Larsson)
	* Remove GnomeDItemEdit and GnomeHint objects (Alex Larsson)
	* GnomeRR: new API to support fn-F7 (Søren Sandmann)
	* GnomeBG: use foreign_new_for_screen() instead of _foreign_new()
	  (Roland Dreier)
	* GnomeDesktopThumbnail: Check for preview::icon for fast backend-side
	  thumbnails (David Zeuthen)

  Misc

	* Remove dependencies on libxml and libgnome*
	* Require glib 2.19

  Doc Translations

	* Gabor Kelemen (hu)

  Translators

	* Astur (ast)
	* Margulan Moldabekov (kk)
2009-03-16 12:35:59 +00:00
jmcneill
6197485716 Updated multimedia/totem to 2.26.0
Updated multimedia/totem-browser-plugin to 2.26.0
Updated multimedia/totem-nautilus to 2.26.0
Updated multimedia/totem-xine to 2.26.0
Updated multimedia/totem-pl-parser to 2.26.0
2009-03-16 12:15:31 +00:00
jmcneill
7f642a7bc6 Update totem-pl-parser to 2.26.0.
2.26.0:
* Updated translations

2.25.92:
* Updated translations

2.25.91:
* Update API documentation
* Fix PLA writing to make filenames appear correctly on the device
* Fix possible crasher in the itms feed parser
* Fix crasher when parsing a PLS file with invalid UTF-8

2.25.90:
* Add support for the WPL playlist type
* Fix the Python bindings not working
* Fix a few memory leaks in XSPF parsing
* Fix parsing of ISO-8859-1 M3U files
* Ignore rtmp:// URIs

2.25.1 (changes to 2.24.3):
* Port disc detection code to GIO, remove HAL dependency
* Add a way to disable the libcamel dependency for very
  specific system integration cases
* Use error codes properly and document them
2009-03-16 12:13:59 +00:00
jmcneill
21cad7d514 Update totem to 2.26.0.
2.26.0:
* Make sure all the Python plugins are translated
* Fix the language selection in the OpenSubtitles plugin

2.25.92:
* Set PulseAudio application properties
* Fix possible crasher in eggdesktopfile
* Add support for MXF videos
* Fix repeat not working in the browser plugin

2.25.91:
* Document internal API for plugin writers
* Fix a few focus problems
* Accept human-friendly inputs in the "Skip To" dialogue
* Add a huge number of languages to the subtitle downloader plugin
* Make looping smoother when only one file is being played in repeat
* Make the gallery creation progress window work as expected
* Fix a possible crasher when getting metadata in the xine-lib backend
* Many build fixes
* Make Totem more robust when Python fails to initialise

2.25.90:
* Add a UPNP/DLNA plugin
* Add a plugin to allow creating galleries of screenshots
  for video files
* Add a plugin to allow copying DVDs and VCDs through Brasero,
  as well as creating new DVDs from the playing video
* Add support for Repeat and Shuffle through LIRC
* Add support for a number of playlist types
* Update audio and video files types supported by the properties
  window to not include playlists
* Fix recent files not working when the playlist was empty
* Avoid resetting colour balance sliders when set at the maximum
  or the minimum
* Fix the screensaver not being disabled in some cases
* Add number of build and UI fixes

2.25.3 (changes since 2.24.3):
* Interface changes:
  - Make the left-click seek directly to the destination
  - Hide colour balance sliders that aren't available
  - Make modifiers work as expected when drag'n'dropping files
  - Use "Movie Player" everywhere in the interface
  - Add an arrow to the sidebar button
  - Convert British English messages to American English
  - Show the fullscreen popups when seeking with the keyboard
  - Better behaviour when changing the type of playlist to be saved
  - Fix playlist problems when removing an file that was deleted
    from the filesystem
* Subtitle handling:
  - Add plugin to download text subtitles from OpenSubtitles.org
  - Allow selecting a text subtitle from the View menu, or by dropping
    the file onto the video widget
  - Add the subtitle and languages menus to the fullscreen popup
* Browser plugin:
  - Remove the "basic" web browser plugin, we now use the same
    API as VideoLAN for our default plugin
  - Fix relative paths not resolving in some cases
  - Fix repeat=true only playing files twice
* Plugins:
  - Add Jamendo plugin
  - Add support for streaming TV from MythTV
  - Fix YouTube movie playback following website changes
  - Make the local search and YouTube search sidebars look more alike
  - Add proper mute support for remote controls
  - Fix the metadata-updated signal to be useful
* Build:
  - Remove libgnome dependency
  - Remove NVTV support
  - Use g_timeout_add_seconds() when possible
* GStreamer backend:
  - Require the rsndvdbin plugin for DVD playback
  - Add zoom support
  - Fix some files not giving us metadata with the video indexer
  - Fix the video window getting bigger than the screen
  - When streaming, the pause button stops
* Other:
  - Add ability to create a gallery image using the video thumbnailer
2009-03-16 12:13:31 +00:00
jmcneill
54c2fbc72e + eel-2.26.0 gedit-plugins-2.26.0 gvfs-1.2.0 2009-03-16 11:49:41 +00:00
jmcneill
4bd0af11a0 Updated meta-pkgs/gstreamer0.10-plugins to 1.0nb2 2009-03-16 11:43:47 +00:00
jmcneill
3601e2920d Pull in resindvd plugin 2009-03-16 11:43:14 +00:00
jmcneill
28c6a3281d Updated www/gtkhtml314 to 3.26.0 2009-03-16 11:36:40 +00:00
jmcneill
52a545227b Update gtkhtml314 to 3.26.0.
GtkHTML-3.26.0 2009-03-16
--------------------------

This release has no major features, but just bug fixes & updated translations. See
the individual release NEWS entries for exact bug numbers and fixes.

GtkHTML-3.25.92 2009-03-02
--------------------------

Updated Translations:
	Alexander Shopov (bg)
	Andre Gondim (pt)
	Chao-Hsiung Liao (zh)
	Claude Paroz (fr)
	Clytie Siddall (vi)
	Daniel Nylander (sv)
	Duarte Loreto (pt)
	Gabor Kelemen (hu)
	Gil Forcada (ca)
	Ilkka Tuohela (fi)
	Inaki Larranaga Murgoitio (eu)
	Ivar Smolin (et)
	Jani Monoses (ro)
	Kenneth Nielsen (da)
	Milo Casagrande (it)
	Philip Withnall (en)
	Takeshi AIHANA (ja)
	Theppitak Karoonboonyanan (th)
	Wouter Bolsterlee (nl)

Bug Fixes:
	#549838 : Revert workarounds for HTML entities (Matt McCutchen)
	#569365 : Do not draw a cursor without a window (Milan Crha)
	#570276 : Change Word Wrap accelerator to CtrlK (Matthew Barnes)
	#570728 : Use gtk_show_uri in html-editor (Paweł Zembrzuski)
	#571621 : Replace a g_assert() with g_return_if_fail() (Matthew Barnes)
	#571654 : Clear also primary selection (Milan Crha)
	#571738 : Remove unused libart_lgpl includes (Andre Klapper)

GtkHTML-3.25.90 2009-02-02
--------------------------
Updated Translations:
	Changwoo Ryu (ko)

Bug Fixes:
	#464064 (BNC) : Evolution crashed - pressing ctrl+z (undo) in composer window  (Bharath Acharya)
	#465432 (BNC) : Deleting Text In Table Deletes To End Of String  (Bharath Acharya)
	#532165 : Do not crash when factory gone. (Milan Crha)
	#567697 : Do not strip invalid entities, rather return them back as text. (Denis Pauk)
	#567733 : Handle the "popup-menu" signal. (Matthew Barnes)

GtkHTML-3.25.5 2009-01-19
-------------------------

Updated Translations:
	Hendrik Richter (de)
	Jorge Gonzalez (es)
	Kjartan Maraas (nb)

Bug Fixes:
	#564529 : Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
	#565491 : Preserve up to one leading space when parsing HTML. Eliminates strange cut-and-paste behavior when the text segment has leading whitespace (Matthew Barnes)
	#565491 : Preserve leading space only when in the editing mode, otherwise strip it as before. (Milan Crha)
	#565493 : Ignore the action activation if 'ignore_style_change' is set. Means we're moving the cursor around and updating the toolbar. Set 'ignore_style_change' for the duration of the function. Add 'ignore_style_change' counter to the private struct. (Matthew Barnes)
	#566014 : New 'default-transparent' boolean property indicates the default color should be treated as transparent. Set the color swatch color to NULL if the default color was chosen and the 'default-transparent' property is TRUE. Allow color to be NULL. Treat the default color as transparent. Initialize the color combo. (Matthew Barnes)
	#567130 : Use the localization domain when initializing the Glade UI. (Takao Fujiwara)

Other contributions:
	 Bump gtk_minimum_version to 2.14.0 for gtk_show_uri(). (Matthew Barnes)
	 Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
	 New convenience function calls gtk_show_uri() and displays an error dialog if the URI cannot be shown. Call gtkhtml_editor_show_uri() instead of gnome_url_show(). (Matthew Barnes)

GtkHTML-3.25.4 2009-01-05
-------------------------

Bug Fixes:
	#536625: Free the string returned by html_tokenizer_next_token() (Matthew Barnes)
	#552357: Fixes invalid reads and memory usage (Denis Pauk)

Updated Translations:
	Wadim Dziedzic (pl)
	Jorge Gonzalez (es)

GtkHTML-3.25.3 2008-12-15
-------------------------

Bug Fixes:
	#552357: Support http-equiv and set encoding if it exist in http - headers and re-coding resulted query from form (Denis Pauk)
	#553995: Check for NULL return (Matthew Barnes)
	#555388: Do not crash on undo of a table creation (Milan Crha)
	#563841: Refresh the pictogram parser. Use standard icon names for smiley faces and recognize more of them (Matthew Barnes)
	#563841: Replace "insert-face-menu" with "insert-face" and also add it to the HTML toolbar. (Matthew Barnes)

GtkHTML-3.25.2 2008-12-01
-------------------------

Bug Fixes:
       #330452: Automatic spell check suggestions should be first level menu option (Matthew Barnes)
       #338921: crash when the interest in the image left before it was loaded (Milan Crha)
       #555420: IM modules "commit" crash (Stanislav Brabec)
       #562323: Evolution inserts a link incorrectly (Matthew Barnes)
       #472517 (bugzilla.redhat.com): Fast double-click to select word followed by a right click to get
               context menu seems to use previous context (Matthew Barnes)

Updated Translations:
       Jorge Gonzalez (es)

GtkHTML-3.25.1 2008-11-03
-------------------------

Bug Fixes:
	#546155: Update correct index, otherwise it crashes (Milan Crha)
	#548540: Exclude apostrophies from the end of words before passing them to the dictionary. (Matthew Barnes)
	#554326: Ask for clipboard only when have something to store there. (Milan Crha)
	#554424: A word is correct if it's found in ANY dictionary, not ALL. (Matthew Barnes)
	#554849: Add bindtextdomain to set LOCALEDIR (Takao Fujiwara)
	#556239: Recheck spelling when the language selection changes (Matthew Barnes)

Updated Translations:
	Maxim Dziumanenko (uk)
	Gil Forcada (ca)
2009-03-16 11:36:03 +00:00
jmcneill
a504e177a0 + gnome-user-share-2.26.0 totem-2.26.0 totem-pl-parser-2.26.0 2009-03-16 11:27:31 +00:00
jmcneill
8a996932e2 Updated x11/gnome-applets to 2.26.0 2009-03-16 11:25:09 +00:00
jmcneill
b9e113df61 Update gnome-applets to 2.26.0.
pkgsrc changes:

    * remove libgnome and libgnomeui dependencies
    * remove the battstat/cpufreq options, gnome-power-manager
      should handle this instead
    * explicitly build the legacy mixer in the package for those
      who are not using pulseaudio


Changes in GNOME-Applets 2.26.0
===============================

CPU Frequency Selector:
 - Fix crasher for non-authorized users.
Invest Applet:
 - Correctly install defs.py without distributing it.
Mixer Applet:
 - Hide the applet when the escape key is pressed.
 - Sync the dock icon and the panel mute check-box.
Null Applet:
 - Correctly replace the mixer applet.

Translation Updates:
 af, bn_IN, ca, cs, de, el, gl, gu, he, kn, lt, ml, mr, pl, ru, sv, ta, te

Documentation Translation Updates:
 cs, en_GB, hu, it

Changes in GNOME-Applets 2.25.92
================================

mini-commander:
 - Make it compilable again. Oops.

Translations:
 be, en_GB, fr, ja, ko, or, ro

Documentation Translations:
 de eu it

Changes in GNOME-Applets 2.25.91
================================

General:
 - Even more deprecated function removal.
Mixer:
 - Reload the device list periodically. Prevents 100% CPU use when USB
   speakers are plugged in. (Bug 167606/519388).

Translations:
 ast, bg, ca, da, eu, fi, gu, hu, it, nb, nl, pt, pt_BR, ro, sv, th, vi, zh_CN, zh_HK, zh_TW

Documentation Translations:
 eu de

Changes in GNOME-Applets 2.25.90
================================

*** NOTE ***

The mixer applet has returned to provide an option for those heathens
who have still not converted to the Church of Pulseaudio (and the
gnome-media version of the volume control applet).

 - Use ./configure --enable-mixer-applet to enable it. It is disabled
   by default.
 - Further development of the module will cease after this release cycle.
 - GStreamer 0.8 is no longer supported.

************

General:
 - There is no explicit dependance on libgnome or libgnomeui. The former
   library will still be dragged in via libpanel-applet.

Accessability Applet:
 - Replace deprecated function calls and symbols (Maxim Ermilov)
Battstat Applet:
 - libgnome removal (Callum McKenzie)
 - Fix a reused error object that was causing crashes (Simon Brys)
Character Picker:
 - Replace deprecated function calls and symbols (Maxim Ermilov)
Mixer Applet:
 - UI cleanups (Callum McKenzie)
 - Remove gstreamer 0.8 support (Callum McKenzie)
Modem Lights:
 - This has been disabled completely until the build errors can be
   fixed. It hasn't worked for some time.
Stickynotes Applet:
 - Remove remaining libgnome code (Diego Escalante Urrelo)
Trash Applet:
 - Replace main function with a standard macro (Ryan Lortie)
 - Improve the context menu (Ryan Lortie)
Weather Applet:
 - Replace deprecated function calls and symbols (Maxim Ermilov)

Translations:
 ca, es, es_ES, fi, hu, ko, lv, nb, or,  pt_BR

Documentation Translations:
 de

Changes in GNOME-Applets 2.25.4
===============================

The major change in this release is work by Diego Escalante Urrelo to
remove the dependance on libgnome and libgnomeui. We aren't there yet,
but we're getting close.

Aside from the steady stream of translation work, nothing else got
done on gnome-applets this time around. Sorry.

Translations:
el, es, nb

Documentation Translations:
de

Changes in GNOME-Applets 2.25.3
===============================

*** NOTE ***

As promised in the last release, the mixer applet has been
removed. The gnome-media package now provides an equivalent.

************

CPU Frequency Applet:
 - Remove unecessary callbacks (Carlos Garcia Campos)

Invest Applet:
 - Allow fractional shares in the Amount field. This is useful for
   mutual funds (Callum McKenzie).

Mini Commander:
 - This is now buildable again (Matthias Clasen)

Trash Applet:
 - Scaling improvements to match other panel features (Ryan Lortie).
 - Don't generate WM_TRANSIENT_FOR the root window (Ryan Lortie).
 - Set the icon image directly (Ryan Lortie).

Translations:

es, nb

Changes in GNOME-Applets 2.25.2
===============================

*** NOTE ***

The gnome-media package now provides its own panel mixer control (in
the notification area). This renders the current mixer control
obsolete and this will be the last release containing the mixer applet
(at least in its current form).

************

General:
 - Fix the build with recent libpanel (Lucas Rocha).
 - Rationalise include files (Maxim Ermilov).
 - Check for the existence on NetworkManager (Callum McKenzie).

CPU Frequency Applet:
 - Fix switching between graph and textmodes (Diego Escalante Urrelo/
   Carlos Garcia Campos).
 - Fix orientation sizing issues (Carlos Garcia Campos).
 - Fix compiler warnings (Carlos Garcia Campos).

Keyboard Switching Applet:
 - Fix a leak.

Mixer:
 - Change the orientation of the volume control and add a mute and a
   "volume control" button (Callum McKenzie).

Multiload:
 - Report total bandwidth in the tooltip rather than percentage since
   the later number is meaningless (Eric Piel/Benoit Dejean).

Stickynotes:
 - Reduce I/O by batching configuration saves (Callum McKenzie).

Weather Applet:
 - Use NetworkManager signals and check the weather when the network
   comes back up (Matthias Clasen).


Translations:
 bg, es, he, it, nb, pt_BR, sk

Docs:
 de

Changes in GNOME-Applets 2.25.1
===============================

General:
 - Tag the GtkBuilder files so they are translated properly.
   (Changwoo Ryu, 555656.)

Drivemount Applet:
 - Support authentication (Matthias Clasen, 553960).
 - Code cleanups.

Invest Applet:
 - Catch errors in parsing the downloaded files (Callum McKenzie, 554425).
 - Add a test suite (Callum McKenzie).
 - Don't ship generated files (553611).

Multiload Applet:
 - Change the old classifications from slip/plip/ethernet/other to
   in/out/local. The colours have also been changed to hilight this.
   (Eric Piel, 327509.)

Stickynotes:
 - Clicking on the applet now hides the stickynotes if they are visible, just
   as doing so shows them if they are hidden. (Josselin Mouette, 505475.)
 - Be nice to gconf when installing (Remi Cadrona, 554311.)
2009-03-16 11:24:34 +00:00
jmcneill
699f1daa11 Added sysutils/brasero version 2.26.0 2009-03-16 10:50:46 +00:00
jmcneill
c692a86b9c + brasero 2009-03-16 10:49:49 +00:00
jmcneill
7e5851504d Import brasero version 2.26.0.
Brasero is an application to burn CDs and DVDs for the GNOME desktop. It is
designed to be as simple as possible and has some unique features to enable
users to create their discs easily and quickly.
2009-03-16 10:49:06 +00:00
jmcneill
cf166f8df9 + evolution-exchange-2.26.0 gnome-power-manager-2.26.0 2009-03-16 10:38:29 +00:00
jmcneill
5f597e3e6f + evolution-2.26.0 evolution-data-server-2.26.0 gtkhtml-3.26.0 2009-03-16 10:31:17 +00:00
jmcneill
4c7bc0b9f2 + gnome-applets-2.26.0 2009-03-16 10:21:54 +00:00
hasso
a04c16bec0 Make it build on DragonFly. 2009-03-16 10:18:31 +00:00
tron
df6a9daf47 Note update of the "milter-greylist" package to version 4.2rc1. 2009-03-16 10:15:46 +00:00
tron
aca55680b1 Update "milter-greylist" package to version 4.2rc1.
Changes since version 4.0.1:
- SpamAssassassin support
- Native LDAP support via OpenLDAP (off by default in pkgsrc)
- DKIM support (not supported in pkgsrc)
- P0f support
- A lot of bug fixes

pkgsrc related changes:
- Optional "curl" support for external URL checking
2009-03-16 10:15:23 +00:00
jmcneill
2653dbcba6 Updated misc/orca to 2.26.0 2009-03-16 09:13:04 +00:00
jmcneill
035418bbf2 Update orca to 2.26.0.
* Many bug fixes and performance improvements across the board (over 160
      bugs)
    * A couple very serious hangs were eliminated.
    * Speech pitch, rate, and volume now change on the fly when adjusting
      them in the preferences UI.
    * Vastly improved support for ARIA in Firefox.
    * Improved performance and reliability for flat review.
    * New feature to speak MultiCaseStrings as individual words.
    * New feature to automatically speak shortcuts (mnemonics).
    * Known Problems:
          o See the open bugs in the Orca bug database. We not only track
            Orca bugs in the Orca bug database, we also track bugs in other
            components that affect Orca's ability to provide good access to
            them.
          o Compiz is still not fully accessibility friendly at this point
            in time. We recommend you stick with Metacity until the Compiz
            kinks are worked out. If you're using Compiz and want to switch
            to Metacity, you can run the following command:
            metacity --replace.
2009-03-16 09:12:25 +00:00
tnn
a325778f62 Global FAM_DEFAULT is now acceptable, so no need to override it here. 2009-03-16 08:59:28 +00:00
jmcneill
063c965bf4 gamin is now the default instead of FAM, so remove one step from
post-install configuration
2009-03-16 08:50:43 +00:00
jmcneill
2e221f95d0 + brasero-2.26.0, glibmm-2.20.0 - glib2-2.20.0, gnome-netstatus-2.26.0, gtk2-2.16.0 2009-03-16 08:45:20 +00:00
jmcneill
6ece4b830b Added x11/gtk2-engines-murrine version 0.90.0 2009-03-16 08:40:17 +00:00
jmcneill
593a767d57 add gtk2-engines-murrine 2009-03-16 08:39:23 +00:00
jmcneill
4d66779542 Add gtk2-engines-murrine version 0.90.0.
Murrine is a GTK2+ engine using cairo vectorial drawing library to draw
widgets. It features a modern glassy look, and it is elegant and clean
on the eyes. It is also extremely customizable.
2009-03-16 08:38:37 +00:00
jmcneill
d83edeff29 + orca-2.26.0 2009-03-16 01:02:19 +00:00
seb
76c5ee1ded Note update of www/p5-Catalyst-Manual to version 5.7020 2009-03-15 22:01:10 +00:00
seb
dc1ca322fc Update from version 5.7018 to version 5.7020.
Approved by MAINTAINER.

Upstream changes:
5.7020  12 Mar 2009
        - Fix errors in FormFu chapter.

5.7019  11 Mar 2009
        - Change from the use of "part" to refer to each .pod file for the
            tutorial in favor of the more intuitive word "chapter."  "Part"
            was just to ambiguous (e.g., does "prior part" refer to the prior
            .pod file or the prior section in the current .pod file).
        - Move use of "load_namespaces" for DBIC from BasicCRUD to
            MoreCatalystBasics
        - Update the "Table of Contents" in Tutorial.pod to match the current
            sections
        - Fix a few typos
2009-03-15 22:00:45 +00:00
jmcneill
8946c9cbf6 Updated devel/glib2 to 2.20.0nb1 2009-03-15 21:48:36 +00:00
jmcneill
177b74bebc Accept gamin, bump PKGREVISION 2009-03-15 21:48:05 +00:00