aboutsummaryrefslogtreecommitdiffstats
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Fix batch build.trevor2003-11-112-2/+4
| | | | noticed by: kris
* Update to 2.00perky2003-11-104-36/+58
|
* Update to 0.5.1perky2003-11-102-2/+2
|
* This is a massive update :jeh2003-11-104-16/+11
| | | | | | | | | | | - *COMPLETE* rewrite of GNUpod (cleaner code, faster, less memory needed) - Real support of Unicode - Remove XML::Simple depency in favor of XML::Parser - Support of SmartPlaylists (beta) - Many bugs fixed and many new features PR: 59053 Submitted By: MAINTAINER
* - Update to 0.9.3jeh2003-11-092-2/+16
| | | | | | | MPD changes include wave file support, bitrate output in status, and song lengths are now stored in the db. mpc and libmpdclient recieved a significant speed boost. PR: 58820 Submitted By: MAINTAINER
* - Fix ripping on -current now that CDIOCREADAUDIO is gone.anholt2003-11-093-28/+34
| | | | | | | | | | | | - Scan for cd devices without "c" on the end first. PR: ports/57226 ports/58982 ports/58994 Submitted by: Vladimir Kushnir <vkushnir@Alfacom.net> Simon Barner <barner@in.tum.de> Approved by: maintainer (in principle) Tested with: Mogwai - Happy Songs For Happy People
* add libvorbis dependency. This should fix the compile errorjeh2003-11-091-1/+2
| | | | | | | | | | | reported by bento on sparc64: http://bento.freebsd.org/errorlogs/sparc64-5-full/net-rhythmbox-0.4.8_2.log Do not bump PORTREVISION since it either works or not but this does not add any additional functionality. PR: 58314 Submitted By: MAINTAINER
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2
| | | | | | bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add gdam, a DJ mixing application suitable for live performances. GDam offers:marcus2003-11-078-0/+1084
| | | | | | | | | | | | | | | * Client/server architecture * Mixing of multiple mp3 files * Dynamic filter insertion and removal * Multiple sound device support (speakers and monitor) * Loops, queues, sampler, beat matching, sequencer * Record your performance to a disk And it's blue! PR: 59025 Submitted by: Pav Lucistnik <pav@oook.cz> Requested by: Martin Vana <martin.vana@vslib.cz>
* - Fix MASTER_SITESkrion2003-11-071-4/+7
| | | | | | | - Support CC properly PR: 59003 Submitted by: Ports Fury
* Use wxWindows with gtk2arved2003-11-072-12/+14
| | | | | | | | Bump PORTREVISION Drop Maintainership PR: 58955 Submitted by: Pav Lucistnik <pav@oook.cz>
* GOGO-no-coda-petit is new variant of well-known GOGO-no-codakrion2003-11-068-0/+83
| | | | | | | | | | | | | mp3 encoder optimized with MMX, 3DNow!, Enhanced 3DNow! and SSE *** DO NOT OVERCLOCK YOUR CPUs *** GOGO heavily uses the part of processors that almost sleeps in usual, so makes them very hot even it runs standard clock. Overclocking may cause serious internal errors and crazy results. Or you need gigantic heatsink and extra-noisy fans. :-) Submitted by: Evgueni V. Gavrilov <aquatique@rusunix.org>
* Remove outdate pkg-message.adamw2003-11-061-24/+0
| | | | | PR: ports/58958 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 3.1.3.adamw2003-11-063-9/+7
| | | | | PR: ports/58958 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update to 0.9.1.adamw2003-11-062-2/+3
| | | | | PR: ports/58957 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* - Update to version 1.0.2krion2003-11-064-7/+71
| | | | | PR: 58959 Submitted by: Ports Fury
* Move solfege port to audio category, which is more descriptive,trevor2003-11-052-1/+2
| | | | | | after repo copy by joe. Approved by: portmgr
* MBROLA reorganization: move voices out of mbrola port into newtrevor2003-11-054-207/+42
| | | | | mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and sparc64.
* remove spurious filetrevor2003-11-051-1/+0
|
* MBROLA reorganization: move voices out of mbrola port into newtrevor2003-11-058-0/+265
| | | | | mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and sparc64.
* MBROLA reorganization: move voices out of mbrola port into newtrevor2003-11-051-0/+1
| | | | | mbrolavox port; add new linux-mbrola port for alpha, i386, ppc and sparc64.
* Generate voices.conf more efficiently.trevor2003-11-051-2/+1
|
* i386 binary port of the MBROLA speech synthesizertrevor2003-11-055-0/+246
|
* Change to the Alternative Csound Reference Manual and fix packingtrevor2003-11-053-39/+18
| | | | | | | | list. to do: generate HTML, text and PDF formats from the Docbook files with lynx, jade and htmldoc instead of downloading them ready-made
* Add port of the "aec" American male voice, for Festival with thetrevor2003-11-054-0/+63
| | | | | | | OGI extensions. I prepared this in June of 2000 but just noticed now that it had not been committed. Obtained from: NetBSD pkgsrc/audio/festvox-aec
* Chase wxgtk library name (and version) change.fjoe2003-11-052-2/+2
|
* Chase the libxslt shared lib version with a PORTREVISION bump.marcus2003-11-051-1/+2
|
* Respect CC, CFLAGS, CXX, CXXFLAGS. Don't hard-code g++ as thetrevor2003-11-051-3/+15
| | | | | linker either. Chase soundcard.h header. Mark broken at kris' request.
* - Update to 0.2.1 (fixes bento build, but the root cause is a bugsergei2003-11-053-3/+3
| | | | | | | | | in bsd.own.mk - see misc/50370 for details and a patch) [1] - Fix possible packagng error by avoiding building of the profiled library - add NOPROFILE=yes to MAKE_ENV [2] PR: 58562 [1] Submitted by: maintainer [1], sergei [2]
* Add p5-Audio 1.000, an audio manipulation routines for perl.sobomax2003-11-045-0/+72
|
* Chase mastersite per distfile survey.linimon2003-11-041-1/+1
|
* Upgrade to version 0.60.joe2003-11-042-2/+3
| | | | PR: ports/58611
* Fix a problem in post-patch.trevor2003-11-041-3/+2
| | | | noticed by: kris
* - Fix build on -currentkrion2003-11-044-17/+13
| | | | | | | | - Fix MASTER_SITES - Remove obsolete WWW: line PR: 58874 Submitted by: Ports Fury
* Unbreak by fixing mastersites. PR: ports/57564 and maintainer timeoutlinimon2003-11-032-6/+2
| | | | and reset.
* Reset maintainer to ports@FreeBSD.org. Requested by: kris.linimon2003-11-033-3/+3
|
* Make bento happy regarding build attempts on non-i386 machines.edwin2003-11-033-0/+3
| | | | Submitted by: Darius (on #bsdcode)
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-034-10/+6
| | | | | after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
* Reset maintainer on ports maintained by the following non-ports committers,kris2003-11-032-2/+2
| | | | | | | who did not respond to my email confirming whether they have an active interest in maintaining the port: sue reg rv jmb dima reg horikawa msmith jhs ue
* Reset maintainer on ports owned by the following committers who havekris2003-11-032-2/+2
| | | | | | | been inactive for over 12 months and did not respond to my email confirming their status: keith, nakai, torstenb Reviewed by: portmgr
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-034-4/+4
|
* - Update to version 0.9.1krion2003-11-022-3/+2
| | | | | PR: 58821 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info> (maintainer)
* ports with possibly unreachable MAINTAINERsedwin2003-11-023-3/+3
| | | | | | | | *** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* - Update to version 0.99.1krion2003-11-013-2/+42
| | | | | PR: 58769 Submitted by: Ports Fury
* - Update to version 0.9.0krion2003-11-0112-18/+165
| | | | | PR: 58768 Submitted by: Ports Fury
* Per distfile survey, remove mastersite that vanished in 2001.linimon2003-11-012-4/+0
|
* Enable compilation on FreeBSD 5.X. Try to support architecturestrevor2003-10-294-46/+70
| | | | | besides Alpha and i386. Use the FIND macro introduced in bsd.port.mk 1.391. Tidy whitespace.
* Move inclusion of bsd.port.pre.mk after definiton of all variables.linimon2003-10-293-13/+17
|
* Move inclusion of bsd.port.pre.mk after definition of all variables.linimon2003-10-291-2/+2
|
* - Now logs to /var/log/ instead of application specific locationsergei2003-10-284-15/+6
| | | | | | | | | - Sort pkg-plist - Bump PORTREVISION PR: 58585 Submitted by: maintainer Approved by: krion (implicit)
* Make fetchable.trevor2003-10-283-3/+3
| | | | found by: fenner's survey
* BROKEN: Does not compilekris2003-10-281-0/+2
|
* Portlint (add INSTALLS_SHLIB, reorder vars, remove trailing blank line)kris2003-10-282-3/+3
|
* portlint (DISTFILES->DISTNAME, fix COMMENT, reorder vars)kris2003-10-282-8/+8
|
* Portlint (reorder variables)kris2003-10-281-3/+3
|
* portlint (remove default EXTRACT_SUFX, reorder RUN_DEPENDS)kris2003-10-281-3/+2
|
* Utilize INFOkris2003-10-282-15/+3
|
* Portlint (remove extra blank line)kris2003-10-281-1/+0
|
* Utilize MAN1 instead of listing manpages in pkg-plist. Remove a directorykris2003-10-282-1/+3
| | | | | that is left behind on deinstall (it appears this might be created in error, because it is unpopulated by the port install).
* Portlint (extra blank line)kris2003-10-281-1/+0
|
* . Fix build on 5.x (gcc 3.3)glewis2003-10-282-7/+15
| | | | | PR: 58426 Submitted by: Samy Al Bahra <samy@kerneled.com>
* Portlint ($() -> ${})kris2003-10-281-1/+1
|
* Portlint (shorten COMMENT, $() -> ${})kris2003-10-281-2/+2
|
* Fix pkg-plist introduced in my latest commit.osa2003-10-272-4/+4
|
* portlint (whitespace cleanup)kris2003-10-2737-54/+54
|
* Fix pkg-plist introduced in my latest commit.osa2003-10-271-2/+2
| | | | Notify from: kris via bento
* BROKEN on 5.x: broken by new ATA driverkris2003-10-272-2/+14
|
* portlint (trailing whitespace, utilize MAN[15])kris2003-10-272-4/+4
|
* Update to 0.3.4.adamw2003-10-272-2/+2
| | | | | Submitted by: Paulius Bulotas <paulius@kaktusas.org> Approved by: pat
* Bump revision to reflect change in dependency graph.bms2003-10-273-0/+3
|
* Remove USE_LINUX_PREFIX as it brings in a dependency on the Red Hat 7 userland;bms2003-10-273-3/+6
| | | | | | this port is based on the Red Hat 8 userland. Reported by: kris
* Update to 1.5.2.petef2003-10-274-69/+2
|
* Remove a bogus plist item.marcus2003-10-262-2/+0
| | | | Reported by: bento via kris
* Fix build on amd64.marcus2003-10-261-0/+1
| | | | Reported by: kris via bento
* Add a CONFLICTS on libaudiofile.marcus2003-10-261-0/+2
|
* - Update to version 1.0.1krion2003-10-254-19/+41
| | | | | | | - Maintainer timeout PR: 58216 Submitted by: Ports Fury
* utilize SITE_PERLijliao2003-10-2425-127/+118
| | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
* Incorporate patches against the "Audio read error" problem.trevor2003-10-243-4/+227
| | | | | | | PR: 58227 Submitted by: Andriy Gapon of Cybervision Also chase soundcard.h.
* Fix build on -STABLE.marcus2003-10-242-0/+26
|
* Update to 0.5.88.marcus2003-10-246-4/+14
|
* Add daapd 0.2.1c, server for Digital Audio Access Protocol.sergei2003-10-2410-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)
* USE_REINPLACEarved2003-10-241-3/+4
| | | | | | | Respect CPPFLAGS and LDFLAGS PR: 47651 Submitted by: Simon Schubert
* USE_REINPLACEarved2003-10-241-1/+2
| | | | | PR: 47651 Submitted by: Simon Schubert
* - Fix build on -currentkrion2003-10-242-7/+24
| | | | | PR: 58445 Submitted by: Ports Fury
* - Update to version 0.99.0krion2003-10-235-110/+35
| | | | | PR: 58379 Submitted by: Ports Fury
* Add daaplib 0.1.1a, a C++ library for DAAP memory streams:sergei2003-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)
* Remove -ffast-math from CFLAGS.lofi2003-10-231-0/+3
| | | | Requested by: kris
* Port to amd64, and hopefully ia64 and sparc64 at the same time.peter2003-10-232-3/+59
|
* Sync with Debian patch version, no functional changes.naddy2003-10-232-2/+2
| | | | Submitted by: fenner (distfiles survey)
* Respect CC and CFLAGSkris2003-10-232-3/+22
|
* - Append missing slash to end of WWW URL in pkg-descrkrion2003-10-221-1/+1
| | | | | PR: 58361 Submitted by: maintainer
* This includes x86 assembler code, so mark it as only for i386.linimon2003-10-221-0/+3
|
* Mark broken on 5.x.linimon2003-10-221-1/+7
|
* Mark as broken on 5.x (does not configure).linimon2003-10-221-1/+7
|
* Remove blank line to pacify portlint.linimon2003-10-221-1/+0
|
* Mark as broken on 5.x. Fix plist. Notified maintainer.linimon2003-10-222-2/+7
|
* Mark broken on 5.x. The distfile is from 1996 so updates might notlinimon2003-10-222-1/+9
| | | | be forthcoming. While I'm here, update the pkg-descr with a current URL.
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-2165-786/+786
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* - Update to 1.48krion2003-10-213-10/+11
| | | | | PR: 58302 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
* - Get the translations installed (Make configure able to detectoliver2003-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]
* Update to version 2.6.naddy2003-10-194-196/+213
| | | | | PR: 58125 Submitted by: Ports Fury
* Fix build on -CURRENT.lofi2003-10-181-2/+8
| | | | | | PR: ports/58210 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de> Notified by: kris
* Unbreak for FreeBSD 5.X by renaming denemo's setkey() which conflictstrevor2003-10-181-10/+5
| | | | | | | with the one in the FreeSec cipher library. PR: 58161 Submitted by: Samy Al Bahra of kerneled.com
* Use Tk and Tcl 8.4 rather than 8.3.trevor2003-10-182-3/+3
| | | | Submitted by: kris
* Add dependency on libgdbm, and reorder LIB_DEPENDS.adamw2003-10-181-3/+4
| | | | Noticed by: bento (via kris... thank you, kris)
* Update to 2.1.8.adamw2003-10-182-2/+2
| | | | | PR: ports/58173 Submitted by: maintainer
* Fix building audio/yammi without KDElofi2003-10-172-12/+43
| | | | | | PR: ports/58095 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com> Notified by: kris
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-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
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Unbreak port by adding \n\'s to printf statementsedwin2003-10-162-7/+55
| | | | Noticed by: bento
* BROKEN on 5.x: does not compilekris2003-10-162-2/+14
|
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Update to 2.23erwin2003-10-162-2/+2
| | | | | | PR: 58073 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer
* Udpate to 2.4.1.1.adamw2003-10-164-4/+4
|
* BROKEN: Does not fetchkris2003-10-152-0/+4
|
* BROKEN: Does not linkkris2003-10-151-0/+2
|
* Add jamboree.adamw2003-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>
* Update to 2.4.1.marcus2003-10-156-30/+14
|
* Add mpc 0.9.0, command line client for the musicpd.sumikawa2003-10-145-0/+37
| | | | | PR: 57520 Submitted by: Mark Reidel <ports@mark.reidle.info>
* Upgrade to 0.9.2.sumikawa2003-10-144-31/+39
| | | | | PR: ports/57977 Submitted by: Mark Daniel Reidel <ports@mark.reidel.info>
* * Update to 0.34.naddy2003-10-135-37/+71
| | | | | | * Complete overhaul of the port. Obtained from: OpenBSD
* Add traymp 0.12, tray-aware GTK2 client for musicpd.sumikawa2003-10-1311-0/+151
| | | | | PR: 57905 Submitted by: Mark Reidel <ports@mark.reidel.info>
* - Add CONFLICTS, because of the same item in pkg-plistkrion2003-10-112-0/+4
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Add CONFLICTS line. Change maintainer email.lofi2003-10-101-2/+4
|
* Add CONFLICTS to these ports as they install conflicting plist items.marcus2003-10-102-0/+4
| | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Install pkgconfig .pc file to correct placenaddy2003-10-102-2/+4
| | | | | PR: 57802 Submitted by: Ports Fury
* * Maintenance update to 0.8.4.naddy2003-10-096-71/+116
| | | | | | * Support for the aRts plugin now must be explicitly enabled by defining WITH_ARTS. * NAS plugin available by defining WITH_NAS. Consider experimental.
* Add musicpd 0.9.1, a remote-controllable music-daemon.sumikawa2003-10-089-0/+181
| | | | | PR: 57518 Submitted by: Mark Reidel <ports@mark.reidel.info>
* Add pkg-install to audio/teamspeak-serveredwin2003-10-082-0/+144
| | | | | | | | | | | Hi Edwin, I see you committed my PR, thanks :) I think I mangled my patch and it is missing pkg-install, so the port doesn't work. I have attached it, please commit :) Submitted by: "Daniel O'Connor" <darius@dons.net.au>
* Add missing dependency upon libgnomeui.adamw2003-10-071-1/+1
| | | | | PR: ports/57579 Submitted by: Lowell Gilbert <freebsd-ports-local@be-well.ilk.org>
* Add the Linux version of the KDE arts sound library (it is an unlikelybms2003-10-0613-0/+442
| | | | | | dependency for the Dell RAID tools). Reviewed by: edwin
* - Update to version 0.96krion2003-10-063-6/+6
| | | | | | | - Use DOCSDIR PR: 57639 Submitted by: maintainer
* - Update MASTER_SITESkrion2003-10-061-1/+2
| | | | | PR: 57638 Submitted by: maintainer
* New port: USB FM Radio Control utilityedwin2003-10-065-0/+100
| | | | | | | | The ufmcontrol utility is a program to control FM radio attached to an USB port. PR: ports/46063 Submitted by: Nicola Vitale <nivit@libero.it>
* Fix an LD_PRELOAD in esddsp.marcus2003-10-062-0/+12
| | | | | PR: 57610 Submitted by: James McNaughton <jtm63@rcn.com>
* Add xmms-real-random 0.2, REAL shuffle mode for xmms.oliver2003-10-056-0/+62
| | | | | PR: 57543 Submitted by: Ulrich Spoerlein <q@uni.de>
* Avoid Perl.trevor2003-10-042-7/+12
| | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx
* Avoid Perl.trevor2003-10-041-6/+11
| | | | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx Concatenate the two regexes in post-patch.
* Avoid Perl.trevor2003-10-041-3/+6
| | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx
* Avoid Perl.trevor2003-10-041-5/+6
| | | | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx Increment libgsl soname.
* Avoid Perl. Use the DATADIR and DOCSDIR macros.trevor2003-10-041-5/+9
| | | | | | | | PR: 47651 Submitted by: Simon Schubert of ath.cx Rename the post-configure target to pre-patch because it applies a patch.
* pthread fix for audio/openal on -currentedwin2003-10-041-0/+4
| | | | | | | | -pthread doesn't work anymore, this fixes up configure so audio/openal builds. PR: ports/57282 Submitted by: Erik Greenwald <erik@smluc.org>
* new virtual category requested: accessibilityedwin2003-10-0424-24/+24
| | | | | | | | | | | | | | This category, to be described as "of interest to disabled users" is intended to make it simpler for users to find software which will let them overcome a handicap. For example, blind users may want to combine OCR and text-to-speech software so the computer can read books to them; users with diminished eyesight can use large fonts and "magnifiers"; paralyzed users may use speech recognition to compose text or give commands. PR: ports/39103 Submitted by: Trevor Johnson <trevor@jpj.net>
* Fix the -pthread problem in case the option gets removed again. Thiswill2003-10-043-50/+2
| | | | | | | | | | | | | | | | | patch involved patching the core auto* routines in KDE to accept the PTHREAD_* variables in the environment, with fallbacks. We decided the easiest way to implement this in ports was to generate configure instead of risking incorrect generation at port configure time. Said patch has already been committed to HEAD in KDE and as such will be removed with the 3.2 upgrade once it is released. Ports using Makefile.kde that shouldn't be using them (i.e. non-KDE modules) have this support commented out due to lack of patch. Helped out: Adriaan de Groot <adridg@cs.kun.nl> Lauri Watts <lauri@kde.org> Andy Fawcett <andy@athame.co.uk>
* Add a missing '\'.marcus2003-10-041-1/+1
| | | | Reported by: FreshPorts
* Add another MASTER_SITE since it seems SGI pulled the audiofile project.marcus2003-10-041-1/+2
| | | | Submitted by: Jeremy Messenger <mezz7@cox.net>
* Remove dependency on devel/libstl for systems > 501103edwin2003-10-031-1/+1
| | | | | PR: ports/57001 (originally) Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Fixed broken build with xmms dependiency installed on the system.edwin2003-10-034-0/+95
| | | | | | | | Fixed broken build with xmms dependiency installed on the system. PR: ports/56679 Submitted by: YazzY <yazzy@yazzy.org>
* Update port: xmms-infopipe from 1.3 to 1.3_1 (more clean install)edwin2003-10-032-20/+27
| | | | | | | | Update the Makefile to do a more clean install (the Makefile from the source install some unnecessary libs). PR: ports/56539 Submitted by: MiG <mig@mig-29.net>
* Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-034-4/+8
| | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Add vte to USE_GNOME.adamw2003-10-031-1/+1
| | | | Submitted by: Dan Naumov <dan.naumov@ofw.fi>
* Update to 3.1.2.adamw2003-10-033-39/+17
| | | | | | Now with gtk20 power! And development release version power!
* Add yammi, a QT-based music manager with fuzzy search.lofi2003-10-026-0/+156
| | | | | PR: 57290 Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
* Add cue2toc 0.0, perl script that converts CUE files into TOCkrion2003-09-305-0/+34
| | | | files for cdrdao.
* - Update to version 1.0.2krion2003-09-304-6/+6
| | | | | PR: 57387 Submitted by: Josh Elsasser <jre@vineyard.net> (maintainer)
* Use sed, rather than perl, for patching, in case there is a usertrevor2003-09-291-3/+4
| | | | who does not have perl.
* The malloc.h problem is gone.trevor2003-09-291-4/+0
|
* Update to 0.36-0.trevor2003-09-2910-190/+12
|
* Correct the description; This library can now read, write, removeknu2003-09-299-21/+15
| | | | | | id3v1 tag and read id3v2. While I'm here, stop installing README which is dummy.
* Update to 0.2.1.knu2003-09-2912-24/+42
|
* Add back DIST_SUBDIR. It was removed by mistake.demon2003-09-292-1/+2
| | | | Approved by: maintainer
* - Update to version 1.9krion2003-09-282-2/+2
| | | | | PR: 57303 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
* Uncomment BROKEN line.trevor2003-09-281-1/+1
| | | | pointy hat to: my duncecap cordillera
* Update to 0.8.6. Note brokenness on -CURRENT.trevor2003-09-283-13/+20
|
* Fix a crash in the CD Database capplet due to referencing anmarcus2003-09-284-0/+26
| | | | | | | | uninitialized GTK object. More details can be found at: http://bugzilla.gnome.org/show_bug.cgi?id=123390 Submitted by: Pav Lucistnik <pav@oook.cz>
* Update to 0.2.4.marcus2003-09-282-2/+2
|
* Update to 1.07perky2003-09-283-3/+3
|
* Update to 1.4perky2003-09-272-2/+2
|
* Update to 4.0.0 release.demon2003-09-272-7/+4
|
* Though recent FreeBSD has SOUND_MIXER_INFO defined. it seemsume2003-09-272-0/+15
| | | | | | incompatible with the one gkrellmvolume expects. Reported by: "Kevin Oberman" <oberman@es.net>
* Update port: audio/zinf to 2.2.4edwin2003-09-2734-306/+410
| | | | | | | - Update to version 2.2.4 PR: ports/57001 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update for teamspeak_server port updateedwin2003-09-276-16/+32
| | | | | | | Updates to not install as root, and installs startup script as .sample. PR: ports/56918 Submitted by: Daniel O'Connor <darius@dons.net.au>
* ECHO -> ECHO_MSGedwin2003-09-271-3/+3
| | | | | | | (ECHO_CMD for deskutils/notebook) PR: ports/56767-56770,56772-56774,56776-56784 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Update port: audio/rplayedwin2003-09-271-2/+2
| | | | | | | - ECHO -> ECHO_MSG PR: ports/56766 Submitted: KATO Tsuguru <tkato@prontomail.com>
* Update port: audio/mp3encodeedwin2003-09-271-3/+3
| | | | | | | - ECHO -> ECHO_MSG PR: ports/56765 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* update audio/teamspeak_client: 2.0.29.47 -> 2.0.32daichi2003-09-263-7/+7
| | | | | PR: 56919 Submitted by: Daniel O'Connor <darius@dons.net.au> (maintainer)
* Honor PTHREAD_{CFLAGS,LIBS}.naddy2003-09-262-4/+30
| | | | Approved by: greid
* - Add patch for correct pixmap installkrion2003-09-251-0/+11
| | | | Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* - Bug-fix only update to version 2.1.6krion2003-09-253-6/+6
| | | | | PR: 56904 Submitted by: maintainer
* - Update to version 0.10.1krion2003-09-254-20/+22
| | | | | PR: 56974 Submitted by: maintainer
* - Update to version 0.30krion2003-09-2510-28/+28
| | | | | PR: 57150 Submitted by: Rob Evers <rob@debank.tv>
* - Update to version 1.92fkrion2003-09-254-70/+54
| | | | | | | | | - Add automatic track length calculation with -a option. - Add -i (info) and -l <len> (only play <len> length) options. - Show enabled and persistent channels. PR: 57200 Submitted by: maintainer
* [patch] Update port: audio/xmms-cdread Fix for work with xmms-1.2.8edwin2003-09-243-3/+13
| | | | | PR: ports/56735 Submitted by: Sergey V. Belov <argail@visit.ru> <argail@visit.ru>
* Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-247-10/+10
| | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
* Cease FreeBSD port maintainershipsedwin2003-09-242-2/+2
| | | | | | | | | | I don't have the time to give to many of the ports I maintain at the moment. I wasn't expecting to be so busy this summer ... Please set all my ports back to ports@freebsd.org. PR: ports/56935 Submitted by: Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>
* Revert the previous commit since libxine can't be made into a package due tomarcus2003-09-222-10/+2
| | | | | its dependency on djbfft. Instead, explicitly link against libm to try and fix the package build.
* * If package building, use the libxine backend as there are issues withmarcus2003-09-222-0/+18
| | | | | | | | the gstreamer backend for now * Include a message that gstreamer-plugins needs MAD support for proper rb operation This should fix a plist problem on bento.
* * Respect PTHREAD_CFLAGS and PTHREAD_LIBS.naddy2003-09-202-6/+16
| | | | | | * Use our libtool. Reported by: kris (bento)
* Add dependency on png.5edwin2003-09-191-0/+1
| | | | Noticed by: kris@/bento
* Upgrade to Qt 3.2.1 / KDE 3.1.4. See x11/kde3/Makefile rev 1.64 for details.will2003-09-185-8/+61
|
* Add gnomespeech, a library that facilitates text-to-speech for the GNOMEmarcus2003-09-186-0/+111
| | | | desktop.
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-188-280/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users
* Chase XMMS library version.naddy2003-09-161-1/+1
| | | | | PR: 56708 Submitted by: Linh Pham <question@closedsrc.org>
* Fix a path separation issue in the configure script that was causingadamw2003-09-161-0/+5
| | | | | | xmms-config problems. Submitted by: bento
* Fix MASTER_SITES.marcus2003-09-121-1/+1
| | | | | PR: 56692 Submitted by: maintainer
* Mark ONLY_FOR_ARCHS= i386arved2003-09-101-0/+1
| | | | Submitted by: maintainer
* Soribada project is closed permamently due to reverse engineering problem.cjh2003-09-091-1/+0
|
* Soribada project is closed permamently due to reverse engineering problem.cjh2003-09-094-47/+0
| | | | Obtained from: http://soribada.kldp.net
* Make sure we don't try to build with Vorbis if we don't have it installed.marcus2003-09-092-2/+2
| | | | Reported by: bento
* Update to 3.02.08aosa2003-09-082-2/+2
| | | | Submitted by: Dmitry Afanasiev <KOT@MATPOCKuH.Ru> (maintainer)
* don't forget to bump the revision, it's important enough under -current.edwin2003-09-081-0/+1
|
* Properly replace all -pthread occurances to make it working onedwin2003-09-081-4/+7
| | | | -current with the new gcc.
* Update port: audio/gripedwin2003-09-082-46/+14
| | | | | | | | - Reaarange USE_GNOME - Add optional cdparanoia support PR: ports/56521 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* chase lib version change of multimedia/xmmsume2003-09-082-3/+4
|
* chase lib version change of multimedia/xmmsedwin2003-09-0821-21/+21
| | | | | PR: ports/56505 Submitted by: Espen Skoglund <esk@ira.uka.de>
* Maintainer is able to the port anymore, into the ports@ pool with it!edwin2003-09-071-1/+1
| | | | | | Thanks for your support in the past! Submitted by: Andreas Kohout <shanee@augusta.de>
* Update to 0.5.3.marcus2003-09-078-32/+10
|
* Make port more INFO friendlyedwin2003-09-052-3/+1
| | | | Submitted by: Max Khon <fjoe@FreeBSD.org>
* iMinor teamspeak_server port updateedwin2003-09-054-26/+36
| | | | | | | | | This patch by crtxreavr@trioptimum.com to prevent users from read passwords out of the log file and database. Also runs the server as the nobody user. PR: ports/56464 Submitted by: Daniel O'Connor <darius@dons.net.au>
* - Update to version 0.9.98krion2003-09-055-23/+91
| | | | | | | - Bug fixes PR: 56460 Submitted by: Simon Barner <barner@in.tum.de>
* - Utilize USE_SDLkrion2003-09-051-6/+7
| | | | | | | - Fix handling USE_GETOPT_LONG PR: 56431 Submitted by: Ports Fury
* [patch] fix install for audio/tracker, pacify portlintedwin2003-09-043-167/+95
| | | | | | | | | Per bento, some old info files are no longer part of the package. Also portlint sniffs at the Makefile, somewhat bogusly, but it's easy to make it shut up. PR: ports/56419 Submitted by: ark Linimon <linimon@lonesome.com>
* remove INSTALLS_SHLIB again, put a quick note there in case somebodyedwin2003-09-041-1/+1
| | | | | | else finds portlint complaining. Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Fix a build problem when WITH_XINE is used.marcus2003-09-042-0/+26
| | | | | | PR: 56368 Submitted by: Frank Ruell <stoerte@dreamwarrior.net> Obtained from: Rhythmbox CVS
* Update to 0.2.32.marcus2003-09-042-3/+3
|
* Update to version 4.0 RC3.demon2003-09-032-7/+6
|
* New port: audio/mpio-driver Digit@lway MPIO MP3 player device driver KMODedwin2003-09-017-0/+79
| | | | | | | | | | | | | Digit@lway MPIO MP3 player device driver KMOD. It is actually a patch to FreeBSD standard urio driver, which adds MPIO support to it, and fixes some issues. This driver is designed to be used with MPIO for Linux software, ported to FreeBSD as audio/mpiosh. PR: ports/53540 Submitted by: Sergey Akifyev <asa@gascom.ru>
* New port: audio/streamtuner-python 0.0.1edwin2003-09-015-0/+51
| | | | | | | | This is streamtuner-python, a streamtuner plugin offering an embedded Python interpreter. PR: ports/48890 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* New port for Team Speak server (audio/teamspeak_server)edwin2003-09-0111-0/+337
| | | | | | | | | | The server for Team Speak a voice chat program which supports multiple 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. PR: ports/55088 Submitted by: Daniel O'Connor <darius@dons.net.au>
* Bug in audio/shout when using with SHOUTcast Server 1.9.2edwin2003-09-012-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Shout is streaming client for icecast and shoutcast streaming servers. It works well with SHOUTcast Server Version 1.9.2/FreeBSD4 (with -i key (Use old icy headers)),But if you try to enable title streaming (-t key) (without it clients don't see what song is playing). There are two problems why it doesn't work: 1. By default shoutcast expects source stremer connection on 8001 port, and listeners on 8000 port. (steamer port is listener_port+1). Shout streams mp3 music on port 8001 (from config file or command line), but title streaming is done on listener port through web admin interface. (http://server:port//admin.cgi?pass=password&;mode=updinfo&song=Song Title) Without patch shout tries to update info on streamer, and not listener port and this doesn't work. I attached patch which reduces port number by one, which is right (listener) port number. 2. With this fix shout connects to right port, but still doesn't update song title. From shoutcast documentation I've found that now shoutcast accepts update post (see above) only with useragent Mozilla ant shout gives useragent Shout/0.8.0. Informed maintainer PR: ports/48771 Submitted by: Justas Gurinavicius <raktas@raktas.net>
* New port: audio/gkrellmss2edwin2003-09-016-0/+107
| | | | | | | Attached is a port of the gkrellmss plugin for gkrellm2. PR: ports/47917 Submitted by: Lars Eggert <larse@isi.edu>
* New port: audio/eTktab - guitar tabulature editoredwin2003-09-016-0/+78
| | | | | | | | | | | | ETktab let's you edit guitar and bass tabulatures. Notations for various playing techniques like muting and vibrato are supported, as well as variable keybindings. It can output tabulatures in plain ascii format. WWW: http://etktab.sourceforge.net/ PR: ports/47649 Submitted by: Juha Erkkilä <erkkila@cc.jyu.fi>
* [NEW PORT} audio/asmixer Another mixer for afterstepedwin2003-09-016-0/+51
| | | | | | | | This is another mixer for the afterstep window manager. It is different from asmix(1). PR: ports/46708 Submitted by: Mike Makonnen <mtm@identd.net>
* [NEW PORT} audio/asmix mixer for afterstepedwin2003-09-016-0/+46
| | | | | | | This is a port of asmix(1) for the afterstep window manager. PR: ports/46707 Submitted by: Mike Makonnen <mtm@identd.net>
* Update version to 1.40taoka2003-08-312-2/+2
|
* unbreak -CURRENT.sf2003-08-312-5/+13
| | | | | revert bogus PORTREVISION bumped in 1.15; This is perfectly safe because no one on the earth was able to build aureal-kmod-1.5_5.
* [non-maintainer update] update logic for "BROKEN" variable in audio/aureal-kmodedwin2003-08-311-5/+4
| | | | | | | | | | | | | | | | | The current logic to calculate BROKEN in this port does not allow for one OS release to ask the port if it is broken on another OS release. This is due to an assumption that the OSVERSION passed to the Makefile exactly corresponds to the source version installed under /usr/src/sys (if any.) That is the default. However, when doing a cross-query, this is not the case. While this is a problem that is probably only of interest to myself, Bill Fenner, and Dan Langille, the logic could use tightening anyway. PR: ports/52590 Submitted by: Mark Linimon <linimon@lonesome.com>
* Give better BROKEN reason.edwin2003-08-302-3/+6
| | | | Noticed by: bento / linimon
* Chase the musicbrainz shared lib version.marcus2003-08-303-3/+6
|
* [patch][non-maintainer] set NOT_FOR_ARCHS for audio/tclmidiedwin2003-08-301-0/+4
| | | | | | | | | | | | | | | This port seems to build on neither ia64 nor sparc64, probably due to some kind of pointer casting problem. Mark as NOT_FOR_ARCHS to save bento from trying to build it on those architectures. A more careful reading of bsd.port.mk suggests that IGNORE should be set in this case instead of NOT_FOR_ARCHS. This will still save bento build time, but not indicate that the port will _never_ run on these archs. PR: ports/53457 Submitted by: Mark Linimon <linimon@lonesome.com>
* Convert from varargs.h to stdarg.h in order to fix build on -CURRENT.naddy2003-08-291-6/+23
|
* Chase the libmusicbrainz shared lib version.marcus2003-08-283-3/+5
| | | | Forgotten by: krion
* Maintenance update to 2.2.8.naddy2003-08-273-2/+3
|
* Update to 0.5.2.marcus2003-08-278-10/+118
|
* Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-2711-9/+11
| | | | Prodded by: kris
* - Fix *_DEPENDSkrion2003-08-272-26/+16
| | | | | | | - Utilize INFO PR: 55997 Submitted by: Ports Fury
* - Update to version 0.4krion2003-08-273-19/+18
| | | | | PR: 55996 Submitted by: Ports Fury
* update to afsp-7.1leeym2003-08-252-3/+3
| | | | | PR: 55922 Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org>
* Chase the libintl.so shared lib version.marcus2003-08-2511-11/+11
|
* * Bring us into the 64-bit world.naddy2003-08-2521-464/+826
| | | | | | Obtained from: NetBSD * Use CDROM devices also available on 5.x.
* Check ${PREFIX}/etc rather than /etc for the configuration file.trevor2003-08-251-0/+7
| | | | requested by: Raphael H. Becker
* New port: xmms-infopipe (Create a named pipe to retrive xmms infoedwin2003-08-245-0/+40
| | | | | | | | | about currently playing song). Create a named pipe to retrive xmms info about currently playing song. PR: ports/54493 Submitted by: Manuel Rodirigo Rabade Garcia <mig@mig-29.net>
* New Port: audio/xmms-kj Add K-JoefolSkinSupport to xmmsedwin2003-08-246-0/+55
| | | | | | | | This is a port of a plugin for xmms to support K-Joefol skins, which look very nice. PR: ports/47161 Submitted by: Kay Lehmann <kay_lehmann@web.de>
* - Update to version 3.81krion2003-08-246-60/+46
| | | | | PR: 55897 Submitted by: Ports Fury
* Update py-vorbis to 1.3nbm2003-08-235-36/+5
|
* Update py-ogg port to 1.3nbm2003-08-234-14/+3
|
* update py-ao to 0.82nbm2003-08-233-13/+2
| | | | | PR: 55404 Submitted by: Lars Eggert <larse@isi.edu>
* Add new port for py-eyed3, an ID3 processing library for Pythonperky2003-08-225-0/+74
|
* Fix MASTER_SITESedwin2003-08-221-1/+1
| | | | Submitted by: Darius@#bsdcode
* Add a WITH_XINE knob to build against the libxine backend. This fixesmarcus2003-08-222-2/+24
| | | | | | a problem detecting certain MP3s tagged with ID3 2.3.0 tags. Submitted by: Frank Ruell <stoerte@dreamwarrior.net>