Commit graph

44 commits

Author SHA1 Message Date
tron
a748a7c708 Use IPv6 support on Solaris, too. 2001-01-11 07:39:41 +00:00
tron
45ab9e2b47 Fix build problem invented in last commit. 2001-01-11 07:38:03 +00:00
tron
8fe374e507 Work arround the problem that the IPv6 patch file needs to be applied with
"-p1" while the layer 3 64bit patch needs "-p0".
2001-01-11 07:26:54 +00:00
tron
33d14f8283 Sync. 2000-09-11 18:59:28 +00:00
tron
7671ffd321 Build with patch to fix layer 3 engine on 64Bit systems.
Fixes PR pkg/10677 by R. C. Dowdeswell.
2000-09-11 18:58:42 +00:00
itojun
c7420eb79d more correction to IPv4 part 2000-07-13 07:33:08 +00:00
itojun
60d99b7fda correct IPv4-only behavior (upgradede IPv6 patch).
from mcr@sandelman.ottawa.on.ca
2000-07-13 07:30:02 +00:00
pooka
3117df54a4 Include sys/param.h to make check against __NetBSD_Version__ actually work. 2000-03-01 22:26:18 +00:00
pooka
ed1da0c59f Give the VM system a hint that we'll be using the mmap()ed data for
sequential read.

add RCS tag to patch-aa
2000-03-01 22:03:37 +00:00
itojun
bebe9558b5 make the pkgsrc IPv6 ready.
% mpg123 http://www.v6.foo.com/
2000-02-18 11:04:10 +00:00
simonb
4981691272 Regen. 1999-10-12 04:43:52 +00:00
simonb
b55ba7a0d1 Add fixed-point support used by the arm32.
XXX: Uses strongarm C-compiler options to use 32x32=64 int multiply.
1999-10-12 04:43:11 +00:00
agc
665611fe1f Regenerate patches checksums. 1999-09-27 08:28:48 +00:00
agc
16f19b6c4c Make this package compile on Solaris. 1999-09-27 08:27:46 +00:00
hubertf
39e45ad7f7 new homepage & master site. 1999-09-07 03:14:22 +00:00
tron
63d7bacea1 Fix bug which caused a segmentation fault if "mpg123" was started without
a tty. Patch supply by the author Michael Hipp.
1999-07-18 19:23:54 +00:00
mjl
2abcebcf70 Update patch checksums. 1999-07-10 20:57:55 +00:00
tron
d2cf43d831 Update "mpg123" package version 0.59r. Changes since version 0.59q:
- 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-10 10:39:02 +00:00
agc
a910a6fd62 Add package patch-sum files 1999-07-09 13:50:05 +00:00
hubertf
012305f25d Fix last commit differently (work around RCS ID in patch) 1999-07-05 21:56:03 +00:00
thorpej
494332beb8 Make this build on i386/ELF systems. 1999-06-28 00:35:33 +00:00
simonb
8fe27cff5d Remove trailing space after a \ continuation so that it actually works. 1999-05-16 11:00:16 +00:00
tron
cf67e1925a Add support for fetching files from name based virtual WWW servers.
Patch supplied by Michael Graff in PR pkg/7500.
1999-05-01 09:55:32 +00:00
tron
2c54803b69 Update "mpg123" to version 0.59q. Patches supplied by Jeff Rizzo in
PR pkg/7338.
1999-04-08 07:34:56 +00:00
is
6c7c94563b Fix the patch (was corrupt). 1999-02-18 17:43:32 +00:00
is
9ddc4f3fb0 Use the inlined bfextu opcode for get1bit() on m68k.
Makes mp3 decoding about 6% faster, which gives us a bit more of
safety margin on the MC68060 at 50 MHz.
1999-02-15 23:57:49 +00:00
mycroft
0d08bd07cd Use READ_MMAP on all platforms. 1999-02-06 12:24:30 +00:00
agc
48d6755d00 s/cp/${CP}/
s/files/${FILESDIR}/
1998-11-12 15:45:09 +00:00
mycroft
bd2f0f1de8 Use the Pentium-optimized decoding routines. 1998-10-30 03:11:51 +00:00
tsarna
6bd0d65c65 The Grand Homepagification:
- 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-20 15:16:34 +00:00
frueauf
686bd78abd Split patches into one-per-file patch for better maintainance. 1998-08-15 10:58:41 +00:00
agc
05b88260d7 Add NetBSD RCS Ids. 1998-08-07 13:16:49 +00:00
agc
86db14e819 Add NetBSD RCS Ids. 1998-08-07 10:35:47 +00:00
kim
c6eee9ce2b Don't start playing from the audio buffer before decoded audio
has been written into it (fixes the "beginning of song not played"
problem with the "-b" option).
1998-08-04 16:00:30 +00:00
agc
dc15bf01de Update package Makefiles for automatic manual page handling. 1998-06-18 16:15:10 +00:00
agc
dccd43243d Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:06 +00:00
mycroft
13dc7a47a0 Update to 0.59o. 1998-03-07 13:55:38 +00:00
augustss
492aaf5132 Fix a bug that caused mpg123 to loop on a bad header. 1998-02-28 14:59:32 +00:00
augustss
06ec619ca7 Upgrade to mpg123-0.59n. 1998-02-26 20:01:53 +00:00
hubertf
c8ab5290a9 portlint: move RCS-Id 1998-01-19 00:58:52 +00:00
agc
5358faaf74 Add a NetBSD RCS Id to all the PLIST files. 1997-11-06 09:57:11 +00:00
mycroft
8612756bd9 Implement audio_queueflush(). 1997-10-31 12:04:56 +00:00
augustss
2675f4331b NetBSD port. 1997-10-28 23:59:56 +00:00
augustss
4daa64a629 Initial import of FreeBSD audio packages. 1997-10-28 23:18:20 +00:00