Commit graph

545 commits

Author SHA1 Message Date
Daniel Stenberg
2731afa12f Added an "all" option that builds all cross-compiler in one go. Expect it to
take a while... ;-)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10017 a1c6a512-1295-4272-9138-f99709370657
2006-05-30 08:38:02 +00:00
Daniel Stenberg
9a3902f258 Check the download and prefix dirs somewhat before proceeding, output the
info in a slightly nicer way. Mention that the download and prefix paths can
be changed by editing the (top of the) script itself.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10015 a1c6a512-1295-4272-9138-f99709370657
2006-05-29 22:23:00 +00:00
Daniel Stenberg
33988545f5 verify that the download dir exists and is writable, or create it if it is
missing


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10001 a1c6a512-1295-4272-9138-f99709370657
2006-05-27 22:52:37 +00:00
Daniel Stenberg
3465653fd8 Added rockboxdev.sh
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10000 a1c6a512-1295-4272-9138-f99709370657
2006-05-27 22:42:05 +00:00
Daniel Stenberg
7d1cd16521 for sh, get and apply the proper rockbox patch as well
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9992 a1c6a512-1295-4272-9138-f99709370657
2006-05-25 23:44:51 +00:00
Dave Chapman
d49b112fd8 Use "make fullzip" when performing a simulator install
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657
2006-05-20 11:26:19 +00:00
Daniel Stenberg
cce0d65a97 handy script that downloads, builds and installs a cross-compiler setup for you
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9940 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 13:26:59 +00:00
Daniel Stenberg
17a3e80e6e Adding the rockbox file for all packages except the font-only packages might
be considered a cool idea.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9904 a1c6a512-1295-4272-9138-f99709370657
2006-05-11 10:31:32 +00:00
Daniel Stenberg
a420dc381e 'make zip' no longer includes the fonts. 'make fontzip' makes a font package
only. 'make fullzip' makes a full zip including fonts.

