Commit graph

131684 commits

Author SHA1 Message Date
uebayasi
34004f51e0 Move mk/emacs.mk to editors/emacs/modules.mk.
Don't call pkg_info to get the installed Emacs version; always use the
version matching EMACS_TYPE set by users.  Be DEPENDS to it.  This should
address pkg/37146 by Aleksey Cheusov.

While here convert some emacs lisp packages to user-destdir.
2008-10-11 09:31:54 +00:00
seb
6bcc8c586e WRKDIR's basename can be anything hence be a bit more generic
while removing workdir reference in "lib/Config_heavy.pl"
2008-10-11 08:59:48 +00:00
joerg
0ce28fe392 DESTDIR support. 2008-10-10 23:30:59 +00:00
joerg
f0ae7519aa libfetch-2.19:
Fix a conditional in my quoting code to not be always true.
This makes ~ be quoted as %7e as intended.
2008-10-10 22:51:41 +00:00
he
e4595f9895 Note update of devel/p5-version to 0.7600. 2008-10-10 22:09:28 +00:00
he
466c3a16b1 Update from version 0.7501 to 0.7600.
Pkgsrc changes:
 o Canonicalize MASTER_SITES and HOMEPAGE
 o Replace perl in two installed modules
 o Adjust pointer to .packlist

Upstream changes:

2008-07-18  John Peacock <jpeacock@cpan.org>

        Fix segfault with core version stringification of serialized version
        objects without an 'original' entry.  See

               http://rt.perl.org/rt3/Public/Bug/Display.html?id=56606

2008-07-08  John Peacock <jpeacock@cpan.org>

        Only need to rev the underlying vstringify2() function.

