summaryrefslogtreecommitdiff
path: root/audio/mpg123
AgeCommit message (Collapse)AuthorFilesLines
2006-02-19Provide a default for "TARGET_SUFFIX" variable to avoid "bmake" errorstron1-1/+3
on various platforms. This fixes PR pkg/32824 by Brandon Bergren.
2006-01-09Use correct target when building "mpg123" with NAS support under Linux.tron1-2/+4
2006-01-09Correct default NetBSD build target. This should make "mpg123-nas" worktron1-2/+2
under NetBSD-amd64. Patch provided by Wojciech Puchar in PR pkg/30861.
2006-01-09I only maintain the "mpg123" package and not the "mpg123-nas" andtron1-2/+2
"mpg123-esound" flavours.
2005-12-11Provide nsd target and fix esd target for FreeBSD and DragonFly.joerg2-16/+32
2005-12-10Converted packages audio/mpg123* to bsd.options.mk framework (Approved by tron).heinz2-9/+22
No bump of PKGREVISION necessary.
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-03Use the FreeBSD rules for DragonFly as well.joerg2-15/+42
2005-10-03Correct usage of errno and ctype macros. The former is wrong when threadjoerg5-13/+63
linking is active, the latter can result in segfaults. Bump revisions of mpg123, mpg123-esound and mpg123-nas for the ctype bugfix.
2005-05-31Removed trailing empty line.rillig1-2/+1
2005-05-24Removed an empty line.rillig1-2/+1
2005-04-18tron volunteered to maintain this package.wiz1-2/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-28added support for "old" (i.e. pre-6.X) IRIX audio libraries.schwarz2-1/+159
(approved by recht and jschauma)
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+3
2005-02-23Enable pkgviews installation. Patches provided by Joachim Kuebart onminskim1-1/+3
tech-pkg@.
2005-02-17Add MPG123_ARM_FIXED64 to BUILD_DEFS.wiz1-2/+2
Noted by Jesse Off in PR 29411.
2005-01-12PKGREVISION bump for security fix (previous bump was >4 days ago.wiz1-2/+2
2005-01-12another header valdation (CAN-2004-0991)drochner2-7/+14
ride on recent PKGREVISION bump
2005-01-07Fix a buffer overflow by a malicous playlist (CAN-2004-1284).drochner4-3/+35
Being here, fix a possible problem which was mentioned in conjunction with CAN-2003-0577 - zero bitrate makes mpg123 assume a negative frame size. bump PKGREVISION
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-14/+14
Suggested by Roland Illig, ok'd by various.
2004-11-07Add fix for security vulnerability reported in CAN-2004-0982 based ontron3-7/+51
patches from Debian's advisory DSA-578. Bump package revision because of this fix.
2004-09-07PKGREVISION++salo3-3/+23
- fix a buffer overflow: "A malicious formatted mp3/2 causes mpg123 to fail header checks, this may allow arbitrary code to be executed with the privilege of the user trying to play the mp3." - patch from Debian but retain code style.
2004-04-11bl3ifyxtraeme1-2/+2
2004-04-09add LICENSE=no-commercial-use. noted by Bruce J.A. Nourish ingrant1-1/+3
PR pkg/24510.
2004-03-17add a darwin-esd targetdanw2-3/+20
2004-03-05Needs to include compiler.mk before using PKGSRC_COMPILER.bouyer1-2/+2
2004-02-10Fix security vulnerability reported in CAN-2003-0865. Bump package revisiontron3-3/+29
because of this fix.
2004-02-09USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.jlam1-2/+2
2003-12-18Get the default target for Solaris working with USE_SUNPRO.sketch1-1/+5
Still TODO: Add targets for -nas and -esd back-ends to match GCC.
2003-10-23fall back to 'netbsd' target if there's no special arch target.grant1-1/+3
noted by martin@.
2003-10-18remove some cruft from the rcs id line.grant1-1/+2
2003-10-18make this work on FreeBSD by setting ALL_TARGET to a sensible defaultgrant3-6/+20
if we don't have an override, and using sys/soundcard.h instead of machine/soundcard.h.
2003-10-18add a missing double quote, whitespace and other minor nits.grant1-7/+5
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-04-03drop some unneeded parens.grant1-9/+8
2003-04-03Make this compile on Linux. Only tested on i386, but should workjschauma1-18/+26
on linux-sparc, linux-alpha, linux-ppc etc. assuming the target is correct.
2003-03-13Add ALL_TARGET for IRIX.jschauma1-7/+9
2002-11-28Use the mpg123 Makefile.common to build mpg123-nas.markd2-6/+85
Based on PR 18532 from Greg A. Woods.
2002-09-06Convert to buildlink2. Share distinfo between mpg123 and mpg123-esound.wiz3-19/+20
2002-06-23Integrate ARM 64bit fixedpoint patch submitted by Tim Deegan in pkg/16479.kent5-73/+181
This feature is enabled by MPG123_ARM_FIXED64. mpg123/Makefile.common contains common stuff of mpg123 and mpg123-esound.
2002-06-22Rescue Makefile entries removed accidentaly.kent2-9/+44
2002-06-22Remove unnecessary macro.kent2-13/+13
2002-06-22Add mpg123 with EsounD. All modifications required for EsounD are merged tokent3-46/+87
mpg123/patches/*. This closes PR pkg/12059.
2002-05-25Add conflict with mpg123-nas-[0-9]*rh1-2/+4
While at it, move PKGNAME line one up to make pkglint happy. Bump PKGREVISION.
2002-04-25Check for arm and arm32, not just arm32.abs3-8/+8
2002-02-27Use -DREAD_MMAP on all NetBSD targets. Fixes problems with mis-decodingsimonb2-9/+11
ID3 tags. Reported by Martin Husemann.
2002-02-27Some stupid people can not tell "int" from "long". Some of them daremartin3-1/+35
to cast "void*" to one or the other.
2002-02-23Bump package revision to 1 after 64Bit patch went in.tron1-2/+2