Commit graph

20938 commits

Author SHA1 Message Date
Yury G. Kudryashov 30ba367d5a Add libvisio (libreoffice dependency) 2012-08-31 12:03:24 +04:00
Peter Simons 702854cb5d haskell-Ebnf2ps: update to version 1.0.11 2012-08-31 09:10:18 +02:00
Ludovic Courtès 953eadbfc3 gnutls: Pass CPPFLAGS to help find GMP on OpenIndiana.
Suggested by Mats Erik Andersson <gnu@gisladisker.se>.
2012-08-30 22:54:18 +02:00
Mathijs Kwik d37b642769 newer kernels need cifs-utils to mount CIFS filesystems
the kernel itself (and busybox's cifs mount code) are no longer able
to do this in some/most cases and will error out saying:
"CIFS VFS: connecting to DFS root not implemented yet""

Nixos' qemu-vm target is hurt by this, as it wants to mount /nix/store
via cifs very early in the boot process.

this commit just marks the problematic kernels.
An associated commit in nixos will use this info to fix the problem.
2012-08-30 18:25:49 +02:00
Mathijs Kwik 50dca38b26 cifs-utils: upgrade to 5.6 2012-08-30 18:25:49 +02:00
Mathijs Kwik 6fabe047c6 linux-3.4: upgrade to 3.4.10 2012-08-30 18:25:49 +02:00
Mathijs Kwik 8f1a34e228 linux-3.5: upgrade to 3.5.3 2012-08-30 18:25:49 +02:00
Ludovic Courtès 96f76db396 gnutls: Pass `--with-libnettle-prefix' on OpenIndiana.
Suggested by Mats Erik Andersson <gnu@gisladisker.se>.
2012-08-30 18:07:11 +02:00
Peter Simons 410ba4ee20 haskell-SourceGraph: update to version 0.7.0.3 2012-08-30 13:02:00 +02:00
Peter Simons 7638637b68 haskell-test-framework-quickcheck2: update to version 0.2.12.3 2012-08-30 13:02:00 +02:00
Peter Simons 9ffc9076dc haskell-postgresql-simple: update to version 0.2.4.1 2012-08-30 13:02:00 +02:00
Peter Simons d11f3d5551 haskell-http-conduit: update to version 1.6.0.1 2012-08-30 13:02:00 +02:00
Peter Simons 45485db623 haskell-hoauth: update to version 0.3.5 2012-08-30 13:02:00 +02:00
Peter Simons 60ae16e0aa haskell-graphviz: update to version 2999.14.1.0 2012-08-30 13:02:00 +02:00
Peter Simons 70acc59794 haskell-Graphalyze: update to version 0.13.0.1 2012-08-30 13:02:00 +02:00
Andres Loeh 69e307a2e3 Change default version of parallel for GHC 7.5 and above. 2012-08-30 11:56:33 +02:00
Rickard Nilsson 59180564d5 dev86: Update to 0.16.19 (old sources disappeared) 2012-08-30 11:07:45 +02:00
Mathijs Kwik 7e8240d71b haskell: add stylish-haskell 2012-08-30 10:11:23 +02:00
Mathijs Kwik b54e608807 spice-protocol: fix maintainer 2012-08-30 08:36:51 +02:00
Michael Raskin 3f887534be Meshlib: update to 1.3.2, it now builds and runs 2012-08-30 10:18:24 +04:00
Mathijs Kwik 280fb5585d spice seems really just for linux at the moment 2012-08-29 23:35:39 +02:00
Mathijs Kwik 23f20dcdfe emacs/sunrise-commander: change to github source
previous source replaces itself every now and then and doesn't do versioning
2012-08-29 22:57:57 +02:00
Mathijs Kwik fadaad6f89 qemu-kvm: add (optional) spice support 2012-08-29 22:27:39 +02:00
Mathijs Kwik cb4443ef26 add spice-0.10.1
spice is a next-generation remote desktop protocol, aimed at virtual
machines.
focus is not just on display/input devices, but clipboard, audio,
video, opengl, smartcards, usb devices as well, no matter if the
virtual machine runs locally or on a remote host.

not everything is implemented yet, and I didn't enable all available
features yet.

Currently, spice is able to make qemu-kvm virtual machines very usable
for workstation guests, with good 2d video support, clipboard sharing,
full resolutions, auto-mouse-grab/ungrab, xinerama / multiple guest
monitors. Good drivers for windows 7 guests are available, as well as
linux Xorg drivers / agents.

Basically, kvm was already the best-performing VM solution (using
virtio drivers), but virtualbox, while slower, had better
desktop-integration support (still wins if you want opengl). Spice
fixes this, making the choice very easy.
2012-08-29 22:27:39 +02:00
Mathijs Kwik 30514a5346 add spice-protocol-0.10.1 2012-08-29 22:27:39 +02:00
Mathijs Kwik af6265e66d add celt-0.5.1 2012-08-29 22:27:39 +02:00
Cillian de Róiste 58e282b907 Update the download URL for ncmpcpp
The old URL for ncmpcpp was broken (reported by nobdraisentone on IRC)
2012-08-29 00:48:44 +02:00
Peter Simons d7470b6c68 postfix: update to version 2.8.12 2012-08-28 15:18:17 +02:00
Peter Simons 85350ca2d4 postfix: clean-up install phase
Passing install_root=$out isn't a good idea because the install script is going
to pre-pend that prefix to all other paths even though these have the $out
prefix already. The resulting installation is a mess. Instead, we use the
"fake" install prefix "out" and then move all files and directories into the
right place afterward.
2012-08-28 15:17:06 +02:00
Peter Simons 40fe2d03b5 postfix: re-use $name in src URL 2012-08-28 15:14:59 +02:00
Peter Simons 919b357255 postfix: add meta section 2012-08-28 15:14:59 +02:00
Peter Simons b920bd538a postfix: strip trailing whitespace 2012-08-28 15:14:59 +02:00
Marc Weber aa583c8cf4 experimental/lib-fold-attr
adding useful function foldAttr which behave like fold on attr values grouped by name
(without assertions now)

Signed-off-by: Marc Weber <marco-oweber@gmx.de>
2012-08-28 15:06:14 +02:00
Peter Simons def452861d Delete obsolete Haskell packages:
* comonad 1.1.1.6
 * comonad-transformers 2.1.2
 * semigroupoids 1.3.4
 * split 0.1
 * tagsoup 0.10.1
 * texmath 0.4
2012-08-28 12:59:20 +02:00
Peter Simons da00b344cf haskell-yesod-core: update to version 1.1.1.1 2012-08-28 12:37:14 +02:00
Peter Simons fda535b52d haskell-reactive-banana: update to version 0.7.0.1 2012-08-28 12:37:14 +02:00
Peter Simons 49a3481f5d haskell-http-types: update to version 0.7.3.0.1 2012-08-28 12:37:14 +02:00
Peter Simons 5bddcc2f21 haskell-cprng-aes: update to version 0.2.4 2012-08-28 12:37:14 +02:00
Peter Simons e01aa340f6 haskell-configurator: update to version 0.2.0.1 2012-08-28 12:37:14 +02:00
Peter Simons cf4076daba haskell-certificate: update to version 1.2.6 2012-08-28 12:37:14 +02:00
Peter Simons c7a7caf7ab haskell-base64-bytestring: update to version 1.0.0.0 2012-08-28 12:37:14 +02:00
Peter Simons 77cd02f766 haskell-asn1-data: update to version 0.7.1 2012-08-28 12:37:14 +02:00
Peter Simons b61ed4a580 haskell-abstract-deque: update to version 0.1.6 2012-08-28 12:37:14 +02:00
Peter Simons dbe1ee0921 haskell-HsOpenSSL: update to version 0.10.3.3 2012-08-28 12:37:14 +02:00
Peter Simons 9bce51f6ec haskell-gitit: patch to support recent versions of base64-bytestring 2012-08-28 12:34:15 +02:00
Peter Simons 7d889c6dfa haskell-yesod-static: patch to support recent versions of base64-bytestring 2012-08-28 12:31:19 +02:00
Peter Simons bf188b3fd2 haskell-http-conduit: patch to support recent versions of base64-bytestring and asn1-data 2012-08-28 12:28:51 +02:00
Peter Simons 824b62a61a haskell-cipher-aes: add version 0.1.1 2012-08-28 12:18:10 +02:00
Cillian de Róiste 0a6c7e432b Patch linuxsampler so that it can load SFZ state when used as an LV2 plugin: http://tracker.ardour.org/view.php?id=4462 2012-08-27 23:48:44 +02:00
Lluís Batlle i Rossell 0f1326cde9 Adding praat. 2012-08-27 20:26:32 +02:00