Commit Graph

122 Commits

Author SHA1 Message Date
niklas
696be49c5e Support ATAPI read CD command, as that is usable with the new atapiscsi work 1999-07-23 11:12:59 +00:00
brad
51e13c9bd1 add gom to Makefile 1999-07-22 02:09:30 +00:00
brad
24adf40258 add gom port; Scott Robinson <scott@tranzoa.com>
-
gom is a generic audio mixer program; it tries to provide a complete and
convenient interface for all kind of audio mixer manipulation. gom's
facilities include sound driver (compile time) and sound card (run time)
independence, arbitrary mixer selection, loading and saving or mixer
settings, volume fading, verbosity-level driven output, "Un*x-like
scripting support", etc.
1999-07-22 02:06:56 +00:00
brad
435c97d863 - newer autoconf scripts that fix the problem with --sysconfdir 1999-07-02 14:58:43 +00:00
brad
e1ceb1fdd9 - quiet down rm
- change from hard coded check for Alpha to using NO_SHARED_LIBS define
- really use $(PREFIX) instead of hard coding it to /usr/local
1999-06-19 05:26:53 +00:00
brad
2e918fe0fb - patch ltconfig for detecting proceeding underscores in compiled symbols 1999-06-15 13:26:24 +00:00
brad
c3103edf40 - SEPARATE_BUILD= yes -> concurrent
- fix configure to detect proceeding underscores in compiled symbols
1999-06-14 18:09:26 +00:00
jason
2f6939a18d allow commandline selection of output device; file & patch forwarded to author. 1999-06-07 22:28:13 +00:00
espie
8123bec706 - sox needs a -Dunix define
- use MAKE_ENV to get a less disruptive patch
1999-06-03 21:55:22 +00:00
brad
94c5bc3c6f make the port respect CC and CFLAGS 1999-06-03 20:42:39 +00:00
brad
494748b53e remove file from PLISTs that doesnt get installed 1999-06-01 17:17:25 +00:00
angelos
3cc0d3aaef Forgot these. 1999-05-23 01:55:39 +00:00
angelos
0eec32737a Oops :-) 1999-05-23 01:54:54 +00:00
angelos
67e815ff61 Enable xmpeg3 1999-05-23 01:52:54 +00:00
angelos
e0be129e20 xmpeg3 port (front-end for amp mp3 player) 1999-05-23 01:52:32 +00:00
angelos
46b0626245 Add the man page in the PLIST, update created date in Makefile. 1999-05-23 01:48:35 +00:00
angelos
575cdd66de Enable mp3info 1999-05-23 01:45:45 +00:00
angelos
2df1a58934 MP3 info utility, adapted from FreeBSD 1999-05-23 01:45:17 +00:00
angelos
1467afaf08 Enable mp3encode port. 1999-05-23 01:42:51 +00:00
angelos
6ae1acc0b9 MP3 encoder software (adapted from FreeBSD) 1999-05-23 01:42:34 +00:00
espie
5ac3448778 Fix comments 1999-04-20 18:47:26 +00:00
espie
c3ac4733dc Crisper comments, remove unnecessary part, don't begin with an uppercase
unless semantically significant, remove trailing dot.
1999-04-20 01:09:51 +00:00
brad
79d052d920 correct install path of configuration file 1999-04-16 03:42:05 +00:00
brad
edfc222a46 - change email addresses, form@ to ports@
- remove unnecessary comments
1999-04-09 04:11:45 +00:00
brad
5581e5c629 re-arrange PLIST for package building 1999-04-03 10:19:07 +00:00
brad
6bab311225 fix dependency lists, fix email address's and remove unnecessary comments 1999-04-01 06:20:02 +00:00
brad
d022737d79 remove unnecessary comments and fix email address's 1999-04-01 02:57:50 +00:00
brad
1ad1bfd3e1 add some required patches; rohee@ 1999-03-31 20:53:10 +00:00
rohee
26a2f3ec80 Adding a man for xxmp 1999-03-29 18:05:51 +00:00
espie
caaef9a183 Erm... forgot the actual patch... why does cvs tell me about missing files
after the commit ? so that I can either get careless, or waste
time/bandwidth by running each commit twice...

