aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Sonata is a lightweight GTK+ music client for the Music Player Daemon (MPD).nivit2007-01-236-0/+109
| | | | | | | | | | | | | | | | | | | | | | It aims to be efficient (no toolbar, main menu, or statusbar), user-friendly, and clean. FEATURES: + Expanded and collapsed views + Automatic remote or local album art + Automatic fetching of lyrics + Playlist and stream support + Support for editing song tags + System tray icon with tooltip + Popup notification + Library searching by artist, song, etc. + Keyboard friendly + Support for multimedia keys + Commandline control WWW: http://sonata.berlios.de/index.html Approved by: alexbl (mentor, implicit)
* TagPy is a Python crust (or a set of Python bindings) fornivit2007-01-236-0/+86
| | | | | | | | | | | | | | | | Scott Wheeler's TagLib. TagPy can: * read and write ID3 tags of version 1 and 2, with many supported frame types for version 2 (in MPEG Layer 2 and MPEG Layer 3, FLAC and MPC) * access Xiph Comments in Ogg Vorbis Files and Ogg Flac Files * access APE tags in Musepack and MP3 files. WWW: http://news.tiker.net/software/tagpy Approved by: alexbl (mentor, implicit)
* p5-DBD-mysql no longer installs Mysql.pm so our depends were broken.brooks2007-01-233-3/+3
| | | | Depend on DBD/mysql.pm instead.
* - Make it fetchable againrafan2007-01-231-1/+1
| | | | | | PR: ports/108213 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: Herbert J. Skuhra <h.skuhra at gmail.com> (maintainer)
* Import xfce 4.4oliver2007-01-234-68/+30
| | | | | | - remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4)
* - Fix problem that made it impossible to use GUI for DSSI modules.miwi2007-01-222-0/+44
| | | | | PR: ports/108119 Submitted by: trasz (maintainer)
* - Added mirror (unreliable master site)itetcu2007-01-221-2/+3
| | | | | | | - pass maintainership to submitter PR: ports/108186 Submitted by: Beech Rintoul
* BROKEN: Incomplete pkg-plistkris2007-01-202-0/+4
|
* BROKEN: Incomplete pkg-plistkris2007-01-201-0/+2
|
* BROKEN: Incomplete pkg-plist and missing CONFLICTSkris2007-01-201-0/+2
|
* BROKEN: Unfetchablekris2007-01-201-0/+2
|
* Add a missing dependency, gstreamer-plugins-cdparanoia, to fix gnome-cd in themezz2007-01-201-2/+2
| | | | | | | runtime when trying to load audio CD. Bump the PORTREVISION. PR: ports/107964 Reported by: User1001 <supraexpress@globaleyes.net>
* Change my MAINTAINER: line in Makfile to db@FreeBSD.orgdb2007-01-201-1/+1
| | | | | | fix simple typo in xwota Makefile while at it. Approved by: ehaupt (mentor)
* Upgrade to slimserver 6.5.1. Mostly minor improvements. See thebrooks2007-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.
* - Update to 2.0beta11.1miwi2007-01-194-15/+17
| | | | | | | - Fix build problems with amd64 PR: 108061 Submitted by: trasz
* - add patch so amarok can understand FreeBSD MSDOS FS.mich2007-01-182-2/+32
| | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* - Fix build with gcc4.Xmiwi2007-01-182-1/+14
| | | | | | PR: 108065 Submitted by: trasz Approved by: maintainer
* - Fixed distinfo, because the Author updated the distfilenivit2007-01-182-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)
* - Update to 1.9miwi2007-01-163-4/+10
| | | | | | PR: ports/107738 Submitted by: miwi Approved by: maintainer
* On special request, provide a full prototype for ao_default_driver_id()naddy2007-01-152-1/+15
| | | | | | | in ao.h. PR: 107903 Submitted by: Ed Schouten <ed@fxq.nl>
* Update audio/x11ampnox2007-01-151-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)
* Fix master site.naddy2007-01-151-1/+1
| | | | | PR: 107898 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* - Updated to 1.18nivit2007-01-144-21/+50
| | | | Approved by: alexbl (mentor, implicit)
* Dino is a pattern-based MIDI sequencer, which means that you writemiwi2007-01-146-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>
* LASH is a session management system for JACK audio applications.miwi2007-01-1413-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>
* DSSI (pronounced "dizzy") is an API for audio processing plugins,miwi2007-01-145-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>
* Fix fetchitetcu2007-01-141-2/+2
| | | | | | PR: ports/107855 Submitted by: Thomas Abthorpe Approved by: Stefan `Sec` Zehl (maintainer)
* - Fix pkg-plistmiwi2007-01-141-0/+2
| | | | Submitted by: pointyhat
* - update to use new bsd.gnustep.mkdinoex2007-01-135-20/+11
| | | | Approved by: gurkan@linuks.mine.nu
* - Update to 0.2.12miwi2007-01-132-4/+4
| | | | | PR: ports/107854 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* - Fix build with gcc 4.xehaupt2007-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
* - Bump PORTREVISIONmiwi2007-01-111-0/+1
| | | | Submitted by: kris
* For quite some time running umix would result in 'umix: ioctl requestmiwi2007-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>
* - Fix manpage installmiwi2007-01-111-1/+5
| | | | | | - Bump PORTREVISION Submitted by: pointyhat via kris
* - Update to 2.1miwi2007-01-102-11/+10
| | | | | | | - Pass maintainership to submitter PR: ports/107568 Submitted by: Marcelo Araujo <araujo@bsdmail.org> (maintainer)
* - Update to 0.2.8sat2007-01-104-10/+8
|
* Update to 1.21.demon2007-01-092-4/+3
| | | | | PR: 107559 Submitted by: Gea-Suan Lin <gslin@gslin.org>
* - Update to 3.99.4.5sat2007-01-0910-217/+40
| | | | | | | | - Take maintainership - Better amd64 support - Drop static lib - Backward compatibility has been abandoned - Miscellaneous tweaks
* - Really fix the mDNS / avahi conflictalexbl2007-01-091-2/+2
|
* Fix typo.krion2007-01-081-1/+1
|
* - Update to 1.7sat2007-01-084-5/+6
|
* - Update to 0.7sat2007-01-084-5/+11
|
* - Reset maintainersat2007-01-081-1/+1
| | | | | PR: ports/107655 Submitted by: Stepan Zastupov <redchrom@gmail.com> (maintainer)
* - Remove no longer needed patches.miwi2007-01-062-26/+0
|
* - Update to 2.0.b10miwi2007-01-065-84/+149
| | | | | PR: 107537 Submitted by: trasz (Maintainer)
* - Update to 0.2.7sat2007-01-064-8/+10
|
* RipperX is a GTK program to rip CD audio tracks and encode themmiwi2007-01-069-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>
* - Update to 0.6.11erwin2007-01-063-12/+16
| | | | | | | | | - remove LIB_DEPENDS audio/id3lib - enable NOPORTDOCS option. PR: 106880 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer timeout
* - Update to 1.3.1miwi2007-01-065-10/+11206
| | | | | | PR: ports/106500 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: maintainer timeout
* 2006-12-27 audio/autools: is unfetchable and the project homepage disappearedmiwi2007-01-055-64/+0
|
* - Update to 2.2itetcu2007-01-053-8/+10
| | | | | | | - pass maintainership to submitter PR: ports/107539 Submitted by: Marcelo Araujo
* - Update to 0.5.6miwi2007-01-052-4/+4
| | | | | | PR: ports/106966 Submitted by: miwi Approved by: maintainer timeout
* - Update to 0.17miwi2007-01-053-24/+22
| | | | | | PR: ports/106448 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: maintainer timeout
* upgrade to 1.4.11ijliao2007-01-052-5/+5
| | | | | | | take maintainership PR: 107544 Submitted by: araujo@bsdmail.org
* upgrade to 2.1ijliao2007-01-052-6/+6
| | | | | | | take maintainership PR: 107551 Submitted by: araujo@bsdmail.org
* Remove superflous dependency on kdehier, the port already depends on it viaarved2007-01-051-1/+0
| | | | | | kdelibs Noticed by: Matthew Seaman
* - resolve breakage where both MDNSResponder and Avahi support is builtalexbl2007-01-041-0/+2
| | | | | PR: 107423 Submitted by: "R.Mahmatkhanov"<R.Mahmatkhanov@REMOVE_THIS.SKYLINK.ru>, various on irc
* o Add support to <bsd.lib.mk> NO_PROFILElioux2007-01-032-1/+7
| | | | o Bump PORTREVISION due to PLIST change
* Chase wavpack's shared library version bump, bump the PORTREVISION.mezz2007-01-031-1/+1
|
* Chase wavpack's shared library version bump, bump PORTREVISION on these ports.mezz2007-01-031-1/+1
|
* -Update to 4.40.0.mezz2007-01-035-49/+48
| | | | | -Use USE_DOS2UNIX and get rid of ^M in our files/patch-*. -INSTALLS_SHLIB -> USE_LDCONFIG.
* -Update to 0.3.9.mezz2007-01-032-12/+13
| | | | -INSTALLS_SHLIB -> USE_LDCONFIG.
* - Update to 1.2miwi2007-01-033-19/+12
| | | | | PR: ports/107398 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* Update to 0.9709.novel2007-01-022-4/+4
|
* Update to 1.4.5jylefort2007-01-023-5/+6
|
* - Update to 1.9.6miwi2007-01-012-5/+4
|
* - Revert 1.3, the underlying problem was fixedpav2006-12-311-1/+1
|
* - Fix build with gcc 4.1pav2006-12-312-0/+22
| | | | | PR: ports/106854 Submitted by: maintainer
* - Change USE_WX=2.4+ on 2.4-2.6. It fixes INDEX build.sem2006-12-311-1/+1
|
* Add jack-rack.jylefort2006-12-315-0/+61
| | | | | | | | JACK Rack is an effects "rack" for the JACK low latency audio API. The rack can be filled with LADSPA effects plugins. It's phat; it turns your computer into an effects box. WWW: http://jack-rack.sourceforge.net/
* Add spanish to CATEGORIES now we have a virtual category.erwin2006-12-303-3/+3
| | | | | PR: 67531 Submitted by: Jose M Rodriguez <freebsd@wanadoo.es>
* Add spanish to CATEGORIESerwin2006-12-301-1/+1
|
* Maintainer no longer has time to support these ports, so reassign to pool.linimon2006-12-293-3/+3
| | | | Approved by: maintainer (private email)
* - add pkg-message explaining user-mount when using iPod and MTP devicesmich2006-12-264-8/+12
| | | | | PR: ports/107158 Submitted by: Rechistov Grigory <ggg_mail@inbox.ru>
* - Attempt to fix build for gcc4rafan2006-12-261-0/+10
|
* Respect CC.ume2006-12-261-1/+1
| | | | | PR: ports/107164 Submitted by: lioux
* Update to 0.38erwin2006-12-262-4/+4
| | | | | | PR: 106295 Submitted by: chinsan Approved by: maintainer timeout
* Fix build with GCC 4.x.marcus2006-12-251-0/+12
| | | | PR: 107141
* Update to 3.8.philip2006-12-242-4/+4
| | | | ChangeLog at: <http://bach.dynet.com/crip/src/current/Changelog>
* - Update to 1.1miwi2006-12-243-4/+15
| | | | | PR: ports/107096 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* Update MAINTAINER email address of my portsnox2006-12-241-1/+1
| | | | Approved by: miwi
* - Update to 2.1.0clsung2006-12-234-26/+45
| | | | | | | - Update pkg-descr PR: ports/107120 Submitted by: maintainer (Simon Olofsson)
* Update to 1.99.13.novel2006-12-233-6/+6
| | | | | PR: 106906 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de>
* - update pkg-message.in to reflect the new config directory locationalexbl2006-12-231-1/+3
|
* Add gstreamer-plugins-spcahze2006-12-232-0/+18
| | | | Gstreamer OpenSPC frontend
* Connect gstreamer-plugins-jackahze2006-12-231-0/+1
|
* Revive gstreamer-plugins-jackahze2006-12-231-0/+17
|
* Revive gstreamer-plugins-cdaudioahze2006-12-232-0/+18
|
* In preparation to deprecate shells/bash2:bsam2006-12-231-1/+1
| | | | . change BUILD_DEPENDS: shells/bash2 -> shells/bash.
* fix build with gcc41arved2006-12-231-0/+11
|
* Fix build with gcc41arved2006-12-231-0/+27
|
* - Add more voices.alepulver2006-12-233-24/+82
| | | | - Fix and remove BROKEN.
* [MAINTAINER] update my email address in 76 ports + mirror some distfilesedwin2006-12-222-2/+2
| | | | | | | | | I've got a brand new hosting, so change my email to the new one. Also, now I can mirror some distfiles, so update MASTER_SITES for some ports. PR: ports/107038 Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
* - Update to 3.6.4miwi2006-12-222-12/+15
| | | | | PR: 106986 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 2.4.5miwi2006-12-222-5/+5
| | | | | PR: ports/106988 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/`lofi2006-12-212-4/+19
| | | | | PR: ports/106982 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix build with gcc41arved2006-12-211-2/+6
| | | | portlint
* * Remove code which is only entered whenvd2006-12-201-24/+2
| | | | | | | | | ${OSVERSION} >= 500000 && ${OSVERSION} < 501103 because this OSVERSION is not supported anymore and the code in question includes references to the deprecated port devel/stlport-icc * Switch to USE_LDCONFIG Approved by: maintainer (implicit)
* Update to 0.15ehaupt2006-12-202-5/+5
|
* - Update to 0.3.11clsung2006-12-203-4/+6
| | | | | | | | - make fetchable PR: ports/104621 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> Approved by: maintainer (timeout)
* - Quick spellfixsat2006-12-201-1/+1
|
* - Add support for Konqueror and Amaroksat2006-12-202-1/+34
| | | | Kindly requested by: Ron Joordens <rjoordens@jadodd.com.au>
* - Update to 0.8.4ehaupt2006-12-202-4/+9
| | | | | - The API did not change - This port now requires gcc 3.2 or newer
* Only depend on jack on FreeBSD 5.3+lofi2006-12-201-1/+1
|
* Revert last commitlofi2006-12-201-3/+3
|
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-205-14/+14
| | | | Approved by: portmgr
* - Add OPTION to install as suid so that it can set realtime scheduling [1]gabor2006-12-203-18/+74
| | | | | | | | | | | | - Install a desktop entry [1] - Move to LOCALBASE [1] - Makefile cleanups [1] - Add support for NOPORTDOCS - Bump PORTREVISION [1] PR: ports/106730 Submitted by: jylefort [1] Approved by: erwin (mentor)
* - Add yet more dependenciessat2006-12-192-2/+8
|
* - Fix PLISTmich2006-12-192-0/+2
|
* - An extra dependency on py-notify won't hurtsat2006-12-192-0/+2
|
* Add port audio/exaile:sat2006-12-199-0/+253
| | | | | | | | | | | | Exaile is a media player aiming to be similar to KDE's AmaroK, but for GTK+. It incorporates many of the cool things from AmaroK (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, optional iPod support (assuming you have python-gpod installed). WWW: http://www.exaile.org/ Author: Adam Olsen <arolsen@gmail.com>
* - USE_LDCONFIGdinoex2006-12-191-1/+1
|
* Update to 0.9.7.marcus2006-12-196-8/+14
|
* Set LATEST_LINK to not conflict with new sysutils/trackerahze2006-12-181-0/+1
|
* Mark broken for FreeBSD 5.x sparc64.deischen2006-12-181-0/+4
|
* Fix build with gcc41lofi2006-12-171-2/+11
|
* - switch to devel/ruby-event-loop to resolve bug with rubygems usage [1]alexbl2006-12-171-2/+2
| | | | PR: 103600 [1]
* - Fix build with gcc 4.1miwi2006-12-161-0/+11
| | | | | PR: ports/106774 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
* - Fix build with gcc 4.Xmiwi2006-12-161-0/+11
| | | | | PR: ports/106787 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
* Fix the build on amd64 (hopefully).jylefort2006-12-161-5/+5
|
* - Fix build with gcc 4.Xmiwi2006-12-163-27/+45
| | | | | PR: ports/106747 Submitted by: trasz
* - Update to 2.4.1pav2006-12-162-5/+5
| | | | Submitted by: maintainer
* - Add new port audio/slimserver-lazysearch.tdb2006-12-155-0/+45
| | | | | | | | | | | | Description: This is a SlimServer plugin to add lazy search capabilities. Lazy searching allows for much faster entry of search text by allowing you to forget about multi-tapping and instead just press each of the remote control buttons once for each of the letters in the text, whatever position the letter appears in above the button. WWW: http://hickinbottom.demon.co.uk/lazysearch/
* This plugin looks at the songs before and after the current songtdb2006-12-155-0/+54
| | | | | | | | | | | | | | in the playlist and determines whether an album is playing or if random tracks are playing. After that determination, it sets the player's transition behavior (crossfade, fade, etc) appropriately. The transition behavior for the album/random/default cases can be changed by modifying the values of the four global variables at the top of Transitions.pm. There is also a user configurable section for excluding specific genres from being processed for album/random detection. In these cases, the 'default' transition preference will be used. WWW: http://www.sutula.us/james/slimserver/
* Update to 0.9.6.90.marcus2006-12-1510-658/+192
|
* It is dead, unmaintain and replaced by liba52 (a52dec). There is no ac3dec inmezz2006-12-156-74/+0
| | | | | | | | gentoo and debain. Also, there is no ports that depend on this. I think it is pointless for us to keep it alives when it is dead outside FreeBSD. Therefore, remove this port. Discussed with: ahze
* MP3ToWav.bundle is a supportig bundle for Burn.app. It implementsdinoex2006-12-155-0/+54
| | | | | | | | API for Burn.app's the audio file conversion bundles. MP3ToWav.bundle converts, as its name implies, mp3 audio files into wav audio files which can be burned onto a CD playable in your home stereo. WWW: http://gsburn.sourceforge.net/
* Respect CXXarved2006-12-152-2/+21
| | | | | | Fix build with gcc41 [1] Reported by: pointyhat[1]
* Remove expired leaf port:vd2006-12-1416-458/+0
| | | | 2006-12-01 audio/alsaplayer: Remote code execution: http://vuxml.FreeBSD.org/9855ac8e-2aec-11db-a6e2-000e0c2e438a.html. Last version 0.99.76 is more than 3 years old.
* Reset hendrik@scholz.net due to a number of timeouts.linimon2006-12-131-1/+1
| | | | Hat: portmgr
* Update the ftp/curl port to 7.16.0.roam2006-12-1314-15/+51
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* Add another missing dependency.sumikawa2006-12-131-0/+1
|
* Remove expired leaf ports:vd2006-12-136-87/+0
| | | | | | 2006-12-01 lang/clips: Unfetchable 2006-12-07 audio/gdesklets-xmms: Disappeared from the internet 2006-12-01 games/flightgear-l410: is incompatible with the latest FlightGear release
* Don't depend on jack on 4.x anymore, since the latest jack update brokelofi2006-12-121-1/+1
| | | | | | | | it there. Note to committers: Please check dependencies before conditionally marking something BROKEN. You may inadvertently cut down half of the ports tree when all you meant to do was removing a leaf.
* - Quote CPPFLAGS in CONFIGURE_ARGS to avoid problems when CPPFLAGS is alreadystas2006-12-121-1/+1
| | | | | | set in the make enviropment. Approved by: maintainer (<arundel@h3c.de>)
* - add MTP support [1]mich2006-12-124-2/+26
| | | | | | | - bump PORTREVISION (forgot in previous commit) PR: ports/106570 [1] Submitted by: Petar Zhivkov Petrov <pesho.petrov@gmail.com> [1]
* Fix CD-ROM detection by using CDIOCGETVOL instead of CDIOCCAPABILITY asmarcus2006-12-122-0/+31
| | | | | | the CD device test ioctl. While CDIOCCAPABILITY sounds pleasant enough, it's not actually implemented anywhere. Seems this is a pretty old issue (see kern/50687).
* Fix X11BASE respect (hopefully).jylefort2006-12-121-1/+1
|
* - utilize SF.net mirrorsclsung2006-12-111-1/+2
| | | | | | PR: ports/104942 Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> Approved by: maintainer (timeout)
* Add missing LIB_DEPENDS.sumikawa2006-12-111-1/+2
|
* Fix the build if there is no -O in the CFLAGS. To fix it by makesmezz2006-12-111-0/+15
| | | | | | | | VIDEO_SYNC_PERIOD constant. PR: ports/106571 Reported by: Gerard Seibert <gerard@seibercom.net> Reviewed by: marcus (in IRC, FreeNode/#freebsd-gnome)
* - Update to 1.0.2miwi2006-12-112-4/+4
| | | | | PR: ports/106563 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* Give up maintainershiplioux2006-12-111-1/+1
|
* Update audio/xmms-uade to 2.03mbr2006-12-1010-606/+482
| | | | | | | | Drop support for 4.x Add an additional mirror PR: 96488 Submitted by: Emanuel Haupt <ehaupt@FreeBSD.org>
* - Updated email address in my portsnivit2006-12-103-3/+3
| | | | Approved by: alexbl (mentor)
* - Add forgotten libsamplerate dependency for new phase vocoder pluginalexbl2006-12-101-0/+1
|
* Fix build on sparc64.shaun2006-12-102-2/+15
| | | | | PR: ports/106168 Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
* Seems to now build on ia64 [-CURRENT] without issue.shaun2006-12-101-4/+0
|
* Ardour is a digital audio workstation. You can use it to record,miwi2006-12-0910-0/+328
| | | | | | | | | | | | | | | | | | | edit and mix multi-track audio. Produce your own CD's. Mix video soundtracks. Experiment with new ideas about music and sound. Generate sound installations for 12 speaker gallery shows. Ardour capabilities include: multichannel recording, non-linear, non-destructive region based editing with unlimited undo/redo, full automation support, a mixer whose capabilities rival high end hardware consoles, lots of plugins to warp, shift and shape your music, and controllable from hardware control surfaces at the same time as it syncs to timecode. If you've been looking for a tool similar to ProTools, Nuendo, Cubase SX, Digital Performer, Samplitude or Sequoia, you might have found it. WWW: http://ardour.org/ PR: ports/106450 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* - Mark devel/py-ctypes IGNORE with Python 2.5 [1]alexbl2006-12-092-4/+4
| | | | | | | | | | - add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using ports on Python 2.5 [2] - Update two of the four ports using ctypes to this macro [3] PR: 104587 [1] Submitted by: Marcus von Appen <mva@sysfault.org> [1] Approved by: portmgr (pav, linimon) [2], myself [3]
* raop_play is a music file player for Apple Airport Express,sumikawa2006-12-0925-0/+545
| | | | | | | | | | | | the main functionalities are as follows: * Discover Airport Express by Apple Rendezvous * Browse music files (Supported music file format: m4a(alac or aac), wav, mp3, ogg, aac, pls) * Send selected files to the Airport Express * Play mp3 stream data (filename started with "http://") WWW: http://raop-play.sourceforge.net/
* Change my e-mail address.gabor2006-12-084-4/+4
| | | | Approved by: erwin (mentor)
* - Add patch to fix last.fm stream playing with libxine 1.1.3mich2006-12-082-0/+52
| | | | Obtained from: amarok svn
* - Fix the jackd getting into infinite loop on client disconnect. [1] [2]mezz2006-12-083-1/+15
| | | | | | | | | | | - Fix a Linuxish, md5sum -> md5 -q (thanks flz) that will put a correct info in one of header (jack_md5.h). - Remove 'Author' from pkg-descr. - Bump the PORTREVISION. PR: ports/99323 [1] and ports/106428 [2] Reported by: markzero <markzero@corolla.ath.cx> [1] Submitted by: trasz <trasz@pin.if.uz.zgora.pl> [2]
* Sync with libxine shared library version bump.nobutaka2006-12-083-3/+5
|
* - Fix pkg-plistmiwi2006-12-072-3/+3
|
* QjackCtl is a simple Qt application to control the JACK sound servermiwi2006-12-075-0/+53
| | | | | | | | | | | | | daemon. It provides a simple GUI dialog for setting several JACK daemon parameters, which are properly saved between sessions, and a way to control of the status of the audio server daemon. With time, this primordial interface has become richer by including a enhanced patchbay and connection control features. WWW: http://qjackctl.sourceforge.net/ PR: ports/106430 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* Gnomad2 is a GTK+ music manager and swiss army knife for the Creative Labsmiwi2006-12-075-0/+70
| | | | | | | | | | NOMAD and Zen range plus the Dell DJ devices using the Portable Digital Entertainment (PDE) protocol. WWW: http://gnomad2.sourceforge.net PR: ports/106424 Submitted by: Petar Zhivkov Petrov (pesho.petrov at gmail.com)
* libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP)miwi2006-12-075-0/+62
| | | | | | | | | in a form of a library. WWW: http://libmtp.sourceforge.net/ PR: ports/106423 Submitted by: Petar Zhivkov Petrov (pesho.petrov at gmail.com)
* JAMin is the JACK Audio Connection Kit (JACK) Audio Masteringmiwi2006-12-075-0/+68
| | | | | | | | | | | interface. JAMin is an open source application designed to perform professional audio mastering of stereo input streams. It uses LADSPA for digital signal processing (DSP). WWW: http://jamin.sourceforge.net/en/about.html PR: ports/106407 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* - Update to 0.102.20miwi2006-12-076-7/+66
| | | | | | PR: ports/106410 Submitted by: trasz Approved by: Multimedia Team (ahze on irc)
* Install the program setuid-root so that it can set realtime priority,jylefort2006-12-062-1/+26
| | | | and drop root privileges early in main().
* - Update comment and pkg-descr a bitsat2006-12-064-4/+4
| | | | Approved by: marcus (maintainer)
* - Update to 0.4.15jylefort2006-12-052-13/+22
| | | | | - Add missing -lintl - Use OPTIONS
* Fix a crash.jylefort2006-12-052-0/+12
|
* liblo is an implementation of the Open Sound Controlmiwi2006-12-056-0/+59
| | | | | | | | | protocol for POSIX systems. WWW: http://liblo.sourceforge.net/ PR: ports/106353 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
* realy fix the build after importing new audaciousoliver2006-12-053-2/+50
|
* Add lmms.jylefort2006-12-0510-0/+1016
| | | | | | | | | | | | | | LMMS aims to be a free alternative to popular (but commercial and closed-source) programs like FruityLoops, Cubase and Logic giving you the ability of producing music with your computer by creating cool loops, synthesizing and mixing sounds, arranging samples, having more fun with your MIDI keyboard and much more... LMMS combines the features of a tracker/sequencer program (pattern/channel/ sample/song/effect management) and those of powerful synthesizers and samplers in a modern, user-friendly and easy to use graphical user interface. WWW: http://lmms.sourceforge.net/
* case audacious updateoliver2006-12-041-1/+1
|
* Remove expired ports:vd2006-12-046-85/+0
| | | | | | | | | | | | | 2006-12-01 audio/xmms-rateplug: Project disappeared from the internet 2006-12-01 chinese/iiimf-le-chewing: fails to install (dependency problem) 2006-12-01 deskutils/mhc-xemacs21-mule: hangs during build 2006-12-01 devel/alleyoop: Does not compile 2006-12-01 devel/hs-crypto: is incompatible with current GHC, needs updating 2006-12-01 editors/gedit-autocomplete-plugin: Not compatible with gedit versions >= 2.14 2006-12-01 emulators/basiliskII: Does not compile 2006-12-01 emulators/vmware-tools2: Unfetchable 2006-12-01 emulators/vmware2: Unfetchable 2006-12-03 finance/ccard: Project disappeared from the internet
* Unbreak by using socklen_t as needed.fenner2006-12-043-11/+29
|
* - Fix segfaultsmiwi2006-12-041-1/+1
| | | | | | PR: ports/105981 Submitted by: "Aleksander Fafula" <alex@fafula.com> Approved by: maintainer
* - Update to 1.0.1miwi2006-12-042-4/+4
| | | | | PR: ports/106258 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* - Respect X11BASErafan2006-12-031-0/+2
| | | | Reported by: pointyhat
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-034-4/+4
|
* - Really respect X11BASE by adding suitable xpm pathrafan2006-12-031-0/+3
| | | | Noticed by: pointyhat via kris
* - update to 0.2DrHousealexbl2006-12-036-35/+45
| | | | | - Complete changes for DrHouse available at: http://wiki.xmms2.xmms.se/index.php/Release:DrHouse
* Respect X11BASEkris2006-12-031-0/+11
|
* - take maintainershipdinoex2006-12-032-2/+2
| | | | | Submit:ted by: Revi:rewed by:
* - Fix Xpm pathrafan2006-12-021-0/+3
| | | | Reported by: pointyhat
* - Respect X11BASE by handling theme installation in Makefilerafan2006-12-022-16/+5
| | | | Reported by: pointyhat
* - Update to 0.8.1miwi2006-12-0230-2108/+14
| | | | | PR: ports/106111 Submitted by: Max Brazhnikov<makc@issp.ac.ru> (maintainer)
* - Update to 0.9.4miwi2006-12-023-31/+39
| | | | | PR: ports/106138 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 3.6.1miwi2006-12-023-8/+46
| | | | | PR: ports/106137 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* back out CONFIGURE_ARGS change, this is handled by USE_XLIB+GNU_CONFIGURE.laszlof2006-12-021-4/+1
| | | | | | GNU_CONFIGURE also sets --prefix for us Reported by: rafan
* Respect X11BASElaszlof2006-12-021-1/+3
| | | | Reported by: pointyhat
* 1) Move patch-Makefile.in into REINPLACE_CMDlaszlof2006-12-012-12/+6
| | | | | | | 2) Respect X11BASE PR: ports/105922 Submitted by: Diane Bruce <db@db.net> (maintainer)
* - Don't state default modifier in WX_COMPS linepav2006-12-011-1/+1
|
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-012-6/+5
| | | | | PR: ports/101613 Submitted by: alepulver
* - Respect X11BASErafan2006-12-011-0/+2
| | | | Reported by: pointyhat
* Respect X11BASE and LOCALBASEkris2006-12-013-17/+17
|
* - Respect X11BASErafan2006-12-012-3/+5
| | | | - Don't hardcode /usr/local in pkg-plist
* - Use += for PLIST_SUB, so slave ports can overriderafan2006-12-011-3/+3
|
* Add ipv6 secondary category.shaun2006-11-291-1/+1
| | | | | PR: ports/106002 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* - Update to 0.15.7stas2006-11-293-29/+78
| | | | | - Shebang-patch the examples - Take maintainership
* - Update maintainer's e-mail address. [1]shaun2006-11-292-3/+3
| | | | | | | - Pet portlint(1) while here. PR: ports/105999 [1] Submitted by: David Le Brun <david@trucs.org> (maintainer) [1]
* - Update to 0.3.0stas2006-11-293-14/+78
| | | | | - PREFIX-cleaness - Take maintainership
* - Fix examples files to run properlystas2006-11-292-8/+21
| | | | | | - Prefix-cleaness - Regenerate/install rdoc files on demand - Take maintainership
* - Permissions safetystas2006-11-292-12/+21
| | | | | - Prefix-cleaness - Take maintainership
* - PREFIX-cleanessstas2006-11-292-11/+17
| | | | - Take maintainship
* - Deprecateerwin2006-11-281-1/+3
| | | | | | | | - Set EXPIRATION_DATE - portlint(1) (In case somebody adopts this port) PR: 105920 Submitted by: gabor
* - Deprecateerwin2006-11-281-0/+3
| | | | | | | - Set EXPIRATION_DATE PR: 105918 Submitted by: gabor
* - Fix file mismatchmiwi2006-11-281-3/+3
| | | | | | | | Log: 25.Nov.2006 Minor change to data, fix to [j] phoneme when not preceded by a vowel. Submitted by: pointyhat
* - actually disable libgpod if we do not enable itmich2006-11-282-0/+2
| | | | | PR: ports/105868 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* - Respect X11BASEmiwi2006-11-271-0/+2
| | | | | PR: ports/105880 Submitted by: trasz
* - Restore support for slave portpav2006-11-271-3/+3
| | | | Pointy hat to: alexbl
* - commit proper setup.cfgalexbl2006-11-261-1/+1
|
* - update to 0.5alexbl2006-11-264-25/+64
| | | | | PR: 101666 Approved by: Elias Mandouvalos <ocean@mail.gr> (maintainer), maintainer timeout (3 months)
* - update to 1.5.4alexbl2006-11-262-7/+7
| | | | | | | - pass maintainership to submitter PR: 105352 Submitted by: Marcelo Araujo <araujo@bsdmail.org>
* - Update to version 0.5stas2006-11-233-44/+12
| | | | - Update my email
* - Unbreakmiwi2006-11-2313-9/+153
| | | | | PR: ports/105744 Submitted by: trasz
* - Fix pkg-plistmiwi2006-11-231-1/+1
| | | | | Submitted by: pointyhat via kris Thanks to : trasz
* Update master site.ehaupt2006-11-211-1/+1
| | | | Approved by: tarzeau@linuks.mine.nu (maintainer)
* - Fix mismatchesmiwi2006-11-211-3/+3
| | | | | | | | Notes from the Website: Re-issued espeak-1.17-source and espeakedit-1.17 because the filr portaudio19.h was missing (was a duplicate of portaudio18.h). Submitted by: pointyhat via kris
* - Make the port prefix-clean (try to delete shared ruby directories as well)stas2006-11-202-7/+12
|
* Update to 2.16.2.marcus2006-11-203-15/+4
|
* * Fix a crash that can occur when trying to determine if a device is an iPod [1]marcus2006-11-208-74/+756
| | | | | | | | | * Clean up the Podcast locking code to avoid crashes [2] * Fix some warnings pertaining to time_t casts Reported by: ahze, Khairil Yusof <kaeru@inigo-tech.com> [1] Submitted by: James "Doc" Livingston [2] Obtained from: http://bugzilla.gnome.org/show_bug.cgi?id=337332 [2]
* Add upstream patches:arved2006-11-2026-24/+2082
| | | | | | | | | | - Build with tunepimp 0.5.x - fix inadvertent changes of ID3v2.3 genre strings - import from freedb2.org Bump PORTREVISION. PR: 105220 Submitted by: Max Brazhnikov
* - Update to 1.17miwi2006-11-195-27/+29
| | | | | PR: ports/105644 Submitted by: Nicola Vitale <nivit@email.it> (maintainer)
* GNUstep CD player with CDDB supportdinoex2006-11-175-0/+152
| | | | | WWW: http://gsburn.sourceforge.net/ Obtained from: NetBSD pkgsrc
* CDDB client bundle for GNUstepdinoex2006-11-175-0/+43
| | | | WWW: http://gsburn.sourceforge.net/
* MPDCon is a graphical client for MPD, the Music Player Daemondinoex2006-11-175-0/+102
| | | | | | | (http://www.musicpd.org). With it you can manage your playlists, browse the song collection and control the daemon. WWW: http://www.musicpd.org/MPDCon.shtml
* Mark BROKEN for 4.Xxride2006-11-171-1/+5
| | | | | Notified by: pointyhat Approved by: maintainer, tmclaugh (mentor)
* - add an OPTION for the ices plugin so that xmms2 can stream audio viaalexbl2006-11-162-0/+10
| | | | | | icecast Requested by: xride
* - Fix pkg-plistmiwi2006-11-161-0/+1
| | | | | PR: port/105553 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Fix pkg-plistmiwi2006-11-161-0/+1
| | | | | PR: ports/105553 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Fix pkg-pkistmiwi2006-11-161-0/+1
| | | | | PR: ports/105555 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* - Fix pkg-plistmiwi2006-11-161-0/+1
| | | | | PR: ports/105559 Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
* Track libnotify updatejylefort2006-11-143-6/+6
|
* - Change WX_COMPS dependency type separator from "_" to ":".alepulver2006-11-141-8/+2
| | | | | - Remove IGNORE for FreeBSD 4.x since bsd.wx.mk sets it automatically when WX_UNICODE is defined.
* - Fix for the russian translationsmiwi2006-11-131-0/+194
| | | | | PR: ports/105451 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
* - Add gx2osd 0.1alexbl2006-11-135-0/+63
| | | | | | | An on-screen display client for XMMS2 with skinning and cover-art support. WWW: http://wiki.xmms2.xmms.se/index.php/Client:gx2osd
* - Update to 1.0miwi2006-11-132-4/+4
| | | | | PR: ports/105445 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* Reset inactive maintainer asa@gascom.ru.linimon2006-11-136-6/+6
| | | | Hat: portmgr
* Make fetchable from developers website.stefan2006-11-121-2/+1
| | | | | | PR: 104585 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer timeout (> 3 weeks)
* - Depend on libid3tagsat2006-11-121-1/+2
| | | | Reported by: pointyhat via kris
* Add a knob for enabling Musepack support.brueffer2006-11-121-0/+7
| | | | Approved by: maintainer, markus
* - Fix a dependencysat2006-11-101-1/+1
|
* - Fix build on sparc64miwi2006-11-101-1/+1
| | | | Submitted by: pointyhat via kris
* - Update to 0.5.0alexbl2006-11-102-4/+5
| | | | - Fix dependencies somewhat
* - Update to 0.12.1miwi2006-11-102-5/+5
| | | | | | | | - Switch maintainer mail back to old maintainer (sorry for this fault) PR: ports/105295 Submitted by: Stepan Zastupov <redchrom@gmail.com> Approved by: Mark Daniel Reidel <ports@mark.reidel.info> via privat mail (maintainer)
* Add xanalyser 1.29xride2006-11-109-0/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | XAnalyser is a program to analyse a stereo audio signal. It has two displays: Frequency Spectrum Using Fast Fourier Transform, the time domain of the signal is transformed into the frequency domain, i.e. the amplitude (in logarithmic scale) of the audio signal is plotted versus the frequency. Either the sum of the left and right channel of the audio signal can be shown or both channels simultaneously. XY Scope Roughly speaking, the audio signal of left channel deflects a point horizontally and the right channel vertically (just as the beam of a CRT would do). Thus, an audio signal only present on the left channel produces a horizontal line, whereas an audio signal only present on the right channel produces a vertical line. A mono signal produces a 45 degree line. A stereo signal creates a wilde pattern (if the phase is correct, predominately in the same direction as a mono signal) or may even fill the entire scope. WWW: http://arvin.schnell-web.net/xanalyser/ PR: 105059 Submitted by: Diane Bruce <db@db.net> Approved by: tmclaugh (mentor)
* - Remove the old rc scriptmiwi2006-11-081-29/+0
|
* - Update to 0.12.0miwi2006-11-0811-114/+55
| | | | | | PR: ports/103706 Submitted by: Stepan Zastupov (redchrom@gmail.com) Approved by: Maintainer in private mail
* - update to -> 1.4.4mich2006-11-0812-86/+82
| | | | | | - improved iPod support - added integrated Magnatune.com music store - Changelog: http://amarok.kde.org/content/view/84/66/
* Update my email address in all ports that I maintain.laszlof2006-11-074-4/+4
| | | | Approved by: flz (mentor)
* NOT_FOR_ARCH=amd64 is absolete here.bsam2006-11-073-6/+0
| | | | | PR: 104870 Submitted by: Scot W. Hetzel <swhetzel at gmail.com>
* - Fix plistsat2006-11-071-1/+2
| | | | | | - Bump portrevision Reported by: pointyhat via kris
* - Update to 1.2.2miwi2006-11-053-13/+11
| | | | | | PR: ports/105049 Submitted by: Conrad J. Sabatier <conrads@cox.net> Sponsored by: FreeBSD Bug-a-thon #2
* - remove empy dirsdinoex2006-11-054-0/+4
| | | | Reported by: pointyhat