summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change PKGDIR from ${.CURDIR}/pkg to ${.CURDIR}. RemoveSatoshi Asami2000-10-081-2/+1
| | | | | | | PKGMESSAGE=${PKGDIR}/MESSAGE definition, that is the default. Notes: svn path=/head/; revision=33561
* Convert category audio to new layout.Satoshi Asami2000-10-071-1/+0
| | | | Notes: svn path=/head/; revision=33492
* Rename ${FILESDIR}/patch-* to ${PATCHDIR}/extra-patch-* (the directoriesSatoshi Asami2000-10-072-4/+4
| | | | | | | are the same). Notes: svn path=/head/; revision=33474
* Move pkg/PLIST-ogi to pkg-plist-ogi.Satoshi Asami2000-10-072-4/+4
| | | | Notes: svn path=/head/; revision=33473
* Update to 0.2.20Ade Lovett2000-10-054-16/+3
| | | | Notes: svn path=/head/; revision=33442
* Implement WANT_GNOME.Jeremy Lea2000-10-0511-129/+162
| | | | Notes: svn path=/head/; revision=33430
* Implement USE_GNOME, part 1.Jeremy Lea2000-10-0513-58/+49
| | | | Notes: svn path=/head/; revision=33428
* Implement WANT_IMLIB and USE_IMLIB.Jeremy Lea2000-10-056-26/+12
| | | | Notes: svn path=/head/; revision=33427
* Implment WANT_GTK.Jeremy Lea2000-10-055-55/+47
| | | | Notes: svn path=/head/; revision=33426
* Implement USE_GTK, part 1.Jeremy Lea2000-10-0510-54/+24
| | | | Notes: svn path=/head/; revision=33424
* Implement USE_GLIB.Jeremy Lea2000-10-051-5/+1
| | | | Notes: svn path=/head/; revision=33423
* Implement WANT_ESOUND, USE_ESOUND.Jeremy Lea2000-10-056-37/+33
| | | | Notes: svn path=/head/; revision=33420
* The post-extract target in the audio/xmms/Makefile renames getbits.s toMaxim Sobolev2000-10-041-2/+1
| | | | | | | | | | | getbits.S. However, getbits.s is no longer present in the current XMMS distribution. PR: 21748 Submitted by: maintainer Notes: svn path=/head/; revision=33404
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentMaxim Sobolev2000-10-042-2/+2
| | | | | | | directory. Notes: svn path=/head/; revision=33401
* Update to version 1.6.Trevor Johnson2000-10-046-9/+6
| | | | | | | | | | | | Remove unnecessary patches/patch-ab (patches a generated file). Remove all other patches (author incorporated them). Remove erroneous credit to NetBSD. PR: 21053, 21334 Approved by: will Notes: svn path=/head/; revision=33399
* Add missing WWW tag to DESCRMario Sergio Fujikawa Ferreira2000-10-031-0/+2
| | | | | | | | | Approved by: will PR: 21525 Notes: svn path=/head/; revision=33382
* Allow this port to build if the libmikmod port is installed.Jeremy Lea2000-10-031-0/+11
| | | | Notes: svn path=/head/; revision=33344
* Don't hack CFLAGS support. Fix the problem.Jeremy Lea2000-10-032-1/+25
| | | | Notes: svn path=/head/; revision=33342
* Correct and sort PLISTs.Jeremy Lea2000-10-025-409/+505
| | | | Notes: svn path=/head/; revision=33335
* Don't hack CFLAGS support. Do it the right way.Jeremy Lea2000-10-022-2/+11
| | | | Notes: svn path=/head/; revision=33334
* Add missed USE_X_PREFIX.Maxim Sobolev2000-10-021-0/+2
| | | | | | | | PR: 21698 Submitted by: maintainer Notes: svn path=/head/; revision=33321
* Change MAINTAINER for my ports.Trevor Johnson2000-10-0228-28/+28
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33311
* Correct a problem caused by my patch. Ensure the playlist is sorted.Jeremy Lea2000-10-012-9/+34
| | | | | | | | | | | | | | | Bump PORTREVISION. PR: 20190 Add support for dagrab (but not a dependency), since I promised sada that it was here... PR: 18116 Submitted by: Matt Storch <idiotsavant@mail.com> Notes: svn path=/head/; revision=33283
* Update to version 2.7Kevin Lo2000-09-293-3/+4
| | | | | | | | | PR: 21571 Submitted by: tkato@prontomail.ne.jp Approved by: MAINTAINER Notes: svn path=/head/; revision=33253
* ComplexProgramTarget() -> ComplexProgramTargetNoMan().Satoshi Asami2000-09-291-0/+8
| | | | | | | Reported by: Heribert Steuer <steuer@virtualaudio.de> Notes: svn path=/head/; revision=33247
* Yet again fix cranking sound.Maxim Sobolev2000-09-272-6/+15
| | | | | | | | | Problem brought by: sobomax Overlooked by: maintainer Reported by: many Notes: svn path=/head/; revision=33182
* Add glame - a scheme-extensible audio processing tool for GNOME.Maxim Sobolev2000-09-268-0/+140
| | | | Notes: svn path=/head/; revision=33151
* New port openal, a 3D sound library.Thomas Gellekum2000-09-269-0/+97
| | | | Notes: svn path=/head/; revision=33138
* To remove extra directories.Satoshi Taoka2000-09-261-0/+2
| | | | Notes: svn path=/head/; revision=33121
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-256-15/+5
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Add sweep - an audio editor for GNOME desktop.Maxim Sobolev2000-09-258-0/+102
| | | | Notes: svn path=/head/; revision=33096
* Remove --buld ltconfig option hacks. Please don't forget to update your libtoolMaxim Sobolev2000-09-251-9/+0
| | | | | | | installation. Notes: svn path=/head/; revision=33093
* Fix the stupid X man page problem.Chris Piazza2000-09-241-0/+9
| | | | Notes: svn path=/head/; revision=33063
* Update to 1.3.12 so it actually works with napster servers again.Chris Piazza2000-09-232-2/+2
| | | | | | | Submitted by: dburr Notes: svn path=/head/; revision=33047
* patch-ac back to version 1.5 :(Vanilla I. Shu2000-09-231-9/+10
| | | | | | | Approved by: green Notes: svn path=/head/; revision=33042
* Add a patch that fixes the vulnerability.Vanilla I. Shu2000-09-231-10/+9
| | | | | | | Submitted by: ade Notes: svn path=/head/; revision=33034
* Update to 1.2.3.Maxim Sobolev2000-09-224-46/+16
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=32968
* Add PORTREVISION=1 to reflect the changed behaviour by the previousMunechika SUMIKAWA2000-09-211-0/+1
| | | | | | | | | commiting. Noticed by: kris Notes: svn path=/head/; revision=32944
* Enable IPv6.Munechika SUMIKAWA2000-09-213-39/+71
| | | | | | | | PR: 21445 Submitted by: maintainer Notes: svn path=/head/; revision=32941
* @dirrm share/festival/lib/dictsSatoshi Asami2000-09-201-0/+1
| | | | | | | Submitted by: onigiri Notes: svn path=/head/; revision=32910
* Remove html man pages and tricks that deal with it -- these are nowSatoshi Asami2000-09-202-160/+1
| | | | | | | handled in bsd.port.mk. Notes: svn path=/head/; revision=32909
* Use fullpaths (prepend "${.CURDIR}") in dependency dirs instead ofSatoshi Asami2000-09-2018-46/+46
| | | | | | | | | | | | relative paths. This is necessary for INDEX generation to work. Change PORTNAME of festvox_{abc,don} to fostvox-{abc,don} for consistency with other ports and port directory names. Approved by: maintainer Notes: svn path=/head/; revision=32891
* Convert to use bsd.python.mk.Maxim Sobolev2000-09-192-3/+3
| | | | Notes: svn path=/head/; revision=32841
* Update to latest version (1.3.9)Ade Lovett2000-09-186-16/+152
| | | | | | | | | | Fixes building with gcc >= 2.8.1 PR: 21337 Submitted by: maintainer (with the help of Ports Fury) Notes: svn path=/head/; revision=32814
* The port was suffering bit rot deriving from differences between theAde Lovett2000-09-189-50/+1121
| | | | | | | | | | | | previous pcm driver and newpcm. This replacement port adds newpcm mixer support and brings port up to date with the current rat release (4.2.9). PR: 21333 Submitted by: maintainer Notes: svn path=/head/; revision=32813
* Add festvox-jph 2.0, the American English male voice for Festival.Will Andrews2000-09-176-0/+67
| | | | | | | | PR: 21331 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=32784
* Add fcplay 0.0.1, a player for the Future Composer tunes from the Amiga.Will Andrews2000-09-177-0/+52
| | | | | | | | PR: 21335 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=32783
* Update to version 1.2 and add a few hooksAde Lovett2000-09-173-11/+21
| | | | | | | | PR: 21303 Submitted by: maintainer Notes: svn path=/head/; revision=32777
* Remove empty directory on deinstallKris Kennaway2000-09-171-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=32750