aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmms-imms
Commit message (Collapse)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Unbreak, at least on i386/6.0pav2005-10-192-9/+14
| | | | Approved by: green (maintainer)
* This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2
| | | | at that time and no PRs have been submitted to fix it.
* BROKEN: Does not compilekris2005-02-121-0/+2
|
* Unbreak xmms-imms.green2005-01-232-6/+13
| | | | | Submitted by: IIJIMA Hiromitsu <isunin@dennougedougakkai-ndd.org> PR: ports/76014
* This port is scheduled to be removed on 2005-02-18 if it is stillkris2004-12-191-0/+2
| | | | broken at that time, and a fix has not been submitted to GNATS.
* BROKEN: Does not compilekris2004-11-181-0/+2
|
* Fix fftw support by using the new slave port math/fftw3-floatahze2004-11-151-1/+2
| | | | | | | | Bump PORTREVISION PR: ports/73951 Submitted by: David Gilbert <dgilbert@daveg.ca> Approved by: pav (co mentor)
* Chase the taglib shared lib versionmarkus2004-10-141-1/+1
|
* Try to finish fighting to make cvs get the right patch files.green2004-09-017-147/+46
|
* Add patch files which for some reason "pcvs add" did not, the first time.green2004-09-013-0/+39
|
* Update to IMMS version 1.2a. The functionality for classification has beengreen2004-09-017-37/+47
| | | | | | | | | | split back out so this is a General, not a Visualization, XMMS plug-in. The sox program is now used to scale music for classification, and in general things should be far faster using more optimal SQL with SQLite 3. Since analysis is not integrated with XMMS playback directly, instead of "demand-classification" the analyze program can be run beforehand and you will immediately start off with smoother transitions between musical genres.
* Update to IMMS 1.1 and fix for newer GCC.green2004-08-158-47/+80
|
* Autotools cleanup. Remove autoconf257 (259), automake17 (18), andade2004-07-021-2/+2
| | | | | | | | libtool14 (13/15). PR: 67768 Submitted by: ade Approved by: 4-exp bento runs (thanks, kris!)
* Sync with new bsd.autotools.mkade2004-06-051-2/+2
|
* Update to version 1.0.1green2004-03-233-3/+4
|
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-2/+1
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* Actually compile using the system CFLAGS, and add a WITH_DEBUG option.green2004-02-273-2/+19
| | | | Version not bumped due to -O probably not making much difference.
* Chase the bouncing dependency versions.green2004-02-181-3/+1
|
* BROKEN: Broken dependencykris2004-02-171-0/+2
|
* Add xmms-imms 1.0. IMMS is an XMMS plugin which replaces the standardgreen2004-02-1212-0/+234
shuffle function with a smarter, weighted shuffle function based on how often you play/skip files and their sound contents. Development Status: 4 - Beta