Commit Graph

492 Commits

Author SHA1 Message Date
jasoni
77580daef0 Update to v1.3f. 2001-06-10 01:05:30 +00:00
naddy
164ce0b1d1 Update to 0.10:
* both encoder and decoder are significantly faster
* flac now has gzip-like command-line usage (should be more intuitive)
* the -# options have been tweaked for efficiency; -5 is the new default
* flac now autodetects WAVE input
* flac now ignores (with warning) unsupported WAVE subchunks
* new -o and --delete-input-file options
* new SEEKTABLE metadata block for storing seek points (speeds up seeking)
2001-06-07 20:17:49 +00:00
kevlo
c2247fc226 - upgrade to version 3.1
- bump NEED_VERSION
2001-06-06 10:01:41 +00:00
angelos
d49d8dd77a Being pendantic about COMMENT phrasing (seb@todesplanet.de) 2001-06-06 01:44:12 +00:00
reinhard
6280fa6f8b SUBDIR += knapster 2001-06-05 10:09:46 +00:00
reinhard
d6d2f6c779 update to knapster2-0.2
new maintainer: Flinn Mueller <flinn@activeintra.net>
ok jakob@
2001-06-05 10:06:42 +00:00
kevlo
049cec32b0 bump librplay version 2001-06-04 09:41:35 +00:00
angelos
7a313d5bf8 Don't use both -t and -n on mp3info....ok espie@ 2001-05-30 23:57:52 +00:00
naddy
2137ae4583 - Depend on devel/gettext rather than building the included one.
- Properly install the message catalog files.
- Fix choice of ogg123 output devices.
- Miscellaneous cleaning.
ok rohee@
2001-05-22 13:04:59 +00:00
naddy
7b081f4b61 oops, add esd dependency for respective flavor 2001-05-22 11:18:26 +00:00
wilfried
82efd3aa16 new wraster lib in Window Maker 2001-05-21 14:11:29 +00:00
naddy
fd534e02fd fix alpha; from Matt Zimmerman <mdz@debian.org> on flac-dev 2001-05-20 12:06:51 +00:00
naddy
3b550d74bb fix patch and simplify 2001-05-19 19:12:36 +00:00
lebel
4c3833238d add grip. 2001-05-19 00:22:06 +00:00
lebel
1c08abfd36 initial import of grip 2.95:
--
Grip is a front-end to external cd audio rippers (such as dagrab
or cdda2wav). It also provides an automated frontend for MP3 encoders,
letting you take a disc and transform it easily straight into MP3s.
The CDDB protocol is supported for retrieving track information
from disc database servers. Grip works with DigitalDJ to provide a
unified computerized version of your music collection.
2001-05-19 00:21:00 +00:00
naddy
bc0b915ca8 Update to 0.9.
Several bug fixes and new features.  Format changed.
2001-05-18 19:14:38 +00:00
naddy
f436b08442 typo; Camiel Dobbelaar <cd@sentia.nl> 2001-05-15 16:17:56 +00:00
naddy
7670a4e329 Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures.
Bump NEED_VERSION accordingly.
2001-05-10 19:20:40 +00:00
pvalchev
3c45f85455 Switch my email over @openbsd.org.
Insert all COMMENT lines into double quotes for consistency.
2001-05-09 23:26:16 +00:00
pvalchev
4a4705e678 Update to nap-1.4.4-ps9:
- config files are moved to ~/.nap directory (old files are
automatically moved there for now)
- fixed several memory leaks, general code cleanup
reviewed by naddy@
2001-05-09 22:37:59 +00:00
brad
7367ebcd8e upgrade to bladeenc 0.94.2 2001-05-08 13:46:09 +00:00
naddy
3accba2391 +mpg123,esd 2001-05-05 22:45:49 +00:00
espie
18c74da733 Kill COMMENTS from archivers, audio, benchmarks. 2001-05-05 21:59:24 +00:00
naddy
4fd45d6e59 - cleanup, better CFLAGS/COPTS handling
- add esd flavor
- don't clobber xterm title
no response from maintainer; ok espie@
2001-04-24 00:48:12 +00:00
avsm
27b3086c64 fix build on powerpc, naddy@ ok 2001-04-22 22:57:27 +00:00
brad
a4cfcf20c1 - bump NEED_VERSION
- check if NO_SHARED_LIBS = yes
- MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing.
--
Ok'd by: espie@
2001-04-21 14:33:47 +00:00
espie
3554aff9a1 Don't build knapster 2001-04-21 14:18:59 +00:00
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