Commit graph

1434 commits

Author SHA1 Message Date
rh
b50ec5a371 Initial import of spiralsynth-0.1.7, an "analog" synthesizer with X11 gui. 2002-05-26 01:14:26 +00:00
hubertf
7cee8966be Update lame to 3.92. Changes:
* Alexander Leidinger:  add non linear psymodel (compile time option,
       disabled by default), workaround a bug in gcc 3.0.3 (compiler options,
       based upon suggestions from various people, see archives and changelog
       for more)
     * Steve Lhomme:  ACM wrapper (MS-Windows codec)
     * Steve Lhomme:  less memory copying on stereo (interleaved) input
     * Takehiro Tominaga: Inter-channel masking, enables with --interch x
       option
     * For buggy versions of gcc compiler (2.96*), back off on some of the
       advanced compiler options

Update requested by Brad Forschinger <bnjf@optushome.com.au> in private mail.
2002-05-25 12:47:59 +00:00
rh
c72bd97cd4 Add and enable mpg123-nas 2002-05-25 06:31:54 +00:00
rh
0ae89fff0f Add conflict with mpg123-nas-[0-9]*
While at it, move PKGNAME line one up to make pkglint happy.
Bump PKGREVISION.
2002-05-25 06:31:28 +00:00
rh
ca3fa3e2c6 Initial import of mpg123-nas-0.59.18, an mpg123 (mp3 player) variant with
an NAS backend.  This closes PR pkg/14317.
2002-05-25 06:28:00 +00:00
wiz
cf143c1dbe Correct checksum; the distfile has been fixed (had trailing garbage in there
previously, no other change). Closes pkg/16969 by Julio Merino.
2002-05-22 18:29:17 +00:00
zuntum
e8c916bef0 add & enable oggasm 2002-05-22 12:31:59 +00:00
zuntum
60970e73dd Initial import of oggasm-1.4.0 [as pkgsrc/audio/oggasm]
Oggasm is a program that makes converting your mp3 collection into oggs
at all but painless process. Using oggenc and mpg321(or mpg123), with perl
glueing it all together, oggasm is able to go through an entire collection,
identify id3 tags and then convert those mp3s into oggs while keeping
the id3 tags intact.

Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16580, slightly modified
by me.
2002-05-22 12:26:16 +00:00
cjep
606c411cb5 Add NetBSD tag. 2002-05-20 17:16:08 +00:00
martti
c90657f36b Updated icecast to 1.3.12
This release is a security update and all users are highly encouraged
to upgrade immediately!

