aboutsummaryrefslogtreecommitdiff
path: root/audio
Commit message (Collapse)AuthorAgeFilesLines
* Fix breakage on a very recent -current.Maxim Sobolev2001-12-063-0/+57
| | | | | | | Prompted by: Anders Andersson <anders@alvered.com> Notes: svn path=/head/; revision=51111
* Chase gtkextra shared library version bump.Maxim Sobolev2001-12-051-1/+1
| | | | Notes: svn path=/head/; revision=51070
* Make it work under FreeBSD-current.Joerg Wunsch2001-12-042-26/+16
| | | | | | | | | | There no longer seems to be a __byte_swap_word(). stdin/stdout are no longer static objects, thus can't be used in global initializers anymore (foo!). :-( Notes: svn path=/head/; revision=51037
* Upgrade KDE to 2.2.2:Will Andrews2001-12-0412-36/+440
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * General: - Support for objprelink. - Hack for autoconf 2.13/automake 1.4. Note that we can't use the standard USE_AUTO* because they change things in work/*; KDE has its own way of doing that. - Light cleanup of extra dirs in the PLISTs provided by my mkplistpkg[1] script. - Speedups of both compile and runtime through the usage of --disable-debug and --enable-final. The latter did not work with the kdemultimedia package, unfortunately. - Patch updates. * audio/kdemultimedia2: - Patch to fix KSCD on FreeBSD[2]. It works very well now. * deskutils/kdepim: - Enable kpilot[3]. Pull in the latest pilot-link stuff. * devel/kdesdk, * devel/kdevelop: - No specific changes. * devel/qt-designer: - Make this port depend almost entirely on qt23 to make it more maintainable, so I don't have to keep hacking the patches to get them to apply. * editors/koffice, * games/kdegames, * graphics/kdegraphics: - No specific changes. * misc/kdeaddons: - SDL is required now. Cull SDL PLIST_SUB and such. - Fix breakage from hardcoding "sdl-config". * misc/kdeutils2: - Fix problem with klaptopdaemon[4] where it didn't properly display the battery time. This patch is untested, but applied. * net/kdenetwork2: - Fix DCC for KSIRC[5]. - Remove ktalkd from the build. It requires some weird thing in the configure script that I don't have time to look at. * sysutils/kdeadmin: - No specific changes. * textproc/kdoc: - Remove bogus requirement that kdoc requires Perl 5.6.0; it sure seems to operate fine with >= 5.005. But I'll let time tell. * www/quanta: - No specific changes (--disable-debug support only). * x11/kde2: - No specific changes. * x11/kdebase2: - Fix ksysguard compile by merging the files from the HEAD branch of KDE CVS that were missing at release time for FreeBSD[6]. :\ * x11/kdelibs2: - Recognize CUPS' spinoff[7]. - Add libxslt dependency since it was removed from kdelibs. - Fix libxml compile problems[8] (accomplished by upgrading). - Remove libkformula from port Makefile; this library has been spun off into koffice. - Fix mode problems with DCOP[9]. This allows you to save files properly. It also seems to be a FreeBSD specific problem. - Fix bashisms in kdeprint/imagetops script[10]. * x11-clocks/kdetoys2: - No specific changes. * x11-toolkits/qt23: - Do NOT upgrade to QT 2.3.2[11]. - Allow devel/qt-designer to depend on this port entirely for the patches by adding a perlre to accomplish this. * x11-wm/kdeartwork: - No specific changes. Thanks to the FreeBSD/KDE[1] team[12] who helped me test these out! [1] http://freebsd.kde.org/; http://www.databits.net/cgi-bin/cvsweb.cgi/scripts/portbuild/mkplistpkg [2] Submitted by: Matthew Holmes <matt@speakeasy.net> [3] PR: 31914 Submitted by: Alan Eldridge <alane@geeksrus.net> [4] PR: 28475 Submitted by: Arun Sharma <arun@sharmas.dhs.org> [5] Submitted by: Luc Morin <luc_m@videotron.ca> [6] Found at: http://webcvs.kde.org/kdebase/ksysguard/ksysguardd/FreeBSD/ [7] PR: 32321 Reported by: gad Submitted by: James A. Halstead <jah4007@cs.rit.edu> [8] PR: 32055 Reported by: William Richard <wrichard@trivalley.com>, others [9] PR: 31629 Submitted by: Alan Eldridge <alane@geeksrus.net> [10] PR: 32358 Submitted by: Alexander N. Kabaev <ak03@gte.com> [11] PR: 31809 Requested by: Nathan Ahlstrom <nrahlstr@winternet.com> (denied) [12] http://freebsd.kde.org/contact.shtml; http://lists.csociety.org/pipermail/kde-freebsd; http://lists.csociety.org/listinfo/kde-freebsd Notes: svn path=/head/; revision=51005
* Fix typo.Jimmy Olgeni2001-12-031-1/+1
| | | | Notes: svn path=/head/; revision=50995
* Add xmms-sndstretch-0.5, a plugin for xmms to change the pitch and/or speedPete Fritchman2001-12-039-0/+119
| | | | | | | | PR: 31897 Submitted by: Edwin Mons <ports@edwinm.ik.nu> Notes: svn path=/head/; revision=50941
* Update to version 6.3a.Steve Price2001-12-036-29/+117
| | | | | | | | PR: 32264 Submitted by: maintainer Notes: svn path=/head/; revision=50919
* Update to version 1.0.1.Steve Price2001-12-024-7/+9
| | | | | | | | PR: 32363 Submitted by: maintainer Notes: svn path=/head/; revision=50879
* Update to version 1.6.4.3.Steve Price2001-12-023-2/+15
| | | | | | | | PR: 32406 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50873
* o Do not install libao library files since both there already is aMario Sergio Fujikawa Ferreira2001-12-028-12/+50
| | | | | | | | | | | | port libao and this library is intended only for internal to this port use o Solution based on the latest liba52 CVS Submitted by: nobutaka Reviewed by: naddy Notes: svn path=/head/; revision=50865
* o USE_AUTO* police sweepMario Sergio Fujikawa Ferreira2001-12-021-4/+6
| | | | | | | | | | | | | 1) Remove the autoconf depedency since it is not necessary. 2) Patch Makefile.in instead of Makefile.am 3) Use vars instead of hardcoded (PERL) locations 4) Make the ports CFLAGS safe 5) Un"echo" all commands Approved by: maintainer Notes: svn path=/head/; revision=50862
* Sync xmms shared lib version.Christian Weisgerber2001-12-021-1/+1
| | | | | | | | PR: 32155 Submitted by: Brad Forschinger <bnjf@optushome.com.au> Notes: svn path=/head/; revision=50857
* o USE_AUTO* policeMario Sergio Fujikawa Ferreira2001-11-293-14/+30
| | | | | | | | | - Don't hardcode, use ACLOCAL - USE_AUTOMAKE_VER=15 - Add gdk-pixbuf fixes Notes: svn path=/head/; revision=50736
* Benefit from new USE_AUTO*_VER: Point to correct location of autoconfMario Sergio Fujikawa Ferreira2001-11-295-5/+5
| | | | | | | share dir (var AUTOCONF_DIR) Notes: svn path=/head/; revision=50735
* Workaround to remove auto{conf,make} as dependenciesMario Sergio Fujikawa Ferreira2001-11-291-3/+3
| | | | Notes: svn path=/head/; revision=50729
* Give maintainership to R Joseph Wright <rjoseph@arbornet.org>Chris D. Faulhaber2001-11-271-1/+1
| | | | Notes: svn path=/head/; revision=50662
* Update knapster to 0.3 (which supports kde2).Chris D. Faulhaber2001-11-275-135/+28
| | | | | | | Submitted by: R Joseph Wright <rjoseph@arbornet.org> Notes: svn path=/head/; revision=50637
* Remove derm@ibm.net as MAINTAINER; mail has been bouncing for 10 weeks.Bill Fenner2001-11-261-1/+1
| | | | Notes: svn path=/head/; revision=50593
* add snackYing-Chieh Liao2001-11-247-0/+86
| | | | | | | The Snack Sound Toolkit Notes: svn path=/head/; revision=50458
* Update to 1.6.3David W. Chapman Jr.2001-11-243-3/+28
| | | | | | | | PR: 32049 Submitted by: tkato@prontomail.com Notes: svn path=/head/; revision=50449
* upgrade to 0.0.27Ying-Chieh Liao2001-11-233-4/+4
| | | | | | | | PR: 32213 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50417
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-203-3/+3
| | | | | | | the later case Notes: svn path=/head/; revision=50306
* Style police: WWW tags should either end in a file/script or TRAILING /; Fix ↵Mario Sergio Fujikawa Ferreira2001-11-204-4/+4
| | | | | | | the later case Notes: svn path=/head/; revision=50301
* Update to 1.4.7Pete Fritchman2001-11-203-12/+2
| | | | Notes: svn path=/head/; revision=50296
* o New port XNap version 1.1.pre2: A pure java napster client; also,Mario Sergio Fujikawa Ferreira2001-11-207-0/+78
| | | | | | | | | supports OpenNap & giFT (FastTrack) o giFT support is currently off while its protocol is synced to the latest FastTrack protocol Notes: svn path=/head/; revision=50232
* * madplay now has esd support; properly deal with esound dependency.Christian Weisgerber2001-11-181-4/+12
| | | | | | | | | | * gmake isn't required any longer; remove dependency. Reviewed by: maintainer Approved by: trevor Notes: svn path=/head/; revision=50187
* Bump PORTREVISION in response to shared library version bump in dependency.Christian Weisgerber2001-11-171-0/+1
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=50160
* Shared library version bump because of audio/mad updatePatrick Li2001-11-161-1/+1
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50133
* Update to 0.14.2bPatrick Li2001-11-163-4/+4
| | | | | | | | | PR: 32044 Submitted by: maintainer Approved by: lioux Notes: svn path=/head/; revision=50132
* Maintainer is now committer so change to new email address.Patrick Li2001-11-154-4/+4
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50033
* add missing filesYing-Chieh Liao2001-11-112-1/+6
| | | | | | | bump port revision Notes: svn path=/head/; revision=49945
* o update to 0.11.0.FUJISHIMA Satsuki2001-11-118-22/+60
| | | | | | | | | | | o detect libpng and libintl correctly. o support WITHOUT_GNOME correctly. PR: 31908 Submitted by: maintainer Notes: svn path=/head/; revision=49941
* Updated to 1.5.Mark Pulford2001-11-112-2/+2
| | | | Notes: svn path=/head/; revision=49927
* linux binary; hence, add linux as secondary categoryMario Sergio Fujikawa Ferreira2001-11-091-1/+1
| | | | Notes: svn path=/head/; revision=49863
* Update HOMEPAGE and MASTER_SITESKevin Lo2001-11-082-2/+2
| | | | Notes: svn path=/head/; revision=49843
* upgrade to 0.7.9Ying-Chieh Liao2001-11-082-2/+2
| | | | Notes: svn path=/head/; revision=49836
* Chase home page and update some "signatures."Trevor Johnson2001-11-0712-17/+17
| | | | Notes: svn path=/head/; revision=49792
* RPM of audiofileSatoshi Taoka2001-11-0722-0/+220
| | | | Notes: svn path=/head/; revision=49757
* RPM of esoundSatoshi Taoka2001-11-0722-0/+241
| | | | Notes: svn path=/head/; revision=49755
* Set LATEST_LINK to rat30.Akinori MUSHA2001-11-071-0/+2
| | | | Notes: svn path=/head/; revision=49719
* Define NO_LATEST_LINK, because this is a -devel version.Akinori MUSHA2001-11-071-0/+2
| | | | Notes: svn path=/head/; revision=49713
* add sfrontYing-Chieh Liao2001-11-056-0/+36
| | | | | | | A translator that converts MP4-SA files into efficient C programs Notes: svn path=/head/; revision=49585
* add ksmp3playYing-Chieh Liao2001-11-047-0/+77
| | | | | | | An curses-based MP3 player Notes: svn path=/head/; revision=49575
* add mp32oggYing-Chieh Liao2001-11-047-0/+61
| | | | | | | Convert MP3 files to Ogg Vorbis files Notes: svn path=/head/; revision=49568
* Update my MAINTAINER address.Christian Weisgerber2001-11-037-7/+7
| | | | | | | Approved by: trevor Notes: svn path=/head/; revision=49545
* Don't link in libc - FreeBSD doesn't need this.Maxim Sobolev2001-10-313-14/+48
| | | | | | | Submitted by: Ports Fury Notes: svn path=/head/; revision=49417
* Upgrade to 2.4Clive Lin2001-10-302-3/+3
| | | | | | | | PR: ports/31542 Submitted by: MAINTAINER Notes: svn path=/head/; revision=49373
* Instead of setting ${AUTOMAKE} to automake -a -i, set ${AUTOMAKE_ARGS}Pete Fritchman2001-10-301-1/+1
| | | | | | | | | | to -a -i. PR: 31590 Submitted by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=49353
* update to 0.14.1b.FUJISHIMA Satsuki2001-10-295-16/+19
| | | | | | | | PR: 31477 Submitted by: maintainer Notes: svn path=/head/; revision=49309
* o Update maintainer's email address.FUJISHIMA Satsuki2001-10-281-3/+3
| | | | | | | | | | | | | o Host distfile on maintainer's personal site; the master site has sailed off the edge of the world. PR: 31557 Submitted by: maintainer o remove ":install" from LIB_DEPENDS. DEPENDS_TARGET is "intsall" by default. Notes: svn path=/head/; revision=49295