Commit graph

571 commits

Author SHA1 Message Date
pooka
3117df54a4 Include sys/param.h to make check against __NetBSD_Version__ actually work. 2000-03-01 22:26:18 +00:00
pooka
ed1da0c59f Give the VM system a hint that we'll be using the mmap()ed data for
sequential read.

add RCS tag to patch-aa
2000-03-01 22:03:37 +00:00
simonb
3c08a3af07 Update bladeenc to 0.92.0-stable.
Update from Markus Kurek in PR pkg/9501.

Major changes from 0.90 are:

 - Optimisations and restructuring of major components of the encoding
   process - 34% faster on a K6-2 350!
 - Fixed bug with crashes producing mono mp3's from stereo input.
 - Fixed bug with bad-sounding mono mp3's.
2000-03-01 00:02:56 +00:00
scw
b588fe3017 Update to version 2.1.1.
The author has incorporated the stdio changes which were originally
in the patch files being deleted.
2000-02-29 16:57:45 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
wiz
6c1c009467 install license, lowercase program name, USE_X11BASE 2000-02-23 11:56:50 +00:00
wiz
a6baef86f3 honor X11BASE during compile, install additional documentation 2000-02-23 11:49:55 +00:00
scw
a17340ae4b Update package to dap-2.1, and simplify the Makefile now
that the tarfile has a version number.
2000-02-22 14:26:50 +00:00
dmcmahill
63b8d73d86 - mark as broken on big endian machines.
- add some patches that move in the direction of support for big endian
  machines.
2000-02-20 18:30:39 +00:00
scw
111162730b The author has released a new version of the tarfile. Unfortunately, the
filename has no indication of the version number. Until then, all I can
do is update the package tarball's checksum.

I hope to hear from the author soon about versioning the tarball to make
life easier here. In the meantime, I'm just going to have to delete the
tarball from ftp.netbsd.org ...
2000-02-19 19:21:57 +00:00
itojun
bebe9558b5 make the pkgsrc IPv6 ready.
% mpg123 http://www.v6.foo.com/
2000-02-18 11:04:10 +00:00
jlam
ce2de0eede Add and enable realplayerG2. 2000-02-17 22:47:51 +00:00
jlam
a4fc4814ce realplayerG2 - Linux RealPlayerG2 for i386 2000-02-17 22:44:19 +00:00
garbled
885a172486 Add optimization for alpha. Enables tons of compiler optimizations on
the build, and links with the libffm libm replacement for alpha.

160kbit encode without libffm: 3:44
160kbit encode with libffm   : 2:03
VBR=4 encode without libffm  : 9:12
VBR=4 encode with libffm     : 4:39
2000-02-15 18:12:16 +00:00
agc
4cffd86a29 When multi-line dependencies occur, use a "DEPENDS+= package" format
for each of the continuation lines, rather than using backslashes to
continue a single, long definition. This makes it much easier to spot
pre-requisite packages and other dependencies.
2000-02-15 09:26:12 +00:00
fredb
960d477944 Update xmcd to 2.6. New command line option to start playing
a particular track immediately, more. Complete history at
<http://metalab.unc.edu/tkan/xmcd/changes.txt>
2000-02-13 19:17:23 +00:00
soren
59a1eedaef The distfile must be fetched manually, so mark as interactive. 2000-02-09 00:19:22 +00:00
garbled
51d56aa1ef Add patch from Joachim Kuebart to make lame work on alpha. 2000-02-08 16:54:41 +00:00
wiz
404119f6c4 regen 2000-02-06 04:19:48 +00:00
wiz
c2ed57f5ee wildcarded esound dependencies 2000-02-06 03:34:48 +00:00
wiz
397be1d7dc updated esound to 1.2.17. From the ChangeLog:
* audio_solaris.c: Don't spit warnings if /dev/audio doesn't
        exist. User probably knows he doesn't have a sound card.
        * esdlib.c (esd_connect_tcpip): Fix case in which user specifies
        only a port number (first character of host is :)
2000-02-06 03:33:51 +00:00
wiz
b101a807ba ${MKDIR} includes '-p' by default 2000-02-05 18:17:18 +00:00
hubertf
04fef69775 Update to V0.05.5, changes:
- Two new playmodes... loop and random.
- Continous play has been fixed, it does not crash eMixer anymore, also
  the user has better control of it.
- A bias meter has been included, you can tell how many times you have
  played a song.
- The total number of tracks on your playlist is now displayed.
2000-02-02 03:39:59 +00:00
rh
333e8953ef Make cdparanoia compile under NetBSD-1.4.x (pointed out by Eric Mumpower
on the cdparanoia mailing list).
2000-01-28 07:18:37 +00:00
jlam
0406cd8bdc * Libtoolize.
* Teach rplay to look for libedit readline emulation if it exists.
* Cosmetic changes to installation process.
* Depend on rx-1.5.
2000-01-26 22:11:41 +00:00
jlam
0c171b3485 * Update rplay to 3.3.2.
* Libtoolize build.
* Teach rplay to look for libedit readline emulation if it exists.
* Add dependency on rx-1.5.

Changes since rplay 3.3.1:

* Added devrplay.so which can be used with LD_PRELOAD to add rplay support
  to audio applications use /dev/dsp.  devrplay is known to work with rvplayer,
  xmp, mpg123, freeamp, s3mod, esd (Enlightenment Sound Daemon) and even
  rplayd itself.  devrplay.so should be installed in your LD_LIBRARY_PATH.
  Example usage:

  bash$ LD_PRELOAD=devrplay.so rvplayer
  bash$ LD_PRELOAD=devrplay.so /usr/X11R6/lib/X11/rvplayer/rvplayer
  bash$ LD_PRELOAD=devrplay.so dd if=/foo/bar/sound.wav of=/dev/dsp
  bash$ LD_PRELOAD=devrplay.so xxmp sound.mod
  bash$ LD_PRELOAD=devrplay.so mpg123 sound.mp3

  tcsh users will probably need to `setenv LD_PRELOAD devrplay.so; command'
  instead of using the `LD_PRELOAD=devrplay.so command' syntax.

  devrplay has only been tested on Linux, but it should be possible to
  get it working on other systems.

