Commit graph

181398 commits

Author SHA1 Message Date
marino
e2dd7cdd01 sysutils/gnometoaster: Fix indirect linking error on DragonFly 2012-01-29 00:16:38 +00:00
marino
c889a55c16 textproc/ebview: Fix indirect linking error on DragonFly 2012-01-29 00:15:04 +00:00
marino
9518f8e70d time/rsibreak: Fix indirect linking error on DragonFly 2012-01-29 00:13:49 +00:00
marino
d7e205c4ec time/xonclock: Fix indirect linking error on DragonFly 2012-01-29 00:12:54 +00:00
marino
678f8866c8 devel/boost-libs: Add libboost_locale.* to PLIST.DragonFly
Bump PKGREVISION
2012-01-29 00:10:55 +00:00
wiz
f3ea635503 Updated graphics/ImageMagick to 6.7.3.1nb3 2012-01-28 23:49:49 +00:00
wiz
8a43c5ca3b Enable webp. Bump PKGREVISION. 2012-01-28 23:49:41 +00:00
wiz
3b36624eae Remove unrecognized configure argument. 2012-01-28 23:49:30 +00:00
minskim
da56f64a81 Note update of emacs-snapshot. 2012-01-28 23:18:54 +00:00
minskim
d4cf20c863 Update emacs-snapshot to 24.0.92.20120126.
Notable changes:
        * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
        * term.el (term-raw-escape-map): Use Control-X-prefix.
        * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
        * Fix filling for when filladapt mode is enabled.
        * Optimise font locking in long enum definitions.
2012-01-28 23:17:36 +00:00
christos
314940749d PR/45885: Matthias Rampke: [patch] misc/tmux: update to version 1.6 2012-01-28 23:04:53 +00:00
jnemeth
86f4a7c06e Updated comms/asterisk10 to 10.1.0 2012-01-28 20:39:16 +00:00
jnemeth
8f29c51c20 Update to Asterisk 10.1.0:
The Asterisk Development Team is pleased to announce the release of
Asterisk 10.1.0. This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/

The release of Asterisk 10.1.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* AST-2012-001: prevent crash when an SDP offer
  is received with an encrypted video stream when support for video
  is disabled and res_srtp is loaded.  (closes issue ASTERISK-19202)
  Reported by: Catalin Sanda

* Allow playback of formats that don't support seeking.  ast_streamfile
  previously did unconditional seeking on files that broke playback of
  formats that don't support that functionality.  This patch avoids the
  seek that was causing the problem.
  (closes issue ASTERISK-18994) Patched by: Timo Teras

* Add pjmedia probation concepts to res_rtp_asterisk's learning mode.  In
  order to better handle RTP sources with strictrtp enabled (which is the
  default setting in 10) using the learning mode to figure out new sources
  when they change is handled by checking for a number of consecutive (by
  sequence number) packets received to an rtp struct based on a new
  configurable value called 'probation'.  Also, during learning mode instead
  of liberally accepting all packets received, we now reject packets until a
  clear source has been determined.

* Handle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loop.  Failing
  to handle AST_CONTROL_UPDATE_RTP_PEER frames in the local bridge loop
  causes the loop to exit prematurely. This causes a variety of negative side
  effects, depending on when the loop exits. This patch handles the frame by
  essentially swallowing the frame in the local loop, as the current channel
  drivers expect the RTP bridge to handle the frame, and, in the case of the
  local bridge loop, no additional action is necessary.
  (closes issue ASTERISK-19095) Reported by: Stefan Schmidt Tested
  by: Matt Jordan

* Fix timing source dependency issues with MOH.  Prior to this patch,
  res_musiconhold existed at the same module priority level as the timing
  sources that it depends on.  This would cause a problem when music on
  hold was reloaded, as the timing source could be changed after
  res_musiconhold was processed. This patch adds a new module priority
  level, AST_MODPRI_TIMING, that the various timing modules are now loaded
  at. This now occurs before loading other resource modules, such
  that the timing source is guaranteed to be set prior to resolving
  the timing source dependencies.
  (closes issue ASTERISK-17474) Reporter: Luke H Tested by: Luke H,
  Vladimir Mikhelson, zzsurf, Wes Van Tlghem, elguero, Thomas Arimont
  Patched by elguero

* Fix RTP reference leak.  If a blind transfer were initiated using a
  REFER without a prior reINVITE to place the call on hold, AND if Asterisk
  were sending RTCP reports, then there was a reference leak for the
  RTP instance of the transferrer.
  (closes issue ASTERISK-19192) Reported by: Tyuta Vitali

