summaryrefslogtreecommitdiff
path: root/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-1614-18/+7
| | | | Notes: svn path=/head/; revision=29630
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-165-5/+5
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Upgrade of XMMS from 1.0.1 to 1.2.0. The port may also be compiled withMaxim Sobolev2000-06-165-89/+119
| | | | | | | | | | WITH_GNOME (thanks to Ade Lovett), the PLIST is now sorted alphabetically. PR: 19293 Submitted by: Espen Skoglund <esk@ira.uka.de> Notes: svn path=/head/; revision=29626
* Third round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-158-8/+4
| | | | Notes: svn path=/head/; revision=29615
* First round of INSTALL_SHLIB fixes.Maxim Sobolev2000-06-154-4/+2
| | | | Notes: svn path=/head/; revision=29613
* Add shout, a program that sends mp3 streams to icecast/shoutcast servers.Will Andrews2000-06-159-0/+84
| | | | | | | Requested/prodded by: Kevin Bockman <kevin@puis.net> (now MAINTAINER) Notes: svn path=/head/; revision=29606
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-145-10/+12
| | | | Notes: svn path=/head/; revision=29595
* Add support for more command line options (you can now choose the outputJeremy Lea2000-06-141-10/+187
| | | | | | | | | | | | | directory, ripper and encoder), running multiple encoders (for SMP) and killing the encoders if the ripper fails. This patch has been submitted to the author. PR: ports/19249 Approved by: maintainer Notes: svn path=/head/; revision=29590
* Add xsidplay.Chris Piazza2000-06-116-0/+48
| | | | | | | | | | | | A graphical frontend to libsidplay. This port doesn't currently build with gcc >= 2.8.1 PR: 15147 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=29529
* Move distfile to local-distfiles directory on ftp.FreeBSD.orgJean-Marc Zucconi2000-06-111-1/+1
| | | | Notes: svn path=/head/; revision=29526
* Not "plugin.html" but "plugin.htm".R. Imura2000-06-111-1/+1
| | | | Notes: svn path=/head/; revision=29514
* Add bwap, a console napster client.Will Andrews2000-06-107-0/+486
| | | | | | | | PR: 17663 Submitted by: Carl Johan Madestrand <calle.madestrand@norrgarden.se> Notes: svn path=/head/; revision=29496
* Use MASTER_SITE_PORTS_JP instead of spelling out the URL.Satoshi Asami2000-06-091-1/+1
| | | | Notes: svn path=/head/; revision=29470
* Add pimp3, a python script that's supposed to make random play much nicerWill Andrews2000-06-096-0/+51
| | | | | | | | | | when using mpg123. PR: 16949 Submitted by: Rod Taylor <rbt@zort.on.ca> Notes: svn path=/head/; revision=29427
* Sphinx has some i386-only sound code, adjust to account for this fact.Will Andrews2000-06-081-0/+3
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29396
* Catch up with a directory changeChris Piazza2000-06-071-1/+1
| | | | Notes: svn path=/head/; revision=29339
* Add libshout, a library providing routines for connecting and transmittingWill Andrews2000-06-0715-0/+181
| | | | | | | | | | data to/from an icecast server. PR: 19079 Submitted by: Zach Zurflu <zach@pabst.bendnet.com> Notes: svn path=/head/; revision=29326
* "${MV} -i" is not a good idea for port.Maxim Sobolev2000-06-071-1/+1
| | | | | | | | PR: 19054 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29319
* Activate wavplay.Maxim Sobolev2000-06-071-0/+1
| | | | Notes: svn path=/head/; revision=29316
* Initial import of wavplay - utility to record/playback audio.Maxim Sobolev2000-06-0713-0/+388
| | | | | | | | PR: 16693 Submitted by: Greg Robinson <greg@rosevale.com.au> Notes: svn path=/head/; revision=29314
* Fix improper #ifdef.Will Andrews2000-06-071-1/+1
| | | | | | | | PR: 19024 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29313
* Add workmandb.5.Satoshi Asami2000-06-071-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=29305
* Move local distfiles to the new local-distfiles section on ftp.freebsd.orgChris Piazza2000-06-071-1/+1
| | | | Notes: svn path=/head/; revision=29302
* Fix build.Will Andrews2000-06-061-0/+12
| | | | | | | | PR: 19053 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29260
* Add sox to the RUN_DEPENDS (required by Sound Recorder).Maxim Sobolev2000-06-063-3/+6
| | | | Notes: svn path=/head/; revision=29256
* Add windowmaker to the RUN_DEPENDS to ensure correct install/deinstall orderMaxim Sobolev2000-06-062-0/+2
| | | | | | | | | and stop bento's "Extra" warnings. Submitted by: bento Notes: svn path=/head/; revision=29249
* Bump PORTVERSION.Maxim Sobolev2000-06-051-1/+1
| | | | | | | Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29228
* Update md5.Maxim Sobolev2000-06-051-1/+1
| | | | | | | | | | | | | | | | New features added w/o version bump: * Add NT/Linux/(Net|Open)BSD support * Volume control * Be able to confirm some command (e.g. delete files from queue) * Add some verbose messages * Show playing position PR: 19016 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29227
* Update to 2.35 Final.Yukihiro Nakai2000-06-056-31/+52
| | | | | | | | PR: ports/18487 Submitted by: FUJISHIMA Satsuki <k5@cheerful.com> Notes: svn path=/head/; revision=29213
* Add streamripper, a program splits a SHOUTcast stream into tracks.Will Andrews2000-06-046-0/+31
| | | | | | | | PR: 18978 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=29186
* Update to 1.8, which adds support for gogo.Will Andrews2000-06-043-37/+10
| | | | | | | | PR: 18972 Submitted by: maintainer Notes: svn path=/head/; revision=29185
* Here are the changes to the patches directory that should have gone withSteve Price2000-06-031-9/+6
| | | | | | | | | | | my last commit. Noticed missing by: asami Blown horribly by: my little diff building script that inexplicably missed these the first time around :( Notes: svn path=/head/; revision=29160
* Add gdcd, a cd player frontend using GTK.Will Andrews2000-06-036-0/+55
| | | | | | | Obtained from: NetBSD Notes: svn path=/head/; revision=29140
* Add mp3_check, a utility which verifies the integrity of mp3 files andWill Andrews2000-06-028-0/+62
| | | | | | | | | | prints some useful statistics. I made this port respect CC/CFLAGS. PR: 18812 Submitted by: Zach Zurflu <zach@pabst.bendnet.com> Notes: svn path=/head/; revision=29103
* Update to 1.36.38. We can now have sidplay shared libs!Will Andrews2000-06-029-54/+39
| | | | Notes: svn path=/head/; revision=29102
* Add .so symlink (from PR) and necessary ldconfigs overlooked in initialWill Andrews2000-06-021-0/+3
| | | | | | | | | | import of the port. PR: 18963 Submitted by: maintainer Notes: svn path=/head/; revision=29100
* Respect CFLAGS.Maxim Sobolev2000-06-021-0/+2
| | | | Notes: svn path=/head/; revision=29099
* Add cd2mp3, an easy-to-use perl UI to assist in ripping MP3s using dagrabWill Andrews2000-06-026-0/+49
| | | | | | | | | | and bladeenc. PR: 15886 Submitted by: Jamie Heckford <jamie@jamiesdomain.co.uk> Notes: svn path=/head/; revision=29090
* Add AFSP, a set of audio file conversion utilities.Will Andrews2000-06-027-0/+162
| | | | | | | | PR: 18916 Submitted by: Kawaguti Ginga <ginga@athena.club.ne.jp> Notes: svn path=/head/; revision=29081
* Update to 1.6. Add some more runtime dependencies.Will Andrews2000-06-013-27/+33
| | | | | | | | PR: 18166 Submitted by: maintainer Notes: svn path=/head/; revision=29068
* Update to 1.3.5. I cleaned up the Makefile in addition to the PR, andWill Andrews2000-06-0112-230/+128
| | | | | | | | | | | made pkg/MESSAGE respect PREFIX (which made this port finally pass the mandatory ``portlint -ac'' test). PR: 18834 Submitted by: Zach Zurflu <zach@pabst.bendnet.com> Notes: svn path=/head/; revision=29064
* Updates for new shared library versions in GNOME 1.2Ade Lovett2000-06-013-5/+4
| | | | Notes: svn path=/head/; revision=29057
* Say hello to GNOME 1.2Ade Lovett2000-06-0115-1116/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/gnomemedia 1.2.0 deskutils/gnomepim 1.2.0 devel/bugbuddy 1.0 devel/glade 0.5.9 devel/libgtop 1.0.9 games/gnomegames 1.2.0 graphics/imlib 1.9.8.1 misc/gnomeusersguide 1.2 misc/gnomeutils 1.2.0 sysutils/gnomecontrolcenter 1.2.0 sysutils/gtop 1.0.8 x11-fm/gmomemc 4.5.50 x11/gnomecore 1.2.0 x11/gnomelibs 1.2.1 Along with cosmetic changes to other parts of the metaport for the new shared library version numbers. Plus. The metaport has been reworked to bring in a few more often-requested items. Please note that you absolutely need GTK/GLIB 1.2.8 or higher for this release. Notes: svn path=/head/; revision=29055
* Since cdd has code that dates back to before CAM, we have to disable itsWill Andrews2000-06-011-1/+7
| | | | | | | | | | building on 4.0 and later. PR: 18945 Submitted by: Alexander Langer <alex@big.endian.de> Notes: svn path=/head/; revision=29052
* Gogo has some IA-32 assembler code, so don't try to build it on anythingWill Andrews2000-06-011-1/+1
| | | | | | | | | | other than i386 architecture. PR: 18944 Submitted by: Alexander Langer <alex@parca.cichlids.com> Notes: svn path=/head/; revision=29051
* @dirrm share/timiditySatoshi Asami2000-05-301-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=28992
* Update to version 2.2.Maxim Sobolev2000-05-303-5/+6
| | | | Notes: svn path=/head/; revision=28985
* Correct WWW (.php3 -> .php).Maxim Sobolev2000-05-302-2/+2
| | | | Notes: svn path=/head/; revision=28977
* Update MASTER_SITES and WWW to fix fennerism.Will Andrews2000-05-304-6/+6
| | | | Notes: svn path=/head/; revision=28974
* Add CMU Sphinx, a speech recognition system.Will Andrews2000-05-306-0/+147
| | | | | | | | PR: 17707 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=28966