summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-08Recursive dependency bump for libspeex (it is backward-compatible,bjs16-25/+33
but also has API additions).
2008-11-08Add forgotten options.mk.bjs1-0/+32
2008-11-08Update to speex-1.2rc1. This should be backward-compatible withbjs7-74/+37
1.0.x versions. Pulseaudio (which I am working on) requires this version; moreover, the 1.0.x releases are deprecated. The ChangeLog is not kept up-to-date, but here are some highlights: 1.2rc1 -------- Again, this new releases brings many improvements. The RAM requirement for wideband has gone down drastically (i.e. more than 2x). A new resampler module has been added, providing arbitrary sampling rate conversion -- fast. The echo canceller has also been improved. A bug in 1.2beta1 that made the echo canceller unstable has been fixed. The echo canceller should now converge faster, be robust and tolerant of incorrect capture-playback synchronisation. The preprocessor has also been greatly improved. Not only should the quality be better, but it is now fully converted to fixed-point. At last, early TriMedia support (incomplete) has been merged. 1.2beta3 -------- The most obvious change in this release is that all the non-codec components (preprocessor, echo cancellation, jitter buffer) have been moved to a new libspeexdsp library. Other changes include a new jitter buffer algorithm and resampler improvements/fixes. This is also the first release where libspeex can be built without any floating point support. To do this, the float compatibility API must be disabled (--disable-float-api or DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr or DISABLE_VBR). 1.2beta2 -------- This release adds support for acoustic echo cancellation with multiple microphones and multiple loudspeakers. It also adds an API to decorrelate loudspeaker signals to improve multi-channel performance. In the bugfix department, there are fixes for a few bugs in the echo canceller, jitter buffer and preprocessor. At this point, the API for 1.2 should be stable and only a few very minor additions are planned.
2008-11-08Updatedheinz1-1/+3
devel/xdelta to 1.1.4 devel/xdelta3 to 3.0u
2008-11-08Updated to version 3.0u.heinz2-8/+14
Pkgsrc changes: - Updated HOMEPAGE. Changes were collected from this page. - Needs GNU make. - LICENSE is GPLv2 - Added basic support for "make test". Changes since version 3.0q: =========================== Xdelta-3.0u release notes: * New xdelta3 merge command (issue 36) * Windows stdin/stdout-related fixes (issue 34) * Fix API-only infinite loop (issue 70) * Various portability and build fixes (gcc4, DJGPP, MinGW, Big-endian, Solaris, C++) * New regression test (yeah!) Xdelta-3.0t release notes: * Improves compression by avoiding inefficient small copies (e.g., copies of length 4 at a distance >= 2^14 are skipped) * Fixes an uninitialized array element in -S djw which did not cause a crash, but caused less than ideal compression and test failures * Fixes bugs in xdelta3 recode, tests added * All tests pass under Valgrind Xdelta-3.0s release notes: * Faster! Several optimizations to avoid unnecessary arithmetic * xdelta3 -1 has faster/poorer compression (xdelta3 -2 is the former configuration) * -S djw exposes secondary compression levels as -S djw1 .. -S djw9 * Removes "source file too large for external decompression" error check * API support for transcoding other formats into VCDIFF Xdelta-3.0r release notes: * Fixes an encoder crash caused by -S djw (secondary compressor) on certain data, new tests for code-length overflow * Adds new recode command for re-encoding a delta with different secondary compression settings * Fixes API-specific bugs related to non-blocking calls to xd3_encode_input and xd3_decode_input * Adds new examples/encoder_decoder_test.c program for the non-blocking API
2008-11-08Updated www/p5-CGI-Application-Plugin-ValidateRMrhaen1-1/+2
2008-11-08- updated to 2.3rhaen2-8/+7
- corrected a typo (maintainer) Changelog: 2.3 Wed Oct 22 23:05:29 EDT 2008 - Fix broken test in t/forward.t (#35056)
2008-11-08Rework dependencies.ahoka3-3/+10
Add some missing X11 lib and jpeg. Add theora support.
2008-11-08Updated to version 1.1.4.heinz6-108/+11
Pkgsrc changes: - Removed patches patch-aa, patch-ab and patch-ac (integrated upstream). - Added explicit version requirements for glib and zlib. - HOMEPAGE and MASTER_SITES had moved to a different location. Changes since version 1.1.1: ============================ ** Changes since version 1.1.3 * Add an implementation of xdp_generator_free() for users of the libxdelta API. Previously there were no such users of the 1.x API, but Elliot Lee <sopwith@redhat.com> has written a program for providing delta operations on RPM files. See http://@@@ * The man page now documents return values. ** Changes since version 1.1.2 * Correct error message format for the case when gzread fails trying to automatically decompress a corrupted GZIP file. The situation itself--corrupt GZIP files--should be dealt with the -p (--pristine) option, which disables GZIP file recognition. Reported by Ben Escoto. * Apply a patch from Klaus Dittrich for building on HPUX with the native compiler. There is now a script called "contrib/build_hpux". ** Changes since version 1.1.1 * This code release is a distant fork of the 2.0 release. It will hopefully be replaced. * When 'patch' supplies its default TO file name recorded in the delta, it still generates a unique file name to avoid overwriting an existing copy. Use the 'xdelta info' command to see what file names are contained in the delta. * The code for writing patches to stdout was broken in the case where gzip compression is used. Writing patches to stdout has therefore been disabled. The problem is a limitation in the gzdopen/gzwrite functions provided by zlib--you cannot determine how many bytes have been written to the file descriptor without dup-ing the FD beforehand and then lseek-ing afterwards, which does not work correctly if the output file is not seekable. * By default, Xdelta uses a hard-coded 16 byte block size. If you're working with large files, try #undef XDELTA_HARDCODE_SIZE in xdelta.h then use -s BLOCKSIZE (--blocksize=BLOCKSIZE), which should be a power of 2. * New test program in the 'test' subdirectory, which runs comparisons against "diff --rcs -a" and also verifies the "xdelta patch" command. * Incorporate DJGPP patches from Richard Dawe <richdawe@bigfoot.com>. You can find his versions directly at: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/xdlt112b.zip ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/xdlt112s.zip * Updated xdelta(1) man page. * Updated autoconf (2.50), automake (1.4-p4), libtool (1.4) scripts, which includes updated config.guess and config.sub scripts. * Correct some backward compatibility issues: strcmp() was not being tested == 0 for formats older than 1.0.4. * Update GLIB version requirement, now 1.2.8. * We really need support for 64bit file sizes... perhaps the next version?
2008-11-08Updated x11/gtk-sharp to 2.12.6wiz1-1/+2
2008-11-08Update to 2.12.6:wiz2-6/+6
2008-11-05 Mike Kestner <mkestner@novell.com> * atk/atk-api-2.12.raw: regen * gtk/gtk-api-2.12.raw: regen * generator/Signal.cs: reinstate old custom marshaler generation and generate custom marshaling when 'manual' attr is set. * parser/gapi2xml.pl: set manual attr on sigs that have G_TYPE_POINTER parameters since the generic closure can't cope with them. 2008-11-05 Mike Kestner <mkestner@novell.com> * gtk/Builder.custom: #if the new API for 2.14 for now so it doesn't get confused as stable API yet. 2008-11-04 Mike Gorse <mgorse@novell.com> * glib/PtrArray.cs, glib/glue/ptrarray.c, glib/Makefile.am, glib/glue/Makefile.am, glib/gtype.cs, generator/SymbolTable.cs, generator/ReturnValue.cs: Add PtrArray. * glib/Marshaller.cs: Add PtrArrayToArray. * atk/Atk.metadata: Specify GetTarget return type. * atk/Object.custom, atk/glue/object.c: Support overriding RefRelationSet. 2008-11-03 Stephane Delcroix <sdelcroix@novell.com> * gtk/Gtk.metadata: * gtk/StatusIcon.custom: Obsolete the duplicated properties. 2008-10-29 Mike Kestner <mkestner@novell.com> * glib/Signal.cs : custom marshaling hooks * glib/SignalClosure.cs : support for custom marshalers. 2008-10-28 Stephane Delcroix <sdelcroix@novell.com> * gtk/Gtk.Metadata: hide ConnectSignals. * gtk/Builder.Custom: connect the signals, and the objects. GetObjectRaw method: allows very neat object inheritance. 2008-10-27 Stephane Delcroix <sdelcroix@novell.com> * glib/ListBase.cs: DataMarshal: create the right object for *Adapter list items. 2008-10-08 Mike Gorse <mgorse@novell.com> * atk/Object.custom: Pass Handle in EmitChildrenChanged (fix critical) 2008-10-24 Mike Kestner <mkestner@novell.com> * glib/GType.cs: register IntPtr. 2008-10-22 Peter Johanson <peter@peterjohanson.com> * gtk/TreeModelAdapter.custom: * gtk/TreeModelFilter.custom: * gtk/TreeModelSort.custom: * gtk/TreeStore.custom: Don't trigger any gtk+ critical warnings when the 'rows-reodered' signal is fired.
2008-11-08Mention gtk2-extras removal.wiz1-1/+2
2008-11-08Remove unmaintained and undefined gtk2-extras package.wiz3-28/+1
2008-11-08Updated meta-pkgs/gnome to 2.24.0.92wiz1-1/+2
2008-11-08gnome-netstatus was update, depend on correct version. Bump version.wiz1-5/+3
2008-11-08Updated x11/gnome-themes to 2.24.1nb1wiz1-1/+2
2008-11-08From Aleksey Cheusov:wiz2-2/+5
Add two missing files that appeared after fixing patch-aa. Bump PKGREVISION.
2008-11-08Updated net/gnome-netstatus to 2.12.2wiz1-1/+2
2008-11-08Update to 2.12.2:wiz3-17/+101
============== Version 2.12.2 ============== o Fixes * Fix leak (Kjartan Maraas) * Correctly install/uninstall/use named icon (Christian Kirbach) o Doc Translators * Joan Duran (ca) * David Lodge (en_GB) * Jorge González (es) * Robert-André Mauchin (fr) * Milo Casagrande (it) * Yannig Marchegay (oc) * Daniel Nylander (sv) * Theppitak Karoonboonyanan (th) o Translators * F Wolff (af) * Khaled Hosny (ar) * Ihar Hrachyshka (be@latin) * Alexander Shopov (bg) * Martin Willemoes Hansen (da) * Nikos Charonitakis (el) * Dominique PELLÉ (eo) * Jorge González (es) * Ivar Smolin (et) * Iñaki Larrañaga Murgoitio (eu) * Ilkka Tuohela (fi) * Andrea Decorte (fur) * Ignacio Casal Quinteiro (gl) * Garry Lachman (he) * Grunf (hr) * Gabor Kelemen (hu) * Tryggvi Björgvinsson (is) * Alessio Frusciante (it) * Takeshi AIHANA (ja) * Shankar Prasad (kn) * Erdal Ronahi (ku) * Žygimantas Beručka (lt) * Sandeep Shedmake (mr) * Nabin Gautam (ne) * Yannig Marchegay (Kokoyaya) (oc) * Duarte Loreto (pt) * Sebastian Ivan (ro) * Leonid Kanter (ru) * Danishka Navin (si) * Marcel Telka (sk) * Laurent Dhima (sq) * Dr.T.Vasudevan (ta) * Pramod (te) * Theppitak Karoonboonyanan (th) * Maxim Dizumanenko (uk) * Nurali Abdurahmonov (uz@cyrillic)
2008-11-08Only one equal sign in test(1) constructs.wiz2-4/+4
2008-11-08Mark this BROKEN -- it can't build cleanly with recent JDKjwise1-1/+4
and Servlet API versions, and needs replacement with a newer version without the known issues in this one.
2008-11-08Updated meta-pkgs/gnome to 2.24.0.91wiz1-1/+2
2008-11-08Depend on proper alacarte version. Bump version.wiz1-5/+3
2008-11-08Updated x11/alacarte to 0.11.6wiz1-1/+2
2008-11-08Update to 0.11.6:wiz3-10/+18
============== Version 0.11.6 ============== Misc * install/uninstall more theme icons more correctly (Fabricio Silva, Michael Monreal, Vincent Untz) * Check for python 2.6 Translations - Updated ar: Khaled Hosny - Updated el: Simos Xenitellis - Updated fur: Massimo Furlani - Updated hr: Ante Karamatić - Updated hu: Gabor Kelemen - Updated ml: Ani Peter - Updated oc: Yannig Marchegay (Kokoyaya) - Updated or: Manoj Kumar Giri - Updated pl: Tomasz Dominikowski - Updated ps: Zabeeh Khan - Updated pt_BR: Vladimir Melo - Updated ru: Nickolay V. Shmyrev - Updated sk: Marcel Telka
2008-11-08Note update of devel/p5-Class-MOP and devel/p5-Moose to respectivelyseb1-1/+3
versions 0.69 and 0.61.
2008-11-08Update from version 0.60 to version 0.61.seb2-6/+6
Changes: 0.61 Fri November 7, 2008 * Moose::Meta::Attribute - When passing a role to handles, it will be loaded if necessary (perigrin) * Moose::Meta::Class - Method objects returned by get_method (and other methods) Could end up being returned without an associated_metaclass attribute. Removing get_method_map, which is provided by Class::MOP::Class, fixed this. The Moose version did nothing different from its parent except introduce a bug. (Dave Rolsky) - added tests for this (jdv79) * Various - Added a $VERSION to all .pm files which didn't have one. Fixes RT #40049, reported by Adam Kennedy. (Dave Rolsky) * Moose::Cookbook::Basics::Recipe4 * Moose::Cookbook::Basics::Recipe6 - These files had spaces on the first line of the SYNOPSIS, as opposed to a totally empty line. According to RT #40432, this confuses POD parsers. (Dave Rolsky)
2008-11-08Update from version 0.68 to version 0.69.seb2-6/+6
Changes: 0.69 Fri, November 7, 2008 * Class::MOP::Method::Wrapped - Added introspection methods for method modifiers (Dave Rolsky)
2008-11-08Updated security/mhash to 0.9.9nb2bjs1-1/+2
2008-11-08Ugh, this was worse than I thought. Refactor my change to accountbjs5-17/+85
for all autoconf definitions that pollute namespace. Additionally, I've prepared a distribution patch from FreeBSD ports which fixes many memory leaks (see comment in patch). PKGREVISION++
2008-11-08Updated devel/cmake to 2.6.2wiz1-1/+2
2008-11-08Update to 2.6.2:wiz3-8/+9
Changes in CMake 2.6.2 RC 6 - Fix bug#7669 cpack did not work when sym-linked after install Changes in CMake 2.6.2 RC 5 - Add beta BundleUtilities.cmake file - CPackRPM 7435 fixes to add optional post-install - Fix Bug #7456, FindBoost versioned find not working - Fix FindCurses to be able to work without ncurses.h - FindQt4 fix bug #7433, add a bit more documentation and add ability to specify extra flags to lupdate. Changes in CMake 2.6.2 RC 4 - Fix bug #7359 make llvm-gcc work, by explicitely excluding "llvm-" from _CMAKE_TOOLCHAIN_PREFIX - Fix bug 7046: OS X Framework support: extensionless headers were being ignored when specified as public headers - Fix documentation in CheckCCompilerFlag.cmake - Add better version support to find_package command - Fix Xcode debug not working - Add VERSION compare to if command - Make FindThreads sete THREADS_FOUND - Deb cpack generator sets Installed-Size for the package - Do not add an empty /D"" at the end of VS 6 .dsp compile lines - Recognize /MAP in VS 7 and greater - Add new policy CMP0009 - GLOB_RECURSE should not follow symlinks by default Changes in CMake 2.6.2 RC 3 - Fix bug, and remove extra closing > in visual fortran projects. - Fix bug in ctest -C where it was sometimes ignored. - Fix crash with exec_process when cmake is being debugged on windows - Fix unsetting of global properties Changes in CMake 2.6.2 RC 2 - allow tool chains to limit object path length - add info.plist to frameworks - better preservation of user link lines - add a get command for cmake policies - support for imported libraries of unknown type - support link interface in target_link_libraries - Do not hang when select lies - .m compiled with gcc and g++ on mac - Fix issue when application bundle dir is removed cmake needs to re-run automatically - Report an error when configure has one error - Fix bug where -E commands stole command line options - Fix infinite recursion bug with try-compile and change of compilers - Fix delete and backspace in ccmake - Fix coverage not to follow symlinks - Add more possible languages for NSIS in cpack - FindQt4.cmake fix bug #7433, add documentation that directories also can be specified to update the translation files. - Add standard arg handling to FindPHP4.cmake - Add X11R6 to search path for FindOpenGL - update cmake-syntax.vim to have more keywords - BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment, not together with the make executable - UsePkgConfig.cmake - clean up, add a status message in case pkgconfig didn't find the package, sync with kde - FindX11 look in more places - FindTIFF look for more names - FindQt3, make sure qt4 is not found and some style stuff - FindPNG add more names of linpng (sync with the KDE version) - FindKDE3/KDE4 sanity checks on qt versions found - FindLibXMl2 also search for xmllint, which comes with libxml2 (sync with FindLibXml2.cmake from KDE) - Fix sizeof, and other compiler INFO string checks with GNU linker's --gc-sections - Fix bogus dependency on executable targets when a linked library happended to match the name of an executable target - Improve readability of circular depends error - Fix crash on circular target dependencies - find_package now knows about lib64 paths - Fix gentoo elf security issue with RPATH and RUNPATH Changes in CMake 2.6.2 RC 1 - Fix abort in eclipse generator with empty EXECUTABLE_OUTPUT_PATH - Fix FindKDE3.cmake syntax error - Fix custom command output by relative path not always working - Fix bug, Do not convert RPATH entries to full path. - Allow for "$ORIGIN" into the RPATH> - Allow for static libraries with lots of objects using archive append - Fix documentation for FindImageMagick.cmake - Fix link error with MS compiler and comdef - Fix crash when attempting to load the RPATH out of a non-ELF file - Add --trace option to cmake allowing for the tracing of a cmake run - Fix for issue #4971 where the case of the drive letter component of the filenames might be different when analyzing gcov output. - Add warning level W0 to visual studio - Add support for OSX library version flags
2008-11-08+ bugzilla-3.0.6, cmake-2.6.2, ircservices-5.1.13, scilab-5.0.3.wiz1-3/+5
2008-11-08Updated security/mhash to 0.9.9nb1bjs1-1/+2
2008-11-08Patch out definition of VERSION in mhash_config.h. Code couldbjs3-2/+22
rely on this--and *not* define it in installed headers! PKGREVISION++
2008-11-08Mark gnome-screensaver as "too old".wiz1-2/+4
2008-11-08remove duplicate line and fix some more bad dependenciesjnemeth1-4/+3
2008-11-08patch-aa: GNOME bug #559395: fix build w/ bison-2.4.tnn2-1/+24
2008-11-08 Updated devel/tig to 0.12.1 [bjs 2008-11-08]bjs1-2/+1
2008-11-08Updated devel/tig to 0.12.1bjs1-1/+2
2008-11-08Update to tig-0.12.1.bjs5-16/+42
Changes: tig-0.12.1 ---------- Improvements: * Status view: revert uncommitted diff chunks and unstaged files with changes. Bound to ! by default. * Main view: use --topo-order also when rev-list arguments are given on the command line. * Log view: support for refreshing. Bug fixes: * Status view: use ls-files' --exclude-standard so user specific ignore rules are effective. The option was added in git version 1.5.4. * Stage view: fix assertion failure triggered when updating while status view is not displayed. * Help view: avoid confusion by showing "(no key)" instead of "?" for unbound requests. * Reload repository references when refreshing the main (and log) view. * Do not maximize views when refreshing. tig-0.12 -------- Improvements: * F5 also refreshes the current view. * Allow line graphics to be disabled with new line-graphics option. * Main view: also include the reference names when searching. * Main view: support for refreshing. * Main view: disable boundary commits by default. Use --boundary when they should be shown. (Debian bug 498628) * Stage view: add stage-next action to jump to next diff chunk that can be staged. By default bound to @. * Configure: check for the ncurses header files. * Add author-width option to costumize the width of the author column. For example, put the following in ~/.tigrc: set author-width = 10 Bug fixes: * Fix regression when staging all diff chunks in a section. * Bind the maximize view action to O; it conflicted with the keybinding to launch the merge tool in the status view. * Fix problem with $(cmd) usage in shell code. Some shells (jsh) installed as /bin/sh does not support it. * Do not show incomplete boundary commits when --no-walk is used. * Documentation: Rename gitlink macro to support AsciiDoc 8.2.3. * Ignore pipe reads with errno "Success" reported after a signals, for example when refreshing doing background loading. tig-0.11 -------- Incompatibilities: * Remove parsing of deprecated options: -g, -l, -d. * The first seen -- will stop option parsing and is passed to git instead of breaking out of tig's option parsing. New features: * Blame view; bound to B by default, reachable from the command line and the tree, status, and stage views. * Blame/main view: allow display of date, author, and references to be toggled on/off. Bound to D, A, and F respectively. * Add action to maximize the current view. Improvements: * Show the current branch in the status view. * Show local/light-weight tags. Bug fixes: * Fix regressions for the pager mode. * Fix refreshing of the index with working directory info.
2008-11-08Do not insist on same PKGREVISION for py-gobject-shared.wiz1-2/+2
2008-11-08Mention move of p5-CGI_Lite to p5-CGI-Lite.wiz1-1/+2
2008-11-08Finish move of p5-CGI_Lite to p5-CGI-Lite.wiz4-30/+2
2008-11-08Re-Import p5-CGI-Lite-2.02nb2 from www/p5-CGI_Lite as www/p5-CGI-Lite,wiz3-0/+27
to make directory name match PKGNAME. This is CGI_Lite.pm, a light-weight easy-to-use Perl5 library for writing forms-based World Wide Web CGI scripts.
2008-11-08Add HOMEPAGE, simplify name handling.wiz1-4/+4
2008-11-08py-paramiko is in security, not devel.epg1-2/+2
2008-11-08Updates:epg2-3/+5
- bzr-1.9 - bzrtools-1.9.1 - bzr-svn-0.4.14
2008-11-08bzr-svn 0.4.14 2008-11-03epg2-7/+8
BUG FIXES * Fix compatibility with Bazaar 1.9. (#279444) * Cope with pushing files changed into directories. (#277369) * Don't assume root path can't change; Microsoft's CodePlex site does this. (#278930) * Fix python2.6 deprecation warnings. (#292306) * Ignore with tags that happen to be files. (#290664) bzr-svn 0.4.13 2008-09-24 pkgsrc changes * Add patch-aa to support bzr 1.8 without warnings. BUG FIXES * Fix compatibility with Subversion 1.4 on Windows. * Fix bug modifying set of right hand side revisions during fetch. (#264740) * Fix linking against Subversion 1.5 on Windows. (#263570) * Avoid NoneType error when no revisions to push in "bzr dpush". (#267484) * Properly convert errors raised when starting a commit. (#267899) * Fix compatibility with Bazaar 1.7. FEATURES * Add support for using Apple keychain.
2008-11-08November 3 2008epg3-7/+10
* RELEASE: bzrtools 1.9.0 October 22 2008 * Use lazy command registration (changes bzr rocks 0.496 => 0.461). October 17 2008 * Rename shelve and unshelve to shelve1 and unshelve1, with aliases to 'shelve' and 'unshelve'. This allows bzr core to supply 'shelve' and 'unshelve'. October 7 2008 * RELEASE: bzrtools 1.8.0 * Fix NotStandalone class to be stringable (#277652) September 11 2008 * RELEASE: bzrtools 1.7.0 July 10 2008 * colordiff can now use /etc/colordiffrc