summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Added mirror (unreliable master site)Ion-Mihai Tetcu2007-01-211-2/+3
| | | | | | | | | | - pass maintainership to submitter PR: ports/108186 Submitted by: Beech Rintoul Notes: svn path=/head/; revision=182918
* BROKEN: Incomplete pkg-plistKris Kennaway2007-01-202-0/+4
| | | | Notes: svn path=/head/; revision=182838
* BROKEN: Incomplete pkg-plistKris Kennaway2007-01-201-0/+2
| | | | Notes: svn path=/head/; revision=182829
* BROKEN: Incomplete pkg-plist and missing CONFLICTSKris Kennaway2007-01-201-0/+2
| | | | Notes: svn path=/head/; revision=182826
* BROKEN: UnfetchableKris Kennaway2007-01-201-0/+2
| | | | Notes: svn path=/head/; revision=182825
* Add a missing dependency, gstreamer-plugins-cdparanoia, to fix gnome-cd in theJeremy Messenger2007-01-191-2/+2
| | | | | | | | | | runtime when trying to load audio CD. Bump the PORTREVISION. PR: ports/107964 Reported by: User1001 <supraexpress@globaleyes.net> Notes: svn path=/head/; revision=182809
* Change my MAINTAINER: line in Makfile to db@FreeBSD.orgDiane Bruce2007-01-191-1/+1
| | | | | | | | | fix simple typo in xwota Makefile while at it. Approved by: ehaupt (mentor) Notes: svn path=/head/; revision=182807
* Upgrade to slimserver 6.5.1. Mostly minor improvements. See theBrooks Davis2007-01-1920-191/+217
| | | | | | | | | | | | release notes for details http://www.slimdevices.com/Changelog6.html. Fix a longstanding bug that caused mDNS support to not actually work. Take advantage of improvements in rc.subr to reduce the amount of code in the shutdown path including removing the pgrep dependancy. Notes: svn path=/head/; revision=182766
* - Update to 2.0beta11.1Martin Wilke2007-01-184-15/+17
| | | | | | | | | | - Fix build problems with amd64 PR: 108061 Submitted by: trasz Notes: svn path=/head/; revision=182758
* - add patch so amarok can understand FreeBSD MSDOS FS.Michael Landin2007-01-182-2/+32
| | | | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> Notes: svn path=/head/; revision=182724
* - Fix build with gcc4.XMartin Wilke2007-01-182-1/+14
| | | | | | | | | PR: 108065 Submitted by: trasz Approved by: maintainer Notes: svn path=/head/; revision=182703
* - Fixed distinfo, because the Author updated the distfileNicola Vitale2007-01-172-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | without changing the package revision. No PORTREVISION bump, because the changes to the Makefile in the distfile are trivial and overwritten by our patch. Summary of the diffs between the old and the new distfile: --- new/espeak-1.18-source/src/Makefile Mon Jan 15 02:08:03 2007 +++ old/espeak-1.18-source/src/Makefile Sat Jan 13 17:01:15 2007 [...] -BINDIR=/usr/bin +BINDIR=/usr/local/bin [...] -LIBS3=-lstdc++ ./libespeak.so +LIBS3=-lstdc++ -lespeak [...] -all: $(BIN_NAME) $(LIB_NAME) $(BIN2_NAME) +all: $(BIN_NAME) $(BIN2_NAME) $(LIB_NAME) Submitted by: kris (via pointyhat) Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=182675
* - Update to 1.9Martin Wilke2007-01-153-4/+10
| | | | | | | | | PR: ports/107738 Submitted by: miwi Approved by: maintainer Notes: svn path=/head/; revision=182452
* On special request, provide a full prototype for ao_default_driver_id()Christian Weisgerber2007-01-142-1/+15
| | | | | | | | | | in ao.h. PR: 107903 Submitted by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=182377
* Update audio/x11ampJuergen Lock2007-01-141-2/+4
| | | | | | | | | | | | | | - Fix Makefile (USE_LDCONFIG) - Bump PORTREVISION - Add MASTER_SITE - Give maintainership to submitter PR: ports/107927 Submitted by: Beech Rintoul <beech@alaskaparadise.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=182369
* Fix master site.Christian Weisgerber2007-01-141-1/+1
| | | | | | | | PR: 107898 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=182364
* - Updated to 1.18Nicola Vitale2007-01-144-21/+50
| | | | | | | Approved by: alexbl (mentor, implicit) Notes: svn path=/head/; revision=182355
* Dino is a pattern-based MIDI sequencer, which means that you writeMartin Wilke2007-01-136-0/+64
| | | | | | | | | | | | | | | small patterns of MIDI events that you can repeat and arrange to create a whole song. Each track has its own patterns, so you can for example play the same drum pattern over and over again while you play different lead synth patterns and basslines. WWW: http://dino.nongnu.org/ PR: ports/107877 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182327
* LASH is a session management system for JACK audio applications.Martin Wilke2007-01-1313-0/+200
| | | | | | | | | | | | | | | | | | | | It is an implementation of a proposal that originated from this discussion. Its aim is to allow you to have many different audio programs running at once, to save their setup, close them down and then easily reload the setup at some other time. LASH doesn't deal with any kind of audio data itself; it just runs programs, deals with saving/loading (arbitrary) data and connects different kinds of virtual audio ports together (currently JACK and ALSA sequencer ports). It can also be used to move entire sessions between computers, or post sessions on the Internet for download. WWW: http://www.nongnu.org/lash/ PR: ports/107875 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182325
* DSSI (pronounced "dizzy") is an API for audio processing plugins,Martin Wilke2007-01-135-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | particularly useful for software synthesis plugins with user interfaces. DSSI is an open and well-documented specification developed for use in Linux audio applications, although portable to other platforms. It may be thought of as LADSPA-for-instruments, or something comparable to VSTi. DSSI consists of a C language API for use by plugins and hosts, based on the LADSPA API, and an OSC (Open Sound Control) API for use in user interface to host communications. The DSSI specification consists of an RFC which describes the background for the proposal and defines the OSC part of the specification, and a documented header file which defines the C API. WWW: http://dssi.sourceforge.net/ PR: ports/107867 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182321
* Fix fetchIon-Mihai Tetcu2007-01-131-2/+2
| | | | | | | | | PR: ports/107855 Submitted by: Thomas Abthorpe Approved by: Stefan `Sec` Zehl (maintainer) Notes: svn path=/head/; revision=182306
* - Fix pkg-plistMartin Wilke2007-01-131-0/+2
| | | | | | | Submitted by: pointyhat Notes: svn path=/head/; revision=182299
* - update to use new bsd.gnustep.mkDirk Meyer2007-01-135-20/+11
| | | | | | | Approved by: gurkan@linuks.mine.nu Notes: svn path=/head/; revision=182275
* - Update to 0.2.12Martin Wilke2007-01-122-4/+4
| | | | | | | | PR: ports/107854 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Notes: svn path=/head/; revision=182228
* - Fix build with gcc 4.xEmanuel Haupt2007-01-1111-7/+195
| | | | | | | | | | | | - Added a patch to control window to display when an nsf song is played and change 'Fadeout' option to 'Silence Until Next Song' [1] - Cleanup - Bump PORTREVISION Obtained from: gentoo Notes: svn path=/head/; revision=182100
* - Bump PORTREVISIONMartin Wilke2007-01-111-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=182074
* For quite some time running umix would result in 'umix: ioctl requestMartin Wilke2007-01-111-4/+4
| | | | | | | | | | | 1079790949 failed: Device not configured' error repeated over and over, making it impossible to use. This patch fixes this. PR: ports/107806 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=182066
* - Fix manpage installMartin Wilke2007-01-101-1/+5
| | | | | | | | | - Bump PORTREVISION Submitted by: pointyhat via kris Notes: svn path=/head/; revision=181992
* - Update to 2.1Martin Wilke2007-01-102-11/+10
| | | | | | | | | | - Pass maintainership to submitter PR: ports/107568 Submitted by: Marcelo Araujo <araujo@bsdmail.org> (maintainer) Notes: svn path=/head/; revision=181959
* - Update to 0.2.8Andrew Pantyukhin2007-01-094-10/+8
| | | | Notes: svn path=/head/; revision=181873
* Update to 1.21.Dmitry Sivachenko2007-01-092-4/+3
| | | | | | | | PR: 107559 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=181853
* - Update to 3.99.4.5Andrew Pantyukhin2007-01-0810-217/+40
| | | | | | | | | | | - Take maintainership - Better amd64 support - Drop static lib - Backward compatibility has been abandoned - Miscellaneous tweaks Notes: svn path=/head/; revision=181808
* - Really fix the mDNS / avahi conflictAlexander Botero-Lowry2007-01-081-2/+2
| | | | Notes: svn path=/head/; revision=181805
* Fix typo.Kirill Ponomarev2007-01-071-1/+1
| | | | Notes: svn path=/head/; revision=181714
* - Update to 1.7Andrew Pantyukhin2007-01-074-5/+6
| | | | Notes: svn path=/head/; revision=181711
* - Update to 0.7Andrew Pantyukhin2007-01-074-5/+11
| | | | Notes: svn path=/head/; revision=181710
* - Reset maintainerAndrew Pantyukhin2007-01-071-1/+1
| | | | | | | | PR: ports/107655 Submitted by: Stepan Zastupov <redchrom@gmail.com> (maintainer) Notes: svn path=/head/; revision=181699
* - Remove no longer needed patches.Martin Wilke2007-01-062-26/+0
| | | | Notes: svn path=/head/; revision=181621
* - Update to 2.0.b10Martin Wilke2007-01-065-84/+149
| | | | | | | | PR: 107537 Submitted by: trasz (Maintainer) Notes: svn path=/head/; revision=181620
* - Update to 0.2.7Andrew Pantyukhin2007-01-064-8/+10
| | | | Notes: svn path=/head/; revision=181601
* RipperX is a GTK program to rip CD audio tracks and encode themMartin Wilke2007-01-059-0/+119
| | | | | | | | | | | | | | to the Ogg, MP3, or FLAC formats. It is easy, requiring a few mouse clicks to convert an entire album, displaying progress along the way. It can rip and encode in parallel, and supports CDD. WWW: http://sourceforge.net/projects/ripperx/ PR: ports/107493 Submitted by: trasz <trasz at pin.if.uz.zgora.pl> Notes: svn path=/head/; revision=181576
* - Update to 0.6.11Erwin Lansing2007-01-053-12/+16
| | | | | | | | | | | | - remove LIB_DEPENDS audio/id3lib - enable NOPORTDOCS option. PR: 106880 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=181574
* - Update to 1.3.1Martin Wilke2007-01-055-10/+11206
| | | | | | | | | PR: ports/106500 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: maintainer timeout Notes: svn path=/head/; revision=181573
* 2006-12-27 audio/autools: is unfetchable and the project homepage disappearedMartin Wilke2007-01-055-64/+0
| | | | Notes: svn path=/head/; revision=181522
* - Update to 2.2Ion-Mihai Tetcu2007-01-053-8/+10
| | | | | | | | | | - pass maintainership to submitter PR: ports/107539 Submitted by: Marcelo Araujo Notes: svn path=/head/; revision=181512
* - Update to 0.5.6Martin Wilke2007-01-052-4/+4
| | | | | | | | | PR: ports/106966 Submitted by: miwi Approved by: maintainer timeout Notes: svn path=/head/; revision=181504
* - Update to 0.17Martin Wilke2007-01-053-24/+22
| | | | | | | | | PR: ports/106448 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: maintainer timeout Notes: svn path=/head/; revision=181485
* upgrade to 1.4.11Ying-Chieh Liao2007-01-052-5/+5
| | | | | | | | | | take maintainership PR: 107544 Submitted by: araujo@bsdmail.org Notes: svn path=/head/; revision=181451
* upgrade to 2.1Ying-Chieh Liao2007-01-052-6/+6
| | | | | | | | | | take maintainership PR: 107551 Submitted by: araujo@bsdmail.org Notes: svn path=/head/; revision=181449
* Remove superflous dependency on kdehier, the port already depends on it viaTilman Keskinoz2007-01-041-1/+0
| | | | | | | | | kdelibs Noticed by: Matthew Seaman Notes: svn path=/head/; revision=181428