summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on 5.x.Max Khon2003-11-252-6/+26
| | | | | | | | Notice by: kris Approved by: kris Notes: svn path=/head/; revision=94771
* Add new MD5 hash. These are the changes in the contents of the distfile:Trevor Johnson2003-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries --- work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Wed Mar 1 21:37:02 2000 +++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Thu Dec 30 01:11:31 1999 @@ -1,3 +1,3 @@ /abcdiph.msec/1.1.1.1/Thu Feb 18 00:23:42 1999// -/abc_diphone.scm/1.4/Thu Feb 24 02:35:05 2000// +/abc_diphone.scm/1.3/Tue Jun 22 17:35:25 1999// D diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm --- work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Feb 24 02:35:05 2000 +++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Dec 30 01:11:32 1999 @@ -58,8 +58,6 @@ ;; token to word rules (Parameter.set 'Token_Method 'Token_Any) (set! token_to_words mx_spanish_token_to_words) - (set! prev_token.punctuation token.punctuation) - (set! token.punctuation "\"`.,:;!?(){}[]" "[see Tokenizing]") ;; No pos prediction (set! pos_lex_name nil) @@ -104,12 +102,7 @@ (Parameter.set 'Synth_Method 'OGIdiphone) (OGIdbase.activate "abc_diphone") (OGIresLPC.init abcdi_OGI_syn_params) - (set! current_voice_reset abc_voice_reset) (set! current-voice 'abc_diphone) -) - -(define (abc_voice_reset) - (set! token.punctuation prev_token.punctuation) ) ;; Context-dependent smoothing: PR: 50869 Submitted by: krion Approved by: portmgr Notes: svn path=/head/; revision=94765
* Fix dependencies.Trevor Johnson2003-11-247-28/+14
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=94764
* Clarify explanation of how this is broken, based on feedback fromTrevor Johnson2003-11-241-1/+1
| | | | | | | | | FireWire BSD of e-tahan.com and Julian St. of web.de. Approved by: portmgr Notes: svn path=/head/; revision=94762
* Squash is a learning ncurses music player written in C. It supports mp3,Pav Lucistnik2003-11-228-0/+148
| | | | | | | | | | | | | ogg and flac. Squash uses statistics to determine songs to play automatically. It garners this information through whether or not a song is skipped. PR: ports/55275 Submitted by: Matthias Andree <matthias.andree@web.de> Based on shar by: trevor Approved by: adamw (mentor) Notes: svn path=/head/; revision=94731
* Reinstate PORTEPOCH, accidentally deleted in previous commit.Christian Weisgerber2003-11-212-0/+2
| | | | | | | Submitted by: krion Notes: svn path=/head/; revision=94661
* Add another checksum ("zcat" of the two distfiles shows no changes).Trevor Johnson2003-11-211-0/+2
| | | | Notes: svn path=/head/; revision=94605
* This doesn't work any more (checked by me on FreeBSD 5.1/i386)Trevor Johnson2003-11-211-0/+1
| | | | | | | reported by: "FireWire BSD" of e-tahan.com Notes: svn path=/head/; revision=94594
* Remove OGI support (see ports/audio/festival+OGI).Trevor Johnson2003-11-214-75/+2
| | | | Notes: svn path=/head/; revision=94586
* - Adapt for ATAng (unbreak on -CURRENT).Pav Lucistnik2003-11-202-12/+40
| | | | | | | | | PR: ports/59514 Submitted by: Sergey V. Belov <argail@visit.ru> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94556
* Update to 1.0.3: minor bugfixes.Christian Weisgerber2003-11-204-6/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=94532
* Reset unreachable MAINTAINERs to ports@FreeBSD.orgOliver Eikemeier2003-11-192-2/+2
| | | | | | | | PR: 59109 Approved by: marcus (mentor) Notes: svn path=/head/; revision=94400
* - Update to version 2003.11.12Kirill Ponomarev2003-11-194-26/+11
| | | | | | | | PR: 59462 Submitted by: Ports Fury Notes: svn path=/head/; revision=94367
* - Fix build with ATAng.Pav Lucistnik2003-11-172-24/+34
| | | | | | | | | | PR: ports/57227 Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net> Tested on: R.E.M. - Out Of Time Approved by: adamw (mentor) Notes: svn path=/head/; revision=94216
* - Use HTTP_PROXY env variable for CDDB retrievalPav Lucistnik2003-11-172-9/+17
| | | | | | | | | | PR: ports/59013 Submitted by: Simon Barner <barner@in.tum.de> Approved by: maintainer Approved by: adamw (mentor) Notes: svn path=/head/; revision=94214
* Unbreak on 5.x. It will not work with Gravis Ultrasound boards,Pav Lucistnik2003-11-173-2/+30
| | | | | | | | | | but they're almost extinct today anyway. Submitted by: Mathew Kanner <mat@cnd.mcgill.ca> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94204
* Use PORTSDIR and force dependencies to 80 columns (ugly, I know).Trevor Johnson2003-11-177-21/+35
| | | | Notes: svn path=/head/; revision=94201
* mp3riot is a command line perl script to generate listings of mp3 files.Pav Lucistnik2003-11-175-0/+54
| | | | | | | | | | | It can output HTML, XML, m3u or pls playlists. PR: ports/55595 Submitted by: Francisco Gomez <francisco@gomezmarin.com> Approved by: adamw (mentor) Notes: svn path=/head/; revision=94198
* Use my FreeBSD.org address.Trevor Johnson2003-11-171-1/+1
| | | | Notes: svn path=/head/; revision=94197
* Use PORTSDIR macro.Trevor Johnson2003-11-174-4/+4
| | | | Notes: svn path=/head/; revision=94195
* Attach new festival+OGI port.Trevor Johnson2003-11-171-0/+1
| | | | Notes: svn path=/head/; revision=94193
* The festival+OGI port was repo-copied from ports/audio/festival.Trevor Johnson2003-11-177-126/+84
| | | | | | | | | | | | | | | | | | | | It is a port of Festival with the OGI extensions unconditionally present. Formerly they were enabled only when the user defined WITH_OGI. The dependencies ought to work better this way, and the audio/festival port may now be updated without concern about getting the OGI extensions to work with a version of Festival for which they were not intended. I made many cosmetic changes too. Update OGIresLPC from 2.0.4 to 2.0.9 (needed by newer versions of the OGI voices), and OGIfestpatch from 1.4.1 to 1.4.1.2, to which the following apply: Submitted by: Sebastian Yepes PR: 51900 Obtained from: NetBSD pkgsrc Notes: svn path=/head/; revision=94192
* - Mark only for i386. (I forgot this in my last commit.)Pav Lucistnik2003-11-171-0/+1
| | | | | | | | | PR: ports/59004 Submitted by: Ports Fury Approved by: adamw (mentor) Notes: svn path=/head/; revision=94187
* - Let the build break on -CURRENT a little later.Pav Lucistnik2003-11-172-13/+1
| | | | | | | | | | | | This software needs ultrasound.h header which was axed from HEAD 3 years ago. It survived in RELENG_4 however. PR: ports/59004 Submitted by: Ports Fury Approved by: adamw (mentor) Notes: svn path=/head/; revision=94186
* - Fix build on -STABLEPav Lucistnik2003-11-174-0/+256
| | | | | | | | | PR: ports/59375 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=94183
* Add $FreeBSD$ ID.Trevor Johnson2003-11-179-0/+10
| | | | Notes: svn path=/head/; revision=94175
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.Trevor Johnson2003-11-173-3/+0
| | | | Notes: svn path=/head/; revision=94172
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.Trevor Johnson2003-11-179-0/+9
| | | | Notes: svn path=/head/; revision=94169
* - Update to version 0.3.2Kirill Ponomarev2003-11-174-8/+6
| | | | | | | | PR: 59356 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer) Notes: svn path=/head/; revision=94157
* - Use system gettext library instead of bundled onePav Lucistnik2003-11-162-2/+4
| | | | | | | | | PR: ports/58424 Submitted by: Simon Barner <barner@in.tum.de> Approved by: marcus (backup mentor) Notes: svn path=/head/; revision=94130
* - Update to version 20031116Kirill Ponomarev2003-11-162-2/+3
| | | | | | | | | | | | | | | | | | | | | * src/al_debug.c: Fix an implicit declaration: the man page on linux says that vsnprintf() is a GNU extension, so #define _GNU_SOURCE * src/arch/sdl/sdl.c: #include <string.h> to avoid implicit declaration of memcpy()/memset() * audioconvert/ac_freq.c For the first sample in a chunk to be resampled*2, use dampened extrapolation instead of interpolation to somewhat reduce 'clicking'. * Michel Danzer's big endian patch * audioconvert/ac_freq.c Added Adam Moss's patch to improve fidelity of low-sampled sounds in higher sampling-rate environments. PR: 59340 Submitted by: maintainer Notes: svn path=/head/; revision=94105
* - Update to version 0.7.6Kirill Ponomarev2003-11-164-6/+71
| | | | | | | | PR: 59328 Submitted by: Ports Fury Notes: svn path=/head/; revision=94092
* Fix a typo.Bruce M Simpson2003-11-143-3/+3
| | | | | | | Noticed by: Oliver Eikemeier Notes: svn path=/head/; revision=93969
* Fix some ports that write something after bsd.port.mkOliver Eikemeier2003-11-141-2/+0
| | | | | | | | PR: 59254 Approved by: marcus (mentor) Notes: svn path=/head/; revision=93964
* Fix breakage during install target; linux port uses rpm to check forBruce M Simpson2003-11-143-0/+3
| | | | | | | | | | existing installation, so bring in linux-base-8 under RUN_DEPENDS to bring in the packages.rpm file. Noticed by: kris Notes: svn path=/head/; revision=93954
* Update maintainer field with my FreeBSD.org address.Pav Lucistnik2003-11-142-2/+2
| | | | | | | Approved by: adamw (mentor) Notes: svn path=/head/; revision=93924
* Update to 3.02.10a.Sergey A. Osokin2003-11-132-2/+2
| | | | | | | Submitted by: Dmitry Afanasiev <dima@KOT.SPb.Ru> (maintainer) Notes: svn path=/head/; revision=93892
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-1323-31/+31
| | | | Notes: svn path=/head/; revision=93882
* Remove my e-mail address from DESCR files of portsTrevor Johnson2003-11-1320-20/+2
| | | | | | | I have contributed, in order to attract less spam. Notes: svn path=/head/; revision=93877
* Remove my e-mail address from comment blocks of portsTrevor Johnson2003-11-1329-29/+29
| | | | | | | I have contributed, in hopes of attracting less spam. Notes: svn path=/head/; revision=93876
* Update to 0.6.0.Joe Marcus Clarke2003-11-128-32/+58
| | | | Notes: svn path=/head/; revision=93782
* Update to 0.37-1test1. Use Tk/Tcl 8.4 instead of 8.3.Trevor Johnson2003-11-1212-59/+223
| | | | | | | | | to do: the "Help -> About pd" and "Media -> Test Audio and MIDI" menu items do not work because the port installs files where they are not found by the program Notes: svn path=/head/; revision=93772
* Wrap to 80 columns.Trevor Johnson2003-11-121-3/+5
| | | | Notes: svn path=/head/; revision=93768
* Add one more XMMS aRts output plugin.Max Khon2003-11-1212-18/+96
| | | | Notes: svn path=/head/; revision=93766
* Fix pkg-descr.Max Khon2003-11-111-6/+4
| | | | Notes: svn path=/head/; revision=93763
* New port: xmms-arts -- aRts plugin for xmms.Max Khon2003-11-117-0/+85
| | | | | | | LD_PRELOAD magic is needed to run xmms-arts atm. (see pkg-message). Notes: svn path=/head/; revision=93760
* Fix batch build.Trevor Johnson2003-11-102-2/+4
| | | | | | | noticed by: kris Notes: svn path=/head/; revision=93671
* Update to 2.00Hye-Shik Chang2003-11-104-36/+58
| | | | Notes: svn path=/head/; revision=93644
* Update to 0.5.1Hye-Shik Chang2003-11-102-2/+2
| | | | Notes: svn path=/head/; revision=93643
* This is a massive update :James E. Housley2003-11-094-16/+11
| | | | | | | | | | | | | | - *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed) - Real support of Unicode - Remove XML::Simple depency in favor of XML::Parser - Support of SmartPlaylists (beta) - Many bugs fixed and many new features PR: 59053 Submitted By: MAINTAINER Notes: svn path=/head/; revision=93552