summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed4-8/+4
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23Make this build in NetBSD -current (statfs->statvfs).xtraeme2-11/+23
2004-04-22Remove XXX comments, this file is verified to work.ben1-6/+1
2004-04-22Change ../../wip/portaudio to ../../audio/portaudio in buildlink[23].mk.ben2-4/+4
2004-04-22set drochner@ as maintainerrecht1-2/+2
2004-04-22Clean up traces of buildlink2->buildlink3 conversion; remove unusedwiz5-38/+7
bl2 file.
2004-04-22Convert to buildlink3.wiz1-5/+5
2004-04-22Update to 0.8.1; patch from Kouichirou Hiratsuka in PR pkg/25280.jmmv2-5/+5
* Really fix playlist saving. * Include completely untagged files too. * Fix .applications file to handle any gnome-vfs location. * Fix iPod compilation on big-endian machines. * Find iradio-initial.pls correctly. * Fix a prototype. * Make saving playlists dialog work with GTK+ 2.4. * Squash a few small memleaks. * Update es, pl and ja translations.
2004-04-20Upgrade audacity to version 1.2. Notable changes are:ben21-1134/+327
* this is now the stable version * can now record and edit 24-bit and 32-bit samples * sound input and output has been improved * can now record more than two channels at once * buffering is improved, for lower chances of skipping and buffer underruns * three new effects change teh pitch and tempo of a track * most effects now include a preview button * other new efefcts include compressor, repeat, and normalize * features a dsp language called nyquist for programming new effects * improved user interface * internationalization
2004-04-20Add portaudio SUBDIR.ben1-1/+2
2004-04-20Initial import of portaudio-18.1, a portable cross-platform audio API.ben11-0/+274
Package provided by dotz@irc.pl. PortAudio is a free, cross platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' that will compile and run on many platforms including Windows, Macintosh (8,9,X), Unix (OSS), SGI, and BeOS. PortAudio is intended to promote the exchange of audio synthesis software between developers on different platforms, and was recently selected as the audio component of a larger PortMusic project that includes MIDI and sound file support. PortAudio provides a very simple API for recording and/or playing sound using a simple callback function. Example programs are included that synthesize sine waves and pink noise, perform fuzz distortion on a guitar, list available audio devices, etc.
2004-04-20bl3ify and update to version 1.2.2 (part of kde 3.2.2)markd4-31/+31
Changes: ALSA: Make aRts work through DMix-devices
2004-04-18Update to 2.0:wiz2-6/+5
# Mp3splt v. 2.0d - bug fixed: long filename for performer in CUE file caused seg fault - bug fixed: bad parsing of CUE files (again.. ;), for global artist and album - bug fixed: "EOF" string introduced to reach end of file. Now minimum splitpoint number changed back to 2. # Mp3splt v. 2.0c - feature improved: number of digits for @n number optimized. - feature improved: new parameter ("min") for -s to specify a minimum length. - feature improved: number of found silence points displayed during process. - important bug fixed: corrected CUE time parsing and hundredths calculation. - bug fixed: answering 'n' to -e option question, didn't abort ;-) # Mp3splt v. 2.0 --------------------------------------------------------------- NOTE for people who already used mp3splt From this version some important changes took place: - to specify output filename: NO: mp3splt file.mp3 0.0 1.0 output.mp3 YES: mp3splt file.mp3 0.0 1.0 -o output.mp3 - silence option with user threshold and track number: NO: mp3splt -s 0.45 file.mp3 10 YES: mp3splt -s th=0.45,nt=10 file.mp3 - "mp3splt.log" file with -s option changed format, old logs are now incompatible with new version, and viceversa. Please read man page for more detail --------------------------------------------------------------- - new feature added: new option -k, for input not seekable. - feature improved: now it's allowed to specify STDIN and STDOUT ("-") - feature improved: now also parameters for -s option must be specified in unic argument using th, nt, off, rm. Keep in order! ;-) - feature improved: it is possible to remove silence with -s option. ("rm") - feature improved: new parameter ("off") for -s and -a to adjust splitpoint - feature improved: mp3info() completely rewritten using mad library. - feature improved: more than one file can be specified on command line - feature improved: now -o option extended to all uses for filename format. - feature improved: possibility to specify only one split time to mean to split from time to end of file. - feature improved: no more [outputfile], you always have to use -o option, even for one single file. - "bug" fixed: original vorbis comment preserved for all splitted files. - bug fixed (Thanks Lukasz Czarniecki): now performer for cue is taken in account for ID3. - bug fixed: better handling of files with Xing header. Also "bytes" field is taken - bug fixed: corrected dirty bug for cue files with minutes over 99. - bug fixed: missing break instruction in a switch() statement ;-) - bug fixed: error notice if input and output files are the same file. - bug fixed: MAXTRACKS redefined to 1000 (do you really want to split more than 1000 files?? ;-)
2004-04-18No longer used.snj1-20/+0
2004-04-18Make timidity build and run in Linux.ben1-2/+12
2004-04-18Make gmodplay build and run in Linux.ben1-2/+12
2004-04-18Convert to buildlink3.snj1-4/+4
2004-04-18Add curses dependency.ben1-1/+2
2004-04-17Make csound-dev build and run in Linux.ben3-5/+18
2004-04-17Enable pkgviews installation.minskim1-1/+3
2004-04-17drop maintainershipzuntum1-2/+2
2004-04-17regen to remove an unused entry.minskim1-2/+1
2004-04-17regen; patch-af is not needed any more.jmmv1-2/+1
2004-04-17BUILDLINK_TRANSFORM+=l:MesaGL:GL is in MesaLib/buildlink3.mk now.snj1-3/+1
2004-04-17Update to SDL-1.2.7.snj3-6/+6
Changes: * SDL no longer sets a fatal signal handler for SIGPIPE * Fixed modifier key state on MacOS X * Added support for remote XVideo * Fixed static linking on MacOS X * Fixed compiling with broken Linux 2.6 headers * Fixed mouse cursor visibility and focus events on MacOS X * Added support for /dev/joy* on Free/Net/OpenBSD * Fixed problems with CD-ROM audio playback on MacOS X 10.1 * Added dynamic GL library loading to MacOS Carbon support * Added function to create RWops from const memory: SDL_RWFromConstMem() * Fixed build problems with newer versions of automake * Fixed MacOS X libtool framework support * Added CPU feature detection functions to SDL_cpuinfo.h * Fixed illegal instruction crash using 3DNow on Intel processors * Fixed asm issues with mmx.h and gcc 3.3 * Fixed crash calling app defined window proc * Fixed long long constant warnings in GCC 3.3.1 * Fixed joystick open problems on BSD * Fixed X11 mode line crash with only one video mode Fixes PR pkg/22462. Okayed by wiz@.
2004-04-16Update to 0.8.0:jmmv3-8/+11
* Fix playlist saving [Colin Walters] * Memory leak fixes [Benjamin Otte] * Ignore .Trash directories [Jonathan Blandford] * Add audio/x-mod to known music types [Colin Walters] * Several drag and drop fixes [Colin Walters] * Fix usage of GtkFileSelection [Colin Walters] * Revert back to using "Music Player" as Name [Colin Walters] * Add code to guard against some GConf errors [Colin Walters] * Display error on missing help files [Colin Walters] * Some station properties dialog UI tweaks [Colin Walters] * Remove quality column for now, it doesn't work [Colin Walters] * Require GStreamer 0.8 [Colin Walters] * Handle invalid UTF-8 when parsing playlists [Colin Walters] * Fixes to bonobo interface [Colin Walters] * Quote names with spaces for allmusic.com URIs [Colin Walters] * Disable GTK+ sounds just for Rhythmbox [Miguel Coca] * Better error message on missing plugin [Colin Walters] * Fix GConf schema default for selected source [Colin Walters] * A really major crasher bug fixed [Colin Walters] * Allow player to release audio sink when GStreamer supports it [Benjamin Otte] * Fix several crashers in multiple selection dialog [Colin Walters] * New translations: en_CA, en_GB, pa. * Updated translations: id, lt, cs, ca, pt_BR, es, nl, sv, pl, da, pt, no, sr, hr.
2004-04-16Updated xfce4 to 4.0.5martti3-6/+8
This is a maintenance release, aimed at bug-fixing; no new features are being added to the 4.0 branch. The main purpose of this release is compatibility with the recent GTK+ 2.4.x release along with other fixes.
2004-04-16Finish move of gst-plugins-ogg from audio to multimedia.jmmv4-22/+1
2004-04-16gst-plugins-ogg now lives in multimedia.jmmv1-2/+2
2004-04-15Update gst-plugins* to 0.8.1:jmmv8-15/+17
Features of this release * Parallel installability with 0.6.x series * Internationalization * New translations in this release: Swedish, Afrikaans, Azerbeaijani * Translations: af az nl sr sv * Updated to the new core 0.8 subsystems * Reworked play and media-info libraries * Updated osssink: now does probing of possible output properties * Updated qtdemux: fixes for MACE audio * New debug element: quasirandom byte changes * New element: dvddemux * New element: kiosrc, a KIO-slaves source * Fixes to all other elements, including level, videodrop, gnomevfssrc, speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2, cacasink * Portability fixes * ChangeLog use * Coding style consistency * Various memleak and buffer overflow fixes Bugs fixed in this release * 120883 : osssink advertises more rates than it handles * 125732 : v4l2src don't support all YUV formats * 134301 : gst-plugins should depend on X * 135919 : Mandrake 10 * 136477 : [PATCH] gst-launch-ext does not support .mov * 136527 : gdk_pixbuf makefile tried to execute targets contrains in... * 137348 : media-info .pc file lacks a 'Version:' line * 137448 : mpegaudioparse: crash (bus error) * 137504 : mpeg2dec fails on 422 encoded material * 137556 : Ogg Vorbis playback has poor spatialization * 137588 : ffmpegcolorspace gives critical when it should throw error * 137722 : Quicktime audio parsing is broken * 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v * 138168 : id3tag using gst_event_new_discontinuous incorrectly? * 138169 : matroska-demux using gst_event_new_discontinuous without ... * 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis... * 138846 : all of the ladspa-wrapped source-plugins fail to go to pl... * 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0 * 139034 : Non-standard test(1) operator used in configure script * 139035 : Non-standard regex used as libtool argument * 139382 : mad decoder can resync wrongly after seek and does explic... * 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace... * 139926 : id3tag's caps cause it to be plugged more than once by sp... * 139958 : Leak in avidemux * 140058 : [msmpeg4] file with broken qscale/header does not play
2004-04-15Set a correct value for CATEGORIES.jmmv1-1/+2
2004-04-15Add and enable gnome-vfs2-cdda.jmmv1-1/+2
2004-04-15Initial import of gnome-vfs2-cdda, version 2.6.0:jmmv3-0/+29
GNOME VFS provides an abstraction layer of the file system; applications use this layer to access many different protocols and simulate that they are part of the local file system. This package provides the cdda module for GNOME VFS, which allows it to retrieve audio tracks from CDDA capable CDROM drives.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv2-4/+4
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv10-24/+20
*-dirs packages.
2004-04-14Add USE_LANGUAGES=c c++ to make note that this package uses C and C++.ben1-1/+2
2004-04-14Change -lossaudio to ${LIBOSSAUDIO} so this will build on non-NetBSD platforms.ben1-2/+2
2004-04-14Remove c from USE_LANGUAGES since this package uses C++.ben2-4/+4
2004-04-14Add USE_LANGUAGES=c++ to note that the package uses C++.ben1-1/+2
2004-04-14Add USE_LANGUAGES=c c++ to note that this package uses C and C++.ben1-1/+2
2004-04-14Changes 2.13.0:adam4-25/+23
* New supported platforms: MacOSX, Alsa, Ogg Vorbis, Jack, PortAudio, etc. * New input format: MFi, RMI * Temperament control * Not pseudo reverb engine * Plate reverberator * Modulation envelope support * voice-by-voice LPF * Insertion/Varidation effect support * more
2004-04-14Update bmp and bmp-esound to 0.9.6.1. List of changes unavailable, thoughjmmv3-18/+5
it seems they have just fixed a build problem and other minor things. Closes PR pkg/25183 by Stefan Krüger.
2004-04-14Removed liboggadam1-2/+1
2004-04-14Changes 3.96:adam3-9/+9
* quality improvments * several bugs fixes, including some fatal ones
2004-04-13Bump PKGREVISION due to x11/fltk update (s/USE_X11BASE/USE_X11/).xtraeme3-3/+6
2004-04-12Moved to multimedia/libogg where it belongs.salo8-194/+0
2004-04-12Follow libogg into multimedia/.salo27-65/+83
2004-04-12No longer used.snj2-38/+0
2004-04-12No longer used.snj1-21/+0
2004-04-12Adapt distinfo to DIST_SUBDIR change.wiz1-3/+3