summaryrefslogtreecommitdiffstats
path: root/audio/mpg123
Commit message (Collapse)AuthorAgeFilesLines
* Take care not to dereference the return value from getenv(3) without firstdes2003-02-102-1/+18
| | | | | | | checking that it's not NULL. PR: ports/45252 Submitted by: Gleb Smirnoff <glebius@cell.sick.ru>
* Remove ftp.tu-clausthal.de from master_sites.edwin2002-12-261-9/+7
| | | | | Add tags to the patch-files / patch-sites. Noticed by: portsurvey
* Fix a problem enabling esound support after the recent GNOMENG conversion.marcus2002-10-051-0/+1
| | | | | PR: 43436 Submitted by: adam@vectors.cx
* Use USE_GNOMENG.marcus2002-08-311-3/+5
| | | | | PR: 42232 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Remove an unwanted hunk that snuck in with the previous commit.des2002-07-082-22/+1
|
* Use a patch rather than sed magic for the <sys/soundcard.h> issue.des2002-07-012-5/+11
|
* Bump PORTREVISION.des2002-07-011-1/+1
|
* Fully back out the "defer-detect" patch.des2002-07-011-12/+2
| | | | | Submitted by: marius@alchemy.franken.de PR: 33617, 35565
* Don't use -ffast-math, it doesn't work in -CURRENT on Alpha.des2002-07-011-1/+1
|
* machine/soundcard.h -> sys/soundcard.hpetef2002-06-071-0/+5
| | | | Submitted by: bento
* Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-1/+1
|
* Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1
| | | | libiconv.
* Remove patches that break audio capability detection, as well as a patchdes2002-02-184-212/+2
| | | | | | that works around a driver bug that was fixed a year ago. PR: ports/33617, ports/32670, ports/35009, ports/32669
* Hand over maintainership to des@FeeeBSD.org.sobomax2002-02-181-1/+1
| | | | Submitted by: des
* <bsd.cpu.mk> was MFCed quite some time ago, so that adjust OSVERSION checksobomax2002-01-131-1/+1
| | | | | | accordingly. Submitted by: kris
* Chase libaudio shlib major (from the audio/nas update).petef2001-12-301-1/+1
|
* Deffer detection of supported audio rates/formats until we really know whatsobomax2001-08-213-5/+131
| | | | | | | rate we are looking for. This allows to avoid checking all possible combinations and significantly improves mpg123 startup time. Bump PORTREVISION. Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp>
* Add ability to recode mp3 tags using iconv library. This is useful for koi8sobomax2001-04-103-9/+31
| | | | | | | users, because russian tags usually coded in cp1251 encoding. Submitted by: Alexey V. Neyman <avn@any.ru> Gleb Smirnoff <glebius@tak.estra.ru>
* Use ${MACHINE_CPU:M3dnow} to detect presence of 3DNOW extension instead ofsobomax2001-03-101-1/+1
| | | | | | | | | | ${MACHINE_CPU:Mk6}, because: 1. k6 CPU don't really support 3DNOW, this extension was first was introduced in k6-2 CPUs; 2. Duron/Athlon (aka k7) CPUs support this extension as well. Missed by: kris Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* Fix building on the plain old i386.sobomax2001-03-101-5/+10
|
* Correct last-second typo prior to previous commit.kris2001-03-031-1/+1
| | | | | | | | Also, the previous commit incorrectly claimed a maintainer timeout when in fact the maintainer changed recently and I was looking for mail from the previous maintainer. Submitted by: sobomax
* Switch the ASM selection code to use CPUTYPE on -current, and hencekris2001-03-033-14/+54
| | | | | | | | | | | automatically select the correct version without needing to set a non-standard environment variable. Use random() instead of rand() because I'm sick of getting the same songs over and over in shuffle play. Quell a format string warning with -Wnon-const-format Bump PORTREVISION Reviewed by: maintainer timeout
* Add optional NAS support.sobomax2001-02-272-8/+32
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Maxim <sobomax@freebsd.org> is the new maintainer for this port.jkoshy2001-02-221-1/+1
|
* Provide workaround for a bug in pcm driver introduced with format emulationsobomax2001-02-132-0/+98
| | | | | | | | | | | | | | | | | | changes. At present newpcm has sticky parameter settings, even when an inappropriate value is set. For instance, set format to alaw on h/w that does not support alaw; newpcm interface state records format as alaw, and subsequent unrelated state changes may fail, ie a rate change. In mpg123 this can cause files to be played at lower quality than available because of mis-diagnosis of available formats and sample rates. E.g downsamples everything to 11025Hz on this h/w as 12kHz probing breaks state and subsequent probes for higher supported sampling rates. PR: 25046 Submitted by: Orion Hodson <oh@btinternet.com>
* Implement WANT_ESOUND, USE_ESOUND.reg2000-10-052-14/+4
|
* Update IPv6 patch.jkoshy2000-09-112-2/+2
| | | | Submitted by: Kris Kennaway <kris@FreeBSD.org>
* An attempt at making mpg123 work on FreeBSD/Alpha.jkoshy2000-05-054-42/+46
| | | | Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-081-2/+2
|
* Update IPv6 patch to fix a problem with handling IPv4 http redirects.jkoshy2000-02-172-2/+2
| | | | | Submitted by: Munechika SUMIKAWA <sumikawa@freebsd.org> Original report: Jeff Scofield <jeff@beth.syntax.com>
* Correct patch breakage introduced in rev 1.15.jkoshy2000-01-311-17/+23
|
* Enable 3DNow! support. You can set OPT_ARCH=3dnow to get an mpg123 withgreen2000-01-282-29/+31
| | | | | | 3DNow! support, rather than teh default i586 support. Approved by: jkoshy
* Support IPv6.sumikawa2000-01-263-13/+30
| | | | No response from: maintainer
* Remove a redundant `getenv()' call in this patch.jkoshy1999-11-111-1/+1
|
* Add ESound support to the mpg123 port.jkoshy1999-11-113-4/+55
| | | | | Requested by: "Daniel O'Connor" <doconnor@gsoft.com.au> and Oh Junseon <hollywar@holywar.net>
* Correct typo 'i836' -> 'i386'.jkoshy1999-09-201-1/+1
|
* Mark this port as being only for i386.steve1999-09-201-0/+2
|
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffmharo1999-08-271-5/+5
| | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
* Set a default optimization level for the lazy and hopeless :).jkoshy1999-08-251-2/+14
| | | | Requested by: Nick Hibma <nick.hibma@jrc.it>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Add terminal handling support to mpg123.jkoshy1999-08-171-4/+4
| | | | | PR: ports/13139 Submitted by: Alexander Langer <alex@cichlids.com>
* Remove hardcoded xterm title bar manipulation.jkoshy1999-08-131-11/+29
| | | | Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
* Update Version required: to match realitycpiazza1999-08-121-2/+2
|
* Upgrade to v0.59r. mpg123 can now be built tuned for your specific x86jkoshy1999-08-054-30/+46
| | | | | | | architecture at port build time. PR: ports/12814 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Respect PREFIX.jkoshy1999-06-151-2/+11
| | | | | PR: ports/12210 Submitted by: Nick Hibma <nick.hibma@jrc.it>
* Wisten, to the SWwound, of a Whole new WOOhoek1999-05-021-4/+3
| | | | | | | | | [CheeriWOs!] Wisten, to the SWwound, of a Whole new WOO [CheeriWOs!] [ie. Add WWW:, and periodic misc legibalizificatings]
* Respect CC and CFLAGSkris1999-03-241-19/+23
| | | | Reviewed by: Maintainer
* Update to v0.59q.jkoshy1999-02-014-44/+45
| | | | Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others)
* Update MASTER_SITE, add URL to pkg/DESCR.jkoshy1999-01-282-2/+7
| | | | Submitted by: Steve Samorodin <samorodi@NUXI.com>
* Move $(CFLAGS) to end of line to make user-overrides easier.jkoshy1999-01-191-7/+11
| | | | Requested by: Sheldon Hearn <axl@iafrica.com>
OpenPOWER on IntegriCloud