Commit Graph

1595 Commits

Author SHA1 Message Date
Joseph Koshy
b98af5901f Maxim <sobomax@freebsd.org> is the new maintainer for this port. 2001-02-22 06:40:31 +00:00
Roger Hardiman
112656f64f Add splay.1 to the MAN page list 2001-02-21 08:05:45 +00:00
FUJISHIMA Satsuki
9a1e7ef848 o update mad to 0.12.5beta.
o respect CFLAGS.
o add LIB_DEPENDS to gettext and use shared libintl.
o add USE_LIBTOOL to supress installing ltlibs.
o add CONFIGURE_ARGS tweak to get the fast and accurate output(I believe).
o obsolete patch-ab(integrated).

Approved by:	maintainer
2001-02-20 18:51:09 +00:00
FUJISHIMA Satsuki
e0057c90d6 get rid of unnecessary libgnugetopt dependency. 2001-02-20 13:59:56 +00:00
Trevor Johnson
8054aa8ba1 Update to 0.9.4. Install gmixer as xgmixer, to avoid conflict with
the audio/gmixer port/package.  Remove BROKEN line since this
version works.

Submitted by:	Kato Tsuguru <tkato@prontomail.ne.jp>
PR:		25208
2001-02-19 22:58:22 +00:00
FUJISHIMA Satsuki
bcea118d14 get rid of libgnugetopt dependency.
Approved by:	maintainer
2001-02-18 11:54:26 +00:00
David E. O'Brien
5a190d2bb7 Update from the -1 to the 0.9.7.2 (ie .2) release which fixes a
configuration bug.
2001-02-18 11:37:59 +00:00
Kris Kennaway
0774a6f78e Bump PORTREVISION due to bugfixes on 2001-02-07
Forgotten by:   ken
2001-02-18 00:35:43 +00:00
Maxim Sobolev
7943b38622 Update SDL shared library version number. 2001-02-16 19:48:10 +00:00
Bill Fenner
9dc643b9fd Bump PORTREVISION to reflect Orion's fix for newpcm duplex and mixers. 2001-02-16 00:58:56 +00:00
Bill Fenner
0bbbf2886a patch-ah: add Orion Hodson's full-duplex probing and AC97 fix
patch-a[klmn]: Split original patch-ah into one patch per file patched.

PR:		23618
Submitted by:	Orion Hodson <O.Hodson@cs.ucl.ac.uk>
2001-02-15 15:29:45 +00:00
Kevin Lo
f53718aa16 Upgrade to version 0.91
Approved by: MAINTAINER
2001-02-15 01:34:35 +00:00
OKAZAKI Tetsurou
f202912213 Update WWW: line.
PR:		ports/25057
Submitted by:	maintainer
2001-02-14 21:06:04 +00:00
Maxim Sobolev
40c0df04d2 Provide workaround for a bug in pcm driver introduced with format emulation
changes.

At present newpcm has sticky parameter settings, even when an
inappropriate value is set.  For instance, set format to alaw on h/w
that does not support alaw; newpcm interface state records format as
alaw, and subsequent unrelated state changes may fail, ie a rate change.

In mpg123 this can cause files to be played at lower quality
than available because of mis-diagnosis of available formats and
sample rates.  E.g downsamples everything to 11025Hz on this h/w as
12kHz probing breaks state and subsequent probes for higher supported
sampling rates.

PR:		25046
Submitted by:	Orion Hodson <oh@btinternet.com>
2001-02-13 15:00:44 +00:00
Ying-Chieh Liao
4c79d198a3 add Maaate, a MPEG audio analysis toolkit 2001-02-12 09:25:48 +00:00
FUJISHIMA Satsuki
529102b110 build html manpages for XFree86-4. 2001-02-12 06:43:04 +00:00
Will Andrews
5d63cda10a Make sure the user doesn't have any stray files from previous attempts to
compile aureal in their kernel statically (yes, having them there does
break the aureal module).  Modularize the makefile using SRCPREFIX, which
can be changed in the environment.

Approved in principle by:	maintainer (except SRCPREFIX)
2001-02-12 06:11:36 +00:00
Kevin Lo
d5085945f7 - Fix MASTER_SITES
- Change maintainer's email adddress

PR: 24897
Submitted by: MAINTAINER
2001-02-08 16:07:12 +00:00
Kenneth D. Merry
2f23784cc1 Add a couple of fixes for compiler warnings from PR 23755, which also
addresses the core dump problem I fixed in the last version of this patch.

PR:		ports/23755
Submitted by:	Kentaro Inagaki <inagaki@tg.rim.or.jp>
2001-02-07 20:35:55 +00:00
Kenneth D. Merry
664211684a Fix a core dump when doing 'tosha -i'. (Maintainer timeout after about two
months.)

The problem is in resolve_extension().  strncpy() will only null-terminate
the destination string if it has enough room, according to the given
length.

In this implementation, there will never be enough room to null-terminate
the string, from what I can tell.  So if the memory in 'tmpstr' contains
non-nulls, you'll get a core-dump in the subsequent strcat().
2001-02-07 20:19:53 +00:00
Maxim Sobolev
64784f403f Slightly improve heuristics used to distinguish between pre and post kobj MFC
systems.
2001-02-06 15:54:46 +00:00
Maxim Sobolev
f7c61c692b Improve -STABLE support:
- FreeBSD 4.0 - inform that 4.0 is not supported;
- FreeBSD 4.1.* - use an updated tarball with proper kernel module
  dependencies;