(ChangeLog doesn't give exact details, it was updated 2000-03-01)
2002-05-15 07:28:51 +00:00
schmonz
ba0827d445 Add and enable rioutil. 2002-05-13 16:40:53 +00:00
schmonz
56a9c98b2e Import rioutil-1.1.2.0.1, a program and library to interface with
Rio 600, 800, Nike psa[play. This closes my own pkg/14951.

Tested with a Rio 800 Extreme.
2002-05-13 16:39:09 +00:00
schmonz
1dfd4a12bd * Use ossaudio.buildlink.mk.
* Include <ctype.h> for tolower() prototype.
* Fix pkg/16755 with patch from rxg (thanks!).
* Bump PKGREVISION (PLIST change).
2002-05-12 14:47:11 +00:00
abs
2b325a79cd prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
2002-05-12 10:16:44 +00:00
wiz
95a62c1ae0 Add and enable mpegaudio. 2002-05-12 00:56:08 +00:00
wiz
12ce2c8826 Initial import of mpegaudio, based on a package by Veego, which seems based
on the FreeBSD port:

mpegaudio is an MPEG/audio Layer 1 and Layer 2 software package.
2002-05-12 00:54:02 +00:00
wiz
f45a8b48a0 Update to 0.2.26.
Changes: Fix resampling from 44 to 48kHz, and other bug fixes.
2002-05-08 14:26:07 +00:00
tron
bf17569029 Use "LIBTOOL_OVERRIDE" instead of "LTCONFIG_OVERRIDE" because the later
one is not effective for this package. This fixes package list problems
under Solaris.
2002-05-06 12:18:25 +00:00
wiz
b2e435b229 Use bz2 distfile. 2002-05-05 16:10:26 +00:00
wiz
fe7e0cabbe Update to 0.16.0:
Added configuration of radio device.
Added 'save playlist' to main pop up menu.
Added open_file, open_playlist, open_custom, and save_playlist to the skin spec.
Many fixes to the ogg123 support (patch-ac).
gtk specific command line options now work.
Fixed a possible buffer over run in cpu percent usage polling (linux).

SLIK 0.10.0:

Added divider between dirs and files in path selection dialogs.
Fixed a file descriptor leak in skin loader.
Fixed writing of blank focus file name (should not be written at all)
 in the editor.
Fixed unhiding of a widget to update it's state first.
Fixed clist in place editing scroll bug.
Fix and guard against a few cases that may cause a crash at startup.
2002-05-05 13:13:15 +00:00
wiz
91f4e0d7a4 LTCONFIG_OVERRIDE -> LIBTOOL_OVERRIDE. 2002-04-29 18:54:12 +00:00
wiz
20407861c9 Update to 0.2.25: Bugfix releases. 2002-04-29 08:40:27 +00:00
zuntum
59740f72e5 Use .tar.bz2 distfile as it's smaller 2002-04-28 22:31:20 +00:00
zuntum
1ac7c6064a add & enable mp3asm 2002-04-28 16:55:26 +00:00
zuntum
e93eeaebdd Do the sed part a bit differently 2002-04-28 16:54:04 +00:00
zuntum
29f58e36aa Initial import of mp3asm-0.1.3 as pkgsrc/audio/mp3asm
An mpeg 1/2/2.5 audio layer 1,2,3 frame level editor. Allows for
cutting, copying, pasting of individual frames, correction of
common (correctable) errors, removal of bad frames and more.
Quite useful program for maintaining any mp3 collection.

Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16530
2002-04-28 16:51:05 +00:00
tron
11dd23d11b Fix wrong filename of strings file. Problem reported by
<collver@linuxfreemail.com> in PR pkg/16521.
2002-04-28 14:44:13 +00:00
rh
ac88bdb86d Add buildlink.mk file. Provided by <collver@linuxfreemail.com> in PR
pkg/16470, thanks!
2002-04-27 10:37:07 +00:00
rh
4ad5e4932a Update flac-xmms to 1.0.2. Changes are bugfixes and general cleanup.
Patch provided by <collver@linuxfreemail.com>, thanks!
This closes PR pkg/16470.
2002-04-27 10:12:40 +00:00
rh
a6c4dbcc13 Update flac to 1.0.2. Changes are general bugfixes and cleanups.
This closes PR 16469 by <collver@linuxfreemail.com>, thanks!
2002-04-27 10:07:01 +00:00
abs
7ff85ef226 Check for arm and arm32, not just arm32. 2002-04-25 16:34:15 +00:00
schmonz
68e5b82b15 Add and enable xanalyser. 2002-04-23 03:34:53 +00:00
schmonz
883c1cbfb0 Import xanalyser-1.21. Patches and approval by garbled.
The frequency analyser showes the frequency spectrum of the source,
either separately for both channels or together.   Roughly speaking
the XY scope draws a plots where the left channel is used for the
x axis and the right channel for the y axis. Thus a audio signal
only present on the left channel produces a horizontal line, whereas
a audio signal only present on the right channel produces a vertical
line.  Can be used as a PC-Based RTA.
2002-04-23 03:33:26 +00:00
cjep
9da542599a Small nit: Cheesetracker's configure script calls c++ explicitly rather than
using CXX when determining version number.
2002-04-21 11:22:13 +00:00
zuntum
f909bd5003 add & enable musicbrainz 2002-04-19 20:24:48 +00:00
zuntum
c1b67caba2 Initial import of musicbrainz-1.1.0 [pkgsrc/audio/musicbrainz]
MusicBrainz is the second generation incarnation of the CD Index.
This server is designed to enable Audio CD and MP3/Vorbis players
to download metadata about the music they are playing. All of the
data collected on the Musicbrainz server is made available to the
public under the OpenContent license.

Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/15984
2002-04-19 20:23:58 +00:00
zuntum
7a65e97881 add & enable id3v2 2002-04-19 14:36:14 +00:00
zuntum
b911827ff9 Initial import of id3v2-1.0.6 -- command-line id3v2 tag editor
This command-line utility will allow you to modify MP3's id3v2
tags. The are more powerful than the default id3v1; they can store
infomation about what band recorded the song, the song name, etc. and
without string length limits.

Provided by Julio Merino <slink@unixbsd.org> in pkg/16332
2002-04-19 14:35:29 +00:00
wiz
25b1faaeb8 Correct package name in comment. pkg/16399 by Julio Merino. 2002-04-18 14:34:18 +00:00
fredb
9807afcb60 Update dependency on xforms. We're mainly bumping the dependency
and package revision, since we may now link against the forms shared
library, and because we also have to add a dependency on jpeg lib.
2002-04-17 04:45:06 +00:00
tron
b6343d0c10 Use "suse_linux/Makefile.application" to pick correct SuSE packages. 2002-04-04 12:29:46 +00:00
fredb
919b7de04a Update to version 2.1.2:
Added ability to balance / pan in mixplay screens (2, 4, desk).
  Added FEATURES document.
  Update TODO document with user suggestions.
2002-04-01 15:26:36 +00:00
dmcmahill
a9ba251827 depend on the gcc package on systems with old toolchain. This lets this
package work on several platforms which formerly failed due to a c++
compiler bug.
2002-03-31 13:32:22 +00:00
lukem
550ed9d642 fix minor memory leak in ogg123_comment_set() introduced in previous 2002-03-25 06:24:59 +00:00
lukem
c13b5c0e0f Add back patch-ac containing various ogg123 playback fixes (different
from the last set), making ogg playback useful:
- implement ogg123_pipe_open() which opens a pipe and runs the command
  supplied in the char **, returning the child pid and fd array from pipe(2).
  based on code from ogg123_child_run().
- replace popen() with ogg123_pipe_open() in ogg123_info_get(),
  ogg123_comment_get(), and ogg123_comment_set().  now info actually
  works for file names which contain wacky shell characters (where
  surrounding the file name with quotes just Isn't Enough)
- parse_bitrate(): current bitrate in ogg123 output is now "(NNN.MM kbps)",
  so look for that rather than "Bitrate: NNNN"
- when setting the initial bit_rate for a song, use "bitrate_average / 1000"
  rather than "bitrate_nominal", since bit_rate is in kbps and bitrate_*
  is in bps and bitrate_average is more appropriate that bitrate_nominal.
2002-03-25 05:44:48 +00:00
jmc
8eda3519a2 Add buildlink for tcl 2002-03-25 01:49:04 +00:00
wiz
f3f1c5fecd Update to 0.2.3.
Changes since 0.2.1:
Fixed a bug involving the processing of 24-bit audio data on
little-endian systems.
Added support for IMA and MS ADPCM.
Added support for the IRCAM file format.
Added support for AF_QUERYTYPE_COMPRESSION.
Added support for floating-point data in the AIFF-C and WAVE file
formats.
Improved support for compressed data formats in AIFF-C, WAVE, and NeXT
.snd file formats.
Cleaned up code for 64-bit systems.
Cleaned up some compiler warnings.
Added many new tests.
Fixed several small bugs.
Cleaned up code in many places.
2002-03-24 21:38:25 +00:00
yyamano
d537b0d544 Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. 2002-03-23 17:44:21 +00:00
wiz
c07376c44b Update csound to 4.13.0.2a, provided by Ben Collver in pkg/14631.
Changes unknown, package changes:
* the c-preprocessor should now correctly chose whether to build big-endian
  or little-endian specific code
* added support for NetBSD native audio API
2002-03-23 02:36:45 +00:00
wiz
672215ec86 Update to 4.18, provided by Ben Collver in pkg/14630.
Changes are unknown. Package changes:
* the c-preprocessor should now correctly chose whether to build big-endian
  or little-endian specific code
* added support for NetBSD native audio API
2002-03-23 02:22:59 +00:00