Commit Graph

5291 Commits

Author SHA1 Message Date
aszlig
7ae9c48254 beets: Check plugin definitions against package.
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>
2015-01-01 15:45:34 +01:00
aszlig
213d11158f beets: Use audiotools backend for replaygain.
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>
2015-01-01 15:45:34 +01:00
aszlig
181f1395dd beets: Allow to configure plugin dependencies.
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>
2015-01-01 15:45:34 +01:00
aszlig
4b58ebb356 beets: Switch to using fetchFromGitHub.
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>
2015-01-01 15:45:33 +01:00
Bjørn Forsman
b9152bb714 xidel: new package
Command line tool to download and extract data from html/xml page.

http://videlibri.sourceforge.net/xidel.html
2015-01-01 15:45:32 +01:00
William A. Kennington III
5fe743930a kerberos: Use default kerberos instead of krb5 2015-01-01 15:45:32 +01:00
aszlig
7350c57140 beets: Add myself to maintainers.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:32 +01:00
Tobias Geerinckx-Rice
56692eec7c Fix user-facing typos (mainly in descriptions) 2015-01-01 15:45:32 +01:00
aszlig
ab5e2b46ab beets: Update to new upstream version 1.3.9.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-01-01 15:45:32 +01:00
aszlig
58cd4985fd beets: Move into its own package directory.
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>
2015-01-01 15:45:31 +01:00
Austin Seipp
e420d371d1 nmap: fix dependencies on makeWrapper/python
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp
39e03699fe nixpkgs: afl-1.04b -> 1.06b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp
91f53545cc nixpkgs: p0f 3.07b -> 3.08b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Austin Seipp
6c952fd9e6 nixpkgs: nmap 6.40 -> 6.47
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-01-01 15:45:31 +01:00
Matthew William Cox
2028c283cd nixpkgs: unbound 1.4.22 -> 1.5.1 2015-01-01 15:45:31 +01:00
Eelco Dolstra
056ace5bca ntp: Don't depend on openssl, don't install docs 2015-01-01 15:45:30 +01:00
Patrick Mahoney
06e523b7e8 Update skarnet.org software for 2.0 release.
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
2015-01-01 15:45:28 +01:00
Charles Strahan
df55381b65 ghcjs: restructure 2014-12-31 00:03:43 -05:00
Charles Strahan
347a9674c1 ghcjs: cleanup 2014-12-27 18:48:12 -05:00
Austin Seipp
79f82686e1 nixpkgs: afl 0.89b -> 1.04b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-12-26 21:43:05 -06:00
Vladimír Čunát
becf038336 Merge branch 'staging' 2014-12-26 22:41:19 +01:00
Shea Levy
05edd656f6 Missed gcc refs 2014-12-26 12:28:15 -05:00
John Wiegley
28b6fb61e6 Change occurrences of gcc to the more general cc
This is done for the sake of Yosemite, which does not have gcc, and yet
this change is also compatible with Linux.
2014-12-26 11:06:21 -06:00
tv
7015c61686 journal-mailer: add version 0.1.1.0 2014-12-26 16:41:18 +01:00
muflax
e5480cab83 bup: update to 0.26 and adopt it
[Bjørn: use patchShebangs to unbreak chroot build (fixes up references
to /usr/bin/env {python,bash}]
2014-12-26 14:09:56 +01:00
muflax
001f2110bd par2cmdline: update to 0.6.11 and adopt it
[Bjørn: break overlong longDescription line]
2014-12-26 14:09:56 +01:00
muflax
745e3e64a9 awscli: update to 1.6.10 and adopt it
[Bjørn: upper-case first letter in description]
2014-12-26 12:26:08 +01:00
Domen Kožar
4e87c458c4 Merge pull request #5470 from DamienCassou/mu-0.9.11
Update mu to 0.9.11
2014-12-25 17:50:47 +01:00
Damien Cassou
41cff1e9d0 Update mu to 0.9.11 2014-12-25 17:15:47 +01:00
Vladimír Čunát
0fbc5ddadb ntp: security update, and use libcrypto
http://support.ntp.org/bin/view/Main/SecurityNotice#Recent_Vulnerabilities

The package would no longer build without libcrypto,
and it wouldn't find it without pkgconfig.
I checked that Debian and Arch do use openssl as a dependency,
so it's probably not so bad a thing to have.

CC maintainer @edolstra.
2014-12-25 12:30:53 +01:00
Vladimír Čunát
3421d4c470 libvdpau, vdpauinfo: update to 0.9, extend meta
Add myself as a maintainer.
The rebuild impact is large, mostly through mesa -> {qt, gtk}.
2014-12-25 09:46:04 +01:00
Karn Kallio
23010cf71a gnupg: Port socket activation patch to version 2.1.1. 2014-12-24 19:16:38 +01:00
Pascal Wittmann
19a979d9a2 cv: update to 0.6 2014-12-24 15:22:08 +01:00
Bjørn Forsman
1a79e7ffdc attic: fetchurl -> fetchzip
fetchzip calculates the hash of the extracted archive, so that
(irrelevant) changes done to the dynamically generated archive doesn't
cause our hash to be outdated.
2014-12-24 12:07:19 +01:00
koral
9eee22aaca safe-rm: 0.11 -> 0.12 2014-12-23 22:32:49 +01:00
William A. Kennington III
ebfd21de84 ceph: 0.90 final 2014-12-23 10:52:49 -08:00
Patrick Mahoney
a6f35b3e60 connect 1.104
Upstream moved to https://bitbucket.org/gotoh/connect
2014-12-23 09:07:39 -06:00
Peter Simons
4bb1e611a2 Merge pull request #5440 from ip1981/strongswan
Patches to Strongswan
2014-12-23 13:02:08 +01:00
Domen Kožar
d2e6891be9 trash-cli: assert we're on linux 2014-12-23 11:30:56 +01:00
Domen Kožar
168f541724 Merge pull request #5442 from rycee/package/trash-cli
Add package 'trash-cli'.
2014-12-23 11:17:41 +01:00
Robert Helgesson
b017231a21 Add package 'trash-cli'. 2014-12-23 10:22:37 +01:00
Igor Pashev
17d8029150 Strongswan: preserve PATH 2014-12-22 20:20:58 +00:00
Igor Pashev
9bbe674927 Strongswan: use full path to ipsec
This fixes issue:

... charon[6135]: 11[CHD] updown: /bin/sh: ipsec: command not found
2014-12-22 20:20:15 +00:00
Pascal Wittmann
389f745efb Merge pull request #5429 from joachifm/fix-attic-checksum
attic: fix sha256
2014-12-22 19:03:24 +01:00
Joachim Fasting
bee4a4e5dc attic: fix sha256 2014-12-22 05:11:58 +01:00
Michael Raskin
77436079e9 Pipelight: 0.2.7.3 → 0.2.8, also update Wine 2014-12-21 20:19:33 +03:00
Michael Raskin
ed19e6755f ZPAQ: 655 → 660 2014-12-21 11:14:26 +03:00
Michael Raskin
641307f553 Drop wrong default.upstream 2014-12-21 11:14:25 +03:00
Michael Raskin
13fbe8150a GlusterFS; 3.6.0 → 3.6.1 2014-12-21 11:14:25 +03:00
Michael Raskin
32160007ff FreeIPMI: 1.4.6 → 1.4.7 2014-12-21 11:14:25 +03:00