* Fix blind transfers from failing if an 'h' extension
  is present.  This prevents the 'h' extension from being run on the
  transferee channel when it is transferred via a native transfer
  mechanism such as SIP REFER.  (closes issue ASTERISK-19173) Reported
  by: Ross Beer Tested by: Kristjan Vrban Patches: ASTERISK-19173 by
  Mark Michelson (license 5049)

* Restore call progress code for analog ports. Extracting sig_analog
  from chan_dahdi lost call progress detection functionality.  Fix
  analog ports from considering a call answered immediately after
  dialing has completed if the callprogress option is enabled.
  (closes issue ASTERISK-18841)
  Reported by: Richard Miller Patched by Richard Miller

* Fix regression that 'rtp/rtcp set debup ip' only works when a port
  was also specified.
  (closes issue ASTERISK-18693) Reported by: Davide Dal Reviewed by:
  Walter Doekes

For a full list of changes in this release candidate, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-10.1.0

Thank you for your continued support of Asterisk!
2012-01-28 20:39:10 +00:00
jnemeth
3de102bb91 Updated comms/asterisk18 to 1.8.9.0 2012-01-28 19:11:53 +00:00
jnemeth
5e66279d63 Update to Asterisk 1.8.9.0:
The Asterisk Development Team is pleased to announce the release of
Asterisk 1.8.9.0. This release is available for immediate download at
http://downloads.asterisk.org/pub/telephony/asterisk/

The release of Asterisk 1.8.9.0 resolves several issues reported by the
community and would have not been possible without your participation.
Thank you!

The following is a sample of the issues resolved in this release:

* AST-2012-001: prevent crash when an SDP offer
  is received with an encrypted video stream when support for video
  is disabled and res_srtp is loaded.  (closes issue ASTERISK-19202)
  Reported by: Catalin Sanda

* Handle AST_CONTROL_UPDATE_RTP_PEER frames in local bridge loop.  Failing
  to handle AST_CONTROL_UPDATE_RTP_PEER frames in the local bridge loop
  causes the loop to exit prematurely. This causes a variety of negative side
  effects, depending on when the loop exits. This patch handles the frame by
  essentially swallowing the frame in the local loop, as the current channel
  drivers expect the RTP bridge to handle the frame, and, in the case of the
  local bridge loop, no additional action is necessary.
  (closes issue ASTERISK-19095) Reported by: Stefan Schmidt Tested
  by: Matt Jordan

* Fix timing source dependency issues with MOH.  Prior to this patch,
  res_musiconhold existed at the same module priority level as the timing
  sources that it depends on.  This would cause a problem when music on
  hold was reloaded, as the timing source could be changed after
  res_musiconhold was processed. This patch adds a new module priority
  level, AST_MODPRI_TIMING, that the various timing modules are now loaded
  at. This now occurs before loading other resource modules, such
  that the timing source is guaranteed to be set prior to resolving
  the timing source dependencies.
  (closes issue ASTERISK-17474) Reporter: Luke H Tested by: Luke H,
  Vladimir Mikhelson, zzsurf, Wes Van Tlghem, elguero, Thomas Arimont
  Patched by elguero

* Fix RTP reference leak.  If a blind transfer were initiated using a
  REFER without a prior reINVITE to place the call on hold, AND if Asterisk
  were sending RTCP reports, then there was a reference leak for the
  RTP instance of the transferrer.
  (closes issue ASTERISK-19192) Reported by: Tyuta Vitali

* Fix blind transfers from failing if an 'h' extension
  is present.  This prevents the 'h' extension from being run on the
  transferee channel when it is transferred via a native transfer
  mechanism such as SIP REFER.  (closes issue ASTERISK-19173) Reported
  by: Ross Beer Tested by: Kristjan Vrban Patches: ASTERISK-19173 by
  Mark Michelson (license 5049)

* Restore call progress code for analog ports. Extracting sig_analog
  from chan_dahdi lost call progress detection functionality.  Fix
  analog ports from considering a call answered immediately after
  dialing has completed if the callprogress option is enabled.
  (closes issue ASTERISK-18841)
  Reported by: Richard Miller Patched by Richard Miller

* Fix regression that 'rtp/rtcp set debup ip' only works when a port
  was also specified.
  (closes issue ASTERISK-18693) Reported by: Davide Dal Reviewed by:
  Walter Doekes

For a full list of changes in this release candidate, please see the ChangeLog:

http://downloads.asterisk.org/pub/telephony/asterisk/ChangeLog-1.8.9.0

