aboutsummaryrefslogtreecommitdiffstats
path: root/audio/openal
Commit message (Collapse)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Chase devel/sdl12 shlib version bumpmiwi2008-03-131-1/+1
|
* - Chase increase of audio/libvorbis shlib version.miwi2007-07-281-2/+2
| | | | - Bump PORTREVISION
* - Bump PORTREVISIONmiwi2007-07-151-1/+1
| | | | Approved by: portmgr (pav)
* - Fix build with gcc 4.2miwi2007-07-151-0/+20
| | | | | | PR: 114587 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: portmgr (pav)
* Use libtool port instead of included one to avoid objformat a.out botchkris2007-01-281-0/+1
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-201-1/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Allow the user to customize the audio buffer size.jylefort2006-08-163-33/+56
| | | | | | PR: ports/101960 Submitted by: jylefort Approved by: maintainer
* - Fix build when CPUTYPE is set and nasm is installedrafan2006-07-061-1/+1
| | | | | | PR: 99809 Submitted by: maintainer Approved by: delphij (mentor, implicit)
* Fails to compile on ia64. Notified maintainer.linimon2006-07-021-0/+3
|
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* add pthread stuff to openal.pc's Libs and Cflagsoliver2006-04-261-2/+4
| | | | bump PORTREVISION
* fix oss supportoliver2006-04-242-0/+57
| | | | bump portrevision
* fix openal.pcoliver2006-04-241-0/+2
|
* fix build on amd64oliver2006-04-241-0/+3
|
* update to openal 20060211 [1]oliver2006-04-236-78/+41
| | | | | | | | | | fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* - Fix OSS support:jylefort2005-11-242-5/+107
| | | | | | | | | | | | | | | OpenAL uses a buffer size of 1024 bytes, which is too small on some systems and/or with some applications, causing heavy drops in the audio output. I solve the problem by using the value returned by SNDCTL_DSP_GETBLKSIZE rather than 1024. - Add options for enabling aRts, esd, SDL, vorbis and smpeg support - Enable capture - Fix info file handling (install in post-install, and do not use install-info since bsd.port.mk takes care of it) PR: ports/88728 Submitted by: jylefort Approved by: maintainer timeout (15 days)
* Fix MASTER_SITES.novel2005-08-281-1/+1
| | | | | PR: 85360 Submitted by: Erik Greenwald (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* - Update to 20050401pav2005-04-102-3/+3
| | | | | PR: ports/79696 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* - Update to 20050202pav2005-02-103-6/+7
| | | | | PR: ports/77037 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* - Update to 20040816pav2004-08-172-3/+3
| | | | | PR: ports/70553 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Restore maintainer; his email was bouncing last week and I fat-fingered thekris2004-05-161-1/+1
| | | | address when I retried it tonight. Sorry, Erik.
* Reset bouncing maintainer address:kris2004-05-161-1/+1
| | | | | <eric@smluc.org>: Sorry, no mailbox here by that name. (#5.1.1)
* - Update to version 20040215krion2004-02-153-4/+4
| | | | | PR: ports/62875 Submitted by: maintainer
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* - Update to version 20031116krion2003-11-172-2/+3
| | | | | | | | | | | | | | | | | | * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include <string.h> to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer
* portlint (whitespace cleanup)kris2003-10-271-1/+1
|
* pthread fix for audio/openal on -currentedwin2003-10-041-0/+4
| | | | | | | | -pthread doesn't work anymore, this fixes up configure so audio/openal builds. PR: ports/57282 Submitted by: Erik Greenwald <erik@smluc.org>
* Utilize INFO.kris2003-08-162-4/+3
|
* update audio/openal: 20030524 -> 20030724daichi2003-07-272-3/+3
| | | | | PR: 54893 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Update to 20030524erwin2003-06-072-5/+4
| | | | | | | | fixes to queueing, source stuff, vector stuff, doppler stuff, ... PR: 52647 Submitted by: maintainer Approved by: edwin (mentor)
* Port installs a shared lib.edwin2003-03-311-0/+1
| | | | Informed maintainer.
* De-pkg-comment.knu2003-02-212-1/+1
|
* Update to 20030125.petef2003-01-302-3/+3
| | | | | PR: 47497 Submitted by: maintainer
* Update to 20021215fbsd.petef2003-01-032-5/+6
| | | | | PR: 46282 Submitted by: maintainer
* http://smluc.org/~erik/ doesn't contain distribution files anymore.edwin2002-12-261-1/+0
| | | | Noticed on: portsruvey
* Set MAINTAINER back to the submitter. He is now reachable again.knu2002-12-181-1/+1
| | | | Submitted by: Erik Greenwald <erik@smluc.org>
* Reset undeliverable maintainer addresses to ports@FreeBSD.orgkris2002-11-181-2/+1
|
* Update to 20020712: numerous improvements and bugfixes.naddy2002-07-212-2/+2
| | | | | PR: 40776 Submitted by: Erik Greenwald <erik@smluc.org>
* Update to latest versiondwcjr2002-04-015-147/+10
| | | | | PR: 36596 Submitted by: maintainer
* - Update to 20020217pat2002-02-219-107/+136
| | | | | | | - Pass the maintainership wand to submitter PR: 35162 Submitted by: Erik Greenwald <erik@smluc.org>
* Style: use tabs, not spaces, to indent variables in Makefiles.olgeni2001-02-051-1/+1
| | | | (whitespace only changes)
* Master site was reorganized. Update the port accordingly.trevor2001-01-101-1/+1
| | | | | PR: 24090 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* Add USE_GMAKEade2000-10-184-11/+79
| | | | | | | | | | | Remove redundant GNU_CONFIGURE Install info file Support install macros perl -> PERL Fix version number of sharedlib PR: 22054 Submitted by: Ports Fury
* New port openal, a 3D sound library.tg2000-09-268-0/+96