Commit graph

178796 commits

Author SHA1 Message Date
wiz
ef63a774fb Updated audio/lame to 3.99.3 2011-11-29 20:26:58 +00:00
wiz
a4634e89ca Update to 3.99.3:
LAME 3.99.3   November 26 2011

    Robert Hegemann
        Fix for tracker item [ 3441349 ] --tg does not handle genre number when adding unicode tag


LAME 3.99.2   November 18 2011

    Robert Hegemann
        Due to some bugs in 3rd party HW/SW decoders, those were not be able to make use of LAME's extended info tag anymore, resulting in problems with things like gapless playback.


LAME 3.99.1   November 5 2011

    Robert Hegemann
        Fixes for several issues with ID3v2 unicode tags, using Big-Endian text encodings. Because of several other software (like Windows Media Player), LAME writes Little-Endian unicode tags only.
        Thanks to Taihei Monma, for reporting these issues. Tracker items: [ 3431203, 3431222, 3431241 ]


LAME 3.99   October 15 2011

    3.99 beta 1 becomes 3.99


LAME 3.99 beta 1   not yet released

    Robert Hegemann
        Fix for Bugtracker item [ 3395813 ] id3tag_set_fieldvalue for URL link frames Broken
        Fix for Bugtracker item [ 3368977 ] Wave Parser doesn't pad chunks
        Fix for Bugtracker item [ 3034259 ] confusing fatal error: can't update LAME-tag frame!

LAME 3.99 beta 0   not officially released

    Josep Maria Antolín Segura
        Documentation work
    Rogério Brito
        Improve Debian packaging.
            Include suggestions made by Fabian Greffrat
            Update version of the Debian package to reflect that it is taken from CVS.
            Get rid of a transitional package
            Much more to come...
        Minor fix to validate the history file correctly
    Robert Hegemann
        Porting of LAME mp3rtp program to Windows platform
        Fix: for free format mp3 above 320 kbps, the maximum allowed bits was limited too far.
        Changed behaviour: LAME replaces common suffixes by MP3/WAV when no output filename was given. For example, a simple lame x.wav will create output file x.mp3
        UNICODE support on Windows OS, file names and ID3v2 tags; related: Bugtracker item [ 3052230 ] Lame.exe can't find files with non-ASCII names
        Added support for WAVE FORMAT IEEE FLOAT input files
        New switch --swap-channel added, see tracker item [ 1118412 ] RFE: option to swap L and R channels
        New switches -m l and -m r to select either left or right channel for mono encoding.
        Feature request item [ 3134258 ] Allow larger images with LAME (>128KB)
        Fix for Bugtracker item [ 2962223 ] Encoder delay and padding values ignored when re-encoding
        Fix for Bugtracker item [ 2986823 ] Error when building Lame with NASM support -still exists
        Fix for Bugtracker item [ 3125235 ] make -f Makefile.mingw32 fails
        Fix for Bugtracker item [ 3021935 ] ID3 tag TXXX cannot be used more than once
        Fix for Bugtracker item [ 3025801 ] gain_analysis.h needs int constants
        Fix for Bugtracker item [ 3277412 ] Segmentation fault at layer2.c:105 with --decode
        Changes in new VBR code:
            tuning on PSY model
            tuning on VBR scale and resulting bitrates
            Minor bug fix for sfb21 encoding
        All encoding modes use the PSY model from new VBR code, addresses Bugtracker item [ 3187397 ] Strange compression behavior
        Fix for a possible out of bounds array access in HIP decoder, addresses Bugtracker item [ 3091776 ] crash at III_dequantize_sample