Thank you for your continued support of Asterisk!
2012-01-28 19:11:35 +00:00
wiz
7302f1ba49 Include jpeg and png bl3.mk files. 2012-01-28 17:27:29 +00:00
is
15e630bfaa 1.1 needs suse>=11.3 - see PR 45503 2012-01-28 16:23:39 +00:00
jkunz
85531a60a3 Add new dependency of recently updated upstream version. 2012-01-28 16:22:31 +00:00
is
2a4e4cf764 libflashsupport variant for antique SuSe emulation - 1.1 doesn't work here.
See PR 45503.
2012-01-28 16:22:10 +00:00
wiz
e190a12b15 + mined-2012.20. 2012-01-28 15:57:11 +00:00
wiz
6aa8e034b7 Updated news/tin to 2.0.1 2012-01-28 15:56:14 +00:00
wiz
099c07bf4e Update to 2.0.1:
-- 2.0.1 release 20111224 "Achenvoir" --

 004) Matt Anton <tin@syrius.org>
      ADD. updated french translation
      FIX. fr.po

 003) Toomas Soome <Toomas.Soome@microlink.ee>
      ADD. updated estonian translation
      FIX. et.po

 002) Dennis Preiser <dennis@d--p.de>
      BUG. buggy error-message for attributes with no scope
      BUG. abbreviated group names might get unnecessary cut off
      BUG. OPT_MONO_* options were shown in menu when use_color is enabled
      BUG. in some cases huge article numbers might get corrupted due to
           the use of atoi()
      BUG. possible uninitialized ext_color member in cchar_t (new in ncurses6)
      FIX. art.c, attrib.c, lang.c, options_menu.c, select.c, tcurses.c
           extern.h, tincfg.tbl

 001) Urs Janssen <urs@tin.org>
      ADD. config.guess, config.sub update
      BUG. crash when entering scope menu without active group
      FIX. select.c, config.guess, config.sub
2012-01-28 15:56:04 +00:00
wiz
e2fd4fab1c Updated graphics/lcms2 to 2.3 2012-01-28 15:54:13 +00:00
wiz
78183b20dd Update to 2.3:
Fixed a 0 byte allocation issue in _cmsCreateSubAllocChunk
Fixed encoding for floating point tags in Lab/XYZ
Fixed Absolute colorimetric intent issues
Fixed a bug on the range of data in transicc, when colorant tag is specified
Adding a memory alignment macro for CGATS parser
Updated to ICC spec 4.3
2012-01-28 15:54:06 +00:00
wiz
9f8d4cf728 Updated www/davical to 1.0.2 2012-01-28 15:50:10 +00:00
wiz
55a7bcebff Update to 1.0.2:
1.0.2:
Bug Fixes

    Fix bug in scheduling on POST request.
    Fix permissions on user create via external auth.
    Add a default min_age for external binds.

Other Changes

    Prevent external binds from being created/updated if curl is missing.
    Add check to setup page to test whether curl is installed.
    Allow for silly programs that send content-type XML with a GET request.
    Support use of HTTP_AUTHORIZATION in addition to AUTHORIZATION cgi.
    Handle VCARD adr/tel/email which have multiple types.
    Set the default URL to the default calendar name rather than /home/
    Enable the file upload for addressbook collections.
    Handle addressbook import along with calendar import.
    Write UID and REV property n VCARD if they are missing.
    Update translations to current transifex translations.

1.0.1:
Bug Fixes

    Fix missing braces the /tools.php script.

Other Changes

    Update translations to current transifex translations.

1.0.0:
Functionality Enhancements

    Handle DELETE scheduling actions.

Bug Fixes

    Handle bound resources correctly in sync-collection report.
    When creating an external bind don't consider local host as external
    Fix logic error in hide_TODO setting.
    Make hide_alarm work on bound resources.
    Correct bug in sync-collection report response.
    Fix BIT24 casting for the LDAP driver.
    Fix for MOVE into a bound location.
    Correctly calculate the next alarm time.
    Make sync-collection handle new format for sync token.
    Don't allow a / in the UID to infect the path on import.
    Fix propfind depth:1 on bind to external url
    Correct handling of empty CardDAV:address-data element in request.
    Fix handling of active flag for general external authentication mechanisms.
    Fix LDAP user creation where memcached support is off.
    Fix handling of numeric usernames.

