summaryrefslogtreecommitdiff
path: root/audio/cheesetracker
AgeCommit message (Collapse)AuthorFilesLines
2002-09-12Convert to buildlink2.wiz1-3/+4
2002-09-11Depend on latest gtk-- version, and bump PKGREVISION for itwiz1-3/+3
[major bump in gtk--].
2002-08-08These packages install libraries that differ from previous versions if theyjlam1-1/+2
are built using the hard-syscall-enabled pth. Bump the PKGREVISION so we can distinguish these packages from the previous ones.
2002-08-01Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace withjlam3-12/+17
appropriate PTHREAD_OPTS incantation, and move the checks for the value of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-07-18Copy the install-sh and mkinstalldirs scripts, rather thanagc1-3/+3
symbolically linking them, since the GNU configure script uses test -f to test for their presence.
2002-07-17Needs automake during build.wiz1-1/+2
2002-07-16This package really requires gmake, since some of the targets are specifiedagc1-1/+2
as %.o
2002-06-23Update to 0.5.5.kent8-65/+100
Sumbitted by Ben Collver in pkg/17349. Changes aftter 0.2.2: April 30, 2002- cheesetracker 0.5.5 released! - Stereo Chorus! you can configure it per channel! use S1X effect. - bugfixes. April 12, 2002- cheesetracker 0.5.1 released! - Bugfix release! sorry evryone. - Fixes a bug with wrongly initialized reverb buffer in the reserved channel (trying samples out would have blown your ears ;) - Fixed a bug in config file parsing. April 11, 2002- cheesetracker 0.5.0 released! - Well, I decided to spend the weekend in adding the most wanted features, and a lot more - There's been just too many changes, so that's why the version boost. - So.. Important news first... well, too much important stuff! - First, fixed the evil crash bug that was avoiding some people from running cheesetracker. - Then, wrote a context sensitive help system! this will help new users a lot. - Also added XM/XI loading, so importing you can import your existing SoundTracker projects and enjoy the cool features of cheesetracker! - You can now also save native IT samples and instruments. - For users with non-US keyboards, editor keys can be configured now! - And if you dont like the default editor font, you can change it (monospaced only!) - Ahh.. and dont forget about default song and data paths! - Tired of setting options over and over? now they are saved to a config file. - Also, i did many graphical fixed/enhancements to the interface (nice buttons!!!!) - The menu for browsing samples inside another module or instrument (XM/IT/XI/II) now works fine. - A bug in pgcc 2.95.2 made it crash in some place, it doesnt now with a workaround. - There's a win32 directsound driver written by James Martin (yesso/TheHornet) that he kindly donated to saturno, althought it should work with cheesetracker.. so now you can try to compile cheesetracker on cygwin. - Well, besides that, I did a lot of bugfixing/interface cleanups, Kasper Souren sent me some interface patches but didnt have time to apply them. I'll try to have them included in the next version. - no more! so enjoy cheesetracker! March 5, 2002- cheesetracker 0.2.7 released! - It's been a long coding night, and decided to take the day off to implement as much as i can.. so.. - REVERB!!, selectable per channel, use effect Z90-ZFF to control reverb send. Config the reverberator in the config menu. - Improved Volume Ramping! Now songs should be much less clicky. Specially chiptunes. - WAVE EXPORT! Save your song, or the selected tracks you want to .wav - Many more bugfixes. March 4, 2002- cheesetracker 0.2.6 released! - bugfixes - FILTERS!!! Yeah, now you have IT-style filters. Z00->Z7F is cutoff, Z80->Z8F resonance (Q). - You can also set filter envelopes and default cutoff/Q in the instrument->filter menu January 23, 2002- cheesetracker 0.2.4 released! - bugfixes - NSF file exporter, see changelog to learn how it works. January 20, 2002- cheesetracker 0.2.3 released! - Volume Ramping! (no more clicking/poping artifacts!) - Dont get version 2.2.. it's broken - Also, much nicer configure scripts. - I guess I can mantain this after all, but development will be very slow.
2002-04-21Small nit: Cheesetracker's configure script calls c++ explicitly rather thancjep2-5/+14
using CXX when determining version number.
2002-03-31depend on the gcc package on systems with old toolchain. This lets thisdmcmahill1-4/+6
package work on several platforms which formerly failed due to a c++ compiler bug.
2002-02-11Don't build on powerpc boxes. Has compiler issues with both egcs and 2.95.3jmc1-1/+4
2002-01-18regenwiz1-2/+2
2002-01-11Replace a configure.in patch with a configure patch so that we can removeskrll2-12/+8
the dependency on autoconf. The configure.in patch was totally bogus anyway.
2001-11-22Upgrade cheesetracker to 0.2.2, provided in PR 14320 by Ben Collveragc4-5/+32
(collver@linuxfreemail.com). "Cheesetracker v0.2.2 is out, the most noticable change is code to load Microsoft Wave formatted samples."
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-06-18Initial import of cheesetracker-0.2.1, an ImpulsTracker clone. Thisrh8-0/+166
package was provided in PR 13215 by Ben Collver <collver@linuxfreemail.com>