aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.2.3.1Hye-Shik Chang2003-07-143-21/+2
| | | | Notes: svn path=/head/; revision=84845
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-1410-60/+33
| | | | | | | use USE_GETOPT_LONG instead. Notes: svn path=/head/; revision=84842
* Update to 0.2.3Hye-Shik Chang2003-07-143-4/+2
| | | | Notes: svn path=/head/; revision=84841
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-142-5/+5
| | | | | | | | use USE_GETOPT_LONG instead. quote ${INSTALL} as it can be multiple word. Notes: svn path=/head/; revision=84826
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-142-6/+14
| | | | | | | | use USE_GETOPT_LONG instead. PREFIX -> LOCALBASE. Notes: svn path=/head/; revision=84825
* unbreak for -CURRENT.FUJISHIMA Satsuki2003-07-141-7/+6
| | | | | | | respect CFLAGS. Notes: svn path=/head/; revision=84824
* Add gnomeaudio2.Joe Marcus Clarke2003-07-131-0/+1
| | | | Notes: svn path=/head/; revision=84794
* Add gnomeaudio2 after a repo copy from gnomeaudio. Gnomeaudio2 is aJoe Marcus Clarke2003-07-1310-22/+24
| | | | | | | | | collection of event sounds for the GNOME 2 desktop. Ported by: adamw Notes: svn path=/head/; revision=84793
* Add crip.Adam Weinberger2003-07-135-0/+46
| | | | | | | | | | | | | | crip is a terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC files under UNIX/Linux. It is well-suited for anyone (especially the perfectionist) who seeks to make a lot of files from CDs and have them all properly labeled and professional-quality with a minimum of hassle and yet still have flexibility and full control over everything. PR: ports/53942 Submitted by: Philip Paeps <philip@paeps.cx> Notes: svn path=/head/; revision=84790
* Use ${MASTER_SITE_SOURCEFORGE} and USE_GETOPT_LONGSergey A. Osokin2003-07-121-3/+4
| | | | | | | | Approved by: maintainer PR: 50798 Notes: svn path=/head/; revision=84787
* Remove the patch for config.sub to teach it about ia64. We now have aMarcel Moolenaar2003-07-111-11/+0
| | | | | | | centralized solution. Notes: svn path=/head/; revision=84651
* Bebocd is a simple CD-player that requires onlyAdam Weinberger2003-07-115-0/+52
| | | | | | | GTK 2 and libcdaudio. Notes: svn path=/head/; revision=84629
* Update to 0.52.Adam Weinberger2003-07-113-3/+4
| | | | | | | | PR: ports/54348 Submitted by: David Le Brun <david@dyn-ns.net> (maintainer) Notes: svn path=/head/; revision=84624
* Update to 2.2.2.Adam Weinberger2003-07-106-6/+592
| | | | Notes: svn path=/head/; revision=84613
* - Update to 0.36Erwin Lansing2003-07-094-12/+9
| | | | | | | | | | | | | Thomas Winkler patch - parse can now take a tag as string instead of an open filehandle. Text fields now support UNICODE, but forces the data to iso-8859-1. COMM now has a parse method. - Hand maintainership to submitter PR: 54261 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=84524
* Fix dependency on.Norikatsu Shigemura2003-07-093-0/+9
| | | | | | | | Submitted by: Andrew J Caines <A.J.Caines@halplant.com> Approved by: maintainer timeout (about 3 weeks) Notes: svn path=/head/; revision=84519
* update audio/gnump3d: 2.4 -> 2.5bDaichi GOTO2003-07-086-58/+165
| | | | | | | | PR: 54131 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=84446
* -Respect CFLAGSTilman Keskinoz2003-07-071-0/+20
| | | | | | | -Add -fPIC Notes: svn path=/head/; revision=84417
* Add back -fPICTilman Keskinoz2003-07-071-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=84416
* Catch up with Debian patch file. No functional changes.Christian Weisgerber2003-07-072-2/+2
| | | | | | | Reported by: fenner (portsurvey) Notes: svn path=/head/; revision=84411
* Chase master site.Trevor Johnson2003-07-061-1/+1
| | | | Notes: svn path=/head/; revision=84305
* Add two vendor bugfix patches. One fixes a CDDB-related bug; the otherAdam Weinberger2003-07-034-0/+16
| | | | | | | | | fixes a crash when starting up with certain GTK themes. Approved by: maintainer (semi-implicit, sortof-explicit, worked for me) Notes: svn path=/head/; revision=84165
* Add a patch to check for AFMT_S16_NE which may not be defined onJoe Marcus Clarke2003-07-031-0/+18
| | | | | | | | | older versions of -CURRENT and -STABLE. Approved by: maintainer Notes: svn path=/head/; revision=84149
* fix audio/ecawave: fix build errorDaichi GOTO2003-07-031-0/+10
| | | | | | | | | PR: 53231 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Pointed out by: bento via kris Notes: svn path=/head/; revision=84130
* Add WWW.Adam Weinberger2003-07-022-0/+4
| | | | Notes: svn path=/head/; revision=84068
* Drop maintainership.Maxim Sobolev2003-07-011-1/+1
| | | | Notes: svn path=/head/; revision=83988
* Update to 1.0.1.Maxim Sobolev2003-07-017-33/+43
| | | | Notes: svn path=/head/; revision=83987
* update audio/lplayer: 0.98.1 --> 0.98.2Daichi GOTO2003-07-013-11/+10
| | | | | | | | PR: 53337 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83985
* Fix the build on -CURRENT.Joe Marcus Clarke2003-06-301-0/+4
| | | | | | | Reported by: maintainer Notes: svn path=/head/; revision=83930
* Use USE_GETOPT_LONG vs. -lgnugetopt (and other strings)Sergey A. Osokin2003-06-301-4/+2
| | | | | | | | | Do not bump PORTREVISION Approved by: adamw (gnome), fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83920
* Add alsaplayer, an audio player with pitch control and a GTK+ GUI.Joe Marcus Clarke2003-06-3013-0/+375
| | | | | | | | PR: 43142 Submitted by: Robin Schilham <co9@xs4all.nl> (based on) Notes: svn path=/head/; revision=83910
* update audio/wavbreaker: 0.2 --> 0.3Daichi GOTO2003-06-302-8/+3
| | | | | | | | PR: 53811 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer) Notes: svn path=/head/; revision=83895
* Update to 0.28Tilman Keskinoz2003-06-284-4/+4
| | | | | | | | PR: 53849 Submitted by: Dominic Marks <dominic.marks@btinternet.com> Notes: svn path=/head/; revision=83771
* update audio/mixer.app: 1.7.0 --> 1.8.0Daichi GOTO2003-06-274-8/+8
| | | | | | | | PR: 51545 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=83728
* update audio/darkice: 0.13 --> 0.13.1Daichi GOTO2003-06-273-10/+10
| | | | | | | | | PR: 51540 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reviewed by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=83727
* Fix bad static buffer bound. Bump PORTREVISION.Kris Kennaway2003-06-272-0/+13
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=83698
* libtool uber-patchAde Lovett2003-06-265-6/+12
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* maintenance upgrade of audio/ecawaveDaichi GOTO2003-06-262-2/+2
| | | | | | | | PR: 53599 Submitted by: The Anarcat <anarcat@anarcat.ath.cx> (maintainer) Notes: svn path=/head/; revision=83634
* Add missed dependency on libvorbisHye-Shik Chang2003-06-261-1/+2
| | | | | | | Spotted by: kris Notes: svn path=/head/; revision=83631
* Update audio/aubeDaichi GOTO2003-06-261-6/+0
| | | | | | | | | | Remove "post-patch" because gnomehack does it by default PR: 53503 Submitted by: Kirill Ponomarew <ponomarew@oberon.net> (maintainer) Notes: svn path=/head/; revision=83625
* Update to version 1.2.3.Christian Weisgerber2003-06-252-2/+2
| | | | | | | | PR: 53282 Submitted by: Ports Fury Notes: svn path=/head/; revision=83607
* Update to 7.6a.Christian Weisgerber2003-06-254-36/+43
| | | | | | | | PR: 53302 Submitted by: Michael A. Dickerson <mikey@singingtree.com> Notes: svn path=/head/; revision=83603
* add a missing dependency to gtkpixbufOliver Lehmann2003-06-251-1/+1
| | | | | | | Pointed out by: kris, bento Notes: svn path=/head/; revision=83591
* Frerich doesn't use FreeBSD anymore. Preemptively assign two of his portsWill Andrews2003-06-251-1/+1
| | | | | | | | | | to a new maintainer (kpopup and rc5pipe). Submitted by: Frerich Raabe <frerich.raabe@gmx.de>, Brad Davis <so14k@so14k.com> Notes: svn path=/head/; revision=83567
* Update to 1.07Sergey A. Osokin2003-06-242-3/+3
| | | | | | | | Submitted by: maintainer Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83530
* - don't explicitely depend on every GNOME2 library, pull them usingHye-Shik Chang2003-06-242-33/+32
| | | | | | | | | | dependencies instead - use gnomeprefix so the application can find it's own pixmaps Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=83524
* Remove unused dependency on gdkpixbuf.Hye-Shik Chang2003-06-241-2/+2
| | | | | | | | Submitted by: Pav Lucistnik <pav@oook.cz> Reviewed by: Dongsu Jang <potato@hellocity.net> (author) Notes: svn path=/head/; revision=83520
* update maintainer's email address.Yen-Ming Lee2003-06-242-2/+2
| | | | | | | | PR: 53658 Submitted by: Dominic Marks <dom@cus.org.uk> Notes: svn path=/head/; revision=83508
* Add liteamp 0.2.2, a light-weight music player for GNOME2Hye-Shik Chang2003-06-236-0/+85
| | | | Notes: svn path=/head/; revision=83485
* Update checksum, remove refuse '\n' from MakefileSergey A. Osokin2003-06-232-3/+2
| | | | | | | | | | | | | | | | | | | A letter from maintainer: <quote> I submitted the port update a little bit before he [author] actually announced the new version, since I'd seen the tarball already. He decided to make a few minor documentation changes before releasing though. </quote> Also, Debianers have the same distro on they pool. Submitted by: maintainer PR: 52624 Approved by: fjoe (mentor) (implicit) Notes: svn path=/head/; revision=83482