summaryrefslogtreecommitdiff
path: root/audio/lame
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
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
2005-10-05Remove some more *LEGACY* settings that are over a month old andwiz1-2/+1
thus were before 2005Q3.
2005-09-04Do not depend on nasm in Solaris x86, it's known to fail.xtraeme1-2/+2
2005-08-30Enable ASM functions when MACHINE_ARCH = i386 for performance,xtraeme1-2/+7
closes PR pkg/31101.
2005-05-31Convert to options framework.wiz2-8/+17
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24I will maintain this package, set my email as MAINTAINER.ben1-2/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2005-02-03Added a license file for lame based on many notes from differentreed1-3/+3
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.
2004-11-15s/__inline/inline/ to give this package a chance of building with moresketch2-1/+15
compilers, such as SunPro.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
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.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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".
2004-09-06Changes 3.96.1:adam2-6/+6
* 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
2004-05-31Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2004-04-14Changes 3.96:adam3-9/+9
* quality improvments * several bugs fixes, including some fatal ones
2004-04-12Convert to buildlink3.snj1-19/+0
2004-03-27Fix this so it builds on alpha.he3-3/+16
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.
2004-03-20Fix build on sparc64 with gcc2.snj1-1/+4
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-3/+5
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-02-20Use curses.buildlink3.mk instead of ncurses' bl3, as the native library isjmmv1-2/+2
enough.
2004-02-20Clean up, and remove unnecessary ncurses/buildlink3.mk inclusion.jlam1-12/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-11Missed in previous...xtraeme1-0/+24
2004-02-11bl3ify, also remove PLIST_SUBST part (it's not needed anymore) andxtraeme2-15/+9
replace obsoleted LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE.
2004-02-03Some files were not installed in FreeBSD, use PLIST_SUBST for now.xtraeme2-4/+10
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Changes 3.95.1:adam5-26/+25
* improved presets * fixed issues in VBR header * more robust decoding * several fixes in psychoacoustic model * removed Vorbis support * 10% faster on PowerPC
2003-11-06Solaris needs -lmgavan1-1/+3
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
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.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-08-27While lame may be under the GPL, using it or other mp3 software inwiz1-1/+3
commercial (and perhaps other) projects is only allowed under a license, see http://www.mp3licensing.com/help/developer.html#5 Restore LICENSE line.
2003-08-27It was a lame idea to place pkgsrc entry for lame under commercial license.junyoung1-3/+1
It's distributed under the GPL.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz2-4/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz2-3/+4
dependency bumps.
2003-03-01Fix finding gtk-config.jlam1-1/+2
2002-12-19Update to 3.93.1, from Juan RP in pkg/19388.wiz6-28/+29
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
2002-10-03Fully convert to use buildlink2, even on alphas.jlam1-5/+5
2002-08-31Unused.wiz1-33/+0
2002-08-28buildlink1 -> buildlink2jlam1-9/+10
2002-08-28Add the lame shared libraries to the BUILDLINK_FILES.jlam1-4/+5
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam4-3/+21
buildlink2.mk files back into the main trunk.
2002-05-25Update lame to 3.92. Changes:hubertf3-11/+11
* Alexander Leidinger: add non linear psymodel (compile time option, disabled by default), workaround a bug in gcc 3.0.3 (compiler options, based upon suggestions from various people, see archives and changelog for more) * Steve Lhomme: ACM wrapper (MS-Windows codec) * Steve Lhomme: less memory copying on stereo (interleaved) input * Takehiro Tominaga: Inter-channel masking, enables with --interch x option * For buggy versions of gcc compiler (2.96*), back off on some of the advanced compiler options Update requested by Brad Forschinger <bnjf@optushome.com.au> in private mail.
2002-01-07Update to 3.91.wiz5-54/+31
Changes since 3.89: * Darin Morrison: Bugfix for --alt-preset (for content with low volume, clean vocals), only important for the "fast standard" preset * Alexander Leidinger: <BR * add some missing files to the distribution * add --alt-preset to the man page * Many small improvements and bug fixes not added to history * John Dahlstrom: more fine tuning on the auto adjustment of the ATH * Robert Hegemann: small speed and quality improvements for the old VBR code (--vbr-old). * Robert Hegemann: some short block bug fixes * Robert Hegemann: Big improvements to --vbr-mtrh, now encodes much more frequencies over 16khz * Robert Hegemann: --vbr-new code disabled (outdated and lower quality) and replaced with --vbr-mtrh (Both --vbr-new and --vbr-mtrh now default to mtrh) * Robert Hegemann: reordering of --longhelp to give more information, --extrahelp dropped * Darin Morrison: Totally revamped and extremely high quality unified preset system and other general quality improvements now available with --alt-presets: * some improvements to psychoacoustics (vast improvements over default L.A.M.E. modes) when --alt-preset is used including: * Improved tuning of short block usage. * Improved quantization selection usage (the -X modes), now adapts between appropriate modes on the fly. Also helps on "dropout" problems and with pre-echo cases. * Improved joint stereo usage. Thresholds are better tuned now and fix some "dropout" problems L.A.M.E. suffers from on clips like serioustrouble. * Improved noise shaping usage. Now switches between noise shaping modes on the fly (toggles -Z on and off when appropriate) which allows lower bitrates but without the quality compromise. * Clips vastly improved over default L.A.M.E. modes (vbr/cbr/abr, including --r3mix): castanets, florida_seq, death2, fatboy, spahm, gbtinc, ravebase, short, florida_seq, hihat, bassdrum, 2nd_vent_clip, serioustrouble, bloodline, and others. No degraded clips known. * VBR bitrates are now more "stable" with less fluctuation -- not dipping too low on some music and not increasing too high unnecessarily on other music. "--alt-preset standard" provides bitrates roughly within the range of 180-220kbps, often averaging close to 192kbps. * --alt-presets replace the --dm-presets and "metal" preset is removed and replaced with generic abr and cbr presets. * --alt-preset extreme (note the 'e') replaces xtreme to help eliminate some confusion * --alt-preset vbr modes now have a fast option which offers almost no compromise in speed. * --alt-preset standard (and "fast standard") are now much lower in bitrate, matching --r3mix with an overall average, though offering higher quality especially on difficult test samples. * --alt-presets are no longer just "presets" as in a collection of switches, instead they are now quality "modes" because of special code level tunings (those mentioned above). * Use --alt-preset help for more information. * Roel VdB: more tuning on the --r3mix preset * Jon Dee, Roel VdB: INFO tag * Alexander Leidinger, mp3gain@hotmail.com: added --scale-l and --scale-r to scale stereo channels independantly * Takehiro Tominaga: new noise shaping mode, offering more "cutting edge" shaping according to masking, enabled via -q1 * Mark Taylor: More work on --nogap * Gabriel Bouvigne: Small changes to abr code for more accurate final bitrate * Gabriel Bouvigne, mp3gain@hotmail.com: Preliminary ReplayGain analysis code added (not functional yet) * Gabriel Bouvigne, Alexander Leidinger: Documentation updates * John Dahlstrom, DSPguru@math.com: floating point interface function in the Windows DLL
2001-12-26Add buildlink.mk file for use by other packageszuntum1-0/+33
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-09-15Use "-lffm -lm" instead of "-lm" on alpha to fix linking problems.simonb2-5/+23
Noticed by Matt Green.