http://www.rockbox.org/mail/archive/rockbox-dev-archive-2006-05/0049.shtml


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9902 a1c6a512-1295-4272-9138-f99709370657
2006-05-10 21:57:08 +00:00
Daniel Stenberg
442b58cc3d now use -Os with patched gcc
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9856 a1c6a512-1295-4272-9138-f99709370657
2006-05-01 21:34:24 +00:00
Daniel Stenberg
5c1087beff Alert the user for gcc compiler version used for SH if not gcc4 with rockbox patch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9855 a1c6a512-1295-4272-9138-f99709370657
2006-05-01 21:21:15 +00:00
Daniel Stenberg
a181a4c1eb Fixed a bug where it didn't warn on lack of quotes as it was supposed to.
Now this treats a string given without quotes as "" (but still warns about it).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9824 a1c6a512-1295-4272-9138-f99709370657
2006-04-27 22:49:36 +00:00
Daniel Stenberg
76c1cde007 use 'ar' and 'ranlib' and not the variables that may be set to the
cross-compiled versions!


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9742 a1c6a512-1295-4272-9138-f99709370657
2006-04-20 11:56:51 +00:00
Daniel Stenberg
db80a3981d removed langv1 remainders
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9741 a1c6a512-1295-4272-9138-f99709370657
2006-04-20 08:29:55 +00:00
Daniel Stenberg
3215ed2e85 use tag cache
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9734 a1c6a512-1295-4272-9138-f99709370657
2006-04-19 22:14:45 +00:00
Miika Pekkarinen
991665bcdf More usable playlist generation, added "<All tracks>" entry to tag
browser.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9729 a1c6a512-1295-4272-9138-f99709370657
2006-04-19 11:03:37 +00:00
Frank Dischner
359189efe3 Fix bug with fonts containing missing glyphs before default glyph. Also, allow fonts with trailing space on BITMAP line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9719 a1c6a512-1295-4272-9138-f99709370657
2006-04-18 17:24:14 +00:00
Daniel Stenberg
993a20a2ca * added more safety checks for failed open()s
* allow 'deprecated' as a keyword for strings marked as ... deprecated!
* warns on stderr if a given string is given without quotes


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9533 a1c6a512-1295-4272-9138-f99709370657
2006-04-06 09:08:11 +00:00
Hristo Kovachev
ffefe9237b CP1251 is cyrillic, and not only russian codepage
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9518 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 14:23:57 +00:00
Daniel Stenberg
231d1d255c ranlib the .a file after creation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9513 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 12:56:05 +00:00
Miika Pekkarinen
4a63c09c86 Initial support for the advanced conditional fully configurable tagcache
browser. Browsing not supported by numeric tags yet, and some features
work currently only when tagcache is loaded in ram.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9501 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 19:28:13 +00:00
Jonas Häggqvist
e619aa64d3 In fact there's a named constant for this value, use that instead.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9491 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 13:47:46 +00:00
Jens Arnold
fcab617331 Grayscale iPods: Bit-flipped the 2bit LCD driver to use the same format as apple. No more mirrored display when loading retailos, after a bootloader update.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9478 a1c6a512-1295-4272-9138-f99709370657
2006-04-04 00:55:16 +00:00
Daniel Stenberg
db738f7ce4 Fixed the 7zip and tar targets for langv2 support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9473 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 21:47:18 +00:00
Daniel Stenberg
e5bef364f2 we're on langversion 3!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9472 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 21:40:31 +00:00
Daniel Stenberg
c06e7772ff langv2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9470 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 21:11:11 +00:00
Linus Nielsen Feltzing
a87203651e Patch #5013 by Jonas Häggqvist - Fix spurious fwpatcher patching attempts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9469 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 20:22:03 +00:00
Daniel Stenberg
12e528ccd9 first take at -o for producing a friendly output for the voice-generating
scripts


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9420 a1c6a512-1295-4272-9138-f99709370657
2006-04-02 09:07:24 +00:00
Dave Chapman
e698adcfc2 The ipod mini 2g gets the same manual as the ipod mini.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9408 a1c6a512-1295-4272-9138-f99709370657
2006-04-01 19:12:11 +00:00
Jens Arnold
67de1d3d9b Thorough .lang rework: Removed all deprecated strings, combined string which were only split because long ago we had no splash(), sorted strings into logical groups to ease the transition to langv2. Bunped binary .lng version.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9398 a1c6a512-1295-4272-9138-f99709370657
2006-04-01 13:36:33 +00:00
Dave Chapman
3d253c6ccf Add apps/plugins/SUBDIRS file for specifying when to build each of the multi-file plugins instead of specifying it directly in the Makefile
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9397 a1c6a512-1295-4272-9138-f99709370657
2006-04-01 13:32:16 +00:00
Jens Arnold
d3feb78e40 Initial support for iPod mini 2G: Rockbox boots, LCD driver is working. No sound, no buttons, and hangs at the boot screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9363 a1c6a512-1295-4272-9138-f99709370657
2006-03-30 17:29:21 +00:00
Daniel Stenberg
be8f0eb9e2 Don't allow completely empty strings. This fixed the total mess I noticed
previous this fix.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9350 a1c6a512-1295-4272-9138-f99709370657
2006-03-29 20:51:06 +00:00
Daniel Stenberg
195cbca4bc Now including a fairly good uplang replacement as well, as well as supporting
NONE for phrases. Getting closer.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9307 a1c6a512-1295-4272-9138-f99709370657
2006-03-28 12:06:06 +00:00
Linus Nielsen Feltzing
d569727aa7 Support iAudio X5V in the scrambler
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9278 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 08:31:34 +00:00
Daniel Stenberg
ee1ab2ee11 iaudio is not used
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9277 a1c6a512-1295-4272-9138-f99709370657
2006-03-27 08:23:00 +00:00
Daniel Stenberg
50d40ea434 only ship the licences as the other plain text doc files are waaaay out
of date


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9255 a1c6a512-1295-4272-9138-f99709370657
2006-03-25 22:52:28 +00:00
Daniel Stenberg
a07a833c61 settingling on options and even uplang support starts to function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9254 a1c6a512-1295-4272-9138-f99709370657
2006-03-25 22:05:28 +00:00
Brandon Low
1127c5fe15 Remove commented code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9211 a1c6a512-1295-4272-9138-f99709370657
2006-03-23 16:18:57 +00:00
Linus Nielsen Feltzing
a34a857dcd Proper scrambling options for the X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9187 a1c6a512-1295-4272-9138-f99709370657
2006-03-22 14:56:00 +00:00
Linus Nielsen Feltzing
1c1915c0d1 Add X5 support to scramble
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9168 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 14:40:07 +00:00
Daniel Stenberg
92cf8ca257 seems to generate correct .c and .h files from v2 files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9163 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 12:56:52 +00:00
Daniel Stenberg
464c757f0d initial take at upgrade script from v1 to v2 file format
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9162 a1c6a512-1295-4272-9138-f99709370657
2006-03-21 12:56:25 +00:00
Daniel Stenberg
341407ace1 introducing make gzip, make bzip2 and make help
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9111 a1c6a512-1295-4272-9138-f99709370657
2006-03-19 06:57:59 +00:00
Daniel Stenberg
22bf64a999 exclude more bitmap and swcodec things from the player zips
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9103 a1c6a512-1295-4272-9138-f99709370657
2006-03-18 21:17:35 +00:00
Daniel Stenberg
9bd676a79b hush you little script
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9095 a1c6a512-1295-4272-9138-f99709370657
2006-03-18 19:47:14 +00:00
Brandon Low
b09573120a Minor bugfix for profile parsing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9087 a1c6a512-1295-4272-9138-f99709370657
2006-03-18 09:12:14 +00:00
Jens Arnold
1246668a78 Fix silly 64 bit problem in uclpack.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9000 a1c6a512-1295-4272-9138-f99709370657
2006-03-11 13:30:31 +00:00
Linus Nielsen Feltzing
eed02bebcd Add the target directory tree to the include path, and set the TARGET_TREE macro for the targets that use it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8945 a1c6a512-1295-4272-9138-f99709370657
2006-03-07 12:45:45 +00:00
Daniel Stenberg
480ab7fc6f build a tar.bz2 file as well at it compresses a lot better than tar.gz
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8909 a1c6a512-1295-4272-9138-f99709370657
2006-03-05 11:46:43 +00:00