Commit Graph

447 Commits

Author SHA1 Message Date
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
todd
f76e80bbcf Libao is a cross-platform audio library that allows programs to output
audio using a simple API on a wide variety of platforms.  It currently
supports:
.   * Null output
.   * WAV files
.   * OSS (Open Sound System)
.   * ESD (ESounD or Enlighten Sound Daemon)
.   * ALSA (Advanced Linux Sound Architecture)
.   * Solaris (untested)
.   * IRIX (untested)

.. thanks to naddy@ for beating oss into shape!
2001-03-14 01:54:08 +00:00
angelos
80ae150c32 Patch no longer needed. 2001-03-13 19:45:02 +00:00
angelos
0271b645fd New version (properly numbered too!), license is GPL, uses the free
database (now that CDDB went commercial).
2001-03-13 02:53:29 +00:00
naddy
05c9ccfa85 - fix building with glib/gtk 1.2.9
- quell warning
ok maintainer
2001-03-11 21:57:45 +00:00
wilfried
61ec94c7f6 -clean up (match Makefile.template)
-add USE_X11 where forgotten
2001-03-09 14:28:45 +00:00
brad
c491e7b2e2 upgrade to bladeenc 0.94.0 2001-03-08 21:00:55 +00:00
espie
19dc841c95 Rename patch.
Save GENRE in cddbinfo.txt
2001-03-08 18:22:00 +00:00
rohee
76cca723be update download site too 2001-03-06 22:22:56 +00:00
rohee
8bf9f383c6 update HOMEPAGE 2001-03-06 21:04:54 +00:00
obecian
22ee7de766 lopster-0.9.8 update
submitted by Cameron Lerch <opcode@skylab.saturn5.yi.org>
2001-03-05 04:49:12 +00:00
wilfried
68cf3d495c don't use sizeof on a malloc:ed string 2001-03-02 16:33:07 +00:00
naddy
5369667414 - update to 0.6.1
- remove ONLY_FOR_ARCHS
- fix MASTER_SITES
- respect CFLAGS
ok angelos@
2001-02-27 12:12:44 +00:00
avsm
87b1891e0d correct bad LIB_DEPENDS entry 2001-02-27 07:49:05 +00:00
brad
26dc062732 upgrade to bladeenc 0.93.10 2001-02-18 21:36:00 +00:00
brad
f8d784b524 sync libtool patches 2001-02-18 21:21:41 +00:00
brad
58fa90c6dd trim 2001-02-18 21:15:51 +00:00
brad
6cd55c1e1d ensure that esound support is disabled if not using the esd FLAVOR. 2001-02-18 21:09:06 +00:00
brad
c5d3f01d1c sync libtool patches 2001-02-18 21:06:51 +00:00