Commit graph

43 commits

Author SHA1 Message Date
Kris Kennaway
89a0b31acd Use libtool port instead of included one to avoid objformat a.out botch 2007-01-28 09:07:47 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
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)
2006-09-20 11:21:59 +00:00
Jean-Yves Lefort
3200099820 Allow the user to customize the audio buffer size.
PR:		ports/101960
Submitted by:	jylefort
Approved by:	maintainer
2006-08-16 13:27:39 +00:00
Rong-En Fan
aead1ee7b9 - Fix build when CPUTYPE is set and nasm is installed
PR:		99809
Submitted by:	maintainer
Approved by:	delphij (mentor, implicit)
2006-07-05 17:54:22 +00:00
Mark Linimon
46f0d31251 Fails to compile on ia64. Notified maintainer. 2006-07-01 23:47:49 +00:00
Edwin Groothuis
179697185d Remove USE_REINPLACE from ports in categories starting with A. 2006-05-03 05:14:35 +00:00
Oliver Lehmann
666298e76b add pthread stuff to openal.pc's Libs and Cflags
bump PORTREVISION
2006-04-25 17:04:34 +00:00
Oliver Lehmann
22509b8214 fix oss support
bump portrevision
2006-04-23 19:46:44 +00:00
Oliver Lehmann
43e9730a96 fix openal.pc 2006-04-23 19:30:20 +00:00
Oliver Lehmann
a5837bc374 fix build on amd64 2006-04-23 19:01:28 +00:00
Oliver Lehmann
c36bc8fc88 update to openal 20060211 [1]
fix dependant ports [2]

PR:		ports/96172 [1]
		ports/95192 [2]
Submitted by:	maintainer  [1]
		oliver      [2]
Approved by:	maintainer
2006-04-23 10:14:30 +00:00
Edwin Groothuis
980092624a SHA256ify
Approved by:		krion@
2006-01-22 08:13:12 +00:00
Jean-Yves Lefort
80d0833c0e - Fix OSS support:
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)
2005-11-24 06:49:56 +00:00
Roman Bogorodskiy
b09f286fa2 Fix MASTER_SITES.
PR:		85360
Submitted by:	Erik Greenwald (maintainer)
2005-08-28 12:50:01 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Pav Lucistnik
94ee4564e9 - Update to 20050401
PR:		ports/79696
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-04-09 21:35:39 +00:00
Pav Lucistnik
ce28977086 - Update to 20050202
PR:		ports/77037
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-02-10 00:26:14 +00:00
Pav Lucistnik
517bb4a461 - Update to 20040816
PR:		ports/70553
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2004-08-17 08:15:38 +00:00
Kris Kennaway
bfb7ac6323 Restore maintainer; his email was bouncing last week and I fat-fingered the
address when I retried it tonight.  Sorry, Erik.
2004-05-16 07:30:10 +00:00
Kris Kennaway
8f7592e14d Reset bouncing maintainer address:
<eric@smluc.org>:
Sorry, no mailbox here by that name. (#5.1.1)
2004-05-16 04:04:18 +00:00
Kirill Ponomarev
e07f868a5b - Update to version 20040215
PR:		ports/62875
Submitted by:	maintainer
2004-02-15 14:34:29 +00:00
Joe Marcus Clarke
053fdb6a6b Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
2004-02-04 05:21:48 +00:00
Kirill Ponomarev
f450f2fb5e - Update to version 20031116
* 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
2003-11-16 16:48:51 +00:00
Kris Kennaway
1e7e0dce64 portlint (whitespace cleanup) 2003-10-27 09:11:28 +00:00
Edwin Groothuis
183a927e9d pthread fix for audio/openal on -current
-pthread doesn't work anymore, this fixes up configure so
	audio/openal builds.

PR:		ports/57282
Submitted by:	Erik Greenwald <erik@smluc.org>
2003-10-04 04:53:13 +00:00
Kris Kennaway
ff9580619d Utilize INFO. 2003-08-16 10:24:22 +00:00
Daichi GOTO
51739fbb0e update audio/openal: 20030524 -> 20030724
PR:		54893
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2003-07-27 08:34:05 +00:00
Erwin Lansing
f7d0f452ef Update to 20030524
fixes to queueing, source stuff, vector stuff, doppler stuff, ...

PR:		52647
Submitted by:	maintainer
Approved by:	edwin (mentor)
2003-06-07 14:44:20 +00:00
Edwin Groothuis
161625c0b7 Port installs a shared lib.
Informed maintainer.
2003-03-31 08:00:45 +00:00
Akinori MUSHA
57f9198bc7 De-pkg-comment. 2003-02-21 11:08:38 +00:00
Pete Fritchman
3f817ee404 Update to 20030125.
PR:		47497
Submitted by:	maintainer
2003-01-29 23:04:10 +00:00
Pete Fritchman
46eb31495e Update to 20021215fbsd.
PR:		46282
Submitted by:	maintainer
2003-01-03 06:05:17 +00:00
Edwin Groothuis
8c3067c571 http://smluc.org/~erik/ doesn't contain distribution files anymore.
Noticed on: portsruvey
2002-12-26 13:34:03 +00:00
Akinori MUSHA
0c46bafcb5 Set MAINTAINER back to the submitter. He is now reachable again.
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-12-18 13:04:36 +00:00
Kris Kennaway
64f0415ebe Reset undeliverable maintainer addresses to ports@FreeBSD.org 2002-11-18 03:48:10 +00:00
Christian Weisgerber
8beed08d56 Update to 20020712: numerous improvements and bugfixes.
PR:		40776
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-07-20 18:58:48 +00:00
David W. Chapman Jr.
5299d2fd32 Update to latest version
PR:		36596
Submitted by:	maintainer
2002-04-01 02:01:59 +00:00
Patrick Li
e29128b955 - Update to 20020217
- Pass the maintainership wand to submitter

PR:		35162
Submitted by:	Erik Greenwald <erik@smluc.org>
2002-02-21 01:26:32 +00:00
Jimmy Olgeni
51c690ba33 Style: use tabs, not spaces, to indent variables in Makefiles.
(whitespace only changes)
2001-02-04 21:12:59 +00:00
Trevor Johnson
641a0f1928 Master site was reorganized. Update the port accordingly.
PR:		24090
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-01-09 17:33:29 +00:00
Ade Lovett
d86841e4e5 Add USE_GMAKE
Remove redundant GNU_CONFIGURE
Install info file
Support install macros
perl -> PERL
Fix version number of sharedlib

PR:		22054
Submitted by:	Ports Fury
2000-10-17 20:07:25 +00:00
Thomas Gellekum
4d27f73f4f New port openal, a 3D sound library. 2000-09-26 12:12:49 +00:00