summaryrefslogtreecommitdiff
path: root/audio/mpg123
AgeCommit message (Collapse)AuthorFilesLines
2002-02-22Drop the alpha-linux l3.diff.gz altogether - it only makes the previoussimonb3-77/+46
diff much harder to read than it should be.
2002-02-22Drop the assumption that alphas are the only 64bit machines. int issimonb2-37/+97
32bit on all platforms so just use that instead of the #ifdef dance between int/long. Patch from Darren Reed and myself.
2001-12-03Make PKGNAME dewey-conform.wiz1-2/+3
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-06-19Mark as USE_BUILDLINK_ONLY.jlam1-1/+3
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+2
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-05-12After playing a file using mmap(2), do a MADV_FREE. In theory this will helpmycroft2-11/+25
prevent other bits getting paged out.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-4/+7
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-19/+17
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-26Honor CFLAGS passed in from environment, and for NetBSD/i386, don'tjlam2-9/+10
explicitly pass -m486 flag to compiler.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-11Use IPv6 support on Solaris, too.tron1-2/+1
2001-01-11Fix build problem invented in last commit.tron1-2/+4
2001-01-11Work arround the problem that the IPv6 patch file needs to be applied withtron1-2/+4
"-p1" while the layer 3 64bit patch needs "-p0".
2000-09-11Sync.tron1-4/+4
2000-09-11Build with patch to fix layer 3 engine on 64Bit systems.tron2-4/+7
Fixes PR pkg/10677 by R. C. Dowdeswell.
2000-07-13more correction to IPv4 partitojun2-4/+4
2000-07-13correct IPv4-only behavior (upgradede IPv6 patch).itojun2-4/+4
from mcr@sandelman.ottawa.on.ca
2000-03-01Include sys/param.h to make check against __NetBSD_Version__ actually work.pooka2-8/+18
2000-03-01Give the VM system a hint that we'll be using the mmap()ed data forpooka3-2/+21
sequential read. add RCS tag to patch-aa
2000-02-18make the pkgsrc IPv6 ready.itojun4-13/+22
% mpg123 http://www.v6.foo.com/
1999-10-12Regen.simonb1-2/+9
1999-10-12Add fixed-point support used by the arm32.simonb9-24/+1149
XXX: Uses strongarm C-compiler options to use 32x32=64 int multiply.
1999-09-27Regenerate patches checksums.agc1-2/+2
1999-09-27Make this package compile on Solaris.agc2-6/+14
1999-09-07new homepage & master site.hubertf1-3/+4
1999-07-18Fix bug which caused a segmentation fault if "mpg123" was started withouttron2-7/+15
a tty. Patch supply by the author Michael Hipp.
1999-07-10Update patch checksums.mjl1-4/+2
1999-07-10Update "mpg123" package version 0.59r. Changes since version 0.59q:tron5-65/+12
- applied audio_alib changes from Ralf Hildebrandt <R.Hildebrandt@TU-BS.DE> - some 'paetsches' from DK - minor optimizations in layer3 (dequantize/huffman) - BSDOS 4.0 with gcc added to Makefile (<sms@moe.2bsd.com>) - Solaris-ESD patch from Ryan Prosser <prosser@wam.umd.edu> - Added Frontend changes from Bertrand Petit <elrond@phoe.netdev.net> - more DK 'paetsches' (final dk7-clubhaus edition), includes extended term control - SGI audio fix for non RAD machines from Erik Mouw <J.A.K.Mouw@its.tudelft.nl> - fixed ugly bug in layer3 dequant for bt==2 (may cause high frequency clitchs) - AMD-3DNow optimizations in decode and dct64 - OS/2 reworked from Samuel Audet (see audio_os2.c for more) - added freebsd-esd make-entry from Daniel O'Connor (darius@guppy.dons.net.au) - added enhanced head_check from D. Skarda <0rfelyus@atrey.karlin.mff.cuni.cz> - applied 'xterm-title-patch' from "Wilson, Jeff D" <jeff.wilson@wilcom.com> - more esd changes from Robert Bihlmeyer <robbe@orcus.priv.at> - applied Hannu Napari's <Hannu.Napari@hut.fi> SGI audio patches - minor changes in httpget.c and mpg123.c - added native AIX support from Juergen.Schoew@unix-ag.uni-siegen.de - applied playlist patch from <psst@euskalnet.net> - more SGI audio patches from Gilles Zunino <Gilles.Zunino@hei.fupl.asso.fr> - applied esdserver patch from Matthew Parslow <roy@alpha.alphalink.com.au> - added some fixes for control_generic
1999-07-09Add package patch-sum filesagc1-0/+8
1999-07-05Fix last commit differently (work around RCS ID in patch)hubertf2-59/+5
1999-06-28Make this build on i386/ELF systems.thorpej4-57/+102
1999-05-16Remove trailing space after a \ continuation so that it actually works.simonb1-3/+3
1999-05-01Add support for fetching files from name based virtual WWW servers.tron1-0/+40
Patch supplied by Michael Graff in PR pkg/7500.
1999-04-08Update "mpg123" to version 0.59q. Patches supplied by Jeff Rizzo intron4-10/+29
PR pkg/7338.
1999-02-18Fix the patch (was corrupt).is1-96/+15
1999-02-15Use the inlined bfextu opcode for get1bit() on m68k.is2-1/+119
Makes mp3 decoding about 6% faster, which gives us a bit more of safety margin on the MC68060 at 50 MHz.
1999-02-06Use READ_MMAP on all platforms.mycroft1-3/+9
1998-11-12s/cp/${CP}/agc1-2/+2
s/files/${FILESDIR}/
1998-10-30Use the Pentium-optimized decoding routines.mycroft3-8/+337
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-15Split patches into one-per-file patch for better maintainance.frueauf3-38/+52
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc2-0/+4
1998-08-04Don't start playing from the audio buffer before decoded audiokim1-0/+13
has been written into it (fixes the "beginning of song not played" problem with the "-b" option).
1998-06-18Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-07Update to 0.59o.mycroft3-91/+49
1998-02-28Fix a bug that caused mpg123 to loop on a bad header.augustss1-0/+20
1998-02-26Upgrade to mpg123-0.59n.augustss3-128/+71