Daniel Stenberg
19fe37de6f
make the script echo more about what it is doing (with a ROCKBOXDEV: prefix)
...
to ease debugging when things go wrong somewhere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10507 a1c6a512-1295-4272-9138-f99709370657
2006-08-10 06:46:56 +00:00
Daniel Stenberg
7e258431a5
no need to echo the commands
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10444 a1c6a512-1295-4272-9138-f99709370657
2006-08-03 20:11:40 +00:00
Daniel Stenberg
ca4bd6f599
The sansa build now uses this new mi4 creation script, working as a frontend
...
to the mi4code tool to do all steps from raw binary to complete mi4 file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10429 a1c6a512-1295-4272-9138-f99709370657
2006-08-03 08:08:40 +00:00
Daniel Stenberg
95ea758686
First configure support for setting up iriver H10 and SanDisk Sansa e200
...
builds. TARGET_TREE is now defined by the config-*.h file and not set by
configure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10397 a1c6a512-1295-4272-9138-f99709370657
2006-08-01 22:22:01 +00:00
Jens Arnold
05ddd9a44e
X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10347 a1c6a512-1295-4272-9138-f99709370657
2006-07-28 07:35:45 +00:00
Linus Nielsen Feltzing
b98b895bab
Fix spelling
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657
2006-07-26 12:26:57 +00:00
Dave Chapman
3ba16cbed0
Add support for ipod 5g firmware partitions and untested support for ipod 3g
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10282 a1c6a512-1295-4272-9138-f99709370657
2006-07-22 13:21:50 +00:00
Dave Chapman
c52ae7abe7
Initial support for creating ipod firmware partition images. Only tested on an ipod photo so far, and will definitely not work on either a 3g or a 5g. If you never want to use the Apple firmware, you can create a firmware partition image containing just the Rockbox bootloader with the command "../tools/scramble -ipod bootloader/bootloader.bin bootloader.img" and then write bootloader.img to your firmware partition.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10275 a1c6a512-1295-4272-9138-f99709370657
2006-07-21 16:16:48 +00:00
Dominik Riebeling
9413c2a4ef
Add new make targets to build the manual as html.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
2006-07-20 18:07:46 +00:00
Dave Chapman
9ad33fe4b0
Add the rockbox-full.zip file to the "make clean" rule (rockbox.zip is already there).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10180 a1c6a512-1295-4272-9138-f99709370657
2006-07-03 21:15:24 +00:00
Hardeep Sidhu
bb07cca5d9
Forgot to remove test code for utf8
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10151 a1c6a512-1295-4272-9138-f99709370657
2006-06-28 15:50:35 +00:00
Hardeep Sidhu
4e88de837e
Re-adding songdb.pl with support for tagcache. Works with mp3 and has partial support for ogg.
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10150 a1c6a512-1295-4272-9138-f99709370657
2006-06-28 15:44:51 +00:00
Martin Arver
8a7cbc6769
Split the ondio manual two separate fm/sp manuals (as suggested in B#5499).
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10062 a1c6a512-1295-4272-9138-f99709370657
2006-06-05 11:34:41 +00:00
Linus Nielsen Feltzing
ad7fe4f088
Use the correct compression when extracting gcc
...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10018 a1c6a512-1295-4272-9138-f99709370657
2006-05-30 10:21:13 +00:00
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