Commit Graph

1716 Commits

Author SHA1 Message Date
Pascal Wittmann
26939eee79 Remove unreferenced files
This commit removes files that are not referenced in nixpkgs anymore. I
have created this list by finding potential candidates using

  find nixpkgs/pkgs -type d -links 2 | parallel -N 1 'out=`grep -L {}  top-level/all-packages.nix`;  test -n "$out" && echo  {}'

and have then searched for those candidates with grep in whole nixpkgs.
2015-08-13 18:29:49 +02:00
Arseniy Seroka
59bbd41599 Merge pull request #9209 from simonvandel/update-keepassx-2.0-beta1
keepassx: 2.0alpha6 -> 2.0beta1
2015-08-12 15:02:03 +03:00
Nathaniel Baxter
b3fbd7701e keepass: update 2.29 -> 2.30 2015-08-12 11:34:11 +10:00
Simon Vandel Sillesen
65ad1a27a4 keepassx: 2.0alpha6 -> 2.0beta1
Builds and tested on my machine.
2015-08-12 01:01:47 +02:00
aszlig
18b2a21583
synergy: Fix support for XRandR again.
Regression introduced by f91dacdd07.

Accidentally thought that it's compiling with XRandR support enabled,
because the cmake output said so:

Looking for XRRQueryExtension in Xrandr - found

Unfortunately, despite this message, the relevant part is:

Looking for XRRNotifyEvent - not found

So, ea4afb7 still holds true and I've added a small comment to avoid
this from happening in the future.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 15:04:28 +02:00
aszlig
5c7f05c1be
synergy: Update meta.description + meta.homepage.
I don't know what a "mouse keyboard" is, but instead of fixing the
description, let's use the one from the upstream README file, which is
also shorter than what we previously had.

The homepage http://synergy-foss.org/ is outdate since ages, so let's
point to the new site.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-08-11 13:16:10 +02:00
aszlig
f91dacdd07
synergy: Update from version 1.6.3 to 1.7.4.
Quite a lot of upstream changes happened in between, so here are the
upstream changes:

https://github.com/synergy/synergy/releases/tag/1.7.0
https://github.com/synergy/synergy/releases/tag/v1.7.1-stable
https://github.com/synergy/synergy/releases/tag/v1.7.2-stable
https://github.com/synergy/synergy/releases/tag/v1.7.3-stable
https://github.com/synergy/synergy/releases/tag/v1.7.4-stable

