aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Remove a bogus plist item.Joe Marcus Clarke2003-10-262-2/+0
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=92164
* Fix build on amd64.Joe Marcus Clarke2003-10-251-0/+1
| | | | | | | Reported by: kris via bento Notes: svn path=/head/; revision=92140
* Add a CONFLICTS on libaudiofile.Joe Marcus Clarke2003-10-251-0/+2
| | | | Notes: svn path=/head/; revision=92136
* - Update to version 1.0.1Kirill Ponomarev2003-10-244-19/+41
| | | | | | | | | | - Maintainer timeout PR: 58216 Submitted by: Ports Fury Notes: svn path=/head/; revision=92091
* utilize SITE_PERLYing-Chieh Liao2003-10-2425-127/+118
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Incorporate patches against the "Audio read error" problem.Trevor Johnson2003-10-243-4/+227
| | | | | | | | | | PR: 58227 Submitted by: Andriy Gapon of Cybervision Also chase soundcard.h. Notes: svn path=/head/; revision=92030
* Fix build on -STABLE.Joe Marcus Clarke2003-10-242-0/+26
| | | | Notes: svn path=/head/; revision=92013
* Update to 0.5.88.Joe Marcus Clarke2003-10-236-4/+14
| | | | Notes: svn path=/head/; revision=91997
* Add daapd 0.2.1c, server for Digital Audio Access Protocol.Sergei Kolobov2003-10-2310-0/+217
| | | | | | | | | | | | | | daapd scans a directory for music files and makes them available via the Apple proprietary protocol DAAP. DAAP clients can browse the directory and retrieve individual files, either by streaming or by downloading them. PR: 58352 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: krion (implicit) Notes: svn path=/head/; revision=91994
* USE_REINPLACETilman Keskinoz2003-10-231-3/+4
| | | | | | | | | | Respect CPPFLAGS and LDFLAGS PR: 47651 Submitted by: Simon Schubert Notes: svn path=/head/; revision=91986
* USE_REINPLACETilman Keskinoz2003-10-231-1/+2
| | | | | | | | PR: 47651 Submitted by: Simon Schubert Notes: svn path=/head/; revision=91983
* - Fix build on -currentKirill Ponomarev2003-10-232-7/+24
| | | | | | | | PR: 58445 Submitted by: Ports Fury Notes: svn path=/head/; revision=91981
* - Update to version 0.99.0Kirill Ponomarev2003-10-235-110/+35
| | | | | | | | PR: 58379 Submitted by: Ports Fury Notes: svn path=/head/; revision=91958
* Add daaplib 0.1.1a, a C++ library for DAAP memory streams:Sergei Kolobov2003-10-235-0/+46
| | | | | | | | | | | | | daaplib is a very tiny and portable C++ library which helps to read and write low-level DAAP stream s in memory. the code is fairly straightforward and can mirror the structure of the data fairly well. PR: 58351 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: krion (implicit) Notes: svn path=/head/; revision=91951
* Remove -ffast-math from CFLAGS.Michael Nottebrock2003-10-231-0/+3
| | | | | | | Requested by: kris Notes: svn path=/head/; revision=91945
* Port to amd64, and hopefully ia64 and sparc64 at the same time.Peter Wemm2003-10-232-3/+59
| | | | Notes: svn path=/head/; revision=91923
* Sync with Debian patch version, no functional changes.Christian Weisgerber2003-10-232-2/+2
| | | | | | | Submitted by: fenner (distfiles survey) Notes: svn path=/head/; revision=91921
* Respect CC and CFLAGSKris Kennaway2003-10-232-3/+22
| | | | Notes: svn path=/head/; revision=91918
* - Append missing slash to end of WWW URL in pkg-descrKirill Ponomarev2003-10-221-1/+1
| | | | | | | | PR: 58361 Submitted by: maintainer Notes: svn path=/head/; revision=91876
* This includes x86 assembler code, so mark it as only for i386.Mark Linimon2003-10-221-0/+3
| | | | Notes: svn path=/head/; revision=91870
* Mark broken on 5.x.Mark Linimon2003-10-221-1/+7
| | | | Notes: svn path=/head/; revision=91869
* Mark as broken on 5.x (does not configure).Mark Linimon2003-10-221-1/+7
| | | | Notes: svn path=/head/; revision=91868
* Remove blank line to pacify portlint.Mark Linimon2003-10-221-1/+0
| | | | Notes: svn path=/head/; revision=91860
* Mark as broken on 5.x. Fix plist. Notified maintainer.Mark Linimon2003-10-222-2/+7
| | | | Notes: svn path=/head/; revision=91859
* Mark broken on 5.x. The distfile is from 1996 so updates might notMark Linimon2003-10-222-1/+9
| | | | | | | be forthcoming. While I'm here, update the pkg-descr with a current URL. Notes: svn path=/head/; revision=91856
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-2165-786/+786
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91809
* - Update to 1.48Kirill Ponomarev2003-10-203-10/+11
| | | | | | | | PR: 58302 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=91766
* - Get the translations installed (Make configure able to detectOliver Lehmann2003-10-192-2/+21
| | | | | | | | | | | | | | | gettext and add it to LIB_DEPENDS.). [1] - INSTALLS_SHLIB added to the Makefile (Only in case a library get installed by the port.) - remove NO_FILTER_SHLIB - Replaced GNU_CONFIGURE with USE_LIBTOOL if INSTALLS_SHLIB was set in the Makefile - bump PORTREVISION Noted By: Dinesh Nadarajah <dinesh_list@sbcglobal.net> [1] Notes: svn path=/head/; revision=91619
* Update to version 2.6.Christian Weisgerber2003-10-184-196/+213
| | | | | | | | PR: 58125 Submitted by: Ports Fury Notes: svn path=/head/; revision=91590
* Fix build on -CURRENT.Michael Nottebrock2003-10-181-2/+8
| | | | | | | | | PR: ports/58210 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notified by: kris Notes: svn path=/head/; revision=91582
* Unbreak for FreeBSD 5.X by renaming denemo's setkey() which conflictsTrevor Johnson2003-10-181-10/+5
| | | | | | | | | | with the one in the FreeSec cipher library. PR: 58161 Submitted by: Samy Al Bahra of kerneled.com Notes: svn path=/head/; revision=91549
* Use Tk and Tcl 8.4 rather than 8.3.Trevor Johnson2003-10-182-3/+3
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=91547
* Add dependency on libgdbm, and reorder LIB_DEPENDS.Adam Weinberger2003-10-181-3/+4
| | | | | | | Noticed by: bento (via kris... thank you, kris) Notes: svn path=/head/; revision=91545
* Update to 2.1.8.Adam Weinberger2003-10-182-2/+2
| | | | | | | | PR: ports/58173 Submitted by: maintainer Notes: svn path=/head/; revision=91543
* Fix building audio/yammi without KDEMichael Nottebrock2003-10-172-12/+43
| | | | | | | | | PR: ports/58095 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Notified by: kris Notes: svn path=/head/; revision=91481
* Before committing the previous BROKEN changes I carefully checked the statusKris Kennaway2003-10-161-7/+1
| | | | | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris Notes: svn path=/head/; revision=91389
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91379
* Unbreak port by adding \n\'s to printf statementsEdwin Groothuis2003-10-152-7/+55
| | | | | | | Noticed by: bento Notes: svn path=/head/; revision=91369
* BROKEN on 5.x: does not compileKris Kennaway2003-10-152-2/+14
| | | | Notes: svn path=/head/; revision=91368
* BROKEN on 5.x: does not compileKris Kennaway2003-10-151-1/+7
| | | | Notes: svn path=/head/; revision=91364
* Update to 2.23Erwin Lansing2003-10-152-2/+2
| | | | | | | | | PR: 58073 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer Notes: svn path=/head/; revision=91355
* Udpate to 2.4.1.1.Adam Weinberger2003-10-154-4/+4
| | | | Notes: svn path=/head/; revision=91348
* BROKEN: Does not fetchKris Kennaway2003-10-152-0/+4
| | | | Notes: svn path=/head/; revision=91270
* BROKEN: Does not linkKris Kennaway2003-10-151-0/+2
| | | | Notes: svn path=/head/; revision=91266
* Add jamboree.Adam Weinberger2003-10-156-0/+82
| | | | | | | | | | | Jamboree is a simple GStreamer based music player for the GNOME desktop. PR: ports/57752 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> Notes: svn path=/head/; revision=91261
* Update to 2.4.1.Joe Marcus Clarke2003-10-146-30/+14
| | | | Notes: svn path=/head/; revision=91225
* Add mpc 0.9.0, command line client for the musicpd.Munechika SUMIKAWA2003-10-135-0/+37
| | | | | | | | PR: 57520 Submitted by: Mark Reidel <ports@mark.reidle.info> Notes: svn path=/head/; revision=91115
* Upgrade to 0.9.2.Munechika SUMIKAWA2003-10-134-31/+39
| | | | | | | | PR: ports/57977 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> Notes: svn path=/head/; revision=91114
* * Update to 0.34.Christian Weisgerber2003-10-135-37/+71
| | | | | | | | | * Complete overhaul of the port. Obtained from: OpenBSD Notes: svn path=/head/; revision=91062
* Add traymp 0.12, tray-aware GTK2 client for musicpd.Munechika SUMIKAWA2003-10-1311-0/+151
| | | | | | | | PR: 57905 Submitted by: Mark Reidel <ports@mark.reidel.info> Notes: svn path=/head/; revision=91004