Other Changes

    Catch missing-xml in request separately from invalid-xml.
    Add the "CardDAV" word into DAViCal's description.
    Improve expand performance by only doing expansion if we know we need it.
    Use supplied content_type even on zero-length requests.
    Strip URL-unfriendly characters from UID before using it as URL segment.
    Slightly more helpful 403 response.
    Remove password from LDAP log messages.
    Tooltips for schedule-deliver and schedule-send.
    Current localisations from Transifex.
    Update e-mail address to current one, mention wiki.
    Force output buffers to be flushed, if they're turned on.
    Update refresh-alarms script to newer style initialisation.
    Update website to reflect new default calendar name.
    Rationalise confidential event rewriting.
    Add the $c->hide_alarms functionality into DAVResource class.
    Allow LDAP sync to work if the date is reasonable and no 'format_updated' is set.
    We don't need to test for the PostgreSQL non-PDO drivers now.
    Switch out deprecated LDAP mappings before we use them anywhere.
    Add test for PHP filter module and wiki links for each test.
    External bind changes, added a clean up button, urls now show for external collections and added a few strings for translation
2012-01-28 15:50:01 +00:00
wiz
270d9366c0 Updated devel/php-libawl to 0.51 2012-01-28 15:34:15 +00:00
wiz
07abc658eb Update to 0.51:
2012-01-13  Andrew McMillan  <andrew@morphoss.com>
	* [vComponent] Fix handling for vcard peculiarities.
	* [vComponent] Don't escape all ; in N or ADR.
	* [vComponent] Allow for property parameters to be multiply set.
	* [AwlDbDialect] Don't treat binary strings longer than 6 characters as numbers.
	* Release 0.51

2012-01-04  Andrew McMillan  <andrew@morphoss.com>
	* Release 0.50

2011-11-09  Andrew McMillan  <andrew@morphoss.com>
	* [AWLUtilities] Ensure we flush output buffers on abort.

2011-11-02  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] More support for scheduling-related actions.
	* [vComponent] Minor performance tweaks.

2011-10-31  Andrew McMillan  <andrew@morphoss.com>
	* [vCalendar] Add method to scrub a confidential event.

2011-10-24  Andrew McMillan  <andrew@morphoss.com>
	* [AwlDatabase] Throw an exception when we can't rollback a transaction.
	* [vCalendar] New functions for updating organizer/attendee status.
2012-01-28 15:34:06 +00:00
wiz
42a91913ca Updated devel/ccache to 3.1.7 2012-01-28 15:01:10 +00:00
wiz
f565261d3f Update to 3.1.7. Set LICENSE.
ccache 3.1.7
------------
Release date: 2012-01-08


Bug fixes
~~~~~~~~~

    - Non-writable `CCACHE_DIR` is now handled gracefully when
      `CCACHE_READONLY` is set.
    - Made failure to create files (typically due to bad directory permissions)
      in the cache directory fatal. Previously, such failures were silently and
      erroneously flagged as "compiler produced stdout".
    - Both the `-specs=file` and `--specs=file` forms are now recognized.
    - Added recognition and hashing of GCC plugins specified with
      `-fplugin=file`.
    - `CCACHE_COMPILERCHECK` now also determines how to hash explicit specs
      files (`-specs=file`).
    - Added `CPATH`, `C_INCLUDE_PATH` and similar environment variables to the
      hash to avoid false cache hits when such variables have changed.
    - Corrected log message when unify mode is enabled.
    - Reverted the GCC bug compatibility introduced in ccache 3.1.5 for
      `-MT`/`-MQ` options with concatenated arguments. (The bug is fixed in
      recent GCC versions.)


Other
~~~~~

    - Corrected license header for `mdfour.c`.
    - Improved documentation on how to fix bad object files in the cache.



ccache 3.1.6
------------
Release date: 2011-08-21


New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - Rewrite argument to `--sysroot` if `CCACHE_BASEDIR` is used.


Bug fixes
~~~~~~~~~

    - Don't crash if `getcwd()` fails.
    - Fixed alignment of ``called for preprocessing'' counter.


ccache 3.1.5
------------
Release date: 2011-05-29


New features and improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    - Added a new statistics counter named ``called for preprocessing''.
    - The original command line is now logged to the file specified with
      `CCACHE_LOGFILE`.
    - Improved error logging when system calls fail.
    - Added support for rewriting absolute paths in `-F`/`-iframework` GCC
      options.
    - Improved order of statistics counters in `ccache -s` output.