LAME 3.98.4    March 22 2010

    Joseph Flynn
        Improvements for LAME DirectShow filter:
            Added support for the DirectShow IAMStreamConfig Interface to the LAME encoder filter output pin.
            Modified the DirectShow filter registration section so that the LAME Encoder filter is correctly registered in the Audio Compressors filter category. This will allow third-party encoding applications using the DirectShow System Device Enumerator Interface to correctly detect the LAME encoder when querying the Audio Compressors filter group.
            Modified the filter registration information so that the MP3 audio subtype is correctly reported as being supported on the encoder output pin. This will allow third-party encoding applications using the DirectShow IFilterMapper2 Interface to recognize that the LAME encoder supports MP3 output.
            Altered the Filter Merit Value that was being used when the filter was registered so that it is now using the standard DirectShow compressor filter merit value of MERIT_DO_NOT_USE (0x200000). Previously, the filter was being registered using a value of MERIT_SW_COMPRESSOR (0x100000), which was at a lower priority (i.e. worse priority) than MERIT_DO_NOT_USE. This prevented the LAME Encoder filter from being selected for use by some third-party encoding applications.
            Added code to calculate the frame length of the audio frames used for the nBlockSize element of the WAVEFORMATEX output structure. Previously this value was simply hard-coded to 1.
    Robert Hegemann
        Fix for Bugtracker item [ 2973877 ] A problem regarding the new drain code

LAME 3.98.3    February 27 2010

    Rogério Brito:
        Update the debian packaging for the new release.
    Robert Hegemann
        The ignore-tag-errors switch had no effect when embedding album art, fixed.
        Library API change: lame_decode functions are now obsolete but still present, please use hip_decode instead. The reason for this change is: lame_decode functions use a single global variable within the library to store decoder setup, hip_decode functions don't. The encoder now uses hip_decode internally and it is now possible to use clipdetect feature while reencoding mp3 to mp3.
        Workaround for FFMPEG bug, which uses to call lame_encode_flush more than once in a loop.
        Windows: program icon and version info added (when building with VC9)
        Fix for Bugtracker item [ 2688413 ] lib name problem in Microsoft Visual Studio 6
        Fix for Bugtracker items [ 2051870, 242365tracker item [ 2723518 ] resampling in 3.98 and 3.99alpha
        Fix for Bugtracker item [ 2891879 ] Because of Windows API change, there was a problem with the prority switch.
        Fix for Bugtracker item [ 2893101 ] Access Violation in BladeMP3EncDL0, ships with MS Windows): enabling the new-drain-code seems to solve that issue better, than restricting the buffer size (see below: 3.98 beta 1, May 16 2007).
        Patch submitted by Bernhard Doebler, tracker item [ 2807676 ] Error when building Lametem [ 2406420 ] compile lame_enc.dll under cygwin
2011-11-29 20:26:48 +00:00
wiz
2346e295c3 Updated audio/libaudiofile to 0.3.1 2011-11-29 19:39:41 +00:00
wiz
b2a8c0278d Update to 0.3.1:
Changes for Audio File Library version 0.3.1:

* Fix installation of man pages.
* Add support for Creative Voice File format.
* Support u-law and A-law compression in Core Audio Format files.

Changes for Audio File Library version 0.3.0:

* Define AFframecount and AFfileoffset as 64-bit integers regardless of
  whether system specifies off_t as 64 bits.
* Added support for Core Audio Format.
* Added support for extensible WAVE format files.
* Fixed leak of miscellaneous data buffers. (Thanks to Stefano Magni
  for finding and fixing this problem.)
