aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to 7.1, mostly a bugfix release.Brooks Davis2008-08-118-118/+302
| | | | | | | | | | Fix an error in the rc.d script where a typo caused a couple variable names not to expand. Some configuration settings may need to be restored or /var/db/squeezecenter/%{name}.conf (literally) my be renamed to squeezecenter.conf. Notes: svn path=/head/; revision=218415
* - Connect audio/kid3-kde4 to the buildMartin Wilke2008-08-101-0/+1
| | | | Notes: svn path=/head/; revision=218361
* - Change dependency to kde4Martin Wilke2008-08-102-8/+12
| | | | Notes: svn path=/head/; revision=218360
* Don't use included libltdl.Joe Marcus Clarke2008-08-103-130/+302
| | | | Notes: svn path=/head/; revision=218353
* Properly set the number of channels and sound format options.Joe Marcus Clarke2008-08-102-8/+21
| | | | Notes: svn path=/head/; revision=218313
* Add an OSS driver for libcanberra, and make this the new default.Joe Marcus Clarke2008-08-099-5/+1644
| | | | Notes: svn path=/head/; revision=218287
* Mark BROKEN: does not build.Erwin Lansing2008-08-091-0/+2
| | | | Notes: svn path=/head/; revision=218270
* Works on amd64, mark accordinglyEmanuel Haupt2008-08-081-1/+1
| | | | Notes: svn path=/head/; revision=218233
* Drop maintainership on my ports as I'm no longer using FreeBSD.Eric Anholt2008-08-061-1/+1
| | | | Notes: svn path=/head/; revision=218158
* Clean up the rc.d script as suggested by dougbPhilip M. Gollucci2008-08-061-10/+8
| | | | | | | | Submitted by: dougb via e-mail Approved by: maintainer (implicit), araujo (mentor) Notes: svn path=/head/; revision=218142
* The share/gnome/shutdown directory is not yet owned, so try to clean itJoe Marcus Clarke2008-08-062-1/+2
| | | | | | | | | up. Reported by: QA bot Notes: svn path=/head/; revision=218099
* Add a missing dependency on libvorbis.Joe Marcus Clarke2008-08-061-0/+3
| | | | | | | Reported by: QA bot Notes: svn path=/head/; revision=218097
* Add libcanberra, a light-weight implementation of the Freedesktop SoundJoe Marcus Clarke2008-08-066-0/+117
| | | | | | | Theme specification. Notes: svn path=/head/; revision=218094
* - Fix build after qt 4.4.1 updateMartin Wilke2008-08-041-1/+2
| | | | Notes: svn path=/head/; revision=218044
* - Update to 2008.07.21Martin Wilke2008-08-022-4/+4
| | | | | | | | PR: 126167 Submitted by: Ports Fury Notes: svn path=/head/; revision=217970
* - Remove diacritics to avoid possible problems with non-ascii charactersDmitry Marakasov2008-08-021-2/+2
| | | | | | | | | | | - Thus, unbreak building port when using unicode locale PR: ports/121882 (based on) Submitted by: <daniel dot kauffman at rocksolidsolutions dot org> Approved by: miwi (mentor) Notes: svn path=/head/; revision=217950
* - Fix mastersiteDmitry Marakasov2008-07-311-1/+1
| | | | | | | | | PR: ports/126133 Submitted by: "Stefan Ehmann" <shoesoft at gmx dot net> (maintainer) Approved by: miwi (mentor implicit) Notes: svn path=/head/; revision=217894
* - fully utilize USE_RC_SUBRPhilip M. Gollucci2008-07-312-11/+5
| | | | | | | | | | | | itectu@: no more .sh dougb@: move load_config above variables checks - Bump PORTREVISION PR: ports/125623 Approved by: maintainer, gabor (mentor) Notes: svn path=/head/; revision=217882
* Fix build with libxineMichael Johnson2008-07-292-4/+5
| | | | | | | Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=217829
* - xoscope is a digital oscilloscope using input from a sound card or EsounDDiane Bruce2008-07-288-0/+174
| | | | | | | | | | and/or a ProbeScope/osziFOX and will soon support Bitscope hardware. Includes 8 signal displays, variable time scale, math, memory, measurements, and file save/load. - Unfortunately will not work on amd64 due to many int vs. string coding errors. Notes: svn path=/head/; revision=217773
* - Update to 3.4.2Philippe Audeoud2008-07-273-5/+9
| | | | Notes: svn path=/head/; revision=217665
* - Fix some linux/bash specific commands in mpdscribble-setupRong-En Fan2008-07-273-13/+38
| | | | | | | | | | | | - Bump PORTREVISION - Add couple mirrors from the new maintainer - Pass maintainership to submitter PR: ports/125968 Submitted by: Martin Tournoij <carpetsmoker at rwxrwxrwx.net> Notes: svn path=/head/; revision=217644
* Update to 0.9.11.Joe Marcus Clarke2008-07-269-44/+98
| | | | Notes: svn path=/head/; revision=217634
* Update to 1.2rc1Michael Johnson2008-07-263-4/+10
| | | | | | | Requested by: marcus Notes: svn path=/head/; revision=217628
* Update to 0.1.4Michael Johnson2008-07-262-4/+4
| | | | Notes: svn path=/head/; revision=217535
* - Update maintainer mail addressMartin Wilke2008-07-251-1/+1
| | | | | | | | PR: 125786 Submitted by: Phillip N. <pneumann@gmail.com> Notes: svn path=/head/; revision=217516
* - Add gentoo mirrors as MASTER_SITESRenato Botelho2008-07-251-1/+3
| | | | Notes: svn path=/head/; revision=217491
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-255-5/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* - Enhance next/prev commands. Next on last track jumps to first track. PrevPietro Cerutti2008-07-252-8/+69
| | | | | | | | on first track jumps to last track. - Bump PORTREVISION Notes: svn path=/head/; revision=217476
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-2516-27/+12
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217468
* - Chase cpp-xmms2 updatePav Lucistnik2008-07-252-6/+6
| | | | Notes: svn path=/head/; revision=217467
* - Unquote MAKE_ENV valuesPietro Cerutti2008-07-251-2/+2
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=217466
* - Fix plistPav Lucistnik2008-07-242-3/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=217440
* - Remove 5.x support.Edward Tomasz Napierala2008-07-231-7/+1
| | | | | | | | PR: ports/124947 Submitted by: Philip M. Gollucci <pgollucci at p6m7g8 dot com> Notes: svn path=/head/; revision=217381
* - Upgrade to 3.4.Edward Tomasz Napierala2008-07-233-8/+17
| | | | Notes: svn path=/head/; revision=217366
* Fix USE_XORG for the upcoming bsd.port.mk changes (ports/122340).Florent Thoumie2008-07-221-1/+1
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=217316
* - Update to 0.25.Edward Tomasz Napierala2008-07-223-5/+7
| | | | Notes: svn path=/head/; revision=217290
* Removed by submitter request due to legal concerns.Mark Linimon2008-07-214-33/+0
| | | | | | | | PR: ports/125831 Hat: portmgr Notes: svn path=/head/; revision=217255
* - Chase lang/guile share library version bump (.18 -> .19)Rong-En Fan2008-07-213-4/+5
| | | | | | | | | - Bump PORTREVISION PR: ports/125435 Notes: svn path=/head/; revision=217241
* LP64 fixes: normalize truth values rather than truncating to int.Christian Weisgerber2008-07-184-0/+106
| | | | | | | | Approved by: maintainer Obtained from: Arnaud Bergeron <abergeron@gmail.com> Notes: svn path=/head/; revision=217060
* Fix a potential infinite loop when starting esd from gnome-settings-daemon.Joe Marcus Clarke2008-07-182-4/+13
| | | | Notes: svn path=/head/; revision=217006
* - Update to 9.11Martin Wilke2008-07-173-6/+11
| | | | | | | | PR: 125688 Submitted by: Ports Fury Notes: svn path=/head/; revision=216995
* - Update to 0.19Martin Wilke2008-07-172-5/+4
| | | | | | | | PR: 125687 Submitted by: Ports Fury Notes: svn path=/head/; revision=216992
* - Update to 2008.07.02Martin Wilke2008-07-172-4/+4
| | | | | | | | PR: 125686 Submitted by: Ports Fury Notes: svn path=/head/; revision=216988
* Update to 0.2.39.Joe Marcus Clarke2008-07-177-33/+66
| | | | Notes: svn path=/head/; revision=216967
* - Update to 1.6Martin Wilke2008-07-172-5/+4
| | | | | | | | PR: 125702 Submitted by: Maintainer Notes: svn path=/head/; revision=216964
* - Add libmowgli dependency explicity to avoid forget to bump PORTREVISION whenRenato Botelho2008-07-171-1/+2
| | | | | | | | libmowgli version bump again in the future - Bump PORTREVISION for last libmowgli update Notes: svn path=/head/; revision=216951
* Update to 2.1.6.Roman Bogorodskiy2008-07-172-5/+4
| | | | Notes: svn path=/head/; revision=216949
* - New port: lastfmrecPietro Cerutti2008-07-164-0/+33
| | | | | | | | | | | | | | | LastFMrec plays a last.fm radio stream. While listening it creates one mp3-file per song and names it after artist and title. It can be run inside a shell or in a pop-up xterm (as browser plugin). WWW: http://elgrande.daemoncore.org/index_lastfmrec.php PR: 125674 Submitted by: Tino Engel <goaengel@gmx.net> (new maintainer) Notes: svn path=/head/; revision=216927
* - Update to 0.9.14Pietro Cerutti2008-07-162-6/+5
| | | | Notes: svn path=/head/; revision=216925