aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Do not install soundcard.h.Jung-uk Kim2007-10-022-9/+2
| | | | | | | | | | | | This header file conflicts with FreeBSD's soundcard.h. -CURRENT has OSS v4 compatible version but -STABLE does not. Since we are not installing libOSSlib.so at the moment, it is useless any way. Pointed out by: trasz Approved by: glewis (mentor) Notes: svn path=/head/; revision=200675
* Mark as broken with gcc4.2, at least on sparc64. It may also be brokenMark Linimon2007-10-021-1/+9
| | | | | | | on the others. Notes: svn path=/head/; revision=200631
* Mark as broken with gcc4.2.Mark Linimon2007-10-021-1/+7
| | | | Notes: svn path=/head/; revision=200630
* Mark as broken with gcc4.2.Mark Linimon2007-10-021-0/+4
| | | | | | | | PR: ports/116749 Submitted by: nrgmilk at gmail dot com Notes: svn path=/head/; revision=200629
* Mark as broken: fails to install.Mark Linimon2007-10-021-0/+4
| | | | Notes: svn path=/head/; revision=200628
* Correct expiration date.Mark Linimon2007-10-021-1/+1
| | | | Notes: svn path=/head/; revision=200627
* Set expiration date. This has been marked broken for a very long time, andMark Linimon2007-10-021-1/+3
| | | | | | | no one has taken a look at it. Notes: svn path=/head/; revision=200626
* Mark as broken with gcc4.2.Mark Linimon2007-10-022-1/+11
| | | | Notes: svn path=/head/; revision=200624
* - Bump PORTREVISIONXin LI2007-10-021-3/+2
| | | | | | | | | - Use MASTER_SITE=SF for sourceforge project Approved by: maintainer Notes: svn path=/head/; revision=200582
* Add a patch which fixes CVE-2007-4460, insecure temporary fileXin LI2007-10-021-0/+49
| | | | | | | | | handling. Approved by: maintainer Notes: svn path=/head/; revision=200581
* - Update to 0.3.1a.Edward Tomasz Napierala2007-10-013-19/+20
| | | | Notes: svn path=/head/; revision=200531
* Fix build with xorg >=7.2 by renaming the included libcddb.Stefan Walter2007-09-303-0/+29
| | | | | | | | | | PR: 112876 Submitted by: edwin Patch by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Approved by: maintainer timeout (4 months) Notes: svn path=/head/; revision=200474
* Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.Mark Linimon2007-09-301-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=200430
* Add new files that got accidently missed during autoconf update patch.Ade Lovett2007-09-301-0/+64
| | | | | | | PR: 116639 Notes: svn path=/head/; revision=200416
* Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending onMark Linimon2007-09-301-0/+1
| | | | | | | | whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk. Notes: svn path=/head/; revision=200412
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-3018-53/+43
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* Mark as broken with gcc4.2.Mark Linimon2007-09-291-1/+7
| | | | Notes: svn path=/head/; revision=200349
* - Update libamrnb to version 7.0.0.0.Alejandro Pulver2007-09-2712-188/+39
| | | | | | | | | | - Update libamrwb to version 7.0.0.2. PR: ports/115819 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer) Notes: svn path=/head/; revision=200212
* Add missing USE_PERL5.Mark Linimon2007-09-261-0/+1
| | | | Notes: svn path=/head/; revision=200122
* - When fltk is not installed, scripts/check-fltk-threads.sh misbehavesRong-En Fan2007-09-252-3/+4
| | | | | | | | | | | | due to not checking existence of fltk-config before using it. Fix that by checking existence before using. PR: ports/116623 Submitted by: bgruber <knightbg at yahoo.com> Approved by: Martin Tournoij <carpetsmoker at xs4all.nl> (maintainer) Notes: svn path=/head/; revision=200087
* Unbreak.Michael Nottebrock2007-09-242-1/+10
| | | | Notes: svn path=/head/; revision=200073
* - Update to 1.8.4Martin Wilke2007-09-242-7/+5
| | | | | | | | PR: 116580 Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) Notes: svn path=/head/; revision=200062
* Somebody stole the pkg-plistEdwin Groothuis2007-09-241-0/+2068
| | | | | | | Noticed by: YAPHR Notes: svn path=/head/; revision=200038
* Add scripts directory with the necessary.Edwin Groothuis2007-09-241-0/+10
| | | | | | | Noticed by: YAPHR. Notes: svn path=/head/; revision=200032
* Dominic is a new dad, and will be too busy for a while to work on ports.Mark Linimon2007-09-242-2/+2
| | | | | | | Congratulations :-) Notes: svn path=/head/; revision=200026
* SoundConverter is the sound conversion application for the GNOMEMartin Wilke2007-09-245-0/+92
| | | | | | | | | | | | | | | environment. It reads anything the GStreamer library can read (Ogg Vorbis, AAC, MP3, FLAC, WAV, AVI, MPEG, MOV, M4A, AC3, DTS, ALAC, MPC, Shorten, APE, SID, etc...), and writes WAV, FLAC, MP3, and Ogg Vorbis files. WWW: http://soundconverter.berlios.de/ PR: ports/116470 Submitted by: Jona Joachim <jaj at hcl-club.lu> Notes: svn path=/head/; revision=200024
* audio/cdparanoia USE_LDCONFIGEdwin Groothuis2007-09-231-1/+1
| | | | | | | | | | INSTALLS_SHLIB -> USE_LDCONFIG PR: ports/115107 Submitted by: David Yeske <dyeske@gmail.com> Notes: svn path=/head/; revision=199973
* [PATCH] audio/soundtouch: fix build.Edwin Groothuis2007-09-231-9/+2
| | | | | | | | | | | Attached patch seems to fix the build. PR: ports/115768 Submitted by: trasz <trasz@pin.if.uz.zgora.pl> Approved by: maintainer timeout Notes: svn path=/head/; revision=199968
* - Update to 1.0.8Rong-En Fan2007-09-237-68/+93
| | | | | | | | | PR: ports/114904 Submitted by: Maxim Samsonov <xors at mne.ru> Approved by: Anton <uyamba at gmail.com> (maintainer, with changes) Notes: svn path=/head/; revision=199946
* - Update to 1.12Li-Wen Hsu2007-09-232-4/+4
| | | | | | | | PR: ports/116552 Submitted by: Peter Johnson <johnson.peter AT gmail.com> (maintainer) Notes: svn path=/head/; revision=199935
* [PATCH, UPDATE] Update audio/csound and audio/csound-manualEdwin Groothuis2007-09-2317-335/+149
| | | | | | | | | | | | | | | | | | | Update audio/csound to 5.06 csound has been "liberated" and is now GPL, see http://csounds.com/VercoeGift.html The corresponding csound entry in LEGAL should be removed, note that csound-manual isn't updated to 5.06 and is still subject to a restrictive license. With thanks to Erik Trulsson and Mel at -questions for patch-Top-csound.c PR: ports/116255 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Notes: svn path=/head/; revision=199933
* [PATCH, UPDATE] Update audio/csound and audio/csound-manualEdwin Groothuis2007-09-231-0/+3
| | | | | | | | | | | | Schedule audio/csound-manual for deletion, the HTML docs and tutorial are now installed by the csound port, additional PDF docs can be downloaded from the website. PR: ports/116255 Submitted by: Martin Tournoij <carpetsmoker@xs4all.nl> Notes: svn path=/head/; revision=199930
* Update to 1.3.2.13, mark broken on amd64.Michael Nottebrock2007-09-212-5/+6
| | | | Notes: svn path=/head/; revision=199861
* Update to 1.62.1Lars Engels2007-09-205-121/+56
| | | | | | | | | PR: 114736 Submitted by: KATO Tsuguru <tkato432 (at) yahoo.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=199840
* Fix Audigy mixer bug.Jung-uk Kim2007-09-192-0/+19
| | | | | | | | | | http://4front-tech.com/forum/viewtopic.php?t=2290 Approved by: glewis (mentor) Obtained from: 4Front Technologies Notes: svn path=/head/; revision=199779
* Fetch/manipulate from Ogg-Vorbis audio files implemented entirely in Perl.Martin Wilke2007-09-175-0/+42
| | | | | | | | | | WWW: http://search.cpan.org/dist/Ogg-Vorbis-Header-PurePerl PR: ports/116288 Submitted by: Dominique Goncalves <dominique.goncalves at gmail.com> Notes: svn path=/head/; revision=199631
* Asunder is a graphical Audio CD ripper and encoder. You can useMartin Wilke2007-09-176-0/+139
| | | | | | | | | | | | it to save tracks from an Audio CD as WAV, MP3, OGG, and/or FLAC. WWW: http://littlesvr.ca/asunder/ PR: ports/116411 Submitted by: Fraser Tweedale <frase@frase.id.au> Notes: svn path=/head/; revision=199628
* - Update to 1.2.3Nicola Vitale2007-09-174-12/+23
| | | | Notes: svn path=/head/; revision=199593
* Add a pkg-message talking about the correct way to start esd.Joe Marcus Clarke2007-09-162-0/+7
| | | | | | | PR: 114168 Notes: svn path=/head/; revision=199572
* This plugin fetches lyrics from the internet. It uses the following websitesMartin Wilke2007-09-165-0/+40
| | | | | | | | | | | | | as sources: * LyricWiki * LeosLyrics * Lyrics Tracker WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199556
* The plugin allows you to generate a playlist based on a set of rules, f.e.Martin Wilke2007-09-165-0/+38
| | | | | | | | | "Genre contains 'jazz' and artist doesn't contain 'Jones'". WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199554
* The last.fm plugin can fetch artist images, from last.fm. This plugin doesn'tMartin Wilke2007-09-165-0/+36
| | | | | | | | | scrobble your music. WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199552
* This is the simplest plugin of the lot, it adds a stop button to the controlsMartin Wilke2007-09-165-0/+36
| | | | | | | | | in the main window. It's an easy solution to keep everybody happy. WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199550
* The magnatune plugin provides an interface to the www.magnatune.com website.Martin Wilke2007-09-165-0/+41
| | | | | | | | | | | The plugin allows you to browse, and preview available albums. (It uses the 128kbit mp3 version). The magnatune plugin provides a double function, it also uses the data from the magnatune website to fetch cover art. WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199548
* This plugin fetches cover art, artist art,album and artist informationMartin Wilke2007-09-165-0/+36
| | | | | | | | | from the file system. WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199546
* This plugin provide an on-screen-display by xosd.Martin Wilke2007-09-165-0/+36
| | | | | | | WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199544
* A on-screen-display written to look nicer then xosd.Martin Wilke2007-09-165-0/+36
| | | | | | | WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199542
* This plugin shows more detailed information about mpd's database.Martin Wilke2007-09-165-0/+40
| | | | | | | | | It can show what artist has the most playing time, or what genre. WWW: http://sarine.nl/gmpc-plugins Notes: svn path=/head/; revision=199540
* - UnbreakMartin Wilke2007-09-162-18/+11
| | | | | | | | - Update to 0.15.0 - Take maintainership Notes: svn path=/head/; revision=199539
* - Update to 0.15.1Martin Wilke2007-09-163-51/+47
| | | | | | | | PR: 116184 Submitted by: Mathias Monnerville <mathias@monnerville.com> (maintainer) Notes: svn path=/head/; revision=199538