about summary refs log tree commit diff
path: root/pkgs/tools/misc/rockbox-utility
AgeCommit message (Collapse)AuthorFilesLines
2022-05-28rockbox-utility: add -fcommon workaroundSergei Trofimovich1-0/+7
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: libmkimxboot.a(elf.c.o):utils/imxtools/sbtools/misc.h:43: multiple definition of `g_nr_keys'; libmkimxboot.a(mkimxboot.c.o):utils/imxtools/sbtools/misc.h:43: first defined here
2022-03-17rockbox_utility: rename to rockbox-utilityAndersonTorres1-14/+29
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-3/+3
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-06-19rockbox-utility: 1.4.0 -> 1.4.1Dominik Michael Rauh1-6/+8
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-06rockbox-utility: add wrapQtAppsHookArtem Khramov1-2/+2
It seems like all QT apps which use dynamic plugins should be wrapped with `wrapQtAppsHook`. However, rockbox-utility is still not wrapped, therefore fails to launch. This change adds `qt5.wrapQtAppsHook` to nativeBuildInputs of rockbox-utility.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-03-12misc: Remove myself from list of maintainersJascha Geerds1-1/+1
Unfortunately I don't have the time anymore to maintain those packages.
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* 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
2018-06-27treewide: http -> https (#42665)Ryan Mulligan1-1/+1
2017-12-07rockbox_utility: disable parallel buildingOrivej Desh1-0/+6
qmake does not support translations in resources.
2017-11-07rockbox_utility: fix path to lreleaseThomas Tuegel1-0/+7
2017-06-18qt5: remove makeQtWrapperThomas Tuegel1-3/+3
2017-06-18qt5: rename qmakeHook to qmakeThomas Tuegel1-2/+2
2017-05-02rockboxutility: do not pull in espeak by defaultPeter Hoeg1-1/+1
2017-05-02rockboxutility: fix linking to Qt libsPeter Hoeg1-4/+16
2017-01-31rockbox_utility: use qt5 instead of qt4Peter Hoeg1-5/+4
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
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)
2016-04-20rockbox-utility: move to qmake4HookNikolay Amiantov1-3/+3
2015-06-22Add myself as maintainerJascha Geerds1-1/+1
2014-01-22rockbox-utility: upgrade 1.3.1 -> 1.4.0Arvin Moezzi1-2/+2
2013-10-25rockbox-utility: upgrade 1.2.8 -> 1.3.1Arvin Moezzi1-5/+5
Close #1116.
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2011-04-13Adding rockbox-utility, for installing/updating the rockbox firmware on mp3 ↵Cillian de Roiste1-0/+31
players svn path=/nixpkgs/trunk/; revision=26817