* Fixed default mapping between integer and floating-point audio data.
* Fix handling of NeXT sound files with unspecified or inconsistent length.
* Added support for miscellaneous data in IFF/8SVX files.
* Added support for byte-swapped IRCAM sound files.
* Refactored file parsing and writing.
* Refactored audio conversion.
* Updated and expanded documentation.
2011-11-29 19:39:30 +00:00
minskim
3828ce81ed py-libxml2 is incompatible with python-3.1. 2011-11-29 19:32:59 +00:00
bouyer
251da75d4e Updated net/netatalk to 2.2.1nb1 2011-11-29 19:27:33 +00:00
bouyer
c1b6f069e2 Add missing files to PLIST
Fix quota support in configure: for some reasons, configure thinks that
quota support should be disabled if one of
rpc/rpc.h rpc/pmap_prot.h rpcsvc/rquota.h
is missing or unusable, while the code compiles file with one of
them missing, at last on NetBSD.
bump PKGREVISION
2011-11-29 19:26:28 +00:00
marino
424767d97f lang/gcc44: Mark NOT-FOR-DRAGONFLY
This package has never built on DragonFly, but it really is not needed as
the base compiler is gcc 4.4.7.  The sole package (databases/libcassandra)
that required lang/gcc44 was just changed to remove this requirement when
built on DragonFly.  This compiler is not worth the effort to fix for
DragonFly.
2011-11-29 19:14:53 +00:00
marino
c1a5ca6add databases/libcassandra: DragonFly: Remove dependency on lang/gcc44
DragonFly is capable of building libcassandra without lang/gcc44.
2011-11-29 19:13:51 +00:00
darcy
279ca07fda Revert previous change. The missing file is part of devel/libf2c. 2011-11-29 19:01:41 +00:00
hans
8e69434cff Use OpenSSL from pkgsrc on SunOS<5.11. 2011-11-29 18:47:42 +00:00
hans
69d224ec9c Add pod2man to USE_TOOLS. 2011-11-29 18:32:41 +00:00
hans
52531b4480 Add pod2man and pod2html to USE_TOOLS. 2011-11-29 18:31:26 +00:00
hans
7f5c6e1a09 Add pod2man to USE_TOOLS. 2011-11-29 18:27:24 +00:00
darcy
0f4af59914 Add missing include file.
Bump PKGREVISION as new file was included in package.
2011-11-29 18:26:51 +00:00
hans
60559b4d05 Add pod2man and pod2html to USE_TOOLS. 2011-11-29 18:26:09 +00:00
hans
8da97f5173 Add pod2man to USE_TOOLS. 2011-11-29 18:19:32 +00:00
darcy
f4f1d8adca Update py-webpy to 0.36. 2011-11-29 18:18:33 +00:00
darcy
8a251a2ae8 Upgrade to 0.36.
Too many changes to list.  See
https://github.com/webpy/webpy/blob/master/ChangeLog.txt
2011-11-29 18:16:56 +00:00
hans
2e40253972 Fix build on SunOS. 2011-11-29 18:12:12 +00:00
hans
4f318d7991 Add perl to USE_TOOLS. 2011-11-29 18:06:18 +00:00
hans
8bc97ffa2d fix variable expansion 2011-11-29 18:00:56 +00:00
jmmv
b3989d77a0 Unbreak ffmpeg on NetBSD/macppc... again -- and a big fat comment warning
about this next to the relevant piece of code.  Looking at the CVS logs,
it's the 3rd time I fix this.  This, in turn, fixes the build of libdlna.

To fix the package, use the "proper" syntax to enable PIC within the
configure script, instead of applying what seems to be a hack. As before,
i386 is left PIC-less or otherwise ffmpeg breaks.