Bug fixes
~~~~~~~~~

    - The `-MF`/`-MT`/`-MQ` options with concatenated argument are now handled
      correctly when they are last on the command line.
    - ccache is now bug compatible with GCC for the `-MT`/`-MQ` options with
      concatenated arguments.
    - Fixed a minor memory leak.
    - Systems that lack (and don't need to be linked with) libm are now
      supported.
2012-01-28 15:01:00 +00:00
wiz
a9346714dd Updated www/curl to 7.24.0 2012-01-28 14:41:24 +00:00
wiz
b79da8fec5 Update to 7.24.0:
Fixed in 7.24.0 - January 24 2012

 Release contains security-related bug fix

 Changes:
   * CURLOPT_QUOTE: SFTP supports the '*'-prefix now
   * CURLOPT_DNS_SERVERS: set name servers if possible
   * Add support for using nettle instead of gcrypt as gnutls backend
   * CURLOPT_INTERFACE: avoid resolving interfaces names with magic prefixes
   * Added CURLOPT_ACCEPTTIMEOUT_MS
   * configure: add symbols versioning option --enable-versioned-symbols

 Bugfixes:
   * curl was vulnerable to a data injection attack for certain protocols CVE-2012-0036
   * curl was vulnerable to a SSL CBC IV vulnerability when built to use OpenSSL
   * SSL session share: move the age counter to the share object
   * -J -O: use -O name if no Content-Disposition header comes!
   * protocol_connect: show verbose connect and set connect time
   * query-part: ignore the URI part for given protocols
   * gnutls: only translate winsock errors for old versions
   * POP3: fix end of body detection
   * POP3: detect when LIST returns no mails
   * TELNET: improved treatment of options
   * configure: add support for pkg-config detection of libidn
   * CyaSSL 2.0+ library initialization adjustment
   * multi interface: only use non-NULL socker function pointer
   * call opensocket callback properly for active FTP
   * don't call close socket callback for sockets created with accept()
   * differentiate better between host/proxy errors
   * SSH: fix CURLOPT_SSH_HOST_PUBLIC_KEY_MD5 and --hostpubmd5
   * multi: handle timeouts on DNS servers by checking for new sockets
   * CURLOPT_DNS_SERVERS: fix return code
   * POP3: fixed escaped dot not being stripped out
   * OpenSSL: check for the SSLv2 function in configure
   * MakefileBuild: fix the static build
   * create_conn: don't switch to HTTP protocol if tunneling is enabled
   * multi interface: fix block when CONNECT_ONLY option is used
   * Fix connection reuse for TLS upgraded connections
   * multiple file upload with -F and custom type
   * multi interface: active FTP connections are no longer blocking
   * Android build fix
   * timer: restore PRETRANSFER timing
   * libcurl.m4: Fix quoting arguments of AC_LANG_PROGRAM
   * appconnect time fixed for non-blocking connect ssl backends
   * do not include SSL handshake into time spent waiting for 100-continue
   * handle dns cache case insensitive
   * use new host name casing for subsequent HTTP requests
   * CURLOPT_RESOLVE: avoid adding already present host names
   * SFTP mkdir: use correct permission
   * resolve: don't leak pre-populated dns entries
   * --retry: Retry transfers on timeout and DNS errors
   * negotiate with SSPI backend: use the correct buffer for input
   * SFTP dir: increase buffer size counter to avoid cut off file names
   * TFTP: fix resending (again)
   * c-ares: don't include getaddrinfo-using code
   * FTP: CURLE_PARTIAL_FILE will not close the control channel
   * win32-threaded-resolver: stop using a dummy socket
   * OpenSSL: remove reference to openssl internal struct
   * OpenSSL: SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG option no longer enabled
   * OpenSSL: fix PKCS#12 certificate parsing related memory leak
   * OpenLDAP: fix LDAP connection phase memory leak
   * Telnet: Use correct file descriptor for telnet upload
   * Telnet: Remove bogus optimisation of telnet upload
   * URL parse: user name with ipv6 numerical address
   * polarssl: show cipher suite name correctly with 1.1.0
   * polarssl: havege_rand is not present in version 1.1.0 WARNING, we still use the old API which is said to be
     insecure
   * gnutls: enforced use of SSLv3
2012-01-28 14:41:14 +00:00
wiz
2b74941086 Updated audio/lame to 3.99.4 2012-01-28 14:18:02 +00:00
wiz
f9d40b7ebd Update to 3.99.4:
LAME 3.99.4   January 25 2012

   * Robert Hegemann
        * Fix for tracker item [ 3475581 ] lame crashes at .w64 input file
        * Addressing things brought to attention by tracker item [ 3463197 ] 3.99.x problem WFED and PCST frames
             * WFED and PCST frames can now be added, to tag podcasts iTunes recognizes
             * USER frames are now supported
             * COMM frames can now have a description, when passed via --tv "COMM=description=full text"
             * possible divide-by-zero exception should be fixed
             * adding malformed user-defined-frames could result in abnormal program termination, fixed
2012-01-28 14:17:53 +00:00
wiz
6aa9d2b8fa Describe unicode option (lame). 2012-01-28 14:15:53 +00:00
wiz
426f94f344 Updated devel/SDL_gfx to 2.0.23 2012-01-28 13:58:34 +00:00
wiz
655fcbcb58 Update to 2.0.23:
Ver 2.0.23 - Sat Dec  3 22:55:04 PST 2011
* Updated sources to resolve some splint (static code analysis)
  issues
* Updates for OpenSDK (WinCE6/ARM) build target (patch contributed
  itsnotabigtruck)
* Added OSX Xcode3+ template files to Other Builds collection
  (contributed by Vasyl)
* Added various fixes and improvements contributed by folks on
  sourceforge (thanks contributors).
* Switched library and test code to zlib license.
2012-01-28 13:58:25 +00:00
wiz
b5cb58c44b Updated net/SDL_net to 1.2.8 2012-01-28 13:54:46 +00:00
wiz
c5e4bea19b Update to 1.2.8. Set LICENSE.
1.2.8:
Sam Lantinga - Sun Jan 15 01:39:35 EST 2012
 * Added the definition for INADDR_LOOPBACK
Sam Lantinga - Thu Jan 05 22:57:56 2012 -0500
 * Added an Xcode project for iOS
Sam Lantinga - Sat Dec 31 10:28:12 EST 2011
 * SDL_net is now under the zlib license
Sam Lantinga - Sun Nov 20 01:29:33 EST 2011
 * Added SDLNet_UDP_SetPacketLoss() to simulate random packet loss
Sam Lantinga - Fri Nov 04 04:52:12 2011 -0400
 * Added SDLNet_GetLocalAddresses() to query local interfaces
Sam Lantinga - Fri Nov  4 04:05:03 EDT 2011
 * Removed obsolete OpenTransport code
Sam Lantinga - Tue Mar 08 16:52:59 2011 -0800
 * Added Android.mk to build on the Android platform
Sam Lantinga - Sun Feb 27 10:00:53 PST 2011
 * Fixed to compile cleanly with g++
C.W. Betts - Thu Feb 17 12:52:47 PST 2011
 * Fixed the code to use socklen_t where appropriate
Evan Nemerson - Thu Feb 17 12:47:13 PST 2011
 * Added pkg-config support
esigra - Mon Feb 16 20:59:55 PST 2009
 * Fixed C++ compilation with -Wold-style-cast
Matthew Mondor - Fri Jan  4 08:44:22 PST 2008
 * Enable multicast receiving on 224.0.0.1 on Windows (already worked on UNIX)
2012-01-28 13:54:38 +00:00
jkunz
5a5e4d5651 Update to upstream version qlandkartegt-1.3.2. 2012-01-28 13:51:56 +00:00
wiz
b6970d5594 Updated devel/SDL_ttf to 2.0.11 2012-01-28 13:49:23 +00:00
wiz
9950b2a39c Update to 2.0.11. Set LICENSE.
2.0.11:
Sam Lantinga - Sat Dec 31 10:49:42 EST 2011
 * SDL_ttf is now under the zlib license
Peter Kosyh - Mon Feb 28 14:57:03 PST 2011
 * Improved font glyph caching for non-latin languages
Erik Snoek - Wed Jan 12 09:10:15 PST 2011
 * Added API to get kerning info: TTF_GetFontKerningSize()
Sam Lantinga - Mon Jan 10 10:58:34 2011 -0800
 * Added Android.mk to build on the Android platform
2012-01-28 13:49:14 +00:00
wiz
3fade11c31 Updated audio/SDL_mixer to 1.2.12 2012-01-28 13:46:25 +00:00
wiz
00cf863904 Update to 1.2.12. Update license (see below).
fluidsynth dependency not added since upstream seems to be missing
the necessary fluid_player_add_mem code (even though patchset from 2010
exists).

1.2.12:
Sam Lantinga - Sat Jan 14 22:00:29 2012 -0500
 * Fixed seek offset with SMPEG (was relative, should be absolute)
Sam Lantinga - Fri Jan 13 03:04:27 EST 2012
 * Fixed memory crash loading Ogg Vorbis files on Windows
Sam Lantinga - Thu Jan 05 22:51:54 2012 -0500
 * Added an Xcode project for iOS
Nikos Chantziaras - 2012-01-02 17:37:36 PST
 * Added Mix_LoadMUSType_RW() so you can tell SDL_mixer what type the music is
Sam Lantinga - Sun Jan 01 16:45:58 2012 -0500
 * Fixed looping native MIDI on Mac OS X and Windows
Sam Lantinga - Sun Jan 01 01:00:51 2012 -0500
 * Added /usr/local/share/timidity to the timidity data path
Sam Lantinga - Sat Dec 31 21:26:46 2011 -0500
 * Fixed timidity loading of some MIDI files
Sam Lantinga - Sat Dec 31 19:11:59 EST 2011
 * Fixed dropping audio in the FLAC audio decoding
Sam Lantinga - Sat Dec 31 18:32:05 EST 2011
 * Fixed memory leak in SDL_LoadMUS()
Sam Lantinga - Sat Dec 31 10:22:05 EST 2011
 * Removed GPL native MIDI code for new licensing
Sam Lantinga - Sat Dec 31 10:22:05 EST 2011
 * SDL_mixer is now under the zlib license
Manuel Montezelo - 2011-12-28 11:42:44 PST
 * Fixed drums playing on MIDI channel 16 with timidity
Ryan C. Gordon - Wed Jun 15 03:41:31 2011 -0400
 * The music-finished hook can start a track immediately
James Le Cuirot - Mon Mar 21 16:54:11 PDT 2011
 * Added support for FluidSynth
Egor Suvorov - Tue Jan 18 11:06:47 PST 2011
 * Added support for native MIDI on Haiku
Sam Lantinga - Tue Jan 11 01:29:19 2011 -0800
 * Added Android.mk to build on the Android platform
Jon Atkins - Sat Nov 14 13:00:18 PST 2009
 * Added support for libmodplug (disabled by default)
2012-01-28 13:46:15 +00:00
wiz
39d5f9dd12 Updated audio/fluidsynth to 1.1.5 2012-01-28 13:15:41 +00:00
wiz
cabc09a730 Update to 1.1.5.
pkgsrc: Not switched to cmake, no libaudiofile dependency.

1.1.5:

  * Autotools build resulted in the wrong version number for libfluidsynth.so (reported by plcl, Takashi Iwai)
  * One symbol was dropped from libfluidsynth.so - this symbol was not part of the public API though. (reported by Alessio Treglia)
  * Windows 64 bit: Wrong prototype declaration for MIDI (reported by Graham Goode)
  * JACK: Using jack_free instead of free when needed. Note that this might require a later version of JACK than previously. (reported
    by Graham Goode)
  * Update Free Software Foundation address (reported by ogetbilo)

1.1.4:

  * Several improvements and fixes to the CMake build system, especially for Mac OS X
  * Several bug fixes to the engine, notably quite a few which could cause FluidSynth to sound bad in some cases.
  * API additions, that make it possible to
       * load MIDI files from memory
       * to inspect/modify MIDI events as they are being played from a MIDI file
       * to change channels between melodic and drum mode
       * and to silence all notes in one command.
  * Improvements to the CoreAudio driver

1.1.3:

* Compilation with LADSPA enabled was broken in 1.1.2 - fixed (plcl, diwic)
* Multichannel output broken when double precision was used - fixed (plcl, diwic)
* Doxygen settings (plcl)
* Mac OS X build system fixes (plcl, Benjamin Reed, Jean-Franc,ois Mertens)
* Fix build problem with scummvm (Alexander Hansen, Ebrahim Mayat)
* Optimize by not starting unused threads with multicore rendering (diwic)
* Window handle creation/destruction in Windows dll version (Andy Fillebrown)
* Race condition in alsa_seq / alsa_raw drivers caused them not to quit (diwic)

1.1.2:

Big changes:

  * New CMake build system [plcl]
       * Winbuild and Macbuild directories dropped
       * Autotools build system is deprecated, but is still working
  * Rewriting of thread safety [diwic]
       * Two new settings control the thread safety mode. The default is to be backwards compatible.

Smaller changes:

  * Voice overflow settings [diwic]
  * Possible to update polyphony, up to 65536 (and beyond initial setting) [diwic]
  * Possible to update sample rate (jack driver updates sample rate correctly) [diwic]
  * MIDI Bank Select handling fixed [plcl]
  * Source files moved into different subdirectories [diwic]
  * Can use RealTimeKit (on Linux) to get real-time priority [diwic]
  * Shell commands for pitch bend and pitch bend range [monk]
  * PulseAudio driver: specify media role, and allow pulseaudio to adjust latency [diwic]
  * Bug fixes [diwic, plcl, KO Myung hun, Felix Krause, laurent, nshepperd]

1.1.1:
Bug fixes

     * Recommit fix for voice stealing algorithm (David Henningsson)
     * Update deltatime on midi file load, ticket #59 (David Henningsson and Josh Green, reported by Hans Petter Selasky)
     * Build fix on OS X 10.4 (David Fang and Ebrahim Mayat)
     * Fixed most asynchronous assignment/query regressions affecting QSynth (chorus, reverb, polyphony, MIDI CCs and presets) (Josh Green,
       reports and testing by Rui Nuno Capela)
     * Reverted queuing of chorus and reverb assignments which fixes real-time performance issues when changing values (Josh Green)
     * Fixed issue with audio thread changes affecting CoreAudio on OS X (Josh Green, reported by Ebrahim Mayat)
     * Improved SMP safety with CC MIDI controls, polyphony, modulators and synth gain (Josh Green)
     * Fixed crash bugs in fluid_timer functions (Josh Green)
     * Reverted char * -> const char * changes to function prototypes (Josh Green, reported by Rui Nuno Capela)
     * Fixed TCP server build issue where WITHOUT_SERVER was still being set on win32 (Josh Green)
     * Fixed crash when Jack driver was re-created (Josh Green)
     * Fixed unknown macro warning in FluidSynth man page (David Henningsson)

Misc

     * Return queue process is now a thread instead of a timer and more responsive (Josh Green)
     * Added missing dist files in doc/ (Josh Green)
     * Updated README-OSX (Ebrahim Mayat)

1.1.0:
Features and improvements

     * Extensive work on making FluidSynth more thread safe, resulting in better stability.
     * Audio file rendering for MIDI to audio file conversion, faster than realtime (#15).
     * Optional libsndfile support for file rendering in different audio file formats (wav, flac, ogg vorbis, etc) (#30).
     * Audio and MIDI are synchronized for MIDI file playback.
     * Server can be specified for Jack audio and MIDI drivers.
     * Jack audio and MIDI is now synchronized (when same Jack server used).
     * MIDI file playback is now timed correctly, even with large audio buffer sizes.
     * Fixed issue with missing percussion in MIDI files caused by very short notes, using synth.min-note-length setting (#1).
     * Improved support for MIDI tuning standard, including SYSEX support and realtime tuning activation.
     * Multi-core support for utilizing multiple CPUs for synthesis or increasing speed of file rendering.
     * Voices for a note-on event are started synchronously (#46).
     * TCP/IP shell server support for windows (#20).
     * Improved settings output (-o help) (alphabetically sorted and string options listed).
     * Audio driver (-a) and MIDI driver (-m) options now accept "help" and list available options (#41).
     * Added audio.realtime-prio and midi.realtime-prio for controlling realtime scheduling of some audio and MIDI drivers.
     * Default priority levels of audio and MIDI threads set to 60 and 50 respectively.
     * All yes/no string boolean settings converted to integer toggle settings (with backwards compatibility).
     * glib is now a required dependency.
     * Updated README-OSX
     * Added "voice_count" shell command for getting current number of active voices.

New command line options

     * -F, --fast-render=[file]
     * -T, --audio-file-type
     * -O, --audio-file-format
     * -E, --audio-file-endian

New or changed parameters

     * Audio file output settings: audio.file.endian, audio.file.format, audio.file.name, audio.file.type, audio.sample-format
     * Realtime scheduling settings: audio.realtime-prio, midi.realtime-prio
     * Jack settings: audio.jack.server and midi.jack.server
     * Other settings: player.reset-synth, player.timing-source, synth.cpu-cores (experimental), synth.min-note-length

Bug fixes and minor changes

     * Fixed enabling of high priority scheduling in many audio drivers.
     * Fixed bank selection logic
     * Build fixes for mingw and VC++ builds on Windows
     * Fix default values (after MIDI reset) to be more consistent with MIDI spec (#29).
     * Removed VintageDreamsWaves?-v2.sf2 since it wasn't under a free license.
     * Solaris build fix (#52)
     * Implemented fluid_player_set_loop (#33)
     * Fixed scaletune error (#26)
     * Fixed synth reset between songs (#31)
     * Fixed pitch bend error in Windows MIDI driver (#54)
     * Skip remaining track data in MIDI file after EOT (#53)
     * Bug fix in MIDI router where mutex was left locked with MIDI system reset message.
     * Help command now shows list of topics instead of General help.
     * Fixed non-blocking in alsa_raw, alsa_seq and OSS MIDI drivers.
     * Fixed segfault on config file load (#45).
2012-01-28 13:15:32 +00:00
obache
67372001fb Try to prevent to link against static libraries.
Fixes build failure on NetBSD/amd64, reported by Dieter Roelants via private mail.
2012-01-28 13:15:10 +00:00
obache
718750abcd tabify 2012-01-28 13:12:06 +00:00
wiz
5be37b8bf7 More PKGREVISION++ for SDL_image 2012-01-28 13:06:20 +00:00
joerg
3ce4880b5c pkg_install-20120128:
- Explicitly stat(2) if mkdir failed. errno detection doesn't work e.g.
on Solaris (PR 45289)
- Provide a stable order for package names that only differe in the base
name, not the version number.
2012-01-28 12:33:04 +00:00