aboutsummaryrefslogtreecommitdiff
path: root/audio/openal
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update maintainer's email address.Mark Linimon2010-12-011-1/+1
| | | | | | | Submitted by: maintainer (private email) Notes: svn path=/head/; revision=265540
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-1/+1
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* Fixed plist entries for audio/openal and audio/openal-soft (if ↵Marcus von Appen2009-05-041-1/+1
| | | | | | | | | audio/freealut is still around). Approved by: miwi (mentor) Notes: svn path=/head/; revision=233224
* - Fix segfault under certain conditionsDmitry Marakasov2009-04-072-1/+12
| | | | | | | | | PR: 133354 Submitted by: myself Approved by: pav@ Notes: svn path=/head/; revision=231833
* - Oops, depend on nasm correctlyDmitry Marakasov2009-03-171-1/+1
| | | | | | | Noticed by: cperciva@ Notes: svn path=/head/; revision=230287
* - Improve previous fix:Dmitry Marakasov2009-03-163-2/+30
| | | | | | | | | | | | | - add patches by [3] to fix assembly - make use of assembly OPTIONal and depend on nasm when it's enabled PR: 131021 [1], 129362 [2] Submitted by: myself [1], "J. Altman <freebsd at chthonic dot com> [2] Patch by: Edward Sutton <mirror176 at hotmail dot com> [3] Approved by: oliver, maintainer timeout Notes: svn path=/head/; revision=230281
* - Don't detect nasm, as it will lead to broken openal library builtDmitry Marakasov2009-03-161-0/+2
| | | | | | | | | PR: 131021 Submitted by: myself Approved by: maintainer timeout Notes: svn path=/head/; revision=230181
* Added CONFLICTS with audio/openal-soft. They install the same includes.Marcus von Appen2009-03-091-0/+2
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=229804
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-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) Notes: svn path=/head/; revision=218938
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-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) Notes: svn path=/head/; revision=211584
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
| | | | Notes: svn path=/head/; revision=208952
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-2/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* - Bump PORTREVISIONMartin Wilke2007-07-151-1/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=195654
* - Fix build with gcc 4.2Martin Wilke2007-07-151-0/+20
| | | | | | | | | PR: 114587 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: portmgr (pav) Notes: svn path=/head/; revision=195653
* Use libtool port instead of included one to avoid objformat a.out botchKris Kennaway2007-01-281-0/+1
| | | | Notes: svn path=/head/; revision=183519
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-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) Notes: svn path=/head/; revision=173460
* Allow the user to customize the audio buffer size.Jean-Yves Lefort2006-08-163-33/+56
| | | | | | | | | PR: ports/101960 Submitted by: jylefort Approved by: maintainer Notes: svn path=/head/; revision=170794
* - Fix build when CPUTYPE is set and nasm is installedRong-En Fan2006-07-051-1/+1
| | | | | | | | | PR: 99809 Submitted by: maintainer Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=166992
* Fails to compile on ia64. Notified maintainer.Mark Linimon2006-07-011-0/+3
| | | | Notes: svn path=/head/; revision=166740
* Remove USE_REINPLACE from ports in categories starting with A.Edwin Groothuis2006-05-031-1/+0
| | | | Notes: svn path=/head/; revision=161245
* add pthread stuff to openal.pc's Libs and CflagsOliver Lehmann2006-04-251-2/+4
| | | | | | | bump PORTREVISION Notes: svn path=/head/; revision=160448
* fix oss supportOliver Lehmann2006-04-232-0/+57
| | | | | | | bump portrevision Notes: svn path=/head/; revision=160250
* fix openal.pcOliver Lehmann2006-04-231-0/+2
| | | | Notes: svn path=/head/; revision=160249
* fix build on amd64Oliver Lehmann2006-04-231-0/+3
| | | | Notes: svn path=/head/; revision=160246
* update to openal 20060211 [1]Oliver Lehmann2006-04-236-78/+41
| | | | | | | | | | | | | fix dependant ports [2] PR: ports/96172 [1] ports/95192 [2] Submitted by: maintainer [1] oliver [2] Approved by: maintainer Notes: svn path=/head/; revision=160213
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* - Fix OSS support:Jean-Yves Lefort2005-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) Notes: svn path=/head/; revision=149259
* Fix MASTER_SITES.Roman Bogorodskiy2005-08-281-1/+1
| | | | | | | | PR: 85360 Submitted by: Erik Greenwald (maintainer) Notes: svn path=/head/; revision=141107
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* - Update to 20050401Pav Lucistnik2005-04-092-3/+3
| | | | | | | | PR: ports/79696 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=132833
* - Update to 20050202Pav Lucistnik2005-02-103-6/+7
| | | | | | | | PR: ports/77037 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=128438
* - Update to 20040816Pav Lucistnik2004-08-172-3/+3
| | | | | | | | PR: ports/70553 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=116486
* Restore maintainer; his email was bouncing last week and I fat-fingered theKris Kennaway2004-05-161-1/+1
| | | | | | | address when I retried it tonight. Sorry, Erik. Notes: svn path=/head/; revision=109240
* Reset bouncing maintainer address:Kris Kennaway2004-05-161-1/+1
| | | | | | | | <eric@smluc.org>: Sorry, no mailbox here by that name. (#5.1.1) Notes: svn path=/head/; revision=109237
* - Update to version 20040215Kirill Ponomarev2004-02-153-4/+4
| | | | | | | | PR: ports/62875 Submitted by: maintainer Notes: svn path=/head/; revision=100976
* 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
* - Update to version 20031116Kirill Ponomarev2003-11-162-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 Notes: svn path=/head/; revision=94105
* portlint (whitespace cleanup)Kris Kennaway2003-10-271-1/+1
| | | | Notes: svn path=/head/; revision=92312
* pthread fix for audio/openal on -currentEdwin Groothuis2003-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> Notes: svn path=/head/; revision=90204
* Utilize INFO.Kris Kennaway2003-08-162-4/+3
| | | | Notes: svn path=/head/; revision=87048
* update audio/openal: 20030524 -> 20030724Daichi GOTO2003-07-272-3/+3
| | | | | | | | PR: 54893 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) Notes: svn path=/head/; revision=85661
* Update to 20030524Erwin Lansing2003-06-072-5/+4
| | | | | | | | | | | fixes to queueing, source stuff, vector stuff, doppler stuff, ... PR: 52647 Submitted by: maintainer Approved by: edwin (mentor) Notes: svn path=/head/; revision=82454
* Port installs a shared lib.Edwin Groothuis2003-03-311-0/+1
| | | | | | | Informed maintainer. Notes: svn path=/head/; revision=77816
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Update to 20030125.Pete Fritchman2003-01-292-3/+3
| | | | | | | | PR: 47497 Submitted by: maintainer Notes: svn path=/head/; revision=74228