Tested on macppc and amd64.
2011-11-29 17:58:17 +00:00
drochner
615d8716b7 don't bl3 libXp explicitely where it is just meant as indirect
dependency of an Xaw variant -- if at all, this will be handled
by the Xaw bl3 file
2011-11-29 17:55:07 +00:00
hans
80e7883a9c Fix perl usage. 2011-11-29 17:49:57 +00:00
drochner
eb37038945 g/c stale libXp bl3 inclusion 2011-11-29 17:49:01 +00:00
hans
21eaa018fe Fix perl usage. 2011-11-29 17:47:41 +00:00
wiz
749780b650 Updated editors/emacs to 23.3b 2011-11-29 17:16:07 +00:00
wiz
1166ad77e5 Updated devel/yasm to 1.2.0 2011-11-29 17:13:53 +00:00
wiz
b0f7c7ea9c Update to 1.2.0:
Changes from 1.1.0 to 1.2.0:

  o Add AVX2 instructions (rev 11 of Intel AVX reference) (#227).
  o Allow 64-bit LFS/LGS/LSS.
  o Improve LAR instruction support (#224).
  o Default win64 .xdata to nobase, add support for ..imagebase (#135).
  o Fix TIMES relocation handling.
  o Fix no-suffix push and pop in GAS mode (#212).
2011-11-29 17:13:42 +00:00
hans
680632a7db Revert nawk change. 2011-11-29 17:06:45 +00:00
darcy
630dc56c34 Updated www/py-beautifulsoup to 3.2.0. 2011-11-29 17:03:04 +00:00
darcy
853bdf110d Update to version 3.2.0. Not much in the way of release notes except this:
Beautiful Soup 3.2.0 features very little new functionality, but its version
number leapfrogs the defunct 3.1 series, preventing confusion about which
version is the latest.

However, the web site also says this about our previous version:

Beautiful Soup version 3.1.0.1 was released January 6, 2009. It won't work
very well — I consider it a failed experiment.
2011-11-29 17:00:54 +00:00
hans
afb8201f2d Add perldoc and pod2html to tools. 2011-11-29 16:51:58 +00:00
wiz
a90a5373f9 + libextractor-0.6.3, liferea-1.6.7, milter-manager-1.8.2,
mkvtoolnix-5.1.0, tkcvs-8.2.3, tkdiff-4.2, veusz-1.14, whohas-0.29,
  yabause-0.9.11 [pkg/45670].
2011-11-29 16:51:54 +00:00
darcy
24dfbc60bb General cleanups.
The old starship site is gone.  Get from NetBSD.org now.

Change homepage to a working one.

Add license.  Note that the only license reference I could find was "It
is distributed for free under a BSD-style license" which I took to mean
"original-bsd."

Doesn't work under Python 3.  Since it is deprecated in favour of the
py-imaging module there is no point in struggling with it.

Added comment to patch and regenerated distinfo.

No PKGREVISION bump since there are no changes to any code that ever built.
2011-11-29 16:26:57 +00:00
hans
c3ac9311a3 Unify handling of perl tools. 2011-11-29 16:13:08 +00:00
hans
f682d7d276 Fix build with -fstack-protector. 2011-11-29 15:46:24 +00:00
hans
17bc30c040 Add libuuid dependency stuff from Makefile to buildlink3.mk. 2011-11-29 15:42:01 +00:00
hans
96f0b91b1d Don't use ((command)), use ( (command)) instead. Fixes some build breakage. 2011-11-29 15:30:27 +00:00
hans
59c642b4a7 Fix a warnings about assigned but unused variable, which caused the
build to fail.
2011-11-29 15:12:07 +00:00
hans
69291b7877 On SunOS, don't build nawk if a native one is available. 2011-11-29 15:06:20 +00:00
ryoon
d354455435 Correct instructions in MESSAGE file.
Bump PKGREVISION.
2011-11-29 14:51:37 +00:00
ryoon
ac85246977 Add gnu-agpl-v3 to DEFAULT_ACCEPTABLE_LICENSES.
Sync with pkgsrc/pkgtools/pkg_install/files/lib/license.c.

XXX I follow documented policy in mk/license.mk.
2011-11-29 14:49:19 +00:00
adam
06b2605251 Added 91 to PGSQL_VERSIONS_ACCEPTED 2011-11-29 12:39:00 +00:00
hiramatsu
627855316a Updated devel/p5-NEXT to 0.65.
Added www/p5-JavaScript-Value-Escape version 0.06.
2011-11-29 10:42:05 +00:00
hiramatsu
06add12a60 Add p5-JavaScript-Value-Escape. 2011-11-29 10:40:46 +00:00
hiramatsu
c41b898918 Import JavaScript::Value::Escape into www/p5-JavaScript-Value-Escape,
which is required to update www/p5-Plack-Middleware-ConsoleLogger.

There are a lot of XSS, a security hole typically found in web
applications, caused by incorrect (or lack of) JavaScript
escaping. This module is aimed to provide a secure JavaScript escaping
to avoid XSS with JavaScript values.
2011-11-29 10:39:24 +00:00
hiramatsu
870b8a81f5 Update p5-NEXT to 0.65.
0.65    Mon Sep 20 03:32:46 2010
    - Remove unnecessary test boilerplate that caused trouble in the perl core.
2011-11-29 10:38:04 +00:00
wiz
c4da188a19 + imap-uw-2007f 2011-11-29 09:48:24 +00:00