* Added rptp "set" command.  This can be used to set rplayd
  variables.  One important use of this is to set the audio-close
  variable.  Examples:

  Tell rplayd to close the audio device:
  $ rptp set audio-close 1

  Tell rplayd *not* to close the audio device:
  $ rptp set audio-close 0

* Added rplayd monitor support which allows rptp clients to monitor
  audio data that is written to the audio device.  rptp clients can
  now issue the "monitor" command to start receiving audio data.
  One use of this feature is to pipe the audio data to a program
  for visual display.

* rptp includes support for GNU readline and also displays progress
  information when doing get, put, and monitor.

* Fixed several potential rplayd buffer overflows.

Changes since rplay 3.2:

* Improved Linux support, including playing sounds directly
  from ATAPI CDROM.  Tested with the following:

      Linux 2.0.34
      Debian 2.0
      ESS ES1688 AudioDrive (rev 6) (3.1)
      TOSHIBA CD-ROM XM-1502B, ATAPI CDROM drive

  This also includes a new --audio-fragsize rplayd option.  See
  README.linux for more information.

* Support for external helper applications used to convert
  unsupported audio formats.  Helpers can be configured to
  support formats such as MPEG (using mpg123), modules
  (using xmp), and any other format that can be converted
  using a stdin -> stdout filter.

* --fork and --no-fork rplayd options.  When not in debug or inetd
  mode, rplayd will fork to put itself in the background.

* rplayd is now installed in $prefix/sbin/rplayd instead of
  $prefix/bin/rplayd.

* Running rplayd from inetd now requires the --inetd option.

* --enable-rplayd-user=USER and --enable-rplayd-group=GROUP
  configure options.

* --user=USER and --group=GROUP rplayd options.

* Lots of bug fixes.
2000-01-26 22:11:28 +00:00
jlam
1944e9c4ea * Libtoolize libgsm.a build.
* Use a shared library numbering scheme of libgsm.so.x.y instead of
  libgsm.so.x.y.z.  Instead of libgsm.so.1.0.10, we now have libgsm.so.1.10.
2000-01-26 22:09:31 +00:00
wiz
d188237a4e don't use pthreads, even if they are installed; fixes PR 9002 2000-01-22 14:34:29 +00:00
itohy
56cd0ff366 add & enable cdparanoia 2000-01-19 08:09:15 +00:00
itohy
03fef19591 An attempt to port cdparanoia-III-alpha9.7.
CD-DA extraction tool with excessive data corrections,
such as jitter, loss of data, etc.

This will soon be obsoleted by cdparanoia IV, I hope....

Most SCSI/ATAPI CD-ROM drives should work fine.
However, the ATAPI stuff is totally untested, and
if it happened to work, it was a miracle. :-)

Currently,
  - the feature to search for CD-ROM device is not
    implemented and the -g option is required,
  - the libraries are not installed.
2000-01-19 08:03:00 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
tron
d4f6494b6c Update for yet another directory structure change on the GNOME FTP sites. 2000-01-15 10:16:17 +00:00
tron
0e3f98369d Update for yet another change of the directory structure on the GNOME FTP
servers.
2000-01-15 09:58:13 +00:00
tron
2453fb86cd Update for yet another directory structure change on the GNOME FTP sites. 2000-01-15 09:46:57 +00:00
soren
705a41a128 Depend on suse_linux>=6.1, not >=6.1p1. 2000-01-13 11:15:09 +00:00
agc
b47bd84762 Extra files for working rio program. 2000-01-11 11:32:11 +00:00
agc
1e43bb2f84 Make this program work.
+ add -li386, and a check to make sure that root is running the program
  (for obvious reasons)
+ add a small shell script to find the lpt port easily

Initialisation of flash RAM on the rio is slow, but upload works quite
well and fast. Not yet tested with external flash media.
2000-01-11 11:31:18 +00:00
soren
2259fe94f2 Allow newer versions of SuSE Linux libraries. 2000-01-11 02:25:28 +00:00
wiz
3b79fd07c9 find -> ${FIND} 2000-01-08 04:02:25 +00:00
hubertf
1d38503493 software := code + documentation 2000-01-07 04:20:49 +00:00
tron
6150e76c68 This package requires Tk not only Tcl. Problem noted by Bjoern Labitzke
on "tech-pkg@netbsd.org".
2000-01-06 22:55:04 +00:00
abs
3cd9692f8c Add ac3dec 2000-01-06 04:05:35 +00:00
abs
2b2380abca ac3dec-0.5.6 package from David Maxwell (ac3 audio decoding tools) 2000-01-06 04:03:16 +00:00
wiz
2cd5b50774 oops. moved patches-aa to patches/patches-aa 2000-01-06 01:40:10 +00:00
wiz
c76cd127e1 install info files correctly, make binary package work 2000-01-05 17:56:46 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
tron
6d9e94f430 Adapt to new directory structure on GNOME ftp sites. 2000-01-02 18:02:39 +00:00
wiz
419f0da378 replaced some commands by their ${COMMAND} counterparts 2000-01-02 03:07:31 +00:00
agc
936b3a27a5 Add the XFree86 copyright notice from the file from which inb() and
outb() were taken.

Regenerate patchsum.
1999-12-31 22:07:48 +00:00
agc
261774871d Add and enable rio. 1999-12-31 21:20:25 +00:00