- FreeBSD 4.2 - with recent newpcm kobj MFC commit in mind, add heuristics
  to determine the driver tarball required. Build correctly on both pre-
  and post- kobj MFC systems.

Submitted by:				maintainer
Slightly improved and polished by:	sobomax
2001-02-05 15:26:13 +00:00
Hajimu UMEMOTO
a18104e621 Update to 0.5.5. 2001-02-05 10:17:50 +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
Daniel Harris
1344523717 Add normalize, a tool for normalizing the volume of wav and mp3 files.
PR:		24754
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-03 18:16:34 +00:00
Trevor Johnson
22fd1085f7 Mark broken.
reported by David Bushong <david@bushong.net>
2001-02-01 09:57:47 +00:00
Kevin Lo
bede1c980a Fix typo. 2001-02-01 09:44:53 +00:00
Jimmy Olgeni
3d843291e8 Fix typo in pkg-message: DOcumentation -> Documentation. 2001-01-30 16:33:19 +00:00
Maxim Sobolev
34b25fda5f Update to 1.1.0. 2001-01-29 18:58:06 +00:00
Kris Kennaway
2607aee727 vsound 0.4 is a utility which interposes itself between an application
and /dev/dsp using a dynamic preloaded library. It saves the audio
stream to an .au or .wav file as it is played. This is useful for certain
dynamically-linked Linux binary applications.
2001-01-29 08:24:02 +00:00
Kevin Lo
b6a7e5c706 Upgrade to version 1.11
Approved by: MAINTAINER
2001-01-29 06:04:03 +00:00
FUJISHIMA Satsuki
9e6fc4c340 bump PORTREVISION; added extra LIB_DEPENDS.
This should prevent potential problem for port-only users.

Suggested by: kris
2001-01-28 22:13:23 +00:00
Clive Lin
86f27b3524 Update to 3.0p5
PR: 24700
Submitted by: MAINTAINER
2001-01-28 21:42:13 +00:00
FUJISHIMA Satsuki
7d381b155e add missing LIB_DEPENDS to gdk_pixbuf.
PR:		24694
Submitted by:	TOGAWA Satoshi <toga@puyo.org>
2001-01-28 18:52:17 +00:00
Maxim Sobolev
7c68be180d Fix typo in my e-mail: soobomax -> sobomax.
Submitted by:	Stephen McKay <mckay@thehub.com.au>
2001-01-28 09:10:08 +00:00
Ying-Chieh Liao
e22dc21f08 - Support MAKE properly
- Support install macros
- Apply to 'one file per patch' convention
- Add WWW: line

PR:		24667
Submitted by:	tkato@prontomail.ne.jp
2001-01-28 03:50:57 +00:00
Clive Lin
7b6e168aa1 Update to version 2.9
PR: ports/24560
Submitted by: tim@bishnet.net
2001-01-28 01:29:12 +00:00
Ying-Chieh Liao
cdb9101891 update to 3.0p4 and change maintainer to greid@dogma.freebsd-uk.eu.org
PR:		24646
Submitted by:	George Reid <greid@dogma.freebsd-uk.eu.org> (new maintainer)
2001-01-27 15:23:18 +00:00
Will Andrews
35355c60cb Fix fennerage (ftpsearch, checksum ok); remove bogus header line. 2001-01-27 06:18:49 +00:00
Will Andrews
2d06d8f79e Fix fennerage; host distfile on MASTER_SITE_LOCAL since ftpsearch.ntnu.no
shows no current master sites.
2001-01-27 06:12:50 +00:00
Will Andrews
64850ca3e2 Fix broken site link. 2001-01-27 06:06:23 +00:00
Will Andrews
7a45240b4a Remove inactive MAINTAINER <ugen>, he hasn't committed in nearly 6 years. 2001-01-27 05:42:14 +00:00
Will Andrews
fd6dcd7936 Remove inactive MAINTAINER <swallace>, who hasn't committed in over 3 years. 2001-01-27 05:40:10 +00:00
Ying-Chieh Liao
fa4534dfa5 upgrade from pre5 to pre6
PR:		24634
Submitted by:	MAINTAINER
2001-01-25 14:46:05 +00:00
Ying-Chieh Liao
26a5c384c1 upgrade from rc4 to rc5
PR:		24633
Submitted by:	MAINTAINER
2001-01-25 14:40:47 +00:00
Chris Piazza
225ee489dc Don't use the default HAVE_GNOME distdir.
This fixes the problems people have been seeing.
You can now stop bugging me.
2001-01-25 01:12:56 +00:00
Chris Piazza
adb6cf981b Update to 1.4.2 which allows gnapster to use offical servers again.
This still has a bug (that was present in 1.4.1a) that affects
new users, but this at least works for users with pref files already...
2001-01-25 01:01:00 +00:00
Akinori MUSHA
3b17676449 Update to 1.19.
Approved by:	MAINTAINER
2001-01-24 05:04:04 +00:00
FUJISHIMA Satsuki
87568a9846 update to 2.10.2.
PR:		22591,22592
Submitted by:	maintainer
2001-01-23 14:45:52 +00:00
Chris D. Faulhaber
b0195ac96c Mark FORBIDDEN: Remotely exploitable buffer overflow
Obtained from:	|CyRaX| <cyrax@pkcrew.org> via Bugtraq
2001-01-23 01:55:17 +00:00