summaryrefslogtreecommitdiff
path: root/audio
AgeCommit message (Collapse)AuthorFilesLines
2003-03-15Pull up revision 1.8 (requested by dmcmahill in ticket #1215):grant1-6/+46
lower optimization on 8 problem files on alpha which trigger compiler bugs. This package now builds on NetBSD-1.6/alpha and even seems to run the GUI. Audio output not verified due to lack of hardware.
2003-03-15Pull up revision 1.4 (requested by dmcmahill in ticket #1215):grant1-2/+2
lower optimization on 8 problem files on alpha which trigger compiler bugs. This package now builds on NetBSD-1.6/alpha and even seems to run the GUI. Audio output not verified due to lack of hardware.
2003-03-15Pull up revision 1.23 (requested by dmcmahill in ticket #1215):grant1-1/+2
lower optimization on 8 problem files on alpha which trigger compiler bugs. This package now builds on NetBSD-1.6/alpha and even seems to run the GUI. Audio output not verified due to lack of hardware.
2003-03-02Pullup fix from the trunk to the netbsd-1-6-1 branch.agc1-1/+3
Requested by Dan McMahill. > Date: Wed, 26 Feb 2003 11:57:28 +0200 (EET) > From: Dan McMahill <dmcmahill@netbsd.org> > > > Module Name: pkgsrc > Committed By: dmcmahill > Date: Wed Feb 26 09:57:28 UTC 2003 > > Modified Files: > pkgsrc/audio/kdemultimedia3: Makefile > > Log Message: > unlimit datasize to allow this to build on alpha
2003-02-10Fix URL to skin site. Fixes PR pkg/20284 by ISIHARA Takanori.salo1-2/+2
2003-02-07Mark this package interactive, so it gets properly skipped over onfredb1-3/+5
bulk builds, rather than choking up on the unfillfulled dependency on realplayer, which package is truly interactive. We have to make the INTERACTIVE_STAGE=fetch, because "configure" is too late. It's really the "dependency installing phase" that's interactive, but is there is no such phase -- dependencies are installed pursuant to "extract". This whole thing needs to revisited after the 1.6.1 freeze.
2003-02-06Standardise.wiz1-0/+5
2003-02-06Add instructions on how to configure XMMS to play audio CDs;lukem1-0/+11
it wasn't obvious, at least to a few people I spoke with. Thanks to Valeriy Ushakov (uwe@) for helping me work this out...
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam3-7/+9
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-02-04Need some header file to get INT_MAX definedhubertf2-5/+6
(at least on -current... seems to do without this on 1.6.x)
2003-01-30Update sweep to 0.8.0. Changes in this version:jmmv3-13/+12
* a new monitoring subsystem for use in DJing and live performance. Users with two sound cards can use headphones for monitoring, to prepare mixes and cue samples without disrupting the main output. * A usability bug was fixed in keyboard playback controls * the Italian translation of the user interface was updated by Yuri Bongiorno.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam7-22/+22
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-27Remove dependancy on gnome1-dirs as discussed with wiz. This will be ↵jmmv2-4/+2
handled by gnome-libs.
2003-01-27Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv10-15/+25
2003-01-27Update for latest available tarball (no change). Addresses last part of PR ↵wiz1-3/+3
19873.
2003-01-27Update to currently available tarball, addressing part of PR 19873.wiz1-3/+3
Changes: diff -r old/festival/lib/voices/english/mwm_diphone/festvox/mwm_diphone.scm new/festival/lib/voices/english/mwm_diphone/festvox/mwm_diphone.scm 6c6 < ;; Copyright (c) 1999 ;; --- > ;; Copyright (c) 2000 ;; 25a26 > (require 'ogi_token) 63c64,65 < --- > (set! token_pos_cart_trees OGI_english_token_pos_cart_trees) > 69,70c71,72 < ;(set! pos_map english_pos_map_wp39_to_wp20) < (set! pos_map nil) --- > (set! pos_map english_pos_map_wp39_to_wp20) > ;(set! pos_map nil) 95c97 < '((target_f0_mean 110) (target_f0_std 20) --- > '((target_f0_mean 115) (target_f0_std 20) 109c111 < (p>9r (p)) (p>w (p)) (p>l (p)) --- > (p>9r (p)) (p>w (p)) (p>l (p)) 116c118 < (p>9r (p)) (p>w (p)) (p>l (p)) --- > (p>9r (p)) (p>w (p)) (p>l (p)) (p>l<s (p<s p)) 144,146c146,148 < (ctype n 4) ; nasal < (ctype l 4) ; lateral < (ctype r 4) ; approximant --- > (ctype n 2) ; nasal > (ctype l 2) ; lateral > (ctype r 2) ; approximant 148c150,156 < --- > (set! mwmdi_vqual > '(vqual_mod > ((vt_global_warp_wave 1.0) > (vt_voiced_warp_wave 1.0) > (vt_global_warp_lsf 1.0) > (vt_voiced_warp_lsf 1.0)))) > 195a204 > mwmdi_vqual
2003-01-27Update for currently available tarball.wiz1-3/+3
Changes: diff -r old/festival/lib/voices/english/jph_diphone/festvox/jph_diphone.scm new/festival/lib/voices/ english/jph_diphone/festvox/jph_diphone.scm 25a26 > (require 'ogi_token) 62a64 > (set! token_pos_cart_trees OGI_english_token_pos_cart_trees) 69,70c71,72 < ;(set! pos_map english_pos_map_wp39_to_wp20) < (set! pos_map nil) --- > (set! pos_map english_pos_map_wp39_to_wp20) > ;(set! pos_map nil) Addresses part of PR 19873.
2003-01-27Update distinfo for currently available file.wiz1-3/+3
Diff is: diff -r old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm new/festival/lib/voices/ spanish/abc_diphone/festvox/abc_diphone.scm 60a61,62 > (set! prev_token.punctuation token.punctuation) > (set! token.punctuation "\"`.,:;!?(){}[]" "[see Tokenizing]") 104a107 > (set! current_voice_reset abc_voice_reset) 105a109,112 > ) > > (define (abc_voice_reset) > (set! token.punctuation prev_token.punctuation) Addresses part of PR 19873.
2003-01-24Update to 1.3.3. From the changelog:schmonz3-9/+8
Jan 16 2003: - Yet more code cleanup. Added a write_cksum_rio internal routine. - Fixed a major typeo in complete_upload_rio. Uploads should work again. Jan 13 2003: - Further code cleanup - S-Series should no longer bomb out on RIO_PREFR command Jan 09 2003: - Code cleanup, removed all compatability for recognizing old hack (sorry) - (Library) added function for uploading from pipe (needs testing) - (Frontend) added support for uploading from stdin (needs testing) Jan 08 2003: These updates correspond to v1.3.1 (currently in CVS): - Updated the version to somthing a little easier to follow - Minor fixes - Mixed results comming in about using rioutil with the S-Series, but in general the reports are positive :) - Eliminated support to recognize old hack (it was causing wierd problems) Other Changes: - Updated README - Release source to rioutil Firmware Updater Dec 19 2002: - Completly changed the downloadable song hack: - Any file can be downloaded (regardless of what sf was used to ul it) - Any song that is downloaded will be removed as well. - No more weird numbering! - General fixes/changes
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz2-5/+4
to build with native curses.
2003-01-24Fixes for the patches I removed and noted by the weekly check.skrll1-5/+1
2003-01-22Change build-depend from rpm2pkg>=1.2 to rpm2pkg-1.2 so that this packagesimonb1-2/+2
builds with the current rpm2pkg package.
2003-01-21Fix build with native threads on -current.seb1-4/+9
Provided in PR pkg/19967 by <pino at dohd dot org>. PKGREVISION++
2003-01-21patches ad, al, am were removed (hi hubert!)grant1-4/+1
2003-01-21No longer needed, per PR 19959 by Ben <collver1@attbi.com>hubertf3-39/+0
2003-01-20The result of my recent KDE fiddlingsskrll7-204/+11
- Build all packages with a --disable-static libtool. This is how the packages should be built and means that we don't get a load of useless static libraries. - Use x11/kde3/files/foo_main.cpp instead of creating N copies with patches. - Some other PLIST fixes - Fix PR 19848. kspell doesn't find dictionaries.
2003-01-19Update csound-path to 4.23. No useful list of changes, feel free to lookhubertf23-212/+363
at the ChangeLog. Update submitted by collver1@attbi.com in PR 19905
2003-01-18Generate and install disc-cover.1 manpage. Requested in PR pkg/18618 byjmmv2-3/+9
Matthias Friedrich. Bump PKGREVISION to 1.
2003-01-14Fix FLAC detection, and add dependency on flac package.wiz3-5/+15
Bump PKGREVISION to 1.
2003-01-10Updated audio/oss to 3.9.7g. Changes from verison 3.9.7f include:jlam2-6/+10
* SB Audigy2 support added * SPDIF in/out support for CMI9739/ALC650/AD1980/AD1981/CS42XX/etc * Updated CMedia CMI8738 drivers * Support for Nvidia Nforce2
2003-01-10Update to 1.10.4salo2-9/+6
- update HOMEPAGE - remove unneccessary post-extract target Changes: 01/09/2003 - 1.10.4 - Fix build problem if curses was found but readline wasn't. (reported by Adam Schuetze) - Fix g++-3.2 compile warnings and errors. (Many people) - Remove $(wildcard ..) use from Makefile, it works with BSD make now. (suggested by Nick Nauwelaerts) 09/16/2001 - 1.10.3 - Include getopt.h if available. (Needed for cygwin, reported by Scott Alfter) - No longer attempt to set user/group in make install. (Needed for cygwin, and probably better anyway. Scott Alfter) - Fix lstat errors on files <128 bytes. (reported by Thomas Kunz? From: was mangled so I'm not sure.) - Fixed truncated name of genre 140. (was "Contemporary C")
2003-01-10update to 1.4.0drochner2-5/+5
changes: -bugfixes -two new cover types (sheet and x-slim) -fully automatic search for small front covers on allmusic.com
2003-01-09Prototype buildlink2.mk's created automagically by createbuildlink(8).uebayasi1-0/+34
2003-01-09Fix id3lib detection.wiz2-1/+25
2003-01-07Distfile has changed without version number bump.jlam1-3/+3
2003-01-04Add a dummy DISTNAME at top of Makefile. (As a result, one gets morecjep1-1/+2
useful messages on the arm bulk build.)
2003-01-03Fix location of installed man pages. Bump PKGREVISION.wiz4-10/+18
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv2-4/+4
Approved by wiz.
2003-01-03Update to 0.26:wiz7-272/+9
* Fixed filepointers leaks when ID3v2 tag is missing for files using ID3 tags (thanks to Martijn van Buul), * NetBSD patches from Thomas Klausner, * Some bugfixes in the CDDB search, * Updated character conversion for CD-Rom filesystems, * Fixed a crash when applying the CDDB result to a list with less files, * Fixed a memory bug when using the menu entry 'Reload the directory', * Added a man page (thanks to George Pauliuc), * When sorting the files, they are sorted also by ascending filename by default, * When tag entries have the focus, PageUp and PageDown keys select the previous or the next file, * Polish translation updated (thanks to Maciej Kasprzyk), * Italian translation updated (thanks to Lorenzo Cappelletti), * Ukrainian translation updated (thanks to Cawko Xakep).
2003-01-02The lib/pkgconfig has been added to the list of standard directories, so dojmmv3-6/+3
not try to remove it, even if empty.
2003-01-02Update KDE to the 3.0.5a distribution. Packages are numbered 3.0.5.1 orskrll30-743/+1269
1.0.5.1 accordingly. Fixes and changes are: Multiple vulnerabilities. kdelibs KHTML : Fixed several crashes and misrenderings. rlogin.protocol: fixed command execution in specially crafted urls. kdebase KAddressbook: Don't squeeze columns on startup/properly restore column width settings. kdenetwork lisa, reslisa: Fixed several security vulnerabilities. kdesdk Cervisia: Show long lines in diff view always completely.
2003-01-01Add support for per-track and per-album (batch) normalizing.kim4-52/+357
2002-12-30Provide access to more ID3v2 frames by default.kim3-2/+81
2002-12-30Update "gmp3info" package to version 0.8.4. Changes since version 0.8.2:tron2-5/+5
- Added %k format specifier to allow printing of the file size in formatted text output (-p option) - Rearranged some items in the man page and quick help (-h) to make them more readable. - Fixed minor logic bug in mp3tech - Now compiles under CYGWIN32 - Manual page typos fixed - Now correctly recognizes and reports MPEG version 2.5 files - Clearing individual ID3 fields can now be accomplished by passing a blank argument ("") to any tag setting switch (-t, -a, etc.) - Fixed a bug in GTK version that showed garbage or nothing where track information should have been displayed. - Fixed a bug that prevented the interactive curses version from changing from one genre to another if the second genre contained fewer characters than the first. - Added a FILE | OPEN menu to the GTK version - Added a technical information view to the GTK version - Added an 'About' box to GTK version
2002-12-28Bump PKGREVISION on packages that depend on x11/xforms, since therejschauma1-2/+2
has been a soname change. Pointed out by fredb.
2002-12-28Because home page and master site are no longer available fetch thetron1-3/+4
distribution file from local master sites.
2002-12-24Update to 1.0beta4 (0.99.4).wiz2-6/+6
This release adds a number of quality improvements and some new features; first, the quality of the variable bitrate (VBR) mode has been greatly improved, especially for wideband. Also, some improvements were made to the packetloss concealment code in order to reduce artifacts caused by lost packets. There has been improvements to the 2.15 kbps mode, which now sounds a bit better. The last quality improvement is in the perceptual enhancement which is now good enough to be enabled by default in speexdec (but not by default in libspeex for now). One of the new features in this release is a VAD (Voice Activity Detection) mode that conserves bandwidth when there's no speech, and even when VBR isn't enabled. VAD is coupled with DTX (Discontinuous Transmission), a feature that can completely stop data transmission when the noise is constant (in which case, comfort noise generation is turned on). The last new feature in this release is an ABR (Average Bitrate) option, which uses VBR with a quality that's adjusted to meet a certain target (average) bitrate.
2002-12-24Replace collver@linuxfreemail.com with collver1@attbi.com.wiz9-18/+18
Closes PRs 19516, 19517, 19518, 19519, 19520, 19521, 19522, 19523, 19524, 19525 and some more, perhaps.
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-12-23Update to 3.5.0. Changes since 3.1:wiz6-91/+10
3.2 released on Sat 13 Jan 2001 Added '-i' switch to display whether a file contains seek information Cleaned up endian-conversion code Fixed a file naming bug - now, when only an input file name is given, output files are named according to the following rules: If shortening a file: If the input file name ends in .wav, then change extension to .shn; otherwise, append .shn to the input file name. Examples: file.wav -> file.shn file.ext -> file.ext.shn If extracting a file: If the input file name ends in .shn, then change extension to .wav; otherwise, append .wav to the input file name. file.shn -> file.wav file.ext -> file.ext.wav When the caller specifies -v2 on the command line, seek tables are not generated (neither appended nor created in separate files). The default behavior is to generate/append seek tables. 3.3 released on Sun 12 Aug 2001 Converted to autoconf/automake build system Made seek table code 64-bit clean Changed seek table data structures to compensate for compilers that don't properly implement #pragma pack(1) Various minor cleanups/updates that don't impact the shorten algorithm 3.4 released on Sun 10 Feb 2002 Fix for reading/writing binary data on stdin/stdout for operating systems that do not have a single '\x0A' as a line separator (Frank Klemm) Shorten now refuses to input data from or output data to a tty Fixed crash when trying to create seek tables from a non-shorten file -s and -S options can now create seek table files from data read on stdin (with -s, output filename is 'stdin.skt') Seek tables are now appended to non-stdout output file when reading uncompressed data from stdin (e.g. shorten - outfile.shn < data.wav) 3.5.0 released on Mon 18 Nov 2002 Support for compression of AIFF files contributed by Brian Willoughby of Sound Consulting Changed file naming convention during extraction - when only an input file name is given, output files are named according to the following rules: If the input file name contains more than one '.' and ends in .shn, then drop the .shn; otherwise, if the input file name ends in .shn, then change the extension to .wav; otherwise, append .wav to the input file name. file.aiff.shn -> file.aiff file.aiff.ext -> file.aiff.ext.wav file.shn -> file.wav file.ext -> file.ext.wav This change was made so that non-wav files would be properly named after shortening and unshortening. For example, 'shorten file.aiff' creates file.aiff.shn, and with the change above, 'shorten -x file.aiff.shn' will now create file.aiff (instead of file.aiff.wav).