2008-07-08  John Peacock <jpeacock@cpan.org>

        Commit working implementation to handle badly formed version objects
        thanks to Data::Dumper. :(
2008-10-10 22:07:09 +00:00
kefren
b390b71b76 Disable generic sharing on NetBSD/amd64 in order to get it built and
working. Probably this should be done for all *BSD as well.
Bump PKGREVISION
2008-10-10 22:02:42 +00:00
he
51d1de5d5b Note update of lang/perl5 to 5.10.0. 2008-10-10 21:59:38 +00:00
he
5c9d47f22a Update perl5 from version 5.8.8nb8 to 5.10.0.
A large number of packages have had their internal regression tests
run successfully with this update, including mod_perl for Apache.


Pkgsrc changes: a number of our local patches are no longer needed.

Upstream changes from version 5.8.8:

  # Core Enhancements

    * The feature pragma
    * New -E command-line switch
    * Defined-or operator
    * Switch and Smart Match operator
    * Regular expressions
    * say()
    * Lexical $_
    * The _ prototype
    * UNITCHECK blocks
    * New Pragma, mro
    * readdir() may return a "short filename" on Windows
    * readpipe() is now overridable
    * Default argument for readline()
    * state() variables
    * Stacked filetest operators
    * UNIVERSAL::DOES()
    * Formats
    * Byte-order modifiers for pack() and unpack()
    * no VERSION
    * chdir, chmod and chown on filehandles
    * OS groups
    * Recursive sort subs
    * Exceptions in constant folding
    * Source filters in @INC
    * New internal variables
    * Miscellaneous
    * UCD 5.0.0
    * MAD
    * kill() on Windows

  # Incompatible Changes

    * Packing and UTF-8 strings
    * Byte/character count feature in unpack()
    * The $* and $# variables have been removed
    * substr() lvalues are no longer fixed-length
    * Parsing of -f _
    * :unique
    * Effect of pragmas in eval
    * chdir FOO
    * Handling of .pmc files
    * $^V is now a version object instead of a v-string
    * @- and @+ in patterns
    * $AUTOLOAD can now be tainted
    * Tainting and printf
    * undef and signal handlers
    * strictures and dereferencing in defined()
    * (?p{}) has been removed
    * Pseudo-hashes have been removed
    * Removal of the bytecode compiler and of perlcc
    * Removal of the JPL
    * Recursive inheritance detected earlier

  # Modules and Pragmata

    * Upgrading individual core modules
    * Pragmata Changes
    * New modules
    * Selected Changes to Core Modules

  # Utility Changes
  # New Documentation
  # Performance Enhancements

    * In-place sorting
    * Lexical array access
    * XS-assisted SWASHGET
    * Constant subroutines
    * PERL_DONT_CREATE_GVSV
    * Weak references are cheaper
    * sort() enhancements
    * Memory optimisations
    * UTF-8 cache optimisation
    * Sloppy stat on Windows
    * Regular expressions optimisations

  # Installation and Configuration Improvements

    * Configuration improvements
    * Compilation improvements
    * Installation improvements
    * New Or Improved Platforms

  # Selected Bug Fixes
  # New or Changed Diagnostics
  # Changed Internals

    * Reordering of SVt_* constants
    * Elimination of SVt_PVBM
    * New type SVt_BIND
    * Removal of CPP symbols
    * Less space is used by ops
    * New parser
    * Use of const
    * Mathoms
    * AvFLAGS has been removed
    * av_* changes
    * $^H and %^H
    * B:: modules inheritance changed
    * Anonymous hash and array constructors

  ...

See 'perldoc perldelta' or http://perldoc.perl.org/perldelta.html
for explanation of each of these points.
2008-10-10 21:58:43 +00:00
kefren
528202995a Remove stale patch that I forgot to cvs delete during 2.0 update 2008-10-10 20:40:35 +00:00
sborrill
ee6abfb1dd Update pkgtools/pkg_comp to 1.31 2008-10-10 15:57:16 +00:00
sborrill
6f1eaa64f0 Version 1.31 - make chroot target return its exit status 2008-10-10 15:56:31 +00:00
wiz
5c46d1eeaa local is not a valid CATEGORY, use "mail". 2008-10-10 13:24:58 +00:00
adam
06033a4e09 Updated security/nessus to 2.2.11 2008-10-10 11:36:59 +00:00
adam
e9b8b7fe93 .nbin patches are not installed 2008-10-10 11:35:39 +00:00
adam
16ddfab365 Changes 2.2.11:
* Bug fixes and improvements
2008-10-10 11:34:50 +00:00
he
082be65139 Note update of www/p5-HTML-Mason to 1.40nb1. 2008-10-10 10:03:42 +00:00
he
a65eab5c06 Update from version 1.40 to 1.40nb1.
Pkgsrc changes:
 o Add overlooked dependency on p5-Cache-Cache.
 o Align two lines better.
2008-10-10 10:03:07 +00:00
bjs
241811138d Update to aria2-0.16.0 has been done. 2008-10-10 02:01:01 +00:00
bjs
043490fdc2 remove duplicate entry for aria2-0.16.0 2008-10-10 02:00:30 +00:00
bjs
8d3d5c20e9 Updated net/aria2 to 0.16.0 2008-10-10 01:59:30 +00:00
bjs
80c939be54 Update to aria2-0.16.0. Lots of bug fixes, improved help text,
plus firefox3 cookie support.  This option requires sqlite3,
though the firefox3 option also enables this functionality.
2008-10-10 01:56:38 +00:00
joerg
bb59fdd51d pkg_install-20081010:
Add optional bdb. Make it included by default for standalone builds.
2008-10-10 00:21:43 +00:00
wiz
a3ce228eb3 Updated devel/GConf-ui to 2.24.0 2008-10-09 20:54:26 +00:00
wiz
27916d44a7 Updated devel/GConf to 2.24.0 2008-10-09 20:54:07 +00:00
wiz
7676a611d6 Update to 2.24.0:
2.24.0
======

  Fixes
  - Fix pokit-policy-file-validate check (Saleem Abdulrasool)

  Translation updates
    (ar, bg, cs, da, de, en_GB, et, fr, gu, hr, hu, it, kn,
     lt, mai, or, pt, pt_BR, ro, ru, sr, ta, te, tr, uk, vi
2.23.2
======
  Fixes
  - cleanups (Kjartan)

  Features
  - stop using /tmp for the IOR, instead use the DBus session bus (Ray Strode)
  - optionally install a DBus service for system-wide settings (Matthias Clasen, Behdad Esfahbod)

2.23.1
======
  Fixes
  - Fix the build. (Kjartan)

2.23.0
======
  Fixes
  - stop spamming syslog (David Förster)
  - signal handling fixes (Javier Uruen Val)
  - use AC_HELP_STRINGS for nice formatting (Sven Herzberg)
  - timeout batching work (Matthias Clasen)
  - remove syslog spamming code (from Debian)
  - fix a crash when unsetting a key with no writable source (Richard Hult)
  - allow overriding $TMPDIR (Frederic Crozat)
  - integration with D-BUS (Ray Strode)
  - translation updates (ar, da, es, gl, he, nb, nl, sq, sk, th, vi)
2008-10-09 20:53:48 +00:00
wiz
6330b09015 Updated net/ORBit2 to 2.14.16 2008-10-09 20:22:37 +00:00
wiz
4fac56153e Update to 2.14.16:
ORBit2-2.14.16

	- bug fixes
		+ fix make check on Mac OS/X
		+ The ORBNetID option was not consistent in relation to
		  ORBIIOPIPName. This fix ensures that ORBIIOPIPName always
		  takes precedence. (Jules Colding)

ORBit2-2.14.15

	- bug fixes
		+ fix some leaks (Jules Colding)
		+ fix for Mike's recent fixes (Mike Gorse)
		+ fix potential make loop (Diego Pettenò)
2008-10-09 20:22:23 +00:00
bad
bca4bab697 Note update of comms/jpilot to 1.6.0. 2008-10-09 19:50:52 +00:00
wiz
038f3c87a3 Updated multimedia/libtheora to 1.0rc1 2008-10-09 19:47:17 +00:00
wiz
8ff5bfd0bd Update to 1.0rc1:
libtheora 1.0rc1

 - Merge x86 assembly for forward DCT from Thusnelda branch.
 - Update 32 bit MMX with loop filter fix.
 - Check for an uninitialized state before dereferencing in propagating
   decode calls.
 - Remove all TH_DEBUG statements.
 - Rename the bitpacker source files imported from libogg to avoid
   confusing simple build systems using both libraries.
 - Add VS2008 project files.
 - Add explicit casts as a work-around for Solaris's cc ignoring the
   signedness of bitfield types.
 - Set quantization parameters to default values when an empty buffer is
   passed with TH_ENCCTL_SET_QUANT_PARAMS.
 - Split encoder and decoder tests depending on configure settings.
 - Return lstylex.sty to the distribution.
 - Disable inline assembly on gcc versions prior to 3.1.
 - Remove extern references for OC_*_QUANT_MIN.
 - Make various data tables static const so they can be read-only.
 - cpuid assembly fix for MSVC.
 - Remove ENCCTL codes from the old encoder API.
 - Implement TH_ENCCTL_SET_KEYFRAME_FREQUENCY_FORCE ctl.
2008-10-09 19:46:55 +00:00
wiz
dd87b7af6b Split off options.mk file.
Remove ancient workaround for sparc64/1.6 problem.
2008-10-09 19:20:36 +00:00
bad
a520ba5a84 Update jpilot to 1.6.0.
Changes since 0.99.9:

Support for Treo 680.

1.6.0 - 05/27/08
 Support for MemosDB-PMem
 Support for ContactsDB-PAdd
 Syncing merged records fixes
 Added sortable columns in KeyRing
 Temporarily removed Edit categories
 Many many bug fixes and small changes
2008-10-09 19:01:57 +00:00
wiz
5b692ea049 Updated devel/autoconf to 2.63 2008-10-09 18:21:54 +00:00
wiz
ece1fc0bde Update to 2.63:
GNU Autoconf NEWS - User visible changes.

* Major changes in Autoconf 2.63 (2008-09-09) [stable]
  Released by Eric Blake, based on git versions 2.62.*.

** AC_C_BIGENDIAN does not mistakenly report "universal" for some
   bigendian hosts, a regression introduced with universal binary
   support in 2.62.

** AC_PATH_X now includes /lib64 and /usr/lib64 in its list of default
   library directories.

** AC_USE_SYSTEM_EXTENSIONS no longer conflicts with an external
   AC_DEFINE([__EXTENSIONS__]).  This fixes a regression introduced in
   2.62 when using macros such as AC_AIX that were made obsolete in
   favor of the more portable AC_USE_SYSTEM_EXTENSIONS.

** AC_CHECK_TARGET_TOOLS is usable in the non-cross-compile case.

** Newly obsolete macros
   The following macro has been marked obsolete, since current porting
   targets can safely assume C89 semantics that signal handlers return
   void.  We have no current plans to remove the macro.

     AC_TYPE_SIGNAL

** The macros m4_map and m4_map_sep now ignore any list elements
   consisting of just empty quotes, and m4_map_sep now expands its
   separator.  This fixes a regression in 2.62 when these macros were
   first documented, for the sake of clients expecting the semantics
   that these macros had prior to that time.  The new macros m4_mapall
   and m4_mapall_sep, along with extra quoting of the separator, can
   be used to get the semantics that m4_map_sep had in 2.62.

** Clients of m4_expand, such as AS_HELP_STRING and AT_SETUP, can now
   handle properly quoted but otherwise unbalanced parentheses (for
   some macros, this fixes a regression in 2.62).

** Two new quadrigraphs have been introduced: @{:@ for (, and @:}@ for ),
   allowing the output of unbalanced parentheses in more contexts.

** The following m4sugar macros are new:
   m4_joinall  m4_mapall  m4_mapall_sep  m4_reverse  m4_set_add
   m4_set_add_all  m4_set_contains  m4_set_contents  m4_set_delete
   m4_set_difference  m4_set_dump  m4_set_empty  m4_set_foreach
   m4_set_intersection  m4_set_list  m4_set_listc  m4_set_remove
   m4_set_size  m4_set_union

** The following m4sugar macros now accept multiple arguments, as is the
   case with underlying m4:
   m4_defn  m4_popdef  m4_undefine

** The following m4sugar macros now guarantee linear scaling; they
   previously had linear scaling with m4 1.6 but quadratic scaling
   when using m4 1.4.x.  All macros built on top of these also gain
   the scaling improvements.
   m4_bmatch  m4_bpatsubsts  m4_case  m4_cond  m4_do  m4_dquote_elt
   m4_foreach  m4_join  m4_list_cmp  m4_map  m4_map_sep  m4_max
   m4_min  m4_shiftn

** AT_KEYWORDS once again performs expansion on its argument, such that
   AT_KEYWORDS([m4_if([$1], [], [default])]) no longer complains about
   the possibly unexpanded m4_if [regression introduced in 2.62].

** Config header templates `#undef UNDEFINED /* comment */' do not lead to
   nested comments any more; regression introduced in 2.62.
2008-10-09 18:21:39 +00:00
joerg
14fc8de356 Don't leak build user in install scripts. 2008-10-09 17:48:45 +00:00
joerg
1f19ad172b Don't leak build user in install scripts. Bump revision. 2008-10-09 17:48:01 +00:00
rillig
e779a5ed93 Updated pkglint to 4.88.
Changes since 4.87:
- Added support for PLIST_VARS and PLIST.*, which had been added in April.
  That's a long time ago ...
2008-10-09 16:19:23 +00:00
rillig
620e416521 It already tries. 2008-10-09 16:01:51 +00:00
wiz
b19019fe78 Updated games/gbrainy to 1.00 2008-10-09 15:23:06 +00:00
wiz
f3b3369655 Update to 1.00:
Version 1.00
* 1 new logic puzzle, 1 new memory puzzle
* Better look and feel (new background)
* Switch font drawing to Pango
* Better I18N support
* Bug fixes
2008-10-09 15:22:25 +00:00
tron
206e58dade Add a fix for CVE-2008-4409 (also known as CVE-2008-4422) from the
GNOME bugzilla. Bump package revision.
2008-10-09 15:01:27 +00:00
wiz
65b4ce045f Updated graphics/png to 1.2.32 2008-10-09 14:50:32 +00:00
wiz
a77fbe82dc Update to 1.2.32, to get rid of the beta in the version:
version 1.0.40, 1.2.32[September 18, 2008]
  No changes.
2008-10-09 14:50:20 +00:00
wiz
630d940cf3 Use 'sndfile' as name for the (new) libsndfile option, since it already
exists.
2008-10-09 14:47:56 +00:00
wiz
6ba32f2749 Updated audio/lame to 3.98.2 2008-10-09 14:45:46 +00:00
wiz
d85361f989 Update to 3.98.2:
LAME 3.98.1    September 21 2008

     * Rogerio Brito:
          * More fixes for the abx tool for Unix systems:
               * Plugged a memory leak.
               * Fixed an endianness problem: users of big-endian machines
                 can now do abx tests.
          * Fixed history's HTML doctype
          * Fixed history so that it finally validates at W3's validator
          * Fixed compilation of frontend mp3rtp.c. Thanks to Kris Karas.
            Bugtracker item [ 2015432 ] mp3rtp missing uint16_t in lame 3.98
     * Robert Hegemann:
          * Fix for Bugtracker item [ 2031704 ] --id3v1-only didnt work in
            3.98-final
          * Fix for Bugtracker item [ 2022035 ] encoder_padding value and
            resampling
          * Fix for Bugtracker item [ 2029282 ] Frequency filtering API
            broken in 3.98
          * Fix for Bugtracker item [ 2039648 ] potential memory leak in
            parse_args() function in parse.c
          * Fix for some tagging issues:
               * Made search for ID3v1 genres more sloppy, abbrevations may
                 match more often as some simple typos. Examples:
                    * --tg "Alt. Rock" matches genre "Alternate Rock"
                    * --tg "acapela" matches genre "A Cappella"
               * New switch --pad-id3v2-size "n": adds ID3v2 tag with n
                 padding bytes.

  LAME 3.98    July 4 2008

     * Anton Sergunov:
          * Frontend DirectShow: enabling LAME dshow filter to connect to
            "File Writer Filter".
     * Rogerio Brito:
          * Updates to the Debian Packaging
          * Fixes to the abx tool for Unix systems (so that more people can
            evaluate LAME's compression against the original files)
     * Alexander Leidinger:
          * explicitely link the math lib to the lame lib
          * add switch to disable the use of the compaq optimized math lib

  LAME 3.98 beta 8   April 13 2008

     * Robert Hegemann:
          * LAME now accepts a floating point value in the range [0,...,10[
            as VBR quality setting, like -V5.678
          * Found and fixed some suspicious code in additive masking
            calculation for VBR-NEW
          * bug-fix:experimental code was defaulted by accident for VBR-NEW
          * fix for some endianess problem on big-endian machines

  LAME 3.98 beta 7   April 6 2008

     * Robert Hegemann:
          * libmp3lame API: allow frontends to separately retrieve LAME/Xing
            and ID3 data, because the old library automatism makes it
            impossible to make fully buffered encodes.
          * libmp3lame API: added some experimental unicode ID3 tagging code.
          * frontends: write itself final ID3 tags and LAME/Xing header frame
          * lame_enc.dll: writes itself final LAME/Xing header frame
          * Latest changes to the new VBR psymodel:
               * uses a different spreading function
               * bug-fix for out-of-bounds array access (program stack
                 corruption possible)

  LAME 3.98 beta 6   December 16 2007

     * Robert Hegemann:
          * Feature request [ 1811483 ] WAVE_FORMAT_EXTENSIBLE support (PCM)
          * Fix for some rare scalefactor selection issue the newer vbr code
            had at low compression levels
          * Fix for Bugtracker item[ 1813496 ] AIFF parsing bug
          * Latest changes to the new VBR code:
               * it now has its own psy model, a derivation from NSPSY.
               * some more tuning has been done for this new psy model. Many
                 thanks to Horst Albrecht and Myles Thaiss.
               * the "out-of-bits" strategy is reworked
          * It was possible, that the "interchannel masking effects feature"
            was used by the dual-channel-mode for bi-lingual encodings too.
            It was meant to work on stereo L/R channels only.

  LAME 3.98 beta 5   August 12 2007

     * Jonathan Stott:
          * Bug tracker items: [ 1590693 ] ID3v2 tag not writing, [ 1636267 ]
            ID3v2 tags overwritten
            If the output file is opened 'write-only', then LAME can't update
            the LAME tag. In this case LAME silently overwrote the first
            bytes of the file and an optional ID3v2 tag disappeared. Now an
            error message will be printed and no data is written in this
            case.
     * Robert Hegemann:
          * Fix for Bugtracker item [ 1719593 ] Track numbers > 255 not
            allowed even with --id3v2-only
          * Fix for Bugtracker item [ 1742623 ] fail(lame --mp3input -m m -b
            128 --resample 8 *.mp3 **.mp3)
            The problem here was, the input files are MPEG-1 Layer2 files
            named as MP3s. Even if you leave out the --mp3input switch LAME
            tried to decode the input files as Layer3 files because of the
            file name extension and because it found some valid looking
            Layer3 synchronization header. The fixed LAME version does not
            assume the file name extension is always correct and treats the
            files depending on the first found MPEG sync word. The files in
            question are now correctly detected as Layer2 files and
            transcoding does succeed.
          * Fix for Bugtracker item [ 1445175 ] Input being stdin fails in
            Windows on WAV files
            The problem here was, seeking on pipes shows some different
            behaviour depending on C-Library implementations. The workaround
            tries to detect it's working on a pipe and doing some reading
            instead of seeking in that case.
          * Fixing some memory leak in the 'lame_enc.dll'.
          * Fix for Bugtracker items [ 1160757, 1160741 ] --little-endian /
            --big-endian not working
            These switches where originally intended to be used together with
            Libsndfile only.
          * Fix for Bugtracker item [ 1746336 ] Incorrect Bitrate with ABR
            und --resample, LAME 3.98b4
            Some earlier bug-fix had some typo. As a result, when adding a
            '--resample 123' switch, the average bitrate rised upto maximum
            bitrate.

  LAME 3.98 beta 4   June 23 2007

     * Dennis Lambe Jr: Added support for total track count (id3v2) in the
       frontend
     * Nyaochi:
          * Ability to set user-defined ID3v2.3 frame
          * Ability to include albumArt in ID3v2.3 tag
     * Robert Hegemann:
          * Bugfix: the "play length in ms", which is stored in the ID3v2 tag
            TLEN, was not correctly computed. Some hardware and software
            players were confused by this garbage data.
          * Out of bits strategy for the newer VBR code overhauled
          * LAME API: the ID3 tag functions do not store the pointers passed
            anymore, they do make deep copies of strings passed as
            parameters.
          * Changes in LAME frontend switches regarding ID3 tags:
            --tg "MyGenre" will route unknown ID3v1 genres to "Other" for
            ID3v1 tags and will be stored as plain text "MyGenre" for ID3v2
            tags. Genres given by known ID3v1 numbers will be stored as its
            corresponding text in ID3v2 tags.
            --tn "02/02" will store the track number specified as plain text
            as-is for ID3v2 tags.

  LAME 3.98 beta 3   May 22 2007

     * Robert Hegemann:
          * Fixes regarding max number of bits limitation

  LAME 3.98 beta 2   May 20 2007

     * Robert Hegemann:
          * Bug tracker item: [ 1693461 ]; Fixed memory leaks in ACM codec
          * Fixed encoding of non-standard sampling rates in CBR
          * Improved VBR strategy when running out of bits

  LAME 3.98 beta 1   May 16 2007

     * Alexander Leidinger:
          * Add TLEN (ID3v2) support (Submitted by: Linus Walleij).
          * Add number of total tracks per album (ID3v2) support (Submitted
            by: Kyle VanderBeek).
          * Some seatbelts for overflowing arrays in the ID3v2 support.
          * Update the RPM spec (Submitted by: Kyle VanderBeek).
          * Fix some mem-leaks in the error case.
          * Update to newer autotools versions.
          * Update to use a recent libsndfile (submitted by libsndfile
            author).
          * Intrinsics support enabled for gcc
     * Robert Hegemann:
          * The newer VBR code is now LAME's default VBR routine
          * Fixed: in case of not enough bits the new vbr code incorrectly
            used old vbr routine
          * Improved ATH adjustment in low volume cases
          * Fixed (PSY model): mapping from convolution bands to partition
            bands was broken since we replaced tables by own calculation
            several years ago
          * Fixed (PSY model): loss of fraction in equal loudness weighting
          * Fixed (PSY model): in NSPSY highpass filter, out of bounds access
            in fircoef
          * Known problem samples for the new VBR code: many of them are at
            an acceptable quality level now; with a big 'Thank You' to
            Francis Niechcial
          * Modified VBR strategy to handle out of bits cases
          * Restricted bitreservoir size for 320 kbps frames to the size used
            for sideinfo, because of decoding problems with FhG decoders
            installed on almost every Windows system
          * LAME aborts on unsupported input files or unrecognized parameter
            options passed more often now
          * Bug tracker item: [ 1596306 ] "fatal error during
            initialization"; an invalid MPEG samplerate was returned by
            optimum_samplefreq function
          * Bug tracker item: [ 1585942 ] lame not --silent when TERM not
            set; in case LAME was build with TERMCAP defined and no TERM
            environment is defined, now we do not issue an error message and
            silently fallback to the default behaviour as if LAME was
            compiled without TERMCAP defined.
          * Bug tracker item: [ 1711980 ] LAME writes invalid Xing header
            when ID3 tags exist; LAME was sometimes writing an invalid
            Xing/Info header
          * Feature request: [ 1588283 ] Flushing output stream in lame.exe;
            'flush' option added
          * Added FFTSSE and FFT3DNOW assembler code from Lame4 branch
          * Changes in lame frontend switches: -k removed, add lowpass and
            highpass switches if you need to change them;
            --short/noshort/allshort - degraded into DEVELOPER ONLY switches
            normal users shouldn't use them; -X -Z degraded to DEVELOPER ONLY
            switches, -X is too tough to communicate to end users and -Z
            isn't used actualy
          * Fixed some console printing problems
          * Windows: ACM code now uses LAME library API only, all references
            to private include files are removed
          * Windows: DirectShow code now uses LAME library API only, all
            references to private include files are removed
          * Windows: disabled code that resets processor affinity, because
            this doesn't belong to LAME, but seems to work around some
            problems the parent process has (in most cases EAC)
     * John33:
          * Fixed mp2 and mp3 decoding: For mp3 and mp2 decoding, this now
            yields the same output as foobar2000 but the error checking
            remains unchanged
     * Gabriel Bouvigne:
          * VC8 project files
          * Added support for x64 under VC8
          * Restricted MPEG 2.5 to 64kbps frames
     * Takehiro Tominaga:
          * SSE version of FFT
2008-10-09 14:45:32 +00:00
ahoka
ad754c3ddf Update fftw 2008-10-09 14:24:16 +00:00
wiz
504b7c6802 Updated archivers/unrar to 3.8.3 2008-10-09 13:27:48 +00:00
wiz
19f37065db Update to 3.8.3, changes unknown.
patch-aa was included upstream.
2008-10-09 13:27:35 +00:00