aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.9.0Dmitry Marakasov2010-08-172-5/+4
| | | | | | | | PR: 149334 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Notes: svn path=/head/; revision=259447
* - fix build with mp4v2Dirk Meyer2010-08-171-0/+4
| | | | Notes: svn path=/head/; revision=259437
* Update port to fit better with net/freeswitch metaportJosh Paetzel2010-08-172-32/+41
| | | | | | | | PR: ports/149527 Submitted by: Eric F Crist <ecrist@secure-computing.net> Notes: svn path=/head/; revision=259435
* Update this port to better fit the net/freeswitch metaportJosh Paetzel2010-08-171-34/+33
| | | | | | | | PR: ports/149526 Submitted by: Eric F Crist <ecrist@secure-computing.net> Notes: svn path=/head/; revision=259434
* - New port: audio/fpc-sndfileJose Alonso Cardenas Marquez2010-08-163-0/+33
| | | | | | | | | | Free Pascal Interface to sndfile library PR: 146001 Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk> Notes: svn path=/head/; revision=259384
* - New port: audio/fpc-openalJose Alonso Cardenas Marquez2010-08-163-0/+33
| | | | | | | | | | Free Pascal interface to openal library PR: 146001 Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk> Notes: svn path=/head/; revision=259380
* - New port: audio/fpc-oggvorbisJose Alonso Cardenas Marquez2010-08-163-0/+37
| | | | | | | | | | Free Pascal interface to ogg & vorbis libraries PR: 146001 Submitted by: Christopher Key <cjk32 __at__ cam.ac.uk> Notes: svn path=/head/; revision=259379
* - New port: audio/fpc-modplugJose Alonso Cardenas Marquez2010-08-163-0/+33
| | | | | | | | | | Free Pascal interface to modplug library PR: 146001 Submitted by: Christopher Key <cjk32 __ at __ cam.ac.uk> Notes: svn path=/head/; revision=259377
* - New port: audio/fpc-madJose Alonso Cardenas Marquez2010-08-163-0/+33
| | | | | | | | | | Free Pascal interface to mad library PR: 146001 Submitted by: Christopher Key <cjk32 _ at _ cam.ac.uk> Notes: svn path=/head/; revision=259375
* - New port: audio/fpc-a52Jose Alonso Cardenas Marquez2010-08-163-0/+33
| | | | | | | | | | Free Pascal interface to a52 library PR: 146001 Submitted by: Christopher Key <cjk32 _ at _ cam.ac.uk> Notes: svn path=/head/; revision=259362
* - add reload command to rc scriptOlli Hauer2010-08-162-1/+4
| | | | | | | | | | | - connect to license framework PR: 147921 Submitted by: Ralf Gebhart <gebhart _at_ secnetix.de> Reviewed by: maintainer, glarkin (mentor) Notes: svn path=/head/; revision=259351
* - add explicit dependency on audio/jackPietro Cerutti2010-08-161-2/+3
| | | | | | | | | | | (don't assume fluidsynth is built with jack support) - bump PORTREVISION PR: 149610 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> Notes: svn path=/head/; revision=259344
* Chase ice shared library bump.Tilman Keskinoz2010-08-151-2/+2
| | | | Notes: svn path=/head/; revision=259293
* Second attempt to unbreak this port,Tilman Keskinoz2010-08-144-27/+69
| | | | | | | | instead of guessing the correct FreeBSD version values write a configure macro to detect it. Notes: svn path=/head/; revision=259242
* - Update to 11.8Dennis Herrmann2010-08-133-5/+5
| | | | Notes: svn path=/head/; revision=259175
* - audio/alsa-utils: add @dirrmtry for entries not in MTREE_FILEDima Panov2010-08-131-0/+2
| | | | | | | | | PR: 149533 Submitted by: Anonymous <swell.k AT gmail DOT com> Approved by: Aragon Gouveia (maintainer) Notes: svn path=/head/; revision=259155
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-119-8/+9
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259124
* Chase multimedia/mp4v2 update.Max Brazhnikov2010-08-1114-30/+159
| | | | | | | | PR: ports/148643 Submitted by: Christopher Key <cjk32 at cam.ac.uk> Notes: svn path=/head/; revision=259121
* This is an application for generating playlists based upon musical content.Giuseppe Pilichi2010-08-089-0/+457
| | | | | | | | | | | WWW: http://www.amplifiedmusicservices.com/ PR: ports/144706 Submitted by: Christopher Key <cjk32@cam.ac.uk> Approved by: pgj (mentor) Notes: svn path=/head/; revision=258941
* - Bump PORTREVISION after libxul updateBeat Gaetzi2010-08-081-1/+1
| | | | | | | | | PR: ports/149044 Expr-run by: pav@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=258912
* - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")Gabor Pali2010-08-083-9/+9
| | | | | | | Suggested by: admi3 Notes: svn path=/head/; revision=258910
* - Update to 0.23.1Bernhard Froehlich2010-08-062-4/+4
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=258845
* libfishsound provides a simple programming interface for decoding and encodingDmitry Marakasov2010-08-055-0/+71
| | | | | | | | | | | | | | | | | | | | | | | | audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex. WWW: http://www.xiph.org/fishsound/ PR: 147332 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=258836
* - Update to 5.9.3Tim Bishop2010-08-032-4/+4
| | | | | | | | PR: ports/149184 Submitted by: Alex Varju <avarju at gmail.com> Notes: svn path=/head/; revision=258713
* - Update devel/doxygen to 1.7.1Rene Ladan2010-08-032-45/+51
| | | | | | | | | | | | - Update pkg-plist and bump PORTREVISION of affected ports PR: ports/148156 Submitted by: maintainer Approved by: tabthorpe (mentor), fluffy (graphics/libwpg) Tested by: exp-run by pav Notes: svn path=/head/; revision=258686
* - Fixed compiler error when devel/allegro is installedGreg Larkin2010-08-021-8/+14
| | | | | | | | | | | | - Miscellaneous portlint cleanups - Bumped PORTREVISION PR: ports/148802 Reported by: Rusty Nejdl <rnejdl at ringofsaturn dot com> Approved by: "Jack L." <xxjack12xx at gmail dot com> (maintainer) Notes: svn path=/head/; revision=258636
* Reset ob@breuninger.org due to maintainer-timeouts and no response to email.Mark Linimon2010-07-311-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=258527
* - Makes neon29 our default neon library. The neon 0.27.x to 0.29.x are API andJeremy Messenger2010-07-303-39/+12
| | | | | | | | | | | | | | | | | | | | | ABI backwards compatible. It is unnecessary to have more than one same libraries (ie: neon28 and neon29) as it creates issue in our ports tree such as CONFLICTS and made our Makefile complicate. - Remove www/neonpp and www/neon28. - Add USE_GNOME=ltverhack; it corrects the shared library version by change from libneon.so.29 to libneon.so.27. It won't get bump again with no reason unless ABI changes. - Bump the PORTREVISION on all ports and chase the shared library change. - Add info in the UPDATING for how to rebuild on all ports that depend on neon. PR: ports/148295 Approved by: lev (maintainer timeout, no respone for months), portmgr Tested by: pointyhat-exp by pav Notes: svn path=/head/; revision=258515
* - Mark BROKEN on 6.X: does not linkPav Lucistnik2010-07-301-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=258514
* - Mark BROKEN:Pav Lucistnik2010-07-291-0/+2
| | | | | | | | | tX_dialog.cc:266: error: invalid conversion from 'int (*)(const dirent*)' to 'int (*)(dirent*)' Reported by: pointyhat Notes: svn path=/head/; revision=258452
* - Mark BROKEN: no longer available (website now have 1.08)Pav Lucistnik2010-07-291-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=258450
* Mark MAKE_JOBS_UNSAFE=yes.Matthias Andree2010-07-291-0/+2
| | | | Notes: svn path=/head/; revision=258436
* Change maintainer address to my new @FreeBSD.orgBaptiste Daroussin2010-07-284-4/+4
| | | | | | | Approved by: jadawin@ (co-mentor) Notes: svn path=/head/; revision=258396
* Update to 1.5Tilman Keskinoz2010-07-283-5/+11
| | | | | | | | PR: 149011 Submitted by: mainainer Notes: svn path=/head/; revision=258377
* - Update to 3.16.4Dennis Herrmann2010-07-263-5/+18
| | | | Notes: svn path=/head/; revision=258290
* Presenting GNOME 2.30.2. for FreeBSD.Koop Mast2010-07-253-6/+22
| | | | Notes: svn path=/head/; revision=258246
* Add patch that somehow didn't make it in the previous commit.Koop Mast2010-07-251-0/+12
| | | | Notes: svn path=/head/; revision=258236
* Make the dependancy on pulseaudio optional.Koop Mast2010-07-252-49/+61
| | | | | | | | PR: ports/145669 (based on) Submitted by: Demelier David <demelier.david@gmail.com> Notes: svn path=/head/; revision=258230
* Unbreak INDEX by chasing textproc/mini-xml removal.Wesley Shields2010-07-251-2/+2
| | | | | | | Pointyhat to: wxs@ :( Notes: svn path=/head/; revision=258227
* Don't overwrite config files when reinstalling. [1]Koop Mast2010-07-252-7/+12
| | | | | | | | | | | Don't detect /dev/dspN.0 instead of /dev/dpsN. We should not reference a virtual channel 0, which is automatically cloned from /dev/dspN. [2] Reported by: someone on #bsdports [1] jkim@ [2] Notes: svn path=/head/; revision=258225
* - Update to 1.4.19Sylvio Cesar Teixeira2010-07-252-5/+4
| | | | Notes: svn path=/head/; revision=258224
* Update my email address to my new @FreeBSD.org addyJoseph S. Atkinson2010-07-253-3/+3
| | | | | | | Approved by: wxs (mentor) Notes: svn path=/head/; revision=258222
* - Update to 0.15.12Sahil Tandon2010-07-255-11/+19
| | | | | | | | | | - Install configuration file if it does not exist PR: ports/148082 Submitted by: Chris Rees <utisoft@gmail.com> (maintainer) Notes: svn path=/head/; revision=258204
* Update ImageMagick to 6.6.2-10Martin Matuska2010-07-241-2/+2
| | | | Notes: svn path=/head/; revision=258173
* - Update ffmpeg to 0.6Martin Matuska2010-07-2411-7/+11
| | | | Notes: svn path=/head/; revision=258164
* Update gstreamer-plugins-base to 0.10.30.Koop Mast2010-07-241-1/+1
| | | | | | | | Switch from liboil to orc. Release notes: http://gstreamer.freedesktop.org/releases/gst-plugins-base/0.10.30.html Notes: svn path=/head/; revision=258152
* - Update to 0.1.1Sylvio Cesar Teixeira2010-07-232-4/+4
| | | | | | | | PR: ports/148771 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer) Notes: svn path=/head/; revision=258107
* Update to 0.4.2Max Brazhnikov2010-07-235-16/+602
| | | | | | | | | | Mark MAKE_JOBS_SAFE while here PR: ports/148765 Submitted by: Gvozdikov Veniamin (maintainer) Notes: svn path=/head/; revision=258105
* Update to 0.98Emanuel Haupt2010-07-222-4/+4
| | | | Notes: svn path=/head/; revision=258047
* - Update to 0.1.2Martin Matuska2010-07-213-9/+11
| | | | | | | | PR: ports/148812 Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) Notes: svn path=/head/; revision=258038