aboutsummaryrefslogtreecommitdiff
path: root/audio/amp
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ify (manually done and checked)Edwin Groothuis2006-01-221-2/+3
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154147
* - Update to 0.7.6Roman Bogorodskiy2005-04-1714-49/+311
| | | | | | | | | | | - Change pkg-descr to reflect the new patches changes - Pass maintainership to submitter PR: 79873 Submitted by: Rodrigo Graeff <delphus@gmail.com> Notes: svn path=/head/; revision=133526
* Downgrade to 0.7.5-99 which is the only version still available (so bumpVolker Stolz2005-02-163-16/+22
| | | | | | | | PORTEPOCH). Inicidentially, this is hosted on the same site as its only consumer, audio/xmpeg3. Notes: svn path=/head/; revision=129022
* Fix build with GCC 3.4Tilman Keskinoz2004-08-061-0/+12
| | | | Notes: svn path=/head/; revision=115514
* reset MAINTAINER bit to ports@Vanilla I. Shu2004-03-181-1/+1
| | | | | | | I have no too much time to maintain. Notes: svn path=/head/; revision=104511
* Add SIZE.Vanilla I. Shu2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104507
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-062-1/+1
| | | | Notes: svn path=/head/; revision=100139
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* <linux/soundcard.h> -> <sys/soundcard.h>Kris Kennaway2002-08-231-3/+9
| | | | Notes: svn path=/head/; revision=64918
* Don't hard-code -O6 and various other -f optimizations; don't guess atKris Kennaway2001-04-301-0/+28
| | | | | | | | processor-specific gcc optimizations to use because CPUTYPE knows better thesedays; don't hard-code CC. Notes: svn path=/head/; revision=42070
* update with the new PORTNAME/PORTVERSION variablesMichael Haro2000-04-081-2/+2
| | | | Notes: svn path=/head/; revision=27415
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20938
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Unbreak this ports.Vanilla I. Shu1998-11-022-3/+36
| | | | Notes: svn path=/head/; revision=14312
* Mark BROKEN:Justin M. Seger1998-11-021-1/+3
| | | | | | | | | | | | | gcc -c -O6 -ffast-math -fomit-frame-pointer -DNO_BYTE_SWAPPING -DOS_BSD -DARCH_i386 audioIO.c In file included from audioIO.c:11: audioIO_Linux.c:29: parse error before `32768' audioIO_Linux.c: In function `audioOpen': audioIO_Linux.c:81: invalid lvalue in unary `&' gmake: *** [audioIO.o] Error 1 *** Error code 2 Notes: svn path=/head/; revision=14297
* Remove patches, 3.0 don't need it anymore(machine optimize).Vanilla I. Shu1998-10-281-19/+0
| | | | Notes: svn path=/head/; revision=14232
* It's not that ports/astro/* had no manpages to remove from theirTim Vanderhoek1998-08-171-1/+0
| | | | | | | | PLISTs, it's just that none of the ones that do use the MANx variables. Notes: svn path=/head/; revision=12569
* Chage extract_sufx to .tar.gz, change the md5 checksum.Vanilla I. Shu1998-04-292-3/+2
| | | | Notes: svn path=/head/; revision=10767
* Change MASTER_SITE, the author's site seems dead.Vanilla I. Shu1998-04-261-2/+4
| | | | Notes: svn path=/head/; revision=10687
* Change my email address.Vanilla I. Shu1997-11-301-2/+2
| | | | Notes: svn path=/head/; revision=8918
* Upgrade, 0.7.3 -> 0.7.6.Masafumi Max NAKANE1997-09-033-16/+13
| | | | | | | | PR: 4457 Submitted by: the port maintainer Notes: svn path=/head/; revision=7762
* New port, amp:Masafumi Max NAKANE1997-08-316-0/+61
------------------------ From the README file ------------------------ amp (Audio Mpeg Player) is an MPEG audio decoder which I originally started putting together as a side project of the MPEG hardware design project at FER/Zagreb - just to confirm my knowledge of the standard. It works with both MPEG1 and MPEG2 audio streams (except for the multichannel extensions defined in MPEG2), layer3 only for now. ---------------------------- End of quote ---------------------------- PR: 3935 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> Notes: svn path=/head/; revision=7735