summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-31Set LICENSE.wiz1-1/+2
2009-10-31Updated multimedia/py-gstreamer0.10 to 0.10.17wiz2-3/+3
2009-10-31Update to 0.10.17:wiz4-13/+14
This is GStreamer Python Bindings 0.10.17, "Shiny new button" Changes since 0.10.16: * Fix leak in gst_base_sink_get_last_buffer() * Fix linking of pygstminiobject * Add test_audio.py example * Fix deadlocks calling gst_pad_link() Bugs fixed since 0.10.16: * 590348 : [audio (and other modules)] can't use pygstminiobject ! * 590803 : checks fail in non-English locale * 592447 : memory leak on certain pipelines with appsink Changes since 0.10.15: * Update bindings for GStreamer 0.10.24 * Fixes for the python plugin loader Bugs fixed since 0.10.15: * 580992 : gst_preset_get_preset_names not wrapped in gst-python * 583378 : libgstpython.so causes a segfault * 583607 : Error when building from tarball * 584445 : gst.TagList getters and setters should convert unicode ob... Changes since 0.10.14: * Support new API in core/base * Fixes for python 2.6 * Other bug-fixes and improvements Bugs fixed since 0.10.14: * 304361 : Python plugin loader * 576145 : pygst programs skip python plugins on registry update * 514717 : memleak in Pad.set_blocked_async() * 571156 : gst_tag_get_type not wrapped * 571380 : Allow user to specify filename and line number for gst_de... * 572487 : Fix licensing screwups * 574251 : leaks the flow name * 574258 : _wrap_gst_install_plugins_sync might leak details * 574272 : Python plugin loader causes SIGSEGV if " import gst " fails * 576505 : not all gst_adapter_* methods are wrapped * 577735 : python bins with do_handle_message leak messages * 578435 : gst-python pkgconfig file lies about needing pygtk * 578731 : Python plugin loader deadlocks registry scanning * 578848 : Wrap new core/base API * 579183 : freshly created QUERY_SEEKING is immutable * 579325 : gstlibtoolimporter is not disted * 579383 : gst-python doesn't compile with glib < = 2.16.0 * 581546 : Elements do_query function is broken * 581729 : Fails to build with previous core/base releases (0.10.22) * 581737 : Python examples need to take the GDK lock * 579416 : Nasty gst-python deadlock * 579455 : gst.TIME_ARGS doesn't validate input * 576546 : Problems with Python 2.6
2009-10-31+ koffice-2.0.91.wiz1-3/+2
2009-10-31Updated textproc/py-docutils to 0.6wiz2-3/+3
2009-10-31Update to 0.6:wiz4-37/+40
* General: - Docutils is now compatible with Python versions from 2.3 up to 2.6 and convertible to 3.1 code. + Node.__nonzero__ returns True instead of 1. + use os.walk instead os.path.walk. + minimize "types" module where possible. + Backwards-compatible changes to remove python2.6 -3 deprecation warnings + Text nodes now subclass unicode rather than UserString (which is gone in python 3.0). + 3.0 compatibility module docutils._compat + Drop 2.2 compatibility workarounds. + Drop extras/optparse.py and extras/textwrap.py (stdlib modules since 2.3). - OpenOffice export: ODT writer moved from sandbox to Doctutils core. - Unix man page export: manpage writer moved from sandbox to Doctutils core. - Apply [ 1719345 ] Galician translation - Apply [ 1905741 ] Polish translation - Apply [ 1878977 ] make_id(): deaccent characters. - Apply [ 2029251 ] return nonzero when tests fail. - Fix [ 1692788 ] allow UTF-8 in style sheets. - Fix [ 2781629 ] support non-ASCII chars in file names. - Apply [ 2845002 ] let ``--no-raw`` disable raw *roles* too. - Fix [ 2831643 ] by renaming DirectiveError.message to DirectiveError.msg - Fix [ 2821266 ] --strict option works now like --halt=info. - Fix [ 2788716 ] DirectiveError now correctly reports source and line. - Fix [ 1627229 ] hyperlink references in substitutions. - The "newlatex" writer is orphaned. * reStructuredText: - Documented Unicode characters allowed as inline markup openers, closers, and delimiters. - Allow units for all length specifications. - Allow percent sign in "scale" argument of "figure" and "image" directives. - Bugfix: The "figalign" argument of a figure now works as intended (aligning the figure, not its contents). - Align images with class "align-[right|center|left]" (allows setting the alignment of an image in a figure). * docutils/nodes.py: - Added ``Element.__contains__`` method, for the in-operator. * docutils/parsers/rst/states.py: - Apply [ 1994493 ] Patch to support all kinds of quotes in inline markup. - Added support for Unicode inline markup delimiters "‐ ‑ ‒ – —" and " " (non-breaking space), and "¡ ¿" openers. * docutils/parsers/directives/misc.py: - Added ``start-line`` and ``end-line`` options to "include" directive to select a range of lines. - Hard tabs in literal inclusions are replaced by spaces. This is configurable via the new ``tab-width`` option of the "include" directive (a negative tab-width prevents tab expansion). * docutils/utils.py: - Add ``get_stylesheet_list`` function. - Apply [ 2834836 ] print info at halt * docutils/transforms/universal.py: - Raise default priority of StripClasses to exclude stripped classes from the ToC. * docutils/writers/html4css1/__init__.py: - ``--stylesheet`` and ``--stylesheet-path`` options support a comma separated list of stylesheets. - Address [ 1938891 ] Inline literal text creates "pre" span only when needed to prevent inter-word line wraps. - Use `translate` method instead of repeated `replace` calls. - Fix [ 1757105 ] New ``table-style`` option. Added to standard table classes to allow CSS styling that does not interfere with other table-using constructs (field lists, citations, ...). * docutils/writers/newlatex2e/__init__.py: - Apply [ 1612821 ] Double quotes in literal text in Italian/German * docutils/writers/latex2e/__init__.py (see also `<docs/user/docutils-05-compat.sty.html>`__) : - Add ``--embed-stylesheet`` option. - Apply [ 1474017 ] image vertical alignment is reversed. - Apply [ 2051599 ] multi-page tables in latex writer (from pabigot). - Change: has_key for dictionaries (not Nodes) to in-operator. - Merge adjacent citations into one latex cite command. - Failsave implementation of custom roles. LaTeX compilation now ignores unknown classes instead of aborting with an error. - Support custom roles based on standard roles. - LaTeX packages can be used as ``--stylesheet`` arguments without restriction. (A style sheet is now referenced with the ``\usepackage`` command, if it ends with ``.sty`` or has no extension.) - Add ``bp`` to lenghts without unit (prevents LaTex errors). - Correctly write length unit ``pt`` as ``bp`` in LaTeX. - Do not convert ``px`` to ``pt`` (``px`` is supported by pdfTeX since 2005-02-04 as a configurable length unit). - Do not use fontenc, nor the obsolete 'ae' and 'aeguill' packages if font-encoding is set to ''. LaTeX defaults to OT1 then. - Set sub- and superscript role argument in text mode not as math. Use a custom role based on sub-/superscript if you want italic shape. - Shorter preamble and less dependencies: Load packages and define macros only if required in the document. - Use the name prefix ``DU`` for all Docutils specific LaTeX macros. - New custom environments and commands with optional "classes" argument. - Simpler LaTeX encoding, e.g. "\%" instead of "{\%}". - Better conformance to Docutils specifications with ``--use-latex-toc``. Support for LaTeX generated ToC also with unnumbered sections. - If 'sectnum_xform' is False, the 'sectnum' directive triggers section numbering by LaTeX. - Use default font in admonitions and sidebar. - Align of image in a figure defaults to 'center'. - Bugfix: Newlines around targets and references prevent run-together paragraphs. - Fix internal hyperlinks. - Use class defaults for page margins ('typearea' now optional). - Float placement made configurable, default changed to "here definitely". - Typeset generic topic as "quote block with title". - Use template (file and configuration option). - In the default template, load cmap.sty (fix text extraction in PDF) and fixltx2e.sty (LaTeX patches, \textsubscript). - Render doctest blocks as literal blocks (fixes [ 1586058 ]). - Use `translate` instead of repeated `replace` calls for text encoding. - Hyperlinked footnotes and support for symbol footnotes and ``--footnote-references=brackets`` with ``--use-latex-footnotes``. - Complete pairs of binary options (``--figure-footnotes, --figure-citations, --link-stylesheet``, ``--use-docutils-toc, --use-docutils-docinfo, --topic-abstract``) - New defaults: - font-encoding: "T1" (formerly implicitely set by 'ae'). - use-latex-toc: true (ToC with page numbers). - use-latex-footnotes: true (no mixup with figures). * docutils/writers/manpage.py - Do not print version at document end, this is done by the viewer. - Do not print date at document end, this is done by the viewer. - Fix storage of docinfo fields for none standard fields. * docutils/tools/rst2man.py
2009-10-31Updated net/py-dns to 1.7.1wiz2-3/+3
2009-10-31Update to 1.7.1:wiz3-8/+30
2009-06-19 Bob Halley <halley@dnspython.org> * (Version 1.7.1 released) 2009-06-19 Bob Halley <halley@dnspython.org> * DLV.py was omitted from the kit * Negative prerequisites were not handled correctly in _get_section(). 2009-06-19 Bob Halley <halley@dnspython.org> * (Version 1.7.0 released) 2009-06-19 Bob Halley <halley@dnspython.org> * On Windows, the resolver set the domain incorrectly. Thanks to Brandon Carpenter for reporting this bug. * Added a to_digestable() method to rdata classes; it returns the digestable form (i.e. DNSSEC canonical form) of the rdata. For most rdata types this is the same uncompressed wire form. For certain older DNS RR types, however, domain names in the rdata are downcased. * Added support for the HIP RR type. 2009-06-18 Bob Halley <halley@dnspython.org> * Added support for the DLV RR type. * Added various DNSSEC related constants (e.g. algorithm identifiers, flag values). * dns/tsig.py: Added support for BADTRUNC result code. * dns/query.py (udp): When checking that addresses are the same, use the binary form of the address in the comparison. This ensures that we don't treat addresses as different if they have equivalent but differing textual representations. E.g. "1:00::1" and "1::1" represent the same address but are not textually equal. Thanks to Kim Davies for reporting this bug. * The resolver's query() method now has an optional 'source' parameter, allowing the source IP address to be specified. Thanks to Alexander Lind for suggesting the change and sending a patch. * Added NSEC3 and NSEC3PARAM support. 2009-06-17 Bob Halley <halley@dnspython.org> * Fixed NSEC.to_text(), which was only printing the last window. Thanks to Brian Wellington for finding the problem and fixing it. 2009-03-30 Bob Halley <halley@dnspython.org> * dns/query.py (xfr): Allow UDP IXFRs. Use "one_rr_per_rrset" mode when doing IXFR. 2009-03-30 Bob Halley <halley@dnspython.org> * Add "one_rr_per_rrset" mode switch to methods which parse messages from wire format (e.g. dns.message.from_wire(), dns.query.udp(), dns.query.tcp()). If set, each RR read is placed in its own RRset (instead of being coalesced). 2009-03-30 Bob Halley <halley@dnspython.org> * Added EDNS option support. 2008-10-16 Bob Halley <halley@dnspython.org> * dns/rdtypes/ANY/DS.py: The from_text() parser for DS RRs did not allow multiple Base64 chunks. Thanks to Rakesh Banka for finding this bug and submitting a patch. 2008-10-08 Bob Halley <halley@dnspython.org> * Add entropy module. * When validating TSIGs, we need to use the absolute name. 2008-06-03 Bob Halley <halley@dnspython.org> * dns/message.py (Message.set_rcode): The mask used preserved the extended rcode, instead of everything else in ednsflags. * dns/message.py (Message.use_edns): ednsflags was not kept coherent with the specified edns version. 2008-02-06 Bob Halley <halley@dnspython.org> * dns/ipv6.py (inet_aton): We could raise an exception other than dns.exception.SyntaxError in some cases. * dns/tsig.py: Raise an exception when the peer has set a non-zero TSIG error.
2009-10-31Updated devel/libdaemon to 0.14wiz2-3/+3
2009-10-31Update to 0.14:wiz4-38/+9
add daemon_set_verbosity() call; numerous updates
2009-10-31Updated sysutils/liboobs to 2.22.2wiz2-3/+3
2009-10-31Update to 2.22.2:wiz5-63/+19
- Print error from D-Bus in case of failure on start. This should greatly help debugging. - Don't consider empty user password as invalid. - Make gtk-doc code documentation use inlined section comments, so that it is updated on every change. This will ensure the documentation does not get outdated again.
2009-10-31Updated misc/libcdio to 0.82wiz2-3/+3
2009-10-31Update to 0.82:wiz2-7/+7
version 0.82 2009-10-27 - Remove all uses of CDIO_MIN_DRIVER, CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER. - FreeBSD get_media_changed fixes - MingGW/Msys compilation issues - Add OS/2 driver - Cross compilations fixes and uclinix is like GNU/Linux - Numerous other bug fixes
2009-10-31Updated multimedia/farsight2 to 0.0.16wiz2-3/+3
2009-10-31Update to 0.0.16:wiz7-87/+6
Version 0.0.16 rtpspecialsource: Remove want_source() method get_codec() function does the same thing rtpdtmfsoundsource: Implement get_codec method rtpdtmfeventsource: Implement get_codec method rtpspecialsource: Add new get_codec method rtp: Check if the codec changed when removing special sources rtp: Allow checking if a codec is valid for sending even if it has no way to build a codecbin rtpcodecnego: Fix doc string rtpspecialsource: Move static function closer to its use place rtpspecialsource: Fix over-80 line rtpsession: Check/update secondary sources even if the primary one doesn't change tests: Tests changing the dtmf PT mid-call tests: Make sure dtmf events are really received test: Test changing the dtmf_id tests: dtmf method is not always auto rtpsession: Only emit send-codec-changed message after the special codecs have been changed rtpsession: Don't leak iterator on linking failure rtpsession: Cleanup send codecbin on failure rtpsession: Print error on session dispose problems rtpdtmfsoundsource: Correctly check the presence of elements rawudp: Use %d for ints, not %s configure: quiet automake portability bs msnstream: Make send sink async=false for now msnstream: Don't keep lock into set_remote_candidates tests: Test invalid property name in fs_element_added_notifier_from_keyfile element-added-notifier: Don't crash on invalid property rtpconference: Don't assert on non-existing sdes parts rtpspecialsource: Dispose is not always called twice, cleanup in finalize rtpsession: Remove useless ref Version 0.0.15.1 Version 0.0.15 Require gst-p-bad 0.10.14 for mimic tests: Unlock src before setting it to playing tests: Refrain from using the thread unsafe version of failure in the nice test rtpsession: Keep ref on stream while associating substreams to it rtpsubstream: Remove another double-unlock in error case rtpsession: Don't double-unlock rtpsession: Fix leaking caps on signals after dispose rtpsession: Fix potential leak if already disposed rtpsubstrea: Remove unused variable elementaddednotifier: Use g_connect_signal_object Otherwise each element had a ref on the notifier and relied on the not thread safe weak references. rawudp: Emit local candidates if there are no local interfaces suitable for UPnP rawudp: Add some UPnP debug messages glib-gen: Use single = instead of == for portability msnconnection: Check return values from recv() msnsession: Conference must always set before get_property msnsession: Only try to lock conference if it has been set rtpsession: Initialise variable to NULL Makes coverity happy msnconnection: Remove unused variables rtpstream: Correct documentation rtpsession: Unref transmitter src/sink in dispose Unref element from g_object_get(), fixes leak elementaddednotifier: Unref element in iterator loop Fixes leak elementadded: Use gst_value_deserialize to read properties Use the existing function instead of having our own less-capable re-implementation Version 0.0.14.1
2009-10-31Updated audio/alsa-lib to 1.0.21awiz2-3/+3
2009-10-31Update to 1.0.21a, set LICENSE.wiz2-6/+7
Mixer API mixer: Add Speaker and Beep names to the weight lis PCM API PCM - Change the hw_params determination orde Configuration Change dmix.conf to accept user configuration from defaults.dmix.<driver_id>.xx Revert "Fix driver conf parsing in snd_config_hook_load_for_all_cards()
2009-10-31Updated net/yaz to 3.0.49wiz2-3/+3
2009-10-31Update to 3.0.49:wiz2-6/+7
--- 3.0.49 2009/10/01 Make a number of functions defined in xmlquery.c static. These have never been declared in a public header file (yaz/xmlquery.h) and was made public by mistake. Improve speed of character conversions (iconv utilities). This makes conversions from MARC-8 faster. ZOOM_record_get returns 0 pointer if a MARC record can not be decoded - unless type desired is "raw". This will prevent type "xml" from returning ISO2709 .. Which obviously can not be XML parsed. Fix memory leak in ZOOM that would occur if option apdulog was used on a re-used connection. Frontend server logs HTTP requests. Frontend server now sends Z39.50 close when it times out (sesssion has been idle for too long). Versions 2.0.30 and earlier also sent close. But due to a mistake this was disabled in all versions after that, i.e. the server would just close the socket immediately. yaz-client emits a better message when receiving an unrecognised userInformationField. Skip zero-length subfields when decoding ISO2709. This rare case happens if a record has two FS characters in a sequence. Without this patch there would be a reference beyond char array in using_code_len fragments in marcdisp.c. Fix yaz-marcdump error that would occur if option -n was used (bug #3028).
2009-10-31Updated net/wget to 1.12wiz2-3/+3
2009-10-31Update to 1.12. Add default-on idn option (see fourth entry in ChangeLogwiz5-77/+22
below). ** Mailing list MOVED to bug-wget@gnu.org ** SECURITY FIX: It had been possible to trick Wget into accepting SSL certificates that don't match the host name, through the trick of embedding NUL characters into the certs' common name. Fixed by Joao Ferreira <joao@joaoff.com>. ** Added support for CSS. This includes: - Parsing links from CSS files, and from CSS content found in HTML style tags and attributes. - Supporting conversion of links found within CSS content, when --convert-links is specified. - Ensuring that CSS files end in the ".css" filename extension, when --convert-links is specified. CSS support in Wget is thanks to Ted Mielczarek <ted.mielczarek@gmail.com>. ** Added support for Internationalized Resource Identifiers (IRIs, RFC 3987). When support is enabled (requires libidn and libiconv), links with non-ASCII bytes are translated from their source encoding to UTF-8 before percent-encoding. IRI support was added by Saint Xavier <wget@sxav.eu>, as his project for the Google Summer of Code. ** Wget now provides more sensible exit status codes when downloads don't proceed as expected (see the manual). ** --default-page option (and associated wgetrc command) added to support alternative default names for index.html. ** --ask-password option (and associated wgetrc command) added to support password prompts at the console. ** The --input-file option now also handles retrieving links from an external file. ** The output generated by the --version option now includes information on how it was built, and the set of configure-time options that were selected. ** --html-extension has been renamed to --adjust-extension, to reflect the fact that it now also applies to CSS content. --html-extension is still acceptable, but is now deprecated. ** An "ascii" specifier is now accepted by --restrict-file-names, which forces the percent-encoding of all non-ASCII bytes ** Several previously existing, but undocumented .wgetrc options are now documented: save_headers, spider, and user_agent, auth_no_challenge, and keep_session_cookies. Also added documentation for the "lowercase" and "uppercase" values for --restrict-file-names, which had been present since Wget 1.11.
2009-10-31Updated textproc/trang to 20090818wiz2-3/+3
2009-10-31Update to 20090818, 6 years of development.wiz2-7/+8
2009-10-31Updated textproc/jing to 20090818wiz1-1/+2
2009-10-31Update to jing-20090818, 6 years of development.wiz3-61/+97
2009-10-31Updated databases/shared-mime-info to 0.70wiz2-3/+3
2009-10-31Update to 0.70, set LICENSE.wiz4-13/+15
shared-mime-info 0.70 (2009-09-06) * Mime-type Changes: - Add MXF video - Add Google Earth XML files - Add XZ arcgives - Add SPSS formats - Add OpenRaster images - Add glob for OpenType fonts - Add more MPEG-4 video container magic - Add RealMediaFormat videos - Add LZIP archives - Add Kexi mime-types - Add CBT comics - Add Windows theme packs - Add metalink - Better glob for core files - Better magic for graphviz files - Add MRML, CVS, TSV acronyms - Better definition for LZO archives - Fix mime-type/magic for Java archives - Fix MSWinURL magic - Add tar.bz2 as a sub-class of application/x-bzip-compressed-tar - Split Win32 from Unix autostart detection - Better magic for Cisco VPN files - New magic for Word documents - Better glob matching for Makefiles * Specification: - Add glob-deleteall and magic-deleteall support - Add case-sensitive attribute support * Other changes: - fix make call on *BSDs - Better error in update-mime-database when a directory doesn't exist
2009-10-31Updated devel/py-setuptools to 0.6c11wiz2-3/+3
2009-10-31Update to 0.6c11:wiz2-7/+6
0.6c11 * Fix "bdist_wininst upload" trying to upload same file twice 0.6c10 * Fix for the Python 2.6.3 build_ext API change * Ensure C libraries (as opposed to extensions) are also built when doing bdist_egg * Support for SVN 1.6
2009-10-31Updated games/puzzles to 8692wiz2-3/+3
2009-10-31Update to 8692:wiz2-6/+6
Single mouse clicks to toggle individual grid edges stopped working in r8414 as a side effect of reorganisation in interpret_move(). Reinstate them. Add a couple of missing checks in validate_desc(), without which bogus game IDs were getting as far as new_game() and failing assertions. Minor rewording and typo-correction. Aha, I've managed to prove that my inadequate error highlighting is actually just about adequate after all. Large comment added containing some discussion and the proof. Error-highlighted trees look nicer with a different-coloured trunk. Also added a comment worrying about the universality of my error highlighting mechanism. Redo Mines and Inertia's mine graphics using an actual circle rather than an approximating octagon, to improve the look when zoomed to high resolution. Tweak to the promptness of error highlighting display. About time I got round to this: error highlighting for Tents. Fix width/height braino introduced in r5844.
2009-10-31Updated devel/pcre to 8.00wiz2-3/+3
2009-10-31Update to 8.00:wiz3-8/+10
Release 8.00 19-Oct-09 ---------------------- Bugs have been fixed in the library and in pcregrep. There are also some enhancements. Restrictions on patterns used for partial matching have been removed, extra information is given for partial matches, the partial matching process has been improved, and an option to make a partial match override a full match is available. The "study" process has been enhanced by finding a lower bound matching length. Groups with duplicate numbers may now have duplicated names without the use of PCRE_DUPNAMES. However, they may not have different names. The documentation has been revised to reflect these changes. The version number has been expanded to 3 digits as it is clear that the rate of change is not slowing down.
2009-10-31Updated finance/p5-Finance-Quote to 1.17wiz2-3/+3
2009-10-31Update to 1.17:wiz2-6/+6
* Lots of tests added * IndiaMutual.t tests added * Yahoo_europe: Bug 44245 solved. Wrong fields returned. * Documentation: Bug 48818 corrected. * yahoo_europe.t tests corrected * Bourso.t tests corrected * AEX.pm removed code for options and futures. (didn't work) * Bug in Yahoo::Base corrected. Sometimes year range is wrongly returned. * Bug in Yahoo::Base corrected. GBp wrongly interpreted. * Goldmoney.pm patched. support for platinum added. * New module HU.pm (Hungarian stocks) * Bug RT 46155 solved by modifying link in IndiaMutual.pm * Cominvest URL modified * currencies adapted to yahoo denomination * currency retrieval updated (yahoo website changed) * ASX.pm updated due to website change
2009-10-31Updated emulators/mednafen to 0.8.12wiz2-3/+3
2009-10-31Update to 0.8.C/0.8.12:wiz2-9/+9
0.8.C: SMS: Fixed the input and reset emulation when the territory was set to "domestic"(Japan) and FM emulation was enabled; the emulated system was erroneously being treated as a Game Gear in a few places when those conditions were met. GB: Fixed initialization of "HRAM" on virtual power toggle/reset. GB: Fixed a bug(still many left) in the external RAM handling code, fixing an emulator crash with "Wizards & Warriors - Chapter X". 0.8.C-rc1: NGP: Fixed an unaligned memory access bug in the memory r/w handlers, causing crashes on platforms that do not support unaligned memory accesses. NES: Fixed an intialization bug in mapper 193. Added define "ALWAYS_INLINE" to force the compiler to always inline speed-critical functions, and added it to many emulation functions in that category. gcc can be a pain in the butt. GBA: Fixed a bug that would cause data corruption and the loaded game to crash whenever a state was saved(but the state itself, and loading it, was fine) on a big-endian platform. Fixed several instances of mismatches between format strings and passed argument types, which could cause nonsensical information to be printed on big-endian platforms, and perhaps some little-endian platforms as well. Fixed the minimum field-width specifier on the statements that print the loaded game's CRC32 in several places. Added the "format(...)" function attribute to the MDFN_DispMessage(), MDFN_PrintError(), and MDFN_printf() function prototypes to catch format string errors. Fixed the order of the sound drivers in the documentation(it was erroneously implying that OSS had a higher priority than ALSA for the default sound driver), and added various notes to explain the sound drivers. If an invalid "sounddriver" is selected, Mednafen will now print an error message and not initialize sound instead of silently selecting the default sound driver. SexyAL: Altered the argument order of SexiALI_Convert() to make more sense. Fixed the broken conversion code used when the frame count passed to Write() is greater than 2048. Fixed a bug/design flaw in the SexyAL SDL sound driver that can cause a crash during program deinitialization. Added support for "float" output format to the ALSA driver. The ALSA driver will now try all formats that SexyAL's conversion code supports if the desired format is not supported by the output device, rather that simply erroring out as before. Added support for converting to 24-bit and 32-bit PCM output formats from the source format(which is still fixed to signed 16-bit). The driver function RawCanWrite() is now passed a pointer to a uint32_t, which it sets to the number of bytes that can be written without blocking, rather than returning the value directly, so that the return value can be used as a success/failure indicator. The driver function RawWrite(), and the "user" function Write(), will now return 1 on success, 0 on (fatal) error, rather than returning the amount of data written. The OSS driver was testing the return value of open() incorrectly. Fixed. SexyAL is now compiled as C++(but doesn't use many C++ features yet), which necessitated adding several explicit casts in various code, and fixing some inconsistent function prototypes and declarations. JACK: Fixed a stereo playback crashing problem(a loop count was being calculated incorrectly). JACK: Switched to using jack_client_open() instead of the deprecated jack_client_new(). JACK: The "sounddevice" setting is now used, to specify the JACK server to connect to. JACK: Fixed a possible race condition in RawCanWrite(). JACK, SDL: Changed the inter-thread ringbuffer setup to be less likely to underrun, while not hurting latency. JACK, SDL: Additional playback position precision is now obtained by using jack_get_time()/SDL_GetTicks(). This will improve Mednafen's performance with larger fragment sizes with these drivers, but smaller fragment sizes are still preferred for latency-to-underrun-occurrence-ratio reasons. Renamed the "byteorder" field of SexyAL_format to "revbyteorder", and changed it to a boolean type, to avoid confusion over what it actually represents. Removed erroneous dependency on CD-ROM emulation when WonderSwan emulation is enabled in the configure script. Added sanity checks to the first track number and total track count returned from libcdio, to prevent a crash in Mednafen if the libcdio driver fails and returns nonsensical values. Removed unused file sms/state.h Fixed a very-old bug that caused joystick unique ID collisions if more than 2 of the same "type" of physical joystick were available. Fixed a string constant-to-(char *) problem in sms/romdb.h. Mednafen is now compiled with -fsigned-char, to prevent any potential problems on systems with an "unsigned" char type as default. The included Tremor is now compiled with "-fvisibility=hidden" to work around a dynamic symbol collision problem with libsndfile(BUT, -fvisibility is only available in gcc 4.0 and newer). This solution may not be correct... Updated Tremor to the latest SVN version. PC-FX: Added a semi-hack to fix a missing background layer problem in parts of "Angelique Special". The underlying problem(no emulation of the programmable BG0 subscreen) will be corrected in 0.9.0. PC-FX: Removed the unused V810 cache structures(Mednafen 0.9.0 will feature cache emulation, however). PC-FX: Added a few CPU variables to save states whose absence could have caused netplay/movie desynch. PCE: Fixed virtual power-toggle initialization of VCE and gamepad input variables. PCE, PC-FX: Fixed the emulation of SCSI command 0xDE, mode 0x1. The value returned was too small by 2 seconds. PCE, PC-FX: Fixed the sector count for the last track(which influences the leadout track start position/total sector count) in multi-track CUE/BIN CDROM images. PC-FX: Fixed the handler address called when a TRAP instruction is executed. PC-FX: Fixed the exception code set when an FPU divide-by-zero occurs(previously, it was being set to the integer divide-by-zero exception code). Fixed several problems in file.cpp, including buggy and overly-complicated MDFN_read*le() functions, and a problem with the const-ness of the return value of strrchr() with gcc 4.4.
2009-10-31Updated devel/makedepend to 1.0.2wiz2-3/+3
2009-10-31Update to 1.0.2:wiz2-6/+6
A minor release of X.Org's classic utility for generating dependency lists in makefiles - mostly small janitorial cleanups, plus some Solaris-specific fixes to match the same default #define's as the compilers use. Alan Coopersmith (12): Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o names Add .gitignore Delete portions of imakemdep.h not used by makedepend Add additional predefines needed to match Solaris compilers Use XORG_CHANGELOG, XORG_CWARNFLAGS, and XORG_WITH_LINT macros Remove ifdef checks for macII left over from ancient A/UX 3.0 support Remove #ifdef'ed code that's never used Increased constification Fix gcc, sparse & lint warnings Remove CVS/RCS version tags Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS makedepend 1.0.2 James Cloos (1): Replace static ChangeLog with dist-hook to generate from git log Jeremy C. Reed (1): Update version for release.
2009-10-31Updated print/libspectre to 0.2.3wiz2-3/+3
2009-10-31Update to 0.2.3:wiz2-7/+7
libspectre 0.2.3 (18 October 2009) ================================== This is another bugfix only release in the libspectre's 0.2 series. Several fixes in the PostScript parser: - Detection of invalid or broken files has been improved. A document scanned without errors with no pages and no format is likely to be an invalid file, or not a PostScript file at all (Bug #19042) - Fix possible uninitialized use of Document media struct contents. Thanks to Alexander Myltsev (Bug #18685) - Fix documents with PJL commands before the initial DSC comments. Ghostscript is now always run with -dSAFER option A missing argument in gs command line of PDF exporter was making it always fail for any document in BSD systems. Thanks to Antoine Jacoutot who gave me remote access to an OpenBSD system to fix this (Bug #18826) Internal copy of ghostscript headers have been removed since they are already installed by ghostscript since version 8.62 (Bug #18827)
2009-10-31Updated devel/libsigc++ to 2.2.4.2wiz2-3/+3
2009-10-31Update to 2.2.4.2:wiz3-1273/+656
2.2.4.2 (stable): * Namespace sigc is now documented, in order to make large chunks of the reference reappear. (Daniel Elstner) * The shipped reference documentation has been regenerated using Doxygen 1.6.1, so that the document type is now XHTML 1.0. (Daniel Elstner) * The shipped Devhelp file has been generated with a newer version of the XSLT script in mm-common, so that documentation groups no longer appear as namespace prefixes in the keyword list. (Daniel Elstner) 2.2.4.1 (stable): * Reenable the per-class hierarchy graphs in the reference documentation. (Daniel Elstner) * Drop the custom HTML header and footer, and use the shared doxygen.css file from mm-common. (Daniel Elstner) 2.2.4 (stable): * New build system based on mm-common. The mm-common module is now required for building from the git repository, but not for builds of release archives. (Daniel Elstner) * The public reference documentation is now hosted on library.gnome.org. (Frédéric Péters, Daniel Elstner)
2009-10-31Updated misc/kchmviewer to 4.2wiz2-3/+3
2009-10-31Update to 4.2:wiz3-8/+8
2009-24-10 tim <gyunaev@ulduzsoft.com> - Version changed to 4.2 - Fixed font size change on KHTMLPart (thanks to Jure Repinc) - Fixed Windows file opener being unable to open the file with non-English characters. - Fixed "Open in new tab" for QTextBrowser opening an empty page. - Middle button in QTextBrowser and WebKit now opens the link in new tab in background. - Middle button now closes opened tabs in the tab bar.
2009-10-31Updated textproc/iso-codes to 3.11wiz2-3/+3
2009-10-31Update to 3.11:wiz2-6/+6
iso-codes 3.11 -------------- Tobias Quathamer <toddy@debian.org> Thu, 1 October 2009 [ ISO 639-2 ] * Update to 2009-09-01 (changes to bih and him) [ ISO 639 translations ] * Polish by Jakub Bogusz (TP) * Brazilian Portuguese by Leonardo Ferreira Fontenelle (TP) * Czech by Miroslav Kure * French by Christian Perrier [ ISO 639-3 translations ] * Polish by Jakub Bogusz (TP) [ ISO 3166 translations ] * Polish by Jakub Bogusz (TP) * Brazilian Portuguese by Leonardo Ferreira Fontenelle (TP) * Vietnamese by Clytie Siddall (TP) * Lithuanian by Kęstutis Biliūnas [ ISO 3166-2 translations ] * Vietnamese by Clytie Siddall (TP) * Polish by Jakub Bogusz (TP) * Lithuanian by Kęstutis Biliūnas [ ISO 4217 translations ] * Polish by Jakub Bogusz (TP) [ ISO 15924 translations ] * Polish by Jakub Bogusz (TP) iso-codes 3.10.3 ---------------- Tobias Quathamer <toddy@debian.org> Tue, 1 September 2009 [ ISO 3166 translations ] * Russian by Pavel Maryanov (TP) * Dutch by Freek de Kruijf (TP) * Thai by Theppitak Karoonboonyanan [ ISO 639 translations ] * Italian by Milo Casagrande (TP) * Tamil by I. Felix (TP) * Belarusian by Alexander Nyakhaychyk (TP) [ ISO 639-3 translations ] * Tamil by I. Felix (TP) * Marathi by Sandeep Shedmake (TP) * Dutch by Freek de Kruijf (TP) [ ISO 15924 translations ] * Russian by Pavel Maryanov (TP) * Finnish by Tommi Vainikainen (TP)
2009-10-31Updated graphics/hicolor-icon-theme to 0.11wiz2-3/+3
2009-10-31Update to 0.11, set LICENSE.wiz2-7/+7
Bump version to 0.11 Added 256x256 size. (#15231) * autogen.sh: updated to run "configure" with usual maintainer options. * Makefile.in: Update configure.ac for autoconf 2.60