about summary refs log tree commit diff
path: root/pkgs/tools/misc/rockbox-utility
Commit message (Collapse)AuthorAge
* misc: Remove myself from list of maintainersJascha Geerds2019-03-12
| | | | | Unfortunately I don't have the time anymore to maintain those packages.
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: http -> https (#42665)Ryan Mulligan2018-06-27
|
* rockbox_utility: disable parallel buildingOrivej Desh2017-12-07
| | | | qmake does not support translations in resources.
* rockbox_utility: fix path to lreleaseThomas Tuegel2017-11-07
|
* qt5: remove makeQtWrapperThomas Tuegel2017-06-18
|
* qt5: rename qmakeHook to qmakeThomas Tuegel2017-06-18
|
* rockboxutility: do not pull in espeak by defaultPeter Hoeg2017-05-02
|
* rockboxutility: fix linking to Qt libsPeter Hoeg2017-05-02
|
* rockbox_utility: use qt5 instead of qt4Peter Hoeg2017-01-31
|
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* rockbox-utility: move to qmake4HookNikolay Amiantov2016-04-20
|
* Add myself as maintainerJascha Geerds2015-06-22
|
* rockbox-utility: upgrade 1.3.1 -> 1.4.0Arvin Moezzi2014-01-22
|
* rockbox-utility: upgrade 1.2.8 -> 1.3.1Arvin Moezzi2013-10-25
| | | | Close #1116.
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Adding rockbox-utility, for installing/updating the rockbox firmware on mp3 ↵Cillian de Roiste2011-04-13
players svn path=/nixpkgs/trunk/; revision=26817