Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-12-18 | Get the default target for Solaris working with USE_SUNPRO. | sketch | 1 | -1/+5 | |
Still TODO: Add targets for -nas and -esd back-ends to match GCC. | |||||
2003-10-23 | fall back to 'netbsd' target if there's no special arch target. | grant | 1 | -1/+3 | |
noted by martin@. | |||||
2003-10-18 | remove some cruft from the rcs id line. | grant | 1 | -1/+2 | |
2003-10-18 | make this work on FreeBSD by setting ALL_TARGET to a sensible default | grant | 3 | -6/+20 | |
if we don't have an override, and using sys/soundcard.h instead of machine/soundcard.h. | |||||
2003-10-18 | add a missing double quote, whitespace and other minor nits. | grant | 1 | -7/+5 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-06-23 | s/packages@/tech-pkg@/g | jschauma | 1 | -2/+2 | |
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru)) | |||||
2003-04-03 | drop some unneeded parens. | grant | 1 | -9/+8 | |
2003-04-03 | Make this compile on Linux. Only tested on i386, but should work | jschauma | 1 | -18/+26 | |
on linux-sparc, linux-alpha, linux-ppc etc. assuming the target is correct. | |||||
2003-03-13 | Add ALL_TARGET for IRIX. | jschauma | 1 | -7/+9 | |
2002-11-28 | Use the mpg123 Makefile.common to build mpg123-nas. | markd | 2 | -6/+85 | |
Based on PR 18532 from Greg A. Woods. | |||||
2002-09-06 | Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound. | wiz | 3 | -19/+20 | |
2002-06-23 | Integrate ARM 64bit fixedpoint patch submitted by Tim Deegan in pkg/16479. | kent | 5 | -73/+181 | |
This feature is enabled by MPG123_ARM_FIXED64. mpg123/Makefile.common contains common stuff of mpg123 and mpg123-esound. | |||||
2002-06-22 | Rescue Makefile entries removed accidentaly. | kent | 2 | -9/+44 | |
2002-06-22 | Remove unnecessary macro. | kent | 2 | -13/+13 | |
2002-06-22 | Add mpg123 with EsounD. All modifications required for EsounD are merged to | kent | 3 | -46/+87 | |
mpg123/patches/*. This closes PR pkg/12059. | |||||
2002-05-25 | Add conflict with mpg123-nas-[0-9]* | rh | 1 | -2/+4 | |
While at it, move PKGNAME line one up to make pkglint happy. Bump PKGREVISION. | |||||
2002-04-25 | Check for arm and arm32, not just arm32. | abs | 3 | -8/+8 | |
2002-02-27 | Use -DREAD_MMAP on all NetBSD targets. Fixes problems with mis-decoding | simonb | 2 | -9/+11 | |
ID3 tags. Reported by Martin Husemann. | |||||
2002-02-27 | Some stupid people can not tell "int" from "long". Some of them dare | martin | 3 | -1/+35 | |
to cast "void*" to one or the other. | |||||
2002-02-23 | Bump package revision to 1 after 64Bit patch went in. | tron | 1 | -2/+2 | |
2002-02-22 | Drop the alpha-linux l3.diff.gz altogether - it only makes the previous | simonb | 3 | -77/+46 | |
diff much harder to read than it should be. | |||||
2002-02-22 | Drop the assumption that alphas are the only 64bit machines. int is | simonb | 2 | -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-03 | Make PKGNAME dewey-conform. | wiz | 1 | -2/+3 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-06-19 | Mark as USE_BUILDLINK_ONLY. | jlam | 1 | -1/+3 | |
2001-06-11 | CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so | jlam | 1 | -2/+2 | |
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV. | |||||
2001-05-12 | After playing a file using mmap(2), do a MADV_FREE. In theory this will help | mycroft | 2 | -11/+25 | |
prevent other bits getting paged out. | |||||
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -4/+7 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -19/+17 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-26 | Honor CFLAGS passed in from environment, and for NetBSD/i386, don't | jlam | 2 | -9/+10 | |
explicitly pass -m486 flag to compiler. | |||||
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-01-11 | Use IPv6 support on Solaris, too. | tron | 1 | -2/+1 | |
2001-01-11 | Fix build problem invented in last commit. | tron | 1 | -2/+4 | |
2001-01-11 | Work arround the problem that the IPv6 patch file needs to be applied with | tron | 1 | -2/+4 | |
"-p1" while the layer 3 64bit patch needs "-p0". | |||||
2000-09-11 | Sync. | tron | 1 | -4/+4 | |
2000-09-11 | Build with patch to fix layer 3 engine on 64Bit systems. | tron | 2 | -4/+7 | |
Fixes PR pkg/10677 by R. C. Dowdeswell. | |||||
2000-07-13 | more correction to IPv4 part | itojun | 2 | -4/+4 | |
2000-07-13 | correct IPv4-only behavior (upgradede IPv6 patch). | itojun | 2 | -4/+4 | |
from mcr@sandelman.ottawa.on.ca | |||||
2000-03-01 | Include sys/param.h to make check against __NetBSD_Version__ actually work. | pooka | 2 | -8/+18 | |
2000-03-01 | Give the VM system a hint that we'll be using the mmap()ed data for | pooka | 3 | -2/+21 | |
sequential read. add RCS tag to patch-aa | |||||
2000-02-18 | make the pkgsrc IPv6 ready. | itojun | 4 | -13/+22 | |
% mpg123 http://www.v6.foo.com/ | |||||
1999-10-12 | Regen. | simonb | 1 | -2/+9 | |
1999-10-12 | Add fixed-point support used by the arm32. | simonb | 9 | -24/+1149 | |
XXX: Uses strongarm C-compiler options to use 32x32=64 int multiply. | |||||
1999-09-27 | Regenerate patches checksums. | agc | 1 | -2/+2 | |
1999-09-27 | Make this package compile on Solaris. | agc | 2 | -6/+14 | |
1999-09-07 | new homepage & master site. | hubertf | 1 | -3/+4 | |
1999-07-18 | Fix bug which caused a segmentation fault if "mpg123" was started without | tron | 2 | -7/+15 | |
a tty. Patch supply by the author Michael Hipp. | |||||
1999-07-10 | Update patch checksums. | mjl | 1 | -4/+2 | |
1999-07-10 | Update "mpg123" package version 0.59r. Changes since version 0.59q: | tron | 5 | -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 |