Commit Graph

465 Commits

Author SHA1 Message Date
reinhard
3b22d5bdc8 Update to nap-1.4.4-ps8
Brief ChangeLog:
- In dynamically loaded user library code, prefix symbols with "_" on
a.out systems but not on ELF ones as naddy@ suggested.
- Made dynamically loaded user libraries support optional -- disabled
  unless USERCMDS is defined.
- Fixed two segfaults and a curses positioning bug.

from maintainer
2001-04-20 09:27:28 +00:00
espie
e28a7ba2c8 Make motif any, even though xmcd is slightly buggy with openmotif
(missing iconic images)
2001-04-19 01:59:35 +00:00
rohee
833d3e704e register dependency on gdk-pixbuf, thanks reinhard@ 2001-04-18 20:32:12 +00:00
espie
eef0f0e76b Fix USE_MOTIF, especially for those ports with `motif' flavors. 2001-04-18 15:01:02 +00:00
brad
7a53e24c6d - bump NEED_VERSION
- remove some redundant steps from post-install target
2001-04-18 02:00:08 +00:00
reinhard
20ec8ab73b update to nap-1.4.4-ps7
*) enable separate build, change version managing style
*) remove pkg/MESSAGE and unneded patches
*) better DESCR
*) bump NEED_VERSION
Brief Changelog:
- After asking you for the needed information, nap now creates the
  .napconf file automatically.  No sample distfile anymore.
- Added some keybindings for the main window.
- Fixed Ctrl-C so that it can break a nested loop; Ctrl-L so it really
  redraws the whole screen from scratch.

from maintainer
2001-04-17 10:44:03 +00:00
ho
7ddd30678f If we fail to open the audio device, print a warning about it.
Reported by <rd@thrush.com>.
2001-04-15 15:50:24 +00:00
obecian
1eabde0bc3 + bump NEED_VERSION, add COMMENT to Makefile
+ rm pkg/COMMENT
+ rm deprecated LICENSE_TYPE, add NEED_VERSION,
  spaces->tabs (general update/cleanup, some ports are OLD)
2001-04-13 03:23:59 +00:00
naddy
9eec384ae5 fix arts flavor; problem reported by lebel@ 2001-04-10 22:56:20 +00:00
reinhard
1a625987dc update to nap-1.4.4-ps4
There was a horrible bug in nap which prevented uploading at all, this
is a bugfix release.  Upgrade is advisable.
Brief Changelog:
- Fixed id3v2 bug; all id3v2 files should now be sharable and
  downloadable
- Additional control over what is displayed on the result screen.
­ Some command line parameters can be accessed internally now with the
commands /set, /unset, /pvars.
- md5 hashes are now calculated in the same way as the other clients.

from maintainer
2001-04-10 17:26:01 +00:00
espie
6cdfc2731a Spring clean-up.
- rename patches to new style.
- bye, bye USE_GMAKE, we have recursive variables now.
- pass COPTS through.
- a few more patches so that we get most prototypes
- integrate COMMENT
2001-04-10 00:51:59 +00:00
reinhard
d5975bdc4c update to nap 1.4.4-ps3
from maintainer

Brief Changelog:
- Pressing 'u' on an item at the search result list shows the nickname
  of the user who's offering the item.
- Added item queueing and /forceq command to deal with stuck queue
  items.
- /pdown shows the firewalled clients.
- Fixed "percentage completed" calculation in case of a "resume". It now
  shows the percentage of the total file.
- Fixed bug in numbering of results if "/set noresultscreen 1"
2001-04-08 13:46:55 +00:00
reinhard
5398dfbd5c no longer needed; from maintainer 2001-04-08 13:33:24 +00:00
espie
87ecd304cf Remove preposterous run dependency.
xhippo interfaces to a wide gamut of programs, including video-only
stuff such as xanim. There's no reason I should have to install mpg123
on a machine without a soundcard to use xhippo to browse through videos.
2001-04-05 19:32:55 +00:00
espie
49bc284aaa Finally repair xmp. temp race is so obvious to fix, and nobody will move.
Also, make driver more robust, by separating gain control (which often
does not work) from main setup.
2001-04-05 19:31:41 +00:00
espie
a5964ebdeb Fix typo 2001-04-05 12:09:58 +00:00
reinhard
b707782e78 update to nap-1.4.4-ps-2
The nap isn't really maintained by the real author anymore.  Instead,
there is another project which aims to continue the original author's
idea.  The new version is A LOT more stable, with various new fixes and
improvements.
The homepage is http://theory.stanford.edu/~selinger/nap/

Quick changelog with the main things:
- fixed a security bug (string format attack)
  ( http://www.shmoo.com/mail/bugtraq/sep00/msg00942.shtml )
- added --user, --pass, --email, --upload, --download, --dataport,
  --connection, --maxusers options to override settings in config file.
- look for config and library files in user's home directory, rather
  than current directory. Also, renamed these files more discreetly as
  .napconf and .nap_shared.
- fixed several memory leaks and null pointer bugs.

from maintainer
2001-04-04 10:53:44 +00:00
brad
9e8946d0ff upgrade to opennap 0.41 2001-03-31 22:41:48 +00:00
naddy
722c361367 +flac 2001-03-28 12:29:32 +00:00
naddy
433823ab2a Import of flac 0.8.
flac is a free lossless audio codec.  It does not compete with
MP3/OggVorbis, which are lossy compression schemes.  Instead, flac
can be considered an equivalent to gzip/bzip2, optimized for audio
recordings (wav files).
2001-03-28 12:27:20 +00:00
naddy
4fdc6a77b8 Work around hidden libtool dependency.
Problem reported by Charlie Brown <charlie@c237627-f.moline1.il.home.com>.
2001-03-28 12:11:18 +00:00
wilfried
853d7d06e7 - integrate COMMENT
- bump NEED_VERSION
- run ispell & fmt on DESCR
2001-03-28 09:59:37 +00:00
obecian
0de54d7d6d + remove SKIN-SPECS from Makefile (we really don't need two copies of it now)
+ add doc/gqmpeg/SKIN-SPECS-V1 to PLIST for historical value or hacking V1
  skins
2001-03-28 07:48:19 +00:00
obecian
7e2ac26dca gqmpeg-0.9.0 PLIST changes:
+ add @dirrm's for share/gqmpeg/skins to conform with
  gqmpeg Makefile (unbreak the port)
+ populate SKIN-SPECS in empty skins directory
+ README.plugin remains in doc/gqmpeg

(sorry rohee - i meant to update the port last night but you beat
 me to it before I got to tell you the PLIST was broken.) -- this
 is your original PLIST with my addition of README.plugin in doc
2001-03-28 07:34:57 +00:00
naddy
ad82401a86 Improve DESCR. Align with FreeBSD ports. 2001-03-27 21:32:31 +00:00
rohee
59f41ce969 update to 0.9.0, work mostly by obecian@ with help from Ibrahim Khalifa 2001-03-27 20:48:24 +00:00
kevlo
1587e2f07f Add xhippo 2001-03-27 09:43:16 +00:00
kevlo
ccdfc6e66b Initial import of xhippo-3.0
xhippo is a generic playlist manager for UNIX.
2001-03-27 09:42:42 +00:00
naddy
b29ed87dc9 Improve and integrate COMMENTs. 2001-03-25 22:04:07 +00:00
naddy
13084582a2 Plug memory leak in wav file writer; via NetBSD. 2001-03-25 21:21:16 +00:00
brad
735855d003 integrate COMMENT 2001-03-25 17:40:16 +00:00
reinhard
9bd1a1dddb o) change maintainer's email address
o) move COMMENT into Makefile
o) bump NEED_VERSION
2001-03-24 12:51:47 +00:00
naddy
d3f3e15459 Fix encoder on alpha; from Xiphophorus CVS. 2001-03-21 15:15:39 +00:00
wilfried
842843b0ea update to 1.6.0 2001-03-21 13:45:26 +00:00
naddy
c93c77306b Reflect reality: take over maintainership. ok todd@ 2001-03-20 15:25:33 +00:00
naddy
e834029a77 - build on powerpc
- use our driver in example file
2001-03-19 00:19:44 +00:00
naddy
933011307d +libao
+libogg
+libvorbis
+vorbis-tools
2001-03-18 20:12:29 +00:00
naddy
b1c7b1911d Remove OSS plug-in and replace with "sun" one for our native audio API. 2001-03-17 23:45:46 +00:00
naddy
a277f5d2d9 Fix ogg123 buffering. Prefer shared memory by mmap() over SYSVSHM
even after fixing the latter.
2001-03-17 17:07:10 +00:00
wilfried
7213aa3c78 must enclose COMMENT with quotes if it contains shell meta-chars 2001-03-17 16:06:52 +00:00
naddy
a0803059de Fix wave-file output on big-endian machines.
From NetBSD, pointed to by brad@.
2001-03-16 20:39:13 +00:00
espie
7573c60b4c Some more 2001-03-16 16:51:53 +00:00
wilfried
5d1c0720b4 + wmtune 2001-03-16 15:33:25 +00:00
wilfried
63d91bee74 Initial import of wmtune-1.1c
premier dockable radio tuner

Submitted by:  Vladimir Popov <pva48@mail.ru>
2001-03-16 15:30:47 +00:00
naddy
5738f2687c Create arts/esd/oss flavors; defaults to oss. 2001-03-16 11:58:43 +00:00
naddy
7a443d201f - /dev/dsp -> /dev/sound
- /etc -> SYSCONFDIR
- add proper INSTALL/DEINSTALL scripts
- rename and regen patches
- misc clean-ups
2001-03-14 15:04:11 +00:00
wilfried
f665e6e231 Add MASTER_SITES 2001-03-14 12:23:10 +00:00
todd
344abbd7a3 These tools will allow you to play, encode and manage Ogg Vorbis
files.
2001-03-14 01:58:25 +00:00
todd
890a28017c This source distribution includes libvorbis and an example
encoder/player to demonstrate use of libvorbis and documentation
on the Ogg Vorbis audio coding format.
2001-03-14 01:57:10 +00:00
todd
1db90fa30f Ogg project codecs use the Ogg bitstream format to arrange the raw,
compressed bitstream into a more robust, useful form.  For example,
the Ogg bitstream makes seeking, time stamping and error recovery
possible, as well as mixing several sepearate, concurrent media
streams into a single physical bitstream.
2001-03-14 01:55:42 +00:00