The upstream project has stopped using cryptopp
(synergy/synergy@80343c4) and now uses OpenSSL instead (see issue
synergy/synergy#4313) so we no longer need our patch.

Also, the issue for the 'install' target has been closed as obsolete and
although they had such a target in the meantime, it has been removed
again in synergy/synergy@d1eb7a6, so let's not rely on it anymore and
remove the comment on the closed/obsolete issue.

Forcing support for XRandR in the CMakeLists.txt file isn't needed
anymore, because the issues mentioned in ea4afb7 have been fixed
upstream.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
2015-08-11 13:08:51 +02:00
Vladimír Čunát
cf1b771b2e lyx: maintenance update 2015-08-10 15:57:24 +02:00
Pascal Wittmann
2c9c135ee2 calibre: update from 2.33.0 to 2.34.0 2015-08-09 16:15:23 +02:00
lethalman
260438a8e0 Merge pull request #9152 from ericsagnes/mupdf
mupdf: desktop file fix
2015-08-08 15:34:25 +02:00
Jascha Geerds
84a4ed9a46 rtv: 1.4 -> 1.4.2 2015-08-07 14:18:01 +02:00
hiberno
152a8b82a8 rofi-pass: 2015-08-06 -> 1.0
Upstream switched to (semantic) versioning, this commit reflects that
change.
2015-08-07 10:15:44 +02:00
Eric Sagnes
404b375948 mupdf: desktop file fix 2015-08-07 13:42:37 +09:00
hiberno
3a07cc1317 rofi-pass: 2015-06-08 -> 2015-08-06 2015-08-06 09:51:13 +02:00
Pascal Wittmann
6469382809 calibre: update from 2.31.0 to 2.33.0
moved from sourceforge to github as sourceforge is outdated
2015-08-04 13:55:08 +02:00
Pascal Wittmann
2dc42b1eec llpp: update to 2015-07-30, fix build and don't fetch submodules 2015-08-04 13:00:35 +02:00
Arseniy Seroka
5945655fd6 Merge pull request #9049 from AndersonTorres/cmatrix
cmatrix: init at 1.2a
2015-07-31 15:28:26 +03:00
Tobias Geerinckx-Rice
e71a992b1f Merge pull request #9046 from vbgl/mupdf-1.7a
mupdf: 1.7 -> 1.7a
2015-07-31 04:14:41 +02:00
Vladimír Čunát
7c291e2e59 super-user-spark: init at 0.1.0.0 (close #8894)
Super-User-Spark is a program for managing dotfiles.
The author is Tom Sydney Kerckhove.

Details on usage can be found on his [blogpost] as well as the [reddit thread].

[blogpost]: http://cs-syd.eu/posts/2015-07-19-super-user-spark.html
[reddit thread]: http://www.reddit.com/r/haskell/comments/3dsdi5/more_than_just_another_symlink_manager_written_in/
2015-07-30 19:14:38 +02:00
AndersonTorres
219debbedd cmatrix: init at 1.2a 2015-07-29 18:36:02 -03:00
Vincent Laporte
2152fd7f1e mupdf: 1.7 -> 1.7a 2015-07-29 19:47:03 +02:00
Bjørn Forsman
a20470ee33 hamster-time-tracker: init at 1.04
https://projecthamster.wordpress.com/

Note that because it is invoked via dbus, you have to properly install
it and logout/login for the thing to work (you cannot run it directly
from the nix store).
2015-07-28 21:22:21 +02:00
lethalman
37e554828d Merge pull request #8878 from 2chilled/master
synapse: init at 0.2.99.1
2015-07-28 18:44:20 +02:00
Matthias Herrmann
679a941f26 synapse: init at 0.2.99.1 2015-07-28 17:25:28 +02:00
Moritz Ulrich
0411a4c376 direwolf: New package. 2015-07-28 00:05:55 +02:00
Moritz Ulrich
51c82551ee multimon-ng: New package.
A digital baseband audio protocol decoder.
2015-07-28 00:05:55 +02:00
Moritz Ulrich
0391b7b0a8 gnuradio-osmosdr & gqrx: Add myself as maintainer. 2015-07-28 00:05:54 +02:00
Moritz Ulrich
2f861a3d07 gqrx: Add support for hackrf. 2015-07-28 00:05:54 +02:00
Moritz Ulrich
92c17a7129 hackrf: 2014.08.1 -> 2015.07.2. 2015-07-28 00:05:54 +02:00
Moritz Ulrich
3210555223 Chirp: New package. 2015-07-28 00:05:54 +02:00
Tobias Geerinckx-Rice
10f419dae4 redshift: fix dependencies, make configurable 2015-07-27 01:54:07 +02:00
Arseniy Seroka
d3fa021448 Merge pull request #8977 from AndersonTorres/cherrytree
Cherrytree: 0.35.8 -> 0.35.9
2015-07-26 20:08:53 +03:00
Joachim Fasting
2c1e52a960 electrum: 2.3.2 -> 2.4 2015-07-26 15:43:23 +02:00
AndersonTorres
a0ab047fdb Cherrytree: 0.35.8 -> 0.35.9
Also, adding myself to maintainers list.
2015-07-24 10:04:31 -03:00
lethalman
b3d02712c4 Merge pull request #8907 from jfb/add-gxmessage
gxmessage: init at 3.4.3
2015-07-24 10:05:01 +02:00
Matthias Beyer
d15d02c824 khal: 0.5.0 -> 0.6.0 2015-07-21 19:11:32 +02:00
Matthias Beyer
0015a47229 khal: Change source to pypi.python.org 2015-07-21 18:59:40 +02:00
James Felix Black
f32f52c208 gxmessage: init at 3.4.3
A dropin replacement for xmessage, built against GTK+3.
2015-07-20 15:32:27 -04:00
Arseniy Seroka
5a8f779359 Merge pull request #8886 from matthiasbeyer/update-mdp
mdp: 1.0.0 -> 1.0.1
2015-07-20 00:31:36 +03:00
Arseniy Seroka
d3676f5943 Merge pull request #8885 from matthiasbeyer/update-khard
khard: 0.4.0 -> 0.4.1
2015-07-20 00:30:21 +03:00
Arseniy Seroka
bc7ced083f Merge pull request #8852 from rowanblush/calcurse
calcurse: init at 4.0.0
2015-07-20 00:12:08 +03:00
Rowan Blush
f796345f6a calcurse: init at 4.0.0 2015-07-19 08:17:18 -07:00
Oliver Charles
a296639b9e udevil: New package 2015-07-19 13:39:00 +01:00
Matthias Beyer
cd46c76d1b khard: 0.4.0 -> 0.4.1 2015-07-19 13:12:05 +02:00
Matthias Beyer
79dea486c1 mdp: 1.0.0 -> 1.0.1 2015-07-19 13:11:51 +02:00
Vladimír Čunát
9f37e91ec5 Merge master into staging
There are larger-rebuild changes: gnutls and samba.
2015-07-17 06:38:04 +02:00
Moritz Ulrich
022527a5e1 Gnuradio: Add gnuradio-wrapper and gnuradio-full.
gnuradio-wrapper is a simple derivation wrapping $(gnuradio)/bin/* to
make other blocks (from `extraPackages') available.

gnuradio-full uses gnuradio-wrapper to build gnuradio with blocks from
gnuradio-osmosdr (therefore allowing the use of rtl-sdr, hackrf, the
ccc-camp2015 badge, and similar).
2015-07-15 15:39:10 +02:00
Moritz Ulrich
b9c32340a7 Gnuradio: 3.7.5.1 -> 3.7.7.1. 2015-07-15 15:39:10 +02:00
William A. Kennington III
25e60feb72 Merge branch 'master.upstream' into staging.upstream 2015-07-15 02:02:46 -07:00
ts468
723eaf845d Merge pull request #8829 from ts468/upstream.tpmmanager
tpmmanager: init at 0.8.1
2015-07-15 10:29:24 +02:00
ts468
d6acd47035 Merge pull request #8828 from ts468/upstream.diffpdf
diffpdf: fix icon
2015-07-15 10:28:55 +02:00
Thomas Strobel
e0da9ec935 tpmmanager: init at 0.8.1 2015-07-15 10:21:11 +02:00
Thomas Strobel
6f9cc87bf5 diffpdf: fix icon 2015-07-15 10:20:09 +02:00
William A. Kennington III
333f145d76 Merge branch 'master.upstream' into staging.upstream 2015-07-13 15:11:31 -07:00
Tobias Geerinckx-Rice
632e3f51f5 Merge pull request #8611 from nckx/update-redshift
redshift: 1.9.1 -> 1.10
2015-07-13 16:09:08 +02:00
lethalman
aca412639a Merge pull request #8720 from michelk/gdal/update
gdal: update from 1.11.2 to 2.0.0
2015-07-13 14:38:44 +02:00
Matthias Beyer
e7a01d6ff0 vifm: 0.7.8 -> 0.8 2015-07-12 21:22:56 +02:00
Arseniy Seroka
514f2b2f64 Merge pull request #8759 from fpletz/package/rofi
rofi: 0.15.5 -> 0.15.7
2015-07-12 22:11:47 +03:00
Leonardo Cecchi
532678fa8b bleachbit: init at 1.8 2015-07-12 16:33:59 +02:00
Franz Pletz
d83459df91 rofi: 0.15.5 -> 0.15.7 2015-07-12 04:43:27 +02:00
Michel Kuhlmann
e30c99d40a gdal: adding version 1.11.2 for merkaartor and openscenegraph 2015-07-10 09:33:08 +02:00
Pascal Wittmann
710c4b2cb5 calibre: fix build by using qt54 2015-07-09 22:23:39 +02:00
Eelco Dolstra
aca6eb1fdb blender: Update to 2.75a 2015-07-09 19:14:57 +02:00
William A. Kennington III
7cda24c01e Merge branch 'master.upstream' into staging.upstream 2015-07-08 14:11:16 -07:00
Pascal Wittmann
abf2642290 st: update from 0.5 to 0.6 2015-07-08 10:27:25 +02:00
Arseniy Seroka
54821893d6 Merge pull request #8692 from ts468/upstream.diffpdf
diffpdf: init at 2.1.3
2015-07-08 02:33:46 +03:00
Thomas Strobel
88d5f2c0a5 pdfdiff: init at 0.92 2015-07-08 00:22:57 +02:00
Thomas Strobel
528fae6dd3 diffpdf: init at 2.1.3 2015-07-07 23:32:54 +02:00
William A. Kennington III
d605663ae2 Merge branch 'master.upstream' into staging.upstream 2015-07-05 13:06:02 -07:00
aszlig
1a85f9f1f3
Merge pull request #8638 from devhell/mediainfo.
Updates libmediainfo, mediainfo and mediainfo-gui from version 0.7.74 to
0.7.75. Build tested on my local machine, however I didn't do runtime
tests.
2015-07-05 18:52:46 +02:00
Charles Strahan
e199d9e844 urxvt-perl: init at 2015-01-16
Includes two extensions for `urxvt`:

* fullscreen: Toggle fullscreen for terminal
* newterm:    Open a new terminal in your current working directory
2015-07-05 00:12:50 -04:00
devhell
2a45a98e97 {lib}mediainfo{-gui}: 0.7.74 -> 0.7.75
Changelog:
```
Version 0.7.75, 2015-06-30
+ MXF: consideraing 60 fps timecode tracks with 2 components having a difference of 2 frames as a single timecode
+ EBUCore 1.6: switch to the link of the final XSD
x XDCAM: some directory structures were wrongly detected as XDCAM structure having a XML file
x MXF: SDTI 60 fps times were wrong
x #B927, DPX: date/time specific DPX format was used instead of the ISO-like one
x #B927, EBUCore: invalid content in attribute startDate
x ProRes: streams with apcs CodecID were displayed with an incoherent bit depth instead of no bit depth
```
2015-07-04 15:55:15 +01:00
Charles Strahan
737de61912 urxvt-font-size: init 2015-07-04 03:17:52 -04:00
Tobias Geerinckx-Rice
209837a59a redshift: 1.9.1 -> 1.10
Notes:
- The current linking to geoclue2 looks nice but doesn't actually do
  anything. Only clients whitelisted by the geoclue package are
  allowed. Use static locations for now, like the NixOS service does.
- redshift-gtk still needs some work (icon?). It at least runs now,
  but can't control non-user instances like the NixOS service uses.
  This isn't a bug, but will confuse people.
- Add myself as a maintainer.
2015-07-03 03:19:09 +02:00
Eelco Dolstra
f3e2b31297 blender: Update to 2.75
(cherry picked from commit 36779d90e2b7e93ec5387cc5b5d106a037eb3d11)
2015-07-02 15:36:46 +02:00
William A. Kennington III
7eae48871f Merge branch 'master.upstream' into staging.upstream 2015-07-01 13:38:17 -07:00
Matthias Beyer
95578b07f7 khard: init at 0.4.0 2015-07-01 20:06:06 +02:00
Shea Levy
145768bf9b Unmaintain a bunch of packages 2015-07-01 08:11:05 -04:00
Luca Bruno
a012ece2f9 2dfsb: fix installation (ZHF) 2015-07-01 13:46:27 +02:00
William A. Kennington III
612f0bdd67 Merge branch 'master.upstream' into staging.upstream 2015-06-30 23:58:07 -07:00
Pascal Wittmann
2cdbe82ada llpp: update from 2015-06-06 to 2015-06-27 2015-06-30 13:07:06 +02:00
Matthias Beyer
c37e2745bd mdp: Add license, pkg maintainer 2015-06-27 19:41:11 +02:00
Matthias Beyer
7ea32d390b mdp: 0.93 -> 1.0.0 2015-06-27 19:40:56 +02:00
William A. Kennington III
12102562f7 Merge branch 'master.upstream' into staging.upstream 2015-06-27 00:18:18 -07:00
William A. Kennington III
7297255019 Convert all jack references to libjack2 2015-06-27 00:17:52 -07:00
William A. Kennington III
ef253212f4 Merge branch 'master.upstream' into staging.upstream 2015-06-26 17:25:49 -07:00
Christoph Hrdinka
bc975c36d1 qtpass: init at 0.8.4 2015-06-26 09:44:02 +02:00
Thomas Tuegel
a8c52d0958 Merge branch 'master' into staging 2015-06-25 09:15:05 -05:00
Jascha Geerds
bc4b46c142 rtv: Replace fetchurl with fetchFromGitHub 2015-06-24 21:45:55 +02:00
William A. Kennington III
282d03befa Merge branch 'master.upstream' into staging.upstream 2015-06-22 10:57:36 -07:00
Jascha Geerds
3f66bb7ff2 Add myself as maintainer 2015-06-22 08:26:09 +02:00
Arseniy Seroka
7ed48bff72 Merge pull request #8443 from matthiasbeyer/add-tasknc
Add package: tasknc
2015-06-21 15:31:17 +03:00
Matthias Beyer
563167bbe7 tasknc: init at 0.8 2015-06-21 14:22:10 +02:00
Jascha Geerds
ef50db91f7 rtv: Add jgeerds to maintainers 2015-06-21 13:23:38 +02:00
Matthias Beyer
de76ce46e6 rtv: 1.2.2 -> 1.4 2015-06-21 13:22:15 +02:00
Pascal Wittmann
08bdb6fe6d calibre: update from 2.30.0 to 2.31.0 2015-06-21 10:38:32 +02:00
Domen Kožar
7720c7d75f Merge pull request #8414 from matthiasbeyer/update-hstr
hstr: update from 1.16 to 1.17
2015-06-19 20:25:40 +02:00
Matthias Beyer
a80b77890a scim: update from 0.1.8 to 0.1.9 2015-06-19 19:01:47 +02:00
Matthias Beyer
7250ecc44f hstr: update from 1.16 to 1.17 2015-06-19 19:00:02 +02:00
Mateusz Kowalczyk
8c29f2f948 Merge pull request #8396 from mbakke/rofi
Rofi updates
2015-06-19 15:25:07 +01:00
William A. Kennington III
fe4f8903b4 Merge branch 'master.upstream' into staging.upstream 2015-06-18 22:37:00 -07:00
Marcell Vazquez-Chanlatte
d05873a509 bump version of taskwarrior 2.4.0 -> 2.4.4 2015-06-18 23:28:01 -04:00
Marius Bakke
7d79028456 rofi-pass: rename to rofi-pass 2015-06-18 23:32:58 +01:00
Marius Bakke
bb1ea06dd8 rofi 0.15.2 -> 0.15.5 2015-06-18 23:32:58 +01:00
William A. Kennington III
8e19ac8d7c Merge branch 'master.upstream' into staging.upstream 2015-06-17 11:57:40 -07:00
Ricardo M. Correia
5ab96e6e2b Merge pull request #8346 from joachifm/electrum-2_3_2
electrum: 2.0.4 -> 2.3.2
2015-06-17 02:41:45 +02:00
Jascha Geerds
55227b330f khal: 0.4.0 -> 0.5.0 2015-06-16 15:16:06 +02:00
Jascha Geerds
07cdc40222 Merge pull request #7872 from matthiasbeyer/fix-khal_python
Fix: khal 0.4.0 does not work with python 3
2015-06-16 15:06:42 +02:00
Joachim Fasting
18421542f9 electrum: 2.0.4 -> 2.3.2 2015-06-15 15:31:06 +02:00
Luca Bruno
aa800fa0fe Merge branch 'master' into staging 2015-06-15 09:56:29 +02:00
Vladimír Čunát
cba76fa500 redshift: disable a failing phase (hidden by #7524)
The wrapped file $out/bin/redshift-gtk doesn't exist.
/cc maintainer @mornfall and #7655.
2015-06-14 16:23:59 +02:00
Michael Raskin
dc84b5118e Update qpdfview 2015-06-14 11:21:55 +03:00
William A. Kennington III
954801a9a8 Merge branch 'master.upstream' into staging.upstream 2015-06-12 13:47:46 -07:00
Arseniy Seroka
f744798969 Merge pull request #8283 from eduarrrd/dfilemanager
Add dfilemanager/dfm
2015-06-12 01:23:16 +02:00
Eduard Bachmakov
9a517da2b1 Add dfilemanager/dfm 2015-06-11 19:03:53 -04:00
Eelco Dolstra
4a57b07653 Merge remote-tracking branch 'origin/master' into staging 2015-06-11 00:18:24 +02:00
Mateusz Kowalczyk
89c68954bd Merge pull request #8230 from hiberno/rofi-pass
rofi-pass: bump to latest revision
2015-06-08 16:55:38 +01:00
hiberno
d07373c632 rofi-pass: bump to latest revision 2015-06-08 17:48:38 +02:00
Pascal Wittmann
48006ee291 cherrytree: update from 0.35.7 to 0.35.8 2015-06-08 16:19:42 +02:00
Pascal Wittmann
ef1c9cdeef llpp: update to HEAD 2015-06-08 12:30:23 +02:00
Pascal Wittmann
eac4f2aa31 calibre: update from 2.29.0 to 2.30.0 2015-06-08 12:17:32 +02:00
Moritz Ulrich
f68ab19ff5 slic3r: Update to 1.2.7. 2015-06-07 15:43:53 +02:00
Mateusz Kowalczyk
423c666628 Merge pull request #8202 from ardumont/add-apvlv
[new] Add apvlv pdf reader
2015-06-06 20:58:17 +01:00
William A. Kennington III
9d6555dc0a Merge branch 'master.upstream' into staging.upstream 2015-06-06 12:04:42 -07:00
Antoine R. Dumont
dac5a45acf Add apvlv pdf reader 2015-06-06 21:02:46 +02:00
obadz
d4681bf626 Lay down the foundation for packaging the .NET echosystem
- fetchNuGet can fetch binaries from nuget servers
- buildDotnetPackage can build .NET packages using mono/xbuild
  - Places nuget & paket as they would clash with nix
  - Patch project files because F# targets are expected to be found in
    the mono directory (and we know that's not going to happen on nix)
  - Find DLLs that were copied from buildInputs and replace by symlink
    for sharing
  - Export produced DLL via the pkg-config mechanism
  - Create wrappers for produced EXEs
- Repackaged this new infrastructure: keepass, monodevelop
- Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a
  bunch more..

This is a combination of 73 commits.
2015-06-06 09:06:22 -04:00
Arseniy Seroka
70b5e51456 Merge pull request #8178 from jagajaga/fix/versions
fix: add missing versions
2015-06-06 00:22:10 +03:00
Arseniy Seroka
daf4ec39a5 fix: add missing versions 2015-06-04 23:34:14 +03:00
Domen Kožar
baa4d46d21 Merge pull request #8170 from anderspapitto/dunst-fix
make a wrapper so that dunst can find dbus-launch
2015-06-04 13:03:31 +02:00
Anders Papitto
43ef7e2925 make a wrapper so that dunst can find dbus-launch
Prior to this change, the following would fail
  nix-shell --pure -p dunst --command dunst
while this would succeed
  nix-shell --pure -p dunst -p dbus_daemon --command dunst

because dunst tries to execve 'dbus-launch'. The same issue hit if dunst
was used inside a (user) systemd service (which is what I actually care
about).
2015-06-03 23:53:50 -07:00
Richard Larocque
19108c1b6c Add a .desktop file for Loxodo 2015-06-03 23:44:18 -07:00
Richard Larocque
472642ebff Make Loxodo into a real package
There's no reason to keep it hidden in python27Packages hierarchy.
Promote it to be a top-level package.
2015-06-03 23:43:00 -07:00
Pascal Wittmann
752528ac9c add pdfpc, a presenter console with multi-monitor support for PDF files 2015-06-02 13:15:59 +02:00
_1126
98e698fad2 maintainers: change of nickname. 2015-06-01 11:00:57 +02:00
Domen Kožar
dc3316268e Merge branch 'master' into staging 2015-06-01 11:00:51 +02:00
Arseniy Seroka
58d93d158a Merge pull request #8060 from hiberno/rofi-pass
rofi-pass: initial commit.
2015-06-01 01:28:18 +03:00
Vladimír Čunát
81a79f9d03 ocropus: fix chrooted check phase by patchShebangs 2015-05-31 17:53:58 +02:00
_1126
12bfdb5ead rofi-pass: add rofi to deps, adjust description 2015-05-30 10:44:47 +02:00
Jascha Geerds
2e583a4963 Add jgeerds to maintainers of khal and vdirsyncer 2015-05-30 01:26:45 +02:00
Jascha Geerds
446c9fefff khal: Add sqlite3 to dependencies 2015-05-30 01:07:18 +02:00
William A. Kennington III
e5bf20a6c6 Merge branch 'master' into staging 2015-05-29 14:52:51 -07:00
William A. Kennington III
b07929b0a3 Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
_1126
c04784dfd6 rofi-pass: initial commit. 2015-05-29 16:42:27 +02:00
Pascal Wittmann
e999716d1e calibre: update from 2.28.0 to 2.29.0 2015-05-29 12:57:07 +02:00
William A. Kennington III
035273f813 Merge pull request #8022 from devhell/mediainfo
Update mediainfo{-gui} and dependencies
2015-05-29 00:57:13 -07:00
Peter Simons
99273a6716 Merge pull request #8047 from nckx/master
Don't use "with licenses;" for single licences
2015-05-28 22:14:53 +02:00
Tobias Geerinckx-Rice
158e1cfdd0 Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Pascal Wittmann
8ac4521fee mysql-workbench: fix references to /bin/bash and sudo
Closes #5226
2015-05-28 18:41:22 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba Use common licence attributes from lib/licenses.nix
Many (less easily automatically converted) old-style strings
remain.

Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.

Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00
devhell
4de17c7837 Update mediainfo{-gui} and dependencies
* mediainfo{-gui} 0.7.73 -> 0.7.74
* libmediainfo    0.7.73 -> 0.7.74

From the mediainfo ChangeLog:
```
Version 0.7.74, 2015-05-25

+ FIMS: Preliminary version (not for production)
+ D-10 audio: display of real bitrate beside the encoded bitrate
+ VC-3: detection of CDP packets (608/708 captions), created by Nexio, inside the VC-3 private data
+ AES3: generic term AES3 replaced by more precise SMPTE ST numbers (302, 331, 337)
+ NUT: basic detection
+ FFV1: more parsing of the bitstream, support of any version of FFV1 in MOV and Matroska
+ DPX: color space and frame rate
x #B906, Matroska: duration was missing if Info block is at the end of the file
x #B908, AC-3: bit depth removed
x #P86, MPEG-4: moov_trak_edts_elst Atom was ignoring version of the atom
x Dolby E: the MXF channel count value was sometimes reported instead of the real channel count
x VorbisComment: WAVEFORMATEXTENSIBLE_CHANNEL_MASK "0X" ("x" in uppercase) is accepted now
x EBUCore: TotalProgrammeDuration was wrongly filled with IdentClockStart value
x EBUCore: Source/Material moved from timecodeStart to timecodeTrack
x MPEG-4: info is missing for some streams in some specific cases
```
2015-05-27 19:57:57 +01:00