Anyways, files/audio_openbsd.c is a `caching' audio system.
It's much smarter than the old one: uses get encoding to map the reasonable
encodings, does not even cross-check alaw/ulaw when 8 bit/16 bit work okay.

It does keep audio opened all the way instead of closing/reopening all the
time.

and it avoids gratuitous assumptions about PC broken hardware, such as not
having support for 8 bits signed and other brain-damage.

Missing part: it won't convert endianess on the fly when the only `right'
modes have the wrong endianess... this might occur with e.g., a sb16 on
an alpha.
1999-03-23 21:38:26 +00:00
espie
d43acf86bf Reworked from the ground up.
Basically, mpg123 assumptions about audio is broken. It assumes that
audio ioctl that change mode are instantaneous, which they are not, most
often, so that with the old model, start-up was 80 ioctl, which amounts to
~10 seconds with wss.

Added lazyness to basic audio.c so that it won't try to determine whether
we can play @ 8000Hz mono when 44100Hz stereo is what we want, and it
works...
1999-03-23 21:33:49 +00:00
espie
926e5fa1a6 Fix up PLISTs.
At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname,
and @pkgdep lines.

These are actually added by make package, and shouldn't usually be put
inside the PLIST, as this is extra information to update.

I left a few @cwd in, mainly for the perl modules, which want to live under
/usr to work.
1999-03-23 17:47:31 +00:00
brad
f39cc6dee2 fix checksums 1999-03-22 20:47:21 +00:00
espie
12655cc5bf Fix make install 1999-03-22 17:51:34 +00:00
brad
b71b756bf2 add esound to Makefile 1999-03-22 05:05:07 +00:00
brad
ce6c609ab3 add esound port 1999-03-22 05:03:31 +00:00
brad
18ec82a14d upgrade to sox 12.15 1999-03-22 01:27:06 +00:00
espie
af742bbc72 work around a bug in wss: AUDIO_FLUSH hangs the device.
Temporary, until bug is fixed.
1999-03-05 16:25:49 +00:00
espie
44e196b7bf Repair 16 bits. Easier to make it work when you've got 16 bit output
working.
1999-03-05 16:24:55 +00:00
brad
82e5b0175c add forgotten patch 1999-03-05 14:29:54 +00:00
brad
c4738c9dfc upgrade to mpg123 0.59q 1999-03-05 14:26:57 +00:00
marc
3e45db1680 add sha1 and rmd160 checksum to the existing md5 sums for all files;
Porters: please make sure you use bsd.port.mk 1.75 or later when
updating ports.  That version of the makefile adds all sums.  Previous
versions of the makefile will still work for people installing ports.
1999-03-04 05:55:44 +00:00
marc
30be626929 needs version 1.64 (or later) of bsd.port.mk
to build/install correctly; PLIST.noshared
1999-02-21 04:26:09 +00:00
marc
13b9a372ff use NO_SHARED_LIBS instead of test for alpha;
use PLIST.noshared instead of PLIST.alpha
1999-02-18 02:37:26 +00:00
marc
d323f70bd3 enable timidity in Makefile 1999-02-07 05:22:28 +00:00
marc
a7c75d5cd5 timidity; Joe <rys@tir.com> 1999-02-07 05:18:48 +00:00
marc
4dc993c625 fix the remainder of long COMMENT files 1999-01-27 00:22:28 +00:00
marc
2e58489a5a update to 0.6; John H Darrah <jhd@giddens.com> 1999-01-04 05:28:48 +00:00
form
7f35adc3c3 /usr/local/etc -> /etc/rplay; OpenBSD porting policy.
btw, in 2.4 /usr/local/etc doesn't exists at all...
1998-12-22 05:24:12 +00:00
espie
5e55c65054 Tsk, tsk. 1998-12-17 21:29:33 +00:00