summaryrefslogtreecommitdiff
path: root/tools/buildzip.pl (follow)
Commit message (Collapse)AuthorAge
* only ship the licences as the other plain text doc files are waaaay outDaniel Stenberg2006-03-25
| | | | | | | of date git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9255 a1c6a512-1295-4272-9138-f99709370657
* exclude more bitmap and swcodec things from the player zipsDaniel Stenberg2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9103 a1c6a512-1295-4272-9138-f99709370657
* Add Equalizer configuration to Sound Settings menu.Dan Everton2006-02-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8606 a1c6a512-1295-4272-9138-f99709370657
* Committed a little too muchLinus Nielsen Feltzing2006-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8569 a1c6a512-1295-4272-9138-f99709370657
* The simulator should use the keypad period key, not the regular oneLinus Nielsen Feltzing2006-02-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8568 a1c6a512-1295-4272-9138-f99709370657
* Patch #1421422 - Backdrop image patch started by Linus, finished by me. ↵Dave Chapman2006-02-02
| | | | | | Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8536 a1c6a512-1295-4272-9138-f99709370657
* Profiling support, tools and documentation.Brandon Low2006-01-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
* Made the script more generic to allow other package creation tools to getDaniel Stenberg2005-12-13
| | | | | | | | passed to it using the command line. Note that this makes the script use 'xargs'. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8227 a1c6a512-1295-4272-9138-f99709370657
* several small fixes sugested by different people (FireFly, Lear, Takka)Marcoen Hirschberg2005-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8184 a1c6a512-1295-4272-9138-f99709370657
* waiting is over: initial unicode commitMarcoen Hirschberg2005-12-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8169 a1c6a512-1295-4272-9138-f99709370657
* When fixing things is it better to do it in a way that causes them to ↵Christi Scarborough2005-11-18
| | | | | | actually work. Some more bugs in wpsbuild.pl squashed. Also, themes moved to the main menu. Resetting to default themes now works properly. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7965 a1c6a512-1295-4272-9138-f99709370657
* Initial stab at theme support.Christi Scarborough2005-11-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7952 a1c6a512-1295-4272-9138-f99709370657
* fix the -r argument use to wpsbuildDaniel Stenberg2005-11-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7871 a1c6a512-1295-4272-9138-f99709370657
* Small fix for us loosers, who don't follow the recomendation to put the ↵Henrik Backe2005-11-14
| | | | | | build directory in the same level as the tools and apps directory git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7869 a1c6a512-1295-4272-9138-f99709370657
* Added first take at WPS bundling magic. There's only one single WPS in thereDaniel Stenberg2005-11-14
| | | | | | | yet, but it should work to start with... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7864 a1c6a512-1295-4272-9138-f99709370657
* create the wps dir tooDaniel Stenberg2005-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7833 a1c6a512-1295-4272-9138-f99709370657
* Check for and move .ovl files properly (Archos Recorder fix)Daniel Stenberg2005-11-02
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7726 a1c6a512-1295-4272-9138-f99709370657
* Modified the viewers.config syntax slightly. The name field should now includeDaniel Stenberg2005-10-05
| | | | | | | | path of the plugin/viewer on target, but exclude the exension. Now the Sudoku plugin acts as a normal plugin and a viewer at the same time. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7582 a1c6a512-1295-4272-9138-f99709370657
* fixed the removal of the codec dir properly in case of no codecs availableDaniel Stenberg2005-09-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7481 a1c6a512-1295-4272-9138-f99709370657
* prevent an empty "codecs" directory for models without software codecsDaniel Stenberg2005-08-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7307 a1c6a512-1295-4272-9138-f99709370657
* don't assume ../firmware, use the passed in dir pathDaniel Stenberg2005-08-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7282 a1c6a512-1295-4272-9138-f99709370657
* Increased maximum file size for models with LCD height larger than 64 toDaniel Stenberg2005-08-03
| | | | | | | | 10000 bytes. Also adjusted the buildzip script to dynamically figure out the maximum buffer size for the particular build that the zip is made for. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7280 a1c6a512-1295-4272-9138-f99709370657
* use find's -exec instead of xargs to copy files, in an attempt to work betterDaniel Stenberg2005-07-12
| | | | | | | on Mac OS X git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7122 a1c6a512-1295-4272-9138-f99709370657
* Copy the right files to .rockbox/rocks. Only tested on Cygwin though...Magnus Holmgren2005-07-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7031 a1c6a512-1295-4272-9138-f99709370657
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22
| | | | | | | | unified to a single codec-only API, made a new codeclib, disabled the building of the *2wav plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6812 a1c6a512-1295-4272-9138-f99709370657
* Now removes the old .zip file before building the new oneLinus Nielsen Feltzing2005-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6631 a1c6a512-1295-4272-9138-f99709370657
* Moved the Sokoban levels to .rockbox/rocksLinus Nielsen Feltzing2005-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6630 a1c6a512-1295-4272-9138-f99709370657
* Moved snake2.levels to .rockbox/rocks/Linus Nielsen Feltzing2005-06-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6628 a1c6a512-1295-4272-9138-f99709370657
* make install now works correctly for the simsLinus Nielsen Feltzing2005-06-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6613 a1c6a512-1295-4272-9138-f99709370657
* First audio codec playback attempt by Miikka PekkarinenLinus Nielsen Feltzing2005-06-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6574 a1c6a512-1295-4272-9138-f99709370657
* support .ovl files to "accompany" .rock files when they are viewersDaniel Stenberg2005-03-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6128 a1c6a512-1295-4272-9138-f99709370657
* 'rockboxui' is a target name used in/for simulators, ignore such executablesDaniel Stenberg2005-03-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6127 a1c6a512-1295-4272-9138-f99709370657
* Add .ovl files to the zip, and treat them like .rock files.Daniel Stenberg2005-03-03
| | | | | | | | Support multiple extensions for each .rock file in the generated viewers.config file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6126 a1c6a512-1295-4272-9138-f99709370657
* Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg2005-02-18
| | | | | | | | made by configure and various related adjustments. This has not yet been tested on cygwin. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6001 a1c6a512-1295-4272-9138-f99709370657
* support zip for GminiDaniel Stenberg2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5907 a1c6a512-1295-4272-9138-f99709370657
* support iriver versionDaniel Stenberg2005-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5728 a1c6a512-1295-4272-9138-f99709370657
* specify mode in mkdirDaniel Stenberg2004-12-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5475 a1c6a512-1295-4272-9138-f99709370657
* Include .ucl files for playersJens Arnold2004-11-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5448 a1c6a512-1295-4272-9138-f99709370657
* Only treat player like a playerBjörn Stenberg2004-09-16
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5084 a1c6a512-1295-4272-9138-f99709370657
* ondios use ajbrec.ajz as wellDaniel Stenberg2004-09-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5078 a1c6a512-1295-4272-9138-f99709370657
* rombox support: building and zipDaniel Stenberg2004-09-06
| | | | | | | general makefile: less output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5043 a1c6a512-1295-4272-9138-f99709370657
* Make the buildzip script able to build zips even when not run in a dirDaniel Stenberg2004-08-24
| | | | | | | one level "down" from the rockbox source root. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5013 a1c6a512-1295-4272-9138-f99709370657
* oops, forgot to remove my debug printsDaniel Stenberg2004-08-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5012 a1c6a512-1295-4272-9138-f99709370657
* exclude fonts from the zip file that are larger than the maximum size we canDaniel Stenberg2004-08-24
| | | | | | | load with this firmware git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5011 a1c6a512-1295-4272-9138-f99709370657
* New plugin, snake2, by Mat Holton (Patch #838045)Linus Nielsen Feltzing2004-07-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4881 a1c6a512-1295-4272-9138-f99709370657
* Now the viewers.config concept works for players as wellLinus Nielsen Feltzing2004-07-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4869 a1c6a512-1295-4272-9138-f99709370657
* support building a zip file for the simulatorDaniel Stenberg2004-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4743 a1c6a512-1295-4272-9138-f99709370657
* Set up default viewers.configBjörn Stenberg2004-05-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4682 a1c6a512-1295-4272-9138-f99709370657
* build a Rockbox zip file suitable for installDaniel Stenberg2004-05-21
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4671 a1c6a512-1295-4272-9138-f99709370657