Commit graph

19 commits

Author SHA1 Message Date
dillo
eb21fb5058 fix previous. need. sleep. 2002-10-02 18:22:45 +00:00
dillo
97b404830d use automake.mk 2002-10-02 18:18:29 +00:00
jlam
b8c2102826 Use gcc/buildlink.mk instead of Makefile.gcc. 2002-09-29 03:27:57 +00:00
wiz
79acb9e170 Convert to buildlink2. 2002-09-12 00:35:09 +00:00
wiz
a24fe062bb Depend on latest gtk-- version, and bump PKGREVISION for it
[major bump in gtk--].
2002-09-11 22:17:07 +00:00
jlam
27cae62d46 These packages install libraries that differ from previous versions if they
are built using the hard-syscall-enabled pth.  Bump the PKGREVISION so we
can distinguish these packages from the previous ones.
2002-08-08 16:17:04 +00:00
jlam
75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00
agc
c7eec13668 Copy the install-sh and mkinstalldirs scripts, rather than
symbolically linking them, since the GNU configure script uses test -f
to test for their presence.
2002-07-18 09:31:50 +00:00
wiz
6f3c8c87db Needs automake during build. 2002-07-17 16:36:25 +00:00
agc
8a64a3086e This package really requires gmake, since some of the targets are specified
as %.o
2002-07-16 08:24:15 +00:00
kent
d38cf99706 Update to 0.5.5.
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-06-23 13:51:41 +00:00
cjep
9da542599a Small nit: Cheesetracker's configure script calls c++ explicitly rather than
using CXX when determining version number.
2002-04-21 11:22:13 +00:00
dmcmahill
a9ba251827 depend on the gcc package on systems with old toolchain. This lets this
package work on several platforms which formerly failed due to a c++
compiler bug.
2002-03-31 13:32:22 +00:00
jmc
bd157c0e9d Don't build on powerpc boxes. Has compiler issues with both egcs and 2.95.3 2002-02-11 17:18:12 +00:00
wiz
fcba362559 regen 2002-01-18 13:52:36 +00:00
skrll
4985114467 Replace a configure.in patch with a configure patch so that we can remove
the dependency on autoconf.

The configure.in patch was totally bogus anyway.
2002-01-11 13:42:14 +00:00
agc
cec9d19d6f Upgrade cheesetracker to 0.2.2, provided in PR 14320 by Ben Collver
(collver@linuxfreemail.com).

        "Cheesetracker v0.2.2 is out, the most noticable change is code to
        load Microsoft Wave formatted samples."
2001-11-22 15:37:19 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
rh
65991d9dc5 Initial import of cheesetracker-0.2.1, an ImpulsTracker clone. This
package was provided in PR 13215 by Ben Collver <collver@linuxfreemail.com>
2001-06-18 12:27:36 +00:00