aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - Add CONFLICTS with audio/audacity-devel.alepulver2006-11-051-0/+2
|
* - Add PKGNAMESUFFIX to avoid LATEST_LINK.alepulver2006-11-051-0/+3
| | | | - Add CONFLICTS with audio/audacity.
* INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-053-3/+3
| | | | Found by: portlint (cports.sh)
* - Update to 0.7miwi2006-11-052-4/+4
| | | | | | PR: ports/105064 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) Sponsored by: FreeBSD Bug-a-thon #2
* - Update to 1.4.10miwi2006-11-054-47/+5
| | | | | | PR: ports/105028 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Sponsored by: FreeBSD Bug-a-thon #2
* Mark IGNORE on 4.X as it does not build.mezz2006-11-051-0/+5
| | | | Reported by: krismail
* Update to 2.16.1ahze2006-11-043-5/+5
|
* - Update to 3.2.5sat2006-11-043-8/+8
|
* - A bunch of trivial fixessat2006-11-041-1/+7
| | | | Reported by: pointyhat via kris
* Drop maintainershipjylefort2006-11-039-9/+9
|
* - make fetchablealexbl2006-11-031-2/+2
| | | | | | | - USE_LDCONFIG instead of INSTALLS_SHLIB PR: 105019 Submitted by: Thomas Abthorpe <thomas@goodking.ca>
* Add port audio/fdmf:sat2006-11-034-0/+56
| | | | | | | | | | | | fdmf is portable perl/C software for finding pairs of music files in a collection that are likely to contain the same music. It works on the music itself, not on the filename, tags, or headers. It uses an audio fingerprint, or perceptual hash to recognize the duplicate files. It is currently under heavy development, so it might be buggy, broken, or otherwise bad. But it works for me. WWW: http://www.w140.com/audio/ Author: Kurt Rosenfeld <kurt at w140 dot com>
* - Pass maintainership to submittermiwi2006-11-015-5/+5
| | | | | | (Notes: request of ports@ http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036304.html ) Submitted by: Conrad J. Sabatier <conrads at cox.net>
* - Update to 0.37.1miwi2006-11-013-25/+24
| | | | | PR: ports/104917 Submitted by: Alex Varju (maintainer)
* - Update to 1.13.1miwi2006-11-013-4/+8
| | | | | | PR: ports/104916 Submitted by: Alex Varju Approved by: maintainer
* Remove expired leaf ports:vd2006-10-315-96/+0
| | | | | | | | | 2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow
* - Update to 1.6miwi2006-10-316-31/+63
| | | | | PR: ports/104308 Submitted by: (Nicola Vitale) (maintainer)
* - Update to 1.2.2ahze2006-10-312-8/+7
|
* - Update to 0.7.2alexbl2006-10-313-9/+33
| | | | Triggered by: Thomas Abthorpe <thomas@goodking.ca> in ports/104651
* - Update to 0.1.3ahze2006-10-312-4/+4
|
* Hack around a bug that would almost certainly result in a crash formarcus2006-10-314-2/+114
| | | | | | | | | | any users trying to download or play Podcasts in Rhythmbox. This is a bandaid until the locking code is rewritten upstream. Tested by: ahze flz Reported by: many Approved by: portmgr (implicit)
* - Fix building.alepulver2006-10-303-10/+12
| | | | | | | | | - Remove BROKEN, DEPRECATED and EXPIRATION_DATE. - Fix packaging list. - Remove pre-everything comment. Approved by: portmgr (erwin) Obtained from: http://lists.freebsd.org/pipermail/freebsd-ports/2006-October/036386.html
* Band-aid a weird segfault upon track deletion reported by several users.danfe2006-10-271-0/+3
| | | | | | Proper fix is being worked on. Approved by: portmgr (erwin)
* Correct packing list and unbreak.deischen2006-10-232-3/+2
| | | | Approved by: portmgr (erwin)
* - Switch to a local-distfile for the freezealexbl2006-10-231-1/+2
| | | | | Reported by: fenner's distfile survey Approved by: portmgr (erwin)
* BROKEN: Does not buildkris2006-10-211-0/+2
| | | | Approved by: portmgr (self)
* - Update MASTER_SITES to gentoo mirrorsmiwi2006-10-201-1/+2
| | | | | | PR: ports/104583 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: portmgr (erwin), maintainer
* Temporarily dirrmtry mondoc directories. This is unnecessary after monodoctmclaugh2006-10-202-1/+3
| | | | | | | moves to LOCALBASE along with the rest of the Mono ports. Notified by: pointyhat Approved by: portmgr (kris)
* BROKEN: Size mismatchkris2006-10-151-0/+2
| | | | Approved by: portmgr (self)
* - Fix pkg-plistrafan2006-10-151-4/+4
| | | | | | | | - Some cosmetic changes and pet portlint(1) PR: ports/104390 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: portmgr (marcus)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-1450-162/+430
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* Add new entries for:marcus2006-10-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | accessibility/orca audio/gstreamer-plugins-pulse audio/pulseaudio devel/dbus-glib devel/gnome-vfs-monikers editors/gedit-plugins misc/pciids multimedia/gstreamer-plugins-annodex multimedia/gstreamer-plugins-bz2 sysutils/hal sysutils/hal-device-manager sysutils/gnome-mount sysutils/gnome-power-manager sysutils/gnome-volume-manager sysutils/policykit sysutils/gstreamer-plugins-hal www/gstreamer-plugins-neon Approved by: portmgr (implicit, kris)
* Presenting GNOME 2.16.1 for FreeBSD. This release represents a massivemarcus2006-10-1420-53/+570
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | amount of work by the FreeBSD GNOME Team and our testers. On top of the usual GNOME update, we have taken this opportunity to move GNOME from X11BASE to LOCALBASE. This means roughly 600 ports NOT part of the GNOME Desktop also need to be changed. The bulk of the move was carried out by ahze, mezz, and pav, but it would not have been possible without cooperation from the FreeBSD KDE team who worked with us to make sure GNOME and KDE can still coexist happily. We would also like to send a shout out to kris and pointyhat for putting up with multiple test runs until we got something that was solid. Back to GNOME 2.16. This release brings a huge amount of new functionality to FreeBSD. The standard release notes can be read at http://www.gnome.org/start/2.16/ . But on top of what you will read there, jylefort and marcus have completed work on a port of HAL to FreeBSD. This will allow FreeBSD to take advantage of closer hardware interaction such as auto-mounting CD-ROMs, USB drives, and music players; auto-playing audio CDs; and managing laptop power consumption. But where would this all be without our loyal testers and contributors? Therefore, the FreeBSD GNOME team would like to thank the following users: Phillip Neumann <pneumann@gmail.com> tmclaugh mux Yuri Pankov <yuri.pankov@gmail.com> chinsan Thomas <freebsdlists@bsdunix.ch> Brian Gruber <knightbg@yahoo.com> Franz Klammer <klammer@webonaut.com> Dominique Goncalves <dominique.goncalves@gmail.com> Pascal Hofstee <caelian@gmail.com> Yasuda Keisuke <kysd@po.harenet.ne.jp> backyard <backyard1454-bsd@yahoo.com> Andris Raugulis <endrju@null.lv> <endrju@null.lv> Eric L. Chen <d9364104@mail.nchu.edu.tw> Pawel Worach <pawel.worach@gmail.com> QuiRK on #freebsd-gnome Shane Bell <decept0@gmail.com> luigi sajd on #freebsd-gnome sat Chris Coleman <chrisc@vmunix.com> kaeru on #freebsd-gnome crsd_ via irc.freenode.org/#FreeBSD-GNOME Joel Diaz <joeldiaz@mac.com> Enjoy! Approved by: portmgr (implicit, kris)
* - Fix plist by disabling doc buildingsat2006-10-142-5/+1
| | | | | Reported by: pointyhat via kris Approved by: portmgr (marcus)
* Chase the libgpod shared lib version.marcus2006-10-132-4/+4
| | | | | Reported by: pointyhat via kris Approved by: portmgr (implicit)
* - Include vendor patch thatrafan2006-10-122-1/+8
| | | | | | | | | | | | - makes 3.1.x series up-to-date - makes it work correctly on amd64 This is not the patch submitted in ports/104280. Submitter confirms the vendor patch works well. PR: ports/104280 Submitted by: Dan Ponte <dcp1990 at neptune.atopia.net> Approved by: portmgr (erwin), David Le Brun <david at dyn-ns.net> (maintainer)
* BROKEN: Incomplete pkg-plistkris2006-10-121-0/+2
| | | | Approved by: portmgr (self)
* Reassign to ports@ by maintainer request.linimon2006-10-111-1/+1
| | | | | Hat: portmgr Approved by: portmgr (self)
* Update libgpod and gtkpod to most recent verions, 0.4.0 and 0.99.8,danfe2006-10-107-44/+48
| | | | respectively. Also rename a knob, commit to UPDATING will follow.
* - Update to 0.6clsung2006-10-102-5/+10
| | | | | | | | A new version of Herrie is available for download. It includes a lot of fixes, but also support for LibAO. PR: ports/104253 Submitted by: maintainer (Ed Schouten)
* - register additional dependecies for pointyhatdinoex2006-10-091-0/+1
|
* - Update to version 3.6.0.alepulver2006-10-093-24/+107
| | | | | PR: ports/104169 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Remove duplicate of textproc/liblrdfsat2006-10-086-51/+1
| | | | | | | - Wear an innocent smile Reported by: Ports Fury Pointy hat to: sat
* - Connect emphasis to build.stas2006-10-081-0/+1
| | | | Approved by: sem (mentor)
* - Move to LOCALBASEstas2006-10-089-35/+64
| | | | | | | | | | | - Use new EFL framework - Update all e17 ports to the lates stable cvs snapshot - Add additional knobs/options to ports makefiles to control the feature set - Add a bunch of new e17 applications/libraries - Minor improvements/modification. Approved by: vanilla (old maintainer), sem (mentor)
* - Mark DAAP support IGNORE on 4.x [1]alexbl2006-10-081-1/+5
| | | | | | | - Set a DISTVERSION Submitted by: krismail [1] Approved by: novel (mentor, implicit)
* Add port audio/aqualung:sat2006-10-085-0/+176
| | | | | | | Aqualung is a music player. It plays audio files from your filesystem and has the feature of inserting no gaps between adjacent tracks. WWW: http://aqualung.sourceforge.net/
* Add port audio/liblrdf:sat2006-10-085-0/+50
| | | | | | | | | | | | This is a library to make it easy to manipulate RDF files describing LADSPA plugins. It can also be used for general RDF manipulation. It can read RDF/XLM and N3 files and export N3 files, it also has a light taxonomic inference capablility. WWW: http://sourceforge.net/projects/lrdf/
* Add port audio/liboggz:sat2006-10-085-0/+157
| | | | | | | | | | | | | | | | | | | | | | | Oggz provides a simple programming interface for reading and writing Ogg files and streams. Ogg is an interleaving data container developed by Monty at Xiph.Org, originally to support the Ogg Vorbis audio format. liboggz supports the flexibility afforded by the Ogg file format while presenting the following API niceties: * Strict adherence to the formatting requirements of Ogg bitstreams, to ensure that only valid bitstreams are generated * A simple, callback based open/read/close or open/write/close interface to raw Ogg files * A customisable seeking abstraction for seeking on multitrack Ogg data * A packet queue for feeding incoming packets for writing, with callback based notification when this queue is empty * A means of overriding the IO functions used by Oggz, for easier integration with media frameworks and similar systems. * A handy table structure for storing information on each logical bitstream WWW: http://www.annodex.net/software/liboggz/html/
* - Unbreak java bindingsalexbl2006-10-083-5/+13
| | | | Approved by: novel (mentor, implicit)
* Update to 0.8.5tmclaugh2006-10-084-28/+8
| | | | | | | - Note: Port still uses gstreamer 0.8 due to a crash in liboil I need help figuring out. Project by: BSD# http://www.mono-project.com/Mono:FreeBSD
* - Unfetchable; start 2 months expiration periodpav2006-10-071-0/+3
|
* The server for Ventrilo is a voice chat program which supports multiplepav2006-10-078-0/+206
| | | | | | | | | | channels with different rate codecs and several people on each channel. Primarily aimed at team gamers but can be used as an IP phone as well. WWW: http://www.ventrilo.com/ PR: ports/95071 Submitted by: Anish Mistry <amistry@am-productions.biz>
* SlimServer will work with with MySQL 4.1 so allow that in addition tobrooks2006-10-073-3/+3
| | | | | | | 5.0. It's not clear if 5.1 will work, but go ahead and allow it for now. Reported by: Matthew Komar <digital at blackroses dot com>
* - re-introduce audio/audacity-devel port (version 1.3.0b); [1]bsam2006-10-0714-0/+295
| | | | | | | | | | | - fix pkg-plist, lines added: ----- share/mime/packages/audacity.xml share/applications/audacity.desktop @dirrmtry share/applications PR: 103260 [1] Submitted by: Jack Low <xxjack12xx at gmail.com> [1]
* p5-File-Which is a BUILD_DEPEND, not a RUN_DEPEND.brooks2006-10-063-6/+6
| | | | Reported by: kris (from pointyhat)
* Upgrade slimserver to version 6.5.0.brooks2006-10-0518-207/+492
| | | | | | | | | | | | | The biggest change is that the database is now MySQL instead of SQLite. Slimserver starts it's own MySQL instance so you don't need to deal with MySQL configuration, but both the client and server are now dependencies. For more info see the change log at: http://www.slimdevices.com/Changelog6.html Most of the binary perl modules are now port dependencies. YAML-Syck is not yet because it didn't work. I suspect a version issues (the ports version is newer).
* Update to 0.1.10 release candidate 6. This version is out for quite a while andehaupt2006-10-054-6/+8
| | | | runs quite stable. This version also supports .ay files.
* - Update to 1.8alexbl2006-10-044-10/+15
| | | | | | PR: 103965 Submitted by: Peter Johnson <johnson.peter@gmail.com> Approved by: novel (mentor, implicit)
* - Fix the build with GCC 4.1danfe2006-10-041-2/+4
| | | | - Mute the target so comment does not show up
* Try to fix the build on 4.X.danfe2006-10-042-0/+36
| | | | Reported by: krismail
* Fix variable substitutionslth2006-10-031-7/+7
| | | | Reported by: arved
* Change the following ports to my FreeBSD.org email.chinsan2006-10-032-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: delphij (mentor) archivers/pecl-bz2/Makefile archivers/pecl-lzf/Makefile archivers/pecl-rar/Makefile audio/fapg/Makefile audio/pecl-id3/Makefile chinese/CJKUnifonts/Makefile chinese/auto-tw-l10n/Makefile chinese/dfsongsd/Makefile chinese/fortunetw/Makefile chinese/gcin/Makefile chinese/joe/Makefile chinese/joe2/Makefile chinese/pcmanx/Makefile chinese/phpbb-tw/Makefile chinese/tatter-tools/Makefile chinese/ve/Makefile chinese/zhcon/Makefile devel/pear-Console_Getopt/Makefile devel/pear-Console_Table/Makefile devel/pear-PEAR_Info/Makefile devel/pecl-expect/Makefile games/p5-Baseball-Sabermetrics/Makefile graphics/epdfview/Makefile graphics/p5-Chart-Clicker/Makefile graphics/p5-GD-Thumbnail/Makefile graphics/p5-Visio/Makefile mail/pecl-esmtp/Makefile math/pecl-stats/Makefile misc/pear-Services_Weather/Makefile net/ldapdiff/Makefile net/p5-RRD-Simple/Makefile net/pear-Net_CDDB/Makefile net/pear-Net_SMS/Makefile net/pecl-cvsclient/Makefile security/gwee/Makefile security/p5-GSSAPI/Makefile security/pam-pgsql/Makefile security/pecl-ssh2/Makefile security/pecl-tcpwrap/Makefile sysutils/p5-BSD-Sysctl/Makefile sysutils/p5-File-Next/Makefile textproc/csvdiff/Makefile textproc/p5-CSS/Makefile textproc/p5-Pod-XML/Makefile textproc/p5-SGML-DTDParse/Makefile textproc/p5-Text-Emoticon-GoogleTalk/Makefile textproc/p5-XML-Handler-Dtd2DocBook/Makefile textproc/p5-XML-Handler-Dtd2Html/Makefile textproc/p5-XML-SAXDriver-CSV/Makefile textproc/p5-XML-SAXDriver-Excel/Makefile textproc/p5-ack/Makefile textproc/pear-XML_DTD/Makefile textproc/pecl-stem/Makefile textproc/scim-input-pad/Makefile textproc/sdcv/Makefile www/b2evolution/Makefile www/dokuwiki/Makefile www/dokuwiki-devel/Makefile www/lilurl/Makefile www/p5-HTML-TableParser/Makefile www/p5-HTML-WikiConverter/Makefile www/p5-HTML-WikiConverter-DokuWiki/Makefile www/p5-HTML-WikiConverter-Kwiki/Makefile www/p5-HTML-WikiConverter-Markdown/Makefile www/p5-HTML-WikiConverter-MediaWiki/Makefile www/p5-HTML-WikiConverter-MoinMoin/Makefile www/p5-HTML-WikiConverter-Oddmuse/Makefile www/p5-HTML-WikiConverter-PbWiki/Makefile www/p5-HTML-WikiConverter-PhpWiki/Makefile www/p5-HTML-WikiConverter-PmWiki/Makefile www/p5-HTML-WikiConverter-SnipSnap/Makefile www/p5-HTML-WikiConverter-Socialtext/Makefile www/p5-HTML-WikiConverter-TikiWiki/Makefile www/p5-HTML-WikiConverter-UseMod/Makefile www/p5-HTML-WikiConverter-WakkaWiki/Makefile www/p5-HTML-WikiConverter-WikkaWiki/Makefile www/p5-WWW-Baseball-NPB/Makefile www/p5-WWW-Comic/Makefile www/p5-WWW-VenusEnvy/Makefile www/pear-Services_Delicious/Makefile www/pear-UDDI/Makefile www/xpi-cssviewer/Makefile www/xpi-gmail-manager/Makefile www/xpi-google-notebook/Makefile www/xpi-mrtech-local-install/Makefile www/xpi-no-referrer/Makefile www/xpi-server_switcher/Makefile www/xpi-unplug/Makefile www/xpi-videodownloader/Makefile www/xpi-web_developer/Makefile x11/xdialog/Makefile x11-fm/pcmanfm/Makefile
* - Update to version 3.1 which hopefully fixes the build on amd64 [1]markus2006-10-033-8/+7
| | | | | | - Utilize USE_LDCONFIG Submitted by: kris via pointyhat [1]
* Updating audio/daapd to 0.2.4b. Now requires gcc 3.4+, so does the ↵lth2006-10-0311-78/+44
| | | | | | | libraries, due to c++ name mangling. PR: based on ports/97480 Submitted by: Gunter Wambaugh <gunter@six-two.net>
* - Unbreak INDEX on FreeBSD 4.9alexbl2006-10-021-1/+1
| | | | | | PR: 103868 Submitted by: "Richard J. Dawes" <rdawes@epstais.com> Approved by: novel (mentor, implicit)
* - Fix compiling with oncoming gcc41.stas2006-10-022-1/+12
| | | | | Reported by: pointyhat run Approved by: sem (mentor)
* update to 0.10.0xride2006-10-023-5/+5
| | | | | | PR: 103531 Submitted by: Soeren Straarup <xride_at_x12.dk> (me) Approved by: MAINTAINER (Tim Hemel <tim_at_timit.nl>) and tmclaugh
* - Mark for removal in 2 monthsehaupt2006-10-012-2/+3
| | | | - Remove WWW
* Update WWWehaupt2006-10-012-2/+2
|
* - Unbreak on gcc 4.1alexbl2006-10-011-0/+11
| | | | | Approved by: novel (mentor, implicit) Obtained from: Gentoo CVS repository
* - Unbreak on gcc 4.1alexbl2006-10-011-0/+33
| | | | | Approved by: novel (mentor, implicit) Obtained from: musicbrainz SVN repository
* Change my MAINTAINER email to be my @FreeBSD emailxride2006-09-305-5/+5
| | | | Approved by: tmclaugh
* Update to Net::FreeDB 0.08 - a fully official release this time, afterroam2006-09-293-87/+8
| | | | | | David Shultz kindly added me to PAUSE as a module co-maintainer. Since this port depends on File::Temp now, drop all vestiges of support for Perl 5.005.
* Builds on amd64, assuming elsewherekris2006-09-291-2/+0
|
* - Update to 1.7.1alexbl2006-09-282-4/+4
| | | | | | PR: 103601 Submitted by: Peter Johnson <johnson.peter@gmail.com> (maintainer) Approved by: novel (mentor)
* - Update to 0.6.4alexbl2006-09-282-6/+10
| | | | Approved by: novel (mentor)
* - Update to 0.5miwi2006-09-282-5/+7
| | | | Submitted by: Ed Schouten <ed@fxq.nl> (maintainer)
* - update to 0.2DrGonzoalexbl2006-09-276-27/+59
| | | | | | - Changelog at http://wiki.xmms2.xmms.se/index.php/Release:DrGonzo Approved by: novel (mentor)
* - portlintnetchild2006-09-262-2/+4
| | | | | | - fix plist [1] Noticed by: krismail [1]
* Update to 3.97.netchild2006-09-252-4/+4
|
* Add the man pages.deischen2006-09-241-0/+2
|
* - Update to 1.7alexbl2006-09-243-5/+23
| | | | | | | | PR: 102630 Submitted by: Peter Johnson <johnson.peter@gmail.com> No response from: maintainer Approved by: linimon (portmgr), novel (mentor)
* Reassign from inactive maintainer, to new maintainer who has been submittinglinimon2006-09-241-1/+1
| | | | | | PRs for updates. Hat: portmgr
* Reset maintainer due to timeouts and no response to email.linimon2006-09-241-1/+1
| | | | Hat: portmgr
* Remove expired leaf port:vd2006-09-215-81/+0
| | | | 2006-09-21 audio/wmtune
* - update to 0.5.1alexbl2006-09-212-4/+4
| | | | Approved by: novel (mentor)
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directorystas2006-09-2026-93/+51
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* - fix dependencies (py-musicbrainz -> py-musicbrainz2)alexbl2006-09-201-2/+2
| | | | | | | | - take maintainership No response from: maintainer Approved by: linimon (portmgr), novel (mentor)
* Update to 0.5.1.alexbl2006-09-193-8/+6
| | | | | | | - Take maintainership No Reponse From: Maintainer Approved by: linimon (portmgr), novel (mentor)
* - Add srpm checksumssat2006-09-181-0/+3
| | | | Reported by: pointyhat via kris
* - Update to B5.1sat2006-09-182-5/+7
|
* Update to 0.1.2alexbl2006-09-182-5/+6
| | | | Approved by: novel (mentor)
* Update to 2.0.1.lofi2006-09-1816-114/+102
| | | | Submitted by: Igor Bushuev <exlex@exlex.ru>
* BROKEN: Incomplete pkg-plistkris2006-09-171-0/+2
|
* Add port audio/linux-libmad - Linux version of audio/libmadsat2006-09-173-0/+33
|
* - Fix playlist encoding problem. This bug could also result in failuremich2006-09-154-0/+28
| | | | | | | to restore the current playlist. - Bump PORTREVISION Obtained from: Amarok dev team
* add jmusic 1.5ijliao2006-09-155-0/+204
| | | | Composition in Java
* Add port audio/umodplayer:sat2006-09-154-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | UModPlayer or Universal Module Player is a audio module "tool-chain", providing you functions to work with modules like playing, exporting, getting information, and more. * You can play the supported formats and seek to any order in the song. You have pause, timer, display, and other standard features. * You can view the pattern notes while playing. * Playlist support: you can create playlists, delete or move individual items in a playlist, import a playlist from the current directory contents, save a playlist and load a saved playlist... * You can specify any of the ModPlug options: noise reduction, megabass, surround, reverb sound options specifying the grade and the delay of most of the options. * You can export the audio data of a module to any of the supported formats * You can read and export to a file the song builtin message, the song instrument names and the song sample names. * Each user of your UNIX box can save all the sound options. * And much more! WWW: http://umodplayer.sourceforge.net/
* Add port audio/libaiff:sat2006-09-154-0/+51
| | | | | | | | | | | | | | | | | | | | | | | | | LibAiff is a library for C applications, providing transparent read and write operations for Audio Interchange File Format files. With LibAiff your application can easily use the Audio IFF format to interchange digital audio. LibAiff wants to implement all the features of the AIFF 1.3 standard, including markers, comments, etc. This version of LibAiff supports the following features: * Reading any valid Audio IFF file. * Writing a valid Audio IFF file. * Reading a compressed AIFF Compressed (AIFC) file with audio encoded in Linear PCM, both big-endian and little-endian. * Read & write samples in all formats supported by the Audio IFF standard. * Convert any sample format to and from 32 bits. * Getting and setting all the AIFF Attributes. * Reading and writing markers to positions on the sound. * Reading instrument data from AIFF files. WWW: http://aifftools.sourceforge.net/libaiff/
* - Update to 1.6.25miwi2006-09-148-757/+55
| | | | | PR: ports/1023240 Submitted by: Soeren Straarup (maintainer)
* Update to 0.4alexbl2006-09-142-6/+6
| | | | | | | | | | Changes include a new search function ('/' and 'n', just like Mutt and Vi), proper libsndfile support on big endian platforms, support for older glib 2.x versions and improved M3U and PLS support. PR: ports/103235 Submitted by: Ed Schouten <ed@zonk.fxq.nl> Approved by: novel
* - Update to 3.2.4sat2006-09-142-4/+4
|
* - Fix build on gstreamer-plugins-faad80 & remove BROKENahze2006-09-141-4/+0
|
* - Fix runtime with new faadahze2006-09-131-1/+1
|
* - BROKEN does not build on ia64miwi2006-09-131-3/+6
| | | | | | | - Fix typo PR: ports/103218 Submitted by: Stanislav Sedov <ssedov(at)mbsd.msk.ru> (maintainer)
* cleanup pkg-plist after gnustep-makedinoex2006-09-132-6/+0
|
* Change all my MAINTAINER lines to my new FreeBSD.org address.alexbl2006-09-1320-20/+20
| | | | Approved by: novel
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-134-41/+7
|
* Prevent libtunepimp and libtunepimp-old from clobbering each other'slofi2006-09-139-30/+107
| | | | | libraries and includes and bump PORTREVISION for both. Hack the two remaining users of libtunepimp-old into compiling.
* Depreciate and set for removel in 1 month because it's a dead project and can'titetcu2006-09-121-0/+3
| | | | | | | be fetched anymore. PR: ports/103131 Submitted by: Franz Klammer (maintainer)
* - Update to 3.4.2miwi2006-09-123-19/+16
| | | | | PR: ports/103141 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com>
* - BROKEN does not build on 4.Xmiwi2006-09-121-1/+7
| | | | Submitted by: pointyhat via kris
* Update to 2.1anray2006-09-123-4/+18
| | | | | PR: ports/103058 Submitted by: Dryice Liu (maintainer)
* + Update to madplay 0.15.2b.yar2006-09-114-33/+18
| | | | | | | | | | | + Add support for WITHOUT_NLS. + Remove patch-configure as it doesn't seem to affect the build any longer, with or without libtool in the system -- tested with diff. + Fix pkg-plist: The locale dirs used here are either standard, listed in BSD.local.dist, or managed by the gettext port, so we needn't try to remove them. Approved by: maintainer (timeout)
* BROKEN: Incorrect pkg-plistkris2006-09-111-0/+2
|
* - use macrosdinoex2006-09-101-4/+4
|
* Cynthiune is a free software, romantic and extensible music player fordinoex2006-09-105-0/+262
| | | | | | | | | GNUstep and Mac OS X. Similar in look and feel to XMMS, it can read the most-known sound file formats: MP3, Ogg, FLAC, Mod, XM, AIFF, WAV and more. Very easy to use, it integrates well with the GNUstep desktop environment and shows a nice example of a cross-platform OpenStep application. PR: 102901 Submitted by: Gürkan Sengün
* Add pecl-id3 0.2, extension to read and write ID3 tags in MP3 files.rafan2006-09-094-0/+33
| | | | | PR: ports/103015 Submitted by: chinsan <chinsan.tw at gmail.com>
* Update to 0.12.1beta.danfe2006-09-082-5/+4
|
* Freealut is a free implementation of the OpenAL Utility Toolkitbsam2006-09-0810-0/+124
| | | | | | | | | | | | | (ALUT). It is well suited to producing succinct demo programs and to help new developers to get started with OpenAL without distractions such as loading sound samples from disk. WWW: http://www.openal.org/ PR: ports/102854 Submitted by: Jona Joachim <walkingshadow at grummel.net>
* - fix PORTNAMEdinoex2006-09-082-8/+1
| | | | - fix pkg-plist
* - update to -> 1.4.3mich2006-09-0712-180/+108
| | | | | | - introduce Amarok File Tracker - DAAP with RendezVous/ZeroConf support - Full changelog: http://amarok.kde.org/content/view/81/66/
* * Fri Jun 02 2006 Than Ngo <than@redhat.com> 1.5.3-0.1.fc4bsam2006-09-076-24/+21
| | | | | | - update to 1.5.3 Approved by: jylefort (maintainer, implicit)
* Update the rc.d script to REQUIRE: DAEMON so that this server getsdougb2006-09-074-4/+4
| | | | | | started after all the things it needs (such as linux compat). Submitted by: Albert Poon <albert@bigtearice.net>
* Require perl 5.8.3skv2006-09-061-1/+7
| | | | Pointed by: pointyhat (kris)
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Reset inactive maintainer who has not responded to email.linimon2006-09-051-1/+1
| | | | Hat: portmgr
* Port seems to compile and execute without issue on sparc64: thereforeshaun2006-09-051-3/+0
| | | | | remove NOT_FOR_ARCHS. I suspect the last fix for amd64 also affected sparc64.