Age | Commit message (Collapse) | Author | Files | Lines |
|
instead of the C one. Therefore, added c++ to USE_LANGUAGES.
|
|
|
|
LAME 3.97 September 24 2006
* 3.97 beta 3 becomes 3.97
LAME 3.97 beta 3 August 19 2006
* Gabriel Bouvigne:
o Workaround against a short blocks detection issue
LAME 3.97 beta 2 November 26 2005
* Gabriel Bouvigne:
o Fixed an initialization error when input is not using a standard sampling frequency
o Fixed a possible assertion failure in very low bitrate encoding
o Slight change regarding ATH adjustment with V5
o Reinstated bit reservoir for 320kbps CBR
o ReplayGain analysis should now be faster when encountering silent parts
* Takehiro Tominaga:
o Fixed a possible link problem of assembly code
LAME 3.97 beta 1 September 12 2005
* Takehiro Tominaga:
o Fixed an out of array access in mp3rtp
o Fixed a quality setting in DLL
o Fixed display when using --silent
* Vitaly Ivanov:
o Updated DirectShow interface
* Robert Hegemann:
o Fixed an out of array access
o Fixed some small rounding problem in vbr-new quantization routines
o Fixed a bug in vbr-new regarding high frequencies (sfb21) when using -Y
o Fixed a few bugs in vbr-new when using -Y
o Updated scalefactors allocation scheme in vbr-new
o Fixed mingw32 configure problems
o Resolved some compiler warnings
o Updated command-line visualisation
* Gabriel Bouvigne:
o Changed some FLOAT8 to FLOAT
o Added project files for VC7
o Reworked -q1 and -q0
o Updated presets
o Fixed an error in ISO quantization on systems not using the IEEE754 hack
o Faster quantization
o SSE version of init_xrpow
* Rog�io Brito:
o Updated Debian packaging
o Documentation work
* Chris Miller:
o Support for x64 platform SDK in makefile.msvc
|
|
|
|
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
|
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
|
that they look nicer.
|
|
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
|
|
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
thus were before 2005Q3.
|
|
|
|
closes PR pkg/31101.
|
|
|
|
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
|
|
|
|
|
|
|
|
|
files in the lame source.
And for the audio/lame/Makefile:
Change the LICENSE from fee-based-commercial-use to use this new
lame-license.
The problem before was that fee-based-commercial-use did not exist
and the "make show-license" suggested running pkg_info -d to view
the long-description of the package (which may not be installed yet).
Anyways, the DESCR didn't mention these license issues.
Also bump PKGREVISION.
|
|
compilers, such as SunPro.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
* Fixed rare bug in VBR-new
* Fixes in ACM codec
* Fixed padding for 320kbps encoding
* Block size selection for mid and side channels fixed as well
|
|
tech-pkg@.
|
|
* quality improvments
* several bugs fixes, including some fatal ones
|
|
|
|
If we're going to mess with defining FLOAT on the command line
(done for alpha from before), we should also define FLOAT_MAX.
Pull in <float.h> in libmp3lib/machine.h, so that DBL_MAX is
available for that purpose.
|
|
|
|
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
|
|
enough.
|
|
|
|
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
|
|
|
|
replace obsoleted LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.
|
|
|
|
|
|
* improved presets
* fixed issues in VBR header
* more robust decoding
* several fixes in psychoacoustic model
* removed Vorbis support
* 10% faster on PowerPC
|
|
|
|
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
|
|
support for base system curses/ncurses as well as ncurses itself.
suggested by wiz.
|
|
commercial (and perhaps other) projects is only allowed under a license, see
http://www.mp3licensing.com/help/developer.html#5
Restore LICENSE line.
|
|
It's distributed under the GPL.
|
|
|
|
|
|
dependency bumps.
|
|
|
|
Changes:
LAME 3.93.1 December 1 2002
* Gabriel Bouvigne:
* preset medium added to the dll interface
* fix for abr/cbr presets
* fix -q0 switch
* Alexander Leidinger: fix link problem on systems where socket() resides in libsocket
LAME 3.93 November 16 2002
* Takehiro Tominaga:
* bit allocation for pre-echo control improved for single channel encodings
* substep noise shaping
* optimizations by changing data structure
* noise shaping model 2 fix
* nspsytune FIR filter clean up
* fix small psymodel bugs(DC current estimation, preecho detection of non-VBR mode, and nspsymode initialization)
* portability fixes for Tru64 UNIX
* Albert Faber: some fixes in the DLL
* Simon Blandford: fixes for channel scaling in mono mode
* Dominique Duvivier: some optimizations and a faster log10 function
* Mark Taylor:
* some tag related fixes in the direct show filter and in the ACM codec
* fixed a mono encoding bug found by Justin Schoeman
* calc_noise bug fix
* other fixes
* Alexander Leidinger:
* update to autoconf 2.53, rewrite some configure tests
* Akos Maroy: determine gcc version even with gcc 3.1
* Andrew Bachmann: compile shared libs on BeOS (and perhaps other arches)
* ultrasparc switches for gcc 3.1
* fixes for SunOS 4.x
* fixes for 64bit arches
* CFLAGS fix for IRIX
* don't override CFLAGS if exptopt isn't requested
* Robert Hegeman:
* some fixes
* some fixes for VBR
* Gabriel Bouvigne:
* --noasm switch. Might help Cyrix/Via users
* presets and alt-presets merged
|
|
|
|
|