summary refs log tree commit diff
path: root/pkgs/tools
Commit message (Collapse)AuthorAge
* merge #5521: give fetchgit outputs nicer namesVladimír Čunát2015-01-13
|\
| * fixup "git-export" directory namesVladimír Čunát2015-01-13
| | | | | | | | | | | | | | All tested to build. For freetalk the hash change seems unrelated to fetchgit changes. FIXME: it might be suitable to adapt nix-prefetch-git.
| * proot: Don't hard-code git-exportShea Levy2015-01-01
| |
| * Merge pull request #5453 from pmahoney/skarnet-2.0Michael Raskin2015-01-01
| |\ | | | | | | Update skarnet.org software for 2.0 release.
| | * Update skarnet.org software for 2.0 release.Patrick Mahoney2014-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New build system using configure script and GNU Make 4.0, and new releases of the following using the new build system: execline 2.0.0.0 s6 2.0.0.0 s6-dns 2.0.0.0 s6-linux-utils 2.0.0.0 s6-networking 2.0.0.0 s6-portable-utils 2.0.0.0 skalibs 2.0.0.0
| * | fdm: 1.7 -> 1.8Michael Raskin2014-12-31
| | |
| * | Merge branch 'better-beets'.aszlig2014-12-30
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes beets actually usable (and configurable) on Nix(OS), if you want to use more plugins rather than just plain lookup of tracks based on (fuzzy) string matching. This also changes the derivation name from "python2.7-beets" to just "beets". * Commit summary: beets: Check dependencies on activated plugins. beets: Check plugin definitions against package. beets: Use audiotools backend for replaygain. beets: Allow to configure plugin dependencies. beets: Switch to using fetchFromGitHub. python: Add new package audiotools. python: Add new package discogs_client. python: Add pyacoustid and dependencies. python/mutagen: Update to upstream version 1.27. mp3gain: Fix output path bin directory. beets: Add myself to maintainers. beets: Update to new upstream version 1.3.9. beets: Move into its own package directory.
| | * | beets: Check dependencies on activated plugins.aszlig2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beets tries to load oll activated plugins on "beet config -e" (however only on the second run, thus the dummy), so we just pass all activated plugins into a generated config file and bail out on any errors. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | beets: Check plugin definitions against package.aszlig2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason for doing this is in order to not forget about possible dependencies in new upstream releases, so if upstream is introducing a new plugin where we're lacking dependencies, the build will fail on our side and we can check whether we'll need those. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | beets: Use audiotools backend for replaygain.aszlig2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using commands such as mp3gain and aacgain is only the default for backwards-compatible reasons. However, on Nix(OS), we would have to either patch those tools into beets or rely on an impurity, so let's depend on audiotools and also default to that backend. Of course, there is also a GStreamer backend, but it comes with a hell of additional dependencies (which not only cover audio files), which is why I decided against defaulting to GStreamer and package audiotools instead (in eecd932). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | beets: Allow to configure plugin dependencies.aszlig2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also fleshes out/fixes the unit tests, which I've used for gathering the individual requirements. Along various Python dependencies we now also have a build-time dependency on bashInteractive and a runtime dependency on bashCompletion, which is needed for command line completion to work correctly. However, some tests for the shell completion fail at the moment, so I've disabled them for now. The patch for fixing mediafile codec info is a modified version of sampsyo/beets@903e88a, where I just dropped the second hunk modifying the changelog. It is already merged to master and thus expected to be in the next upstream version. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | beets: Switch to using fetchFromGitHub.aszlig2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason for doing this is because the package on PyPI is missing some files needed for running the test suite (for example: test/test_completion.sh). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | beets: Add myself to maintainers.aszlig2014-12-30
| | | | | | | | | | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | beets: Update to new upstream version 1.3.9.aszlig2014-12-30
| | | | | | | | | | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| | * | beets: Move into its own package directory.aszlig2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The primary use of beets is not as a Python library and users usually would expect to install it into the env using "nix-env -i beets" rather than "nix-env -i pythonX.Y-beets". Having beets in its own package directory also allows for better customization, where we're going to implement attributes that can be used to turn on/off various features and plugins. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
| * | | xidel: new packageBjørn Forsman2014-12-30
| | | | | | | | | | | | | | | | | | | | | | | | Command line tool to download and extract data from html/xml page. http://videlibri.sourceforge.net/xidel.html
| * | | kerberos: Use default kerberos instead of krb5William A. Kennington III2014-12-30
| | | |
| * | | Merge pull request #5495 from mcox/unboundDomen Kožar2014-12-30
| |\ \ \ | | | | | | | | | | nixpkgs: unbound 1.4.22 -> 1.5.1
| | * | | nixpkgs: unbound 1.4.22 -> 1.5.1Matthew William Cox2014-12-28
| | | | |
| * | | | Fix user-facing typos (mainly in descriptions)Tobias Geerinckx-Rice2014-12-30
| | |/ / | |/| |
| * | | nmap: fix dependencies on makeWrapper/pythonAustin Seipp2014-12-29
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | | nixpkgs: afl-1.04b -> 1.06bAustin Seipp2014-12-28
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | | nixpkgs: p0f 3.07b -> 3.08bAustin Seipp2014-12-28
| | | | | | | | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | | nixpkgs: nmap 6.40 -> 6.47Austin Seipp2014-12-28
| |/ / | | | | | | | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
| * | ntp: Don't depend on openssl, don't install docsEelco Dolstra2014-12-28
| | |
* | | wicd: fix wicd-curses with new urwidMatti Niemenmaa2015-01-13
| | | | | | | | | | | | | | | | | | See e.g. https://bugzilla.redhat.com/show_bug.cgi?id=894646 — without this patch, wicd-curses throws an AttributeError on startup. The patch is a cut-down version of the one added there by Pavel Zhukov.
* | | tinc-pre: Update to ae5b56cWilliam A. Kennington III2015-01-12
| | |
* | | Merge pull request #5687 from nckx/ipv6calcDomen Kožar2015-01-12
|\ \ \ | | | | | | | | Add ipv6calc: calculate/manipulate (not only) IPv6 addresses
| * | | Add ipv6calc: calculate/manipulate (not only) IPv6 addressesTobias Geerinckx-Rice2015-01-11
| | | |
* | | | fontforge: large update with large changes impliedVladimír Čunát2015-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Things didn't work very well before, as libs were only dlopened and not found. Fixes #5716. - Newer releases need autotools to build (and git), leading to some bloat. - Also, more things are installed by default, increasing the output size.
* | | | Pipelight: update patched Wine versionMichael Raskin2015-01-11
| | | |
* | | | FreeIPMI: 1.4.7 -> 1.4.8Michael Raskin2015-01-11
| | | |
* | | | Merge pull request #5673 from kirelagin/fix-noxGeorges Dubus2015-01-11
|\ \ \ \ | | | | | | | | | | nox: Do not wrap
| * | | | nox: Do not wrapKirill Elagin2015-01-09
| |/ / / | | | | | | | | | | | | Fixes madjar/nox#17.
* | | | Update 'svtplay-dl' version to 0.10.2015.01.05.Robert Helgesson2015-01-11
| | | |
* | | | Merge pull request #5598 from brendanlong/go-1.4Domen Kožar2015-01-11
|\ \ \ \ | | | | | | | | | | go: Update to 1.4
| * | | | go: Update to 1.4Brendan Long2015-01-06
| | | | |
* | | | | Merge pull request #5660 from Calrama/seafileDomen Kožar2015-01-11
|\ \ \ \ \ | |_|/ / / |/| | | | seafile: update client, ccnet, libsearpc and shared
| * | | | seafile: update client, ccnet, libsearpc and sharedMoritz Maxeiner2015-01-09
| | | | |
* | | | | Merge pull request #5656 from nckx/boxfs2lethalman2015-01-09
|\ \ \ \ \ | |/ / / / |/| | | | Add boxfs: FUSE file system for box.com accounts
| * | | | Add boxfs: FUSE file system for box.com accountsTobias Geerinckx-Rice2015-01-09
| | | | |
* | | | | Merge pull request #5653 from nckx/mp3fslethalman2015-01-09
|\ \ \ \ \ | | | | | | | | | | | | Add mp3fs: FUSE FS that transparently transcodes to MP3
| * | | | | Add mp3fs: FUSE FS that transparently transcodes to MP3Tobias Geerinckx-Rice2015-01-09
| |/ / / /
* / / / / graphviz: patch vimdot to lookup 'vim' in $PATHBjørn Forsman2015-01-09
|/ / / / | | | | | | | | | | | | | | | | Without this it tries to run /usr/bin/vim. Patch is already accepted upstream.
* | | | btrfsProgs: 3.17.3 -> 3.18William A. Kennington III2015-01-08
| | | |
* | | | radvd: 2.8 -> 2.9William A. Kennington III2015-01-08
| | | |
* | | | unzip: Patch for CVE-2014-81{39,40,41}.James Cook2015-01-08
| | | |
* | | | Merge pull request #5550 from abbradar/fprintdlethalman2015-01-08
|\ \ \ \ | | | | | | | | | | add fprintd support
| * | | | fprint_demo: add packageNikolay Amiantov2015-01-03
| | | | |
| * | | | fprintd: add packageNikolay Amiantov2015-01-03
| | | | |