summaryrefslogtreecommitdiffstats
path: root/audio/mpg123
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Honor CFLAGS.jkoshy1999-01-151-2/+2
| | | | | | PR: ports/9488 Submitted by: Sheldon Hearn <axl@iafrica.com> Reviewed by: jkoshy
* Add a call to fpsetmask(3) to suppress FP related signals {new 'patch-ab'}.jkoshy1998-11-252-4/+29
| | | | | | | | | The patch can probably be made less specific to FreeBSD; to be visited after the 2.2.8 ports freeze ... Tweak work/.../Makefile to add -O2 to compiles. Submitted by: Matthew Hunt <mph@FreeBSD.ORG>
* Allow the ELF case to also inherit CFLAGS.jkoshy1998-11-171-1/+1
|
* Add a define(READ_MMAP) from gqmpeg's README,vanilla1998-11-161-14/+18
| | | | use system's CFLAG now.
* Use bsd.port.{pre,post}.mk to move PORTOBJFORMAT to front, or changeasami1998-11-141-2/+4
| | | | | shell loops to make loops. Use EXTRA_PKG_FLAGS to add install scripts instead of adding it to PKG_FLAGS after bsd.port.mk.
* Unbreak for ELF builds, take over as maintainer.jkoshy1998-10-032-24/+42
|
* Won't build in an ELF world.steve1998-09-281-1/+3
|
* It's not that ports/astro/* had no manpages to remove from theirhoek1998-08-171-1/+0
| | | | | PLISTs, it's just that none of the ones that do use the MANx variables.
* upgrade to 0.59otorstenb1998-05-283-4/+23
|
* Change MAINTAINER to ports@freebsd.org because (now former) maintainermph1998-05-171-2/+2
| | | | | | | | | | | uses OSS and is not in a position to ensure that newer versions build under the stock FreeBSD drivers in 2.2-STABLE. Anybody who wants this, please let us know! Getting 0.59o to build on a recent -STABLE would be a good litmus test. :-) PR: 6659 Submitted by: Carey Jones <mcj@acquiesce.org>
* Add another MASTER_SITEvanilla1998-02-021-2/+3
| | | | | PR: ports/5622 Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
* Upgrade to 0.59n.vanilla1998-01-262-4/+4
|
* Upgrade, 0.59f -> 0.59k.max1997-07-142-4/+4
| | | | | PR: 4081 Submitted by: Carey Jones <mcj@acquiesce.org>
* New port, mpg123:max1997-07-105-0/+26
Command-line player for mpeg layer 1, 2 and 3 audio PR: 3952 Submitted by: Carey Jones <mcj@acquiesce.org>
OpenPOWER on IntegriCloud