Commit Graph

8093 Commits

Author SHA1 Message Date
Emery Hemingway
86213a1f23 transmission-remote-gtk: meta fixup (close #5420) 2014-12-21 10:35:24 +01:00
Michael Raskin
19dd1be06c compiz: 0.9.11.2 → 0.9.12.0 2014-12-21 11:14:24 +03:00
Michael Raskin
67a97340eb qpdfview 0.4.12 → 0.4.13 2014-12-21 11:14:24 +03:00
Pascal Wittmann
f94580da69 Fix license attribute of many bsd-like licensed packages 2014-12-21 00:00:35 +01:00
Pascal Wittmann
f55545c0c9 fix maintainer information
s/maintainer/maintainers
2014-12-20 21:54:22 +01:00
Pascal Wittmann
b676be70fc Merge pull request #5412 from devhell/mp3gain
mp3gain: Add package
2014-12-20 21:45:41 +01:00
devhell
e9c5b23f2b mediainfo, libmediainfo, libzen: fix typo (close #5413) 2014-12-20 16:47:25 +01:00
devhell
1b4094cf5a mp3gain: Add package
This adds mp3gain which is a normalizer for mp3 audio files.
2014-12-20 15:29:53 +00:00
Jaka Hudoklin
e9e4388959 Merge pull request #5406 from ehmry/electrum
eletrum: drop python-... prefix from name
2014-12-20 11:53:07 +01:00
Vladimír Čunát
ca850deb9e kde4.kmplayer: use gentoo mirror (fixes #5407)
The upstream server is down.
2014-12-20 10:34:44 +01:00
Emery Hemingway
b9c096582d eletrum: drop python-... prefix from name 2014-12-19 19:00:35 -05:00
Domen Kožar
d500a52eba crashplan: install desktop file
(cherry picked from commit 42b2c1f3cf41844e7edf41a4523dd6c3ff958234)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-19 23:26:35 +01:00
John Wiegley
d15cd4875f coq_HEAD: update to latest Git version 2014-12-19 13:58:07 -06:00
John Wiegley
f6c491891f emacsPackages.haskellMode: regress to 13.10 until next release 2014-12-19 13:57:02 -06:00
Matej Cotman
05e40cb1f2 zed: upgrade to 1.0.0 version 2014-12-19 17:53:34 +01:00
Domen Kožar
b8b8e80c87 Merge pull request #5398 from matejc/vlcurl
vlc: change url
2014-12-19 15:49:06 +01:00
Matej Cotman
eebc60d7f9 vlc: change url 2014-12-19 15:22:31 +01:00
Tom
7800270ae4 [SECURITY] Update git to 2.1.4
This fixes CVE-2014-9390

http://article.gmane.org/gmane.linux.kernel/1853266
2014-12-19 14:05:04 +00:00
Pascal Wittmann
e6d0bd0d5c calibre: update from 2.12.0 to 2.13.0 2014-12-19 14:42:31 +01:00
lethalman
0cd639ebf8 Merge pull request #5304 from puffnfresh/package/mimms
Add mimms, an mms (e.g. mms://) stream downloader
2014-12-19 10:50:28 +01:00
Pascal Wittmann
b5dadcb429 Merge pull request #5336 from schristo/phpstorm-8.0.2
Bumped PHPStorm to 8.0.2
2014-12-19 10:45:16 +01:00
lethalman
bff11526f1 Merge pull request #5325 from prikhi/add-gtk2fontsel
Add the gtk2fontsel Font Viewer
2014-12-19 10:44:07 +01:00
Evgeny Egorochkin
7a726a9b02 kde4.calligra: update from 2.8.6 to 2.8.7 2014-12-19 08:38:52 +02:00
aszlig
ebf216bd56
Merge pull request #5389 from devhell/mediainfo.
Introduces a video/audio information utility, both CLI and GUI.

Thanks to @devhell.

* devhell-mediainfo:
  libzen: Add --enable-shared to configureFlags.
  mediainfo-gui: Add package
  mediainfo: Add myself to meta.maintainers.
  mediainfo: Add package and dependencies
2014-12-19 00:17:21 +01:00
aszlig
718666204a
picard: Fix derivation name.
Name has been changed in c9282c65f43148b6be59c020dc4d72530d5998ff.

Users would probably expect "nix-env -i picard" to work, and as picard
isn't a library it doesn't make sense to set a prefix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 23:20:44 +01:00
devhell
162c9a5455 mediainfo-gui: Add package 2014-12-18 22:11:07 +01:00
devhell
858b5e54c7 mediainfo: Add myself to meta.maintainers. 2014-12-18 21:23:21 +01:00
Eelco Dolstra
e86d9a3c2e audacious: Update to 3.5.2 2014-12-18 14:11:11 +01:00
Eelco Dolstra
cb5433b8de mercurial: Update to 3.2.2 2014-12-18 14:11:10 +01:00
Eelco Dolstra
49282dd1af subversion: Update to 1.8.11 2014-12-18 14:11:10 +01:00
aszlig
ac603e208c
virtualbox: Fix runtime paths in hardening mode.
Because we have to rely on setuid wrappers on NixOS, we can't easily
hardcode the executable paths and set it 4755. So for all calls, we need
to change the runtime path executable directory to /var/setuid-wrappers/
and for verification we need to retain the executable directory.

Also note, that usually VBoxNetAdpCtl, VBoxNetDHCP, VBoxNetNAT, VBoxSDL
and VBoxVolInfo don't reside in directories that are commonly in PATH,
but in /usr/lib/virtualbox in most mainstream distros. But because the
names of these executables are distinctive enough to not cause
collisions with other setuid programs, I'll leave it like that and not
patch up setuid-wrappers.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:13 +01:00
aszlig
b69ac6c159
virtualbox: Allow to easily change the build type.
Not really changes anything in functionality, but makes it easier to
change the build type to "debug", for example.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig
38d639745e
synergy: Update to new upstream version 1.6.2.
Fixes the following bugs:

 * Helper tool crashes when service checks elevation state
 * Zeroconf on server advertises bogus IP address
 * Drag file causes client crash on Mac (10.10)

Introduces the following enhancements:

 * Optional Bonjour requirement for Windows
 * Automatic Bonjour download and install
 * Auto-config available servers combo box
 * More user friendly dialog when client is detected
 * Minimize auto config message box usage
 * Firewall exception for GUI (needed for Bonjour)
 * Consistent naming for auto config feature

Full changelog with bug IDs can be found at:

http://synergy-project.org/changelog/

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig
14ef3446e1
virtualbox: Fix hardcoded /sbin/ifconfig path.
Just accidentally found this while debugging and it's needed for
fetching a few interface details, not sure however whether because of
this anything has been broken so far.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
aszlig
5a8c5d2768
virtualbox: Explicitly excempt src during install.
Instead of coping it to $out and later deleting it, we now exclude the
src directory during copy. Also, we no longer cd into the release
directory during installPhase, which should make sure that we are
constantly in $sourceRoot.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-18 14:06:12 +01:00
Aycan iRiCAN
ddacac4393 Merge pull request #5385 from aycanirican/haskellMode-fetchurl
emacs24Packages.haskellMode upgrade to use fetchFromGitHub
2014-12-18 14:52:58 +02:00
Aycan iRiCAN
389670985f emacs24Packages.haskellMode upgrade to use fetchFromGitHub 2014-12-18 14:51:56 +02:00
Michael Raskin
0e3e828d92 Add a mirror for midori 2014-12-18 12:48:06 +03:00
Domen Kožar
972868c7e1 crashplan: fix CrashPlanDesktop binary
(cherry picked from commit 0d4acad489cd2962908eb157551519c79d5b1182)
Signed-off-by: Domen Kožar <domen@dev.si>
2014-12-18 10:12:47 +01:00
Aycan iRiCAN
e1c2ac404d emacs24Packages.haskellMode update to use fetchurl 2014-12-18 09:36:19 +02:00
Domen Kožar
179c7344cc skrooge: add boost dependency 2014-12-17 20:13:45 +01:00
Joachim Schiele
99b32b5a31 owncloud-client: added meta.platforms = stdenv.lib.platforms.unix; 2014-12-17 17:59:18 +01:00
Joachim Schiele
7a9ea00a78 owncloud-client: added meta.platforms = stdenv.lib.platforms.uniq; 2014-12-17 17:57:01 +01:00
Rob Vermaas
90c3dc79c5 docker: update from 1.3.1 to 1.3.3, potentially fixes CVE-2014-6407, CVE-2014-6408 2014-12-17 15:47:56 +01:00
Luca Bruno
614162ee6c Some lua and awesome improvements
- Move lgi to luaPackages
- Use luaPackages in awesome and passthru lua
- Allow to pass lua modules to the awesome WM so that those can be used in the configuration
2014-12-17 15:08:21 +01:00
Aycan iRiCAN
7ebc62059e emacs24Packages.haskellMode updated to latest git. 2014-12-17 14:41:10 +02:00
devhell
9901537209 mediainfo: Add package and dependencies
Includes only the CLI version and the following dependencies:

 * libzen
 * libmediainfo
2014-12-17 01:28:46 +01:00
Bjørn Forsman
a2bb84a936 virt-viewer: fix missing schema error
Fixes this error, as seen when trying to open a guest VM when
virt-viewer is accessed over ssh with X forwarding:

  GLib-GIO-ERROR **: Settings schema 'org.gnome.system.proxy' is not installed

A similar issue was fixed for virt-manager in commit
fb8a2b3be7f86481904636721f7fec99c30df389 ("virt-manager: fix missing
schema error")
2014-12-16 14:07:02 +01:00
Pascal Wittmann
78e4ec13e5 Merge pull request #5343 from NixOS/dwb-switch-to-fork
dwb: switch to a maintained fork
2014-12-16 13:08:30 +01:00
aszlig
eb561f0798
virtualbox: Fix extension pack without hardening.
We divert to the $out/share/virtualbox directory only if we have
hardening enabled, so let's put the extension pack into
$out/libexec/virtualbox instead if we're compiling without hardening.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-12-16 11:24:55 +01:00