Cillian de Róiste
49b23b29dd
Blender: Tidy up, sort inputs, remove unused OPENJPEG option
2013-03-28 01:00:22 +01:00
Cillian de Róiste
ca2a39757c
Blender: enable extra features in the Video Sequence Editor
...
FFMPEG support allows a greater variety of export and import options.
SNDFILE support allows WAV and other sound file formats to be used.
JACK support allows blender to be used with XJadeo, Ardour or any other JACK away audio editor.
2013-03-28 00:52:08 +01:00
Cillian de Róiste
043d21b69d
Add OpenColorIO support to OpenImageIO and tidy up
2013-03-28 00:46:23 +01:00
Cillian de Róiste
67a1becfdc
OpenImageIO Tidy Up: moved to applications/graphics
...
oiio includes CLI tools for manipulating graphics
2013-03-27 23:29:17 +01:00
Cillian de Róiste
64bc336f50
Blender 2.66 WIP
2013-03-27 22:25:33 +01:00
Moritz Ulrich
f071e856d3
Fix platform note in dropbox-cli
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-27 20:56:46 +01:00
Moritz Ulrich
ff953e211e
New package: dropbox-cli
...
dropbox-cli, part of dropbox-nautilus is a small self-contained python
script to control the dropbox daemon.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-27 20:12:58 +01:00
Rickard Nilsson
608fe14130
darktable: Update to 1.1.4
2013-03-27 16:16:58 +01:00
aszlig
d5c8419823
chromium: Update all channels to latest versions.
...
stable: 25.0.1364.152 -> 26.0.1410.43 (builds fine, tested)
beta: 26.0.1410.28 -> 26.0.1410.43 (builds fine, tested)
dev: 26.0.1410.28 -> 27.0.1448.0 (build fixed and tested)
For version 27, this introduces a new dependency on libXtst and removes the
patch for siginfo_t and the pulseaudio array bounds error.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-27 00:26:56 +01:00
aszlig
432e0f869c
chromium: Remove patch for CLONE_DETACHED.
...
This patch was introduced before (7e5109a
) the stdenv-updates merge and is no
longer needed, as the current C library doesn't use this flag anymore.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-27 00:26:56 +01:00
aszlig
adfc5939a7
chromium: Fix updater for version 26 and newer.
...
The updater was actually getting the -lite version, which our expression won't
build with, except if we switch some bundled dependencies to those in nixpkgs.
Of course the problem with fetching version 27 was me being stupid and using a
case statement in the updater, as if there won't be any version after 26 ;-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-27 00:26:55 +01:00
Sander van der Burg
d4642465ab
dropbox: add x86 support
2013-03-26 16:39:03 +01:00
Lluís Batlle i Rossell
70ae131f62
gimp: update from 2.8.2 to 2.8.4
2013-03-26 15:39:37 +01:00
Cillian de Róiste
67a1c3df94
LinuxSampler: fix the build by disabling a check for a bug
...
Without the --disable-nptl-bug-check configure option LinuxSampler
refuses to build. It seems to be a long standing bug. Despite this, I
have used LinuxSampler for over a week now and it seems OK.
2013-03-25 21:52:38 +01:00
cillianderoiste
bc52258874
Merge pull request #410 from pcapriotti/bitcoin
...
Update bitcoin-qt to 0.8.1
2013-03-25 08:15:33 -07:00
Paolo Capriotti
1ff424afaf
Update bitcoin-qt to 0.8.1
2013-03-25 13:50:32 +00:00
Peter Simons
ab98d72fad
git: fix build on FreeBSD
...
Our hard-linking code depended on md5sum, which FreeBSD doesn't have in its
system environment. To avoid that impure dependency, the hard-linking is now
done with the 'hardlink' utility from Nixpkgs.
2013-03-25 12:47:39 +01:00
Peter Simons
b08ba87b36
rsync: add meta.license attribute
2013-03-25 12:44:22 +01:00
Peter Simons
58211c125a
Merge pull request #407 from maggesi/proofgeneral_updates
...
Update ProofGeneral to version 4.2
2013-03-25 03:33:21 -07:00
Marco Maggesi
fa2d85fded
Update HOL Light to rev 157
2013-03-25 10:56:57 +01:00
Florian Friesdorf
9f7aef51ea
Revert "chromium-25.0.1364.172, 26.0.1410.40, 27.0.1448.0"
...
This reverts commit 6617f5ca9e
.
The old situation was definitely better. Sorry for waiting so long for
the revert.
2013-03-25 07:17:20 +01:00
Jack Cummings
94a3a5e00a
shntool-3.0.10
2013-03-24 22:08:09 -07:00
Marco Maggesi
7b35dcdc62
ProofGeneral: remove dead code (compatibility with emacs 23).
2013-03-24 23:43:18 +01:00
Florian Friesdorf
c93aebb87e
get iptraf to compile
2013-03-24 14:44:10 +01:00
Shea Levy
4fa4ab3a6e
Partially revert my recent kernelPackages changes
...
First, pass in `self' again so that overriding works properly (thanks
for pointing that out, @edolstra)
Second, instead of having linuxPackages*.kernel mean something different
inside the set and out, add a new attribute linuxPackages*.kernelDev,
which for the generic kernel is simply linuxPackages*.kernel but for the
manual-config kernel is the `dev' output (which has the build tree,
source tree, etc.)
The second change required trivial modifications in a bunch of
expressions, I verified that all of the linuxPackages* sets defined in
all-packages.nix have the same drv paths before and after the change.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-24 07:45:00 -04:00
Florian Friesdorf
6617f5ca9e
chromium-25.0.1364.172, 26.0.1410.40, 27.0.1448.0
...
26.0.1410.28 was broken for me
2013-03-23 18:20:38 +01:00
Peter Simons
6fc2cccfe6
Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.
2013-03-23 15:58:14 +01:00
Lluís Batlle i Rossell
4144141c7b
Fixing the teamviewer evaluation and builds.
...
Now tested even the tarball, before committing.
2013-03-22 16:16:37 +01:00
Rok Garbas
f7ddf2fc4a
Merge pull request #398 from the-kenny/dunst
...
dunst, a lightweight notification daemon
2013-03-22 05:17:02 -07:00
Moritz Ulrich
c4ffd2cac9
dunst: Add meta.platforms.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-22 13:00:49 +01:00
Lluís Batlle i Rossell
fb7b910aa3
Fixing tarball (missed assertion)
2013-03-22 12:55:01 +01:00
Peter Simons
7df21af242
wxmaxima: don't try to build this package on FreeBSD
2013-03-22 12:53:07 +01:00
Lluís Batlle i Rossell
d716731cf4
teamviewer: adding a work-in-progress lowprio version 8.
...
It requires root running a daemon, just to use the client. Suspicious.
2013-03-22 12:41:16 +01:00
Lluís Batlle i Rossell
6f64c0c6d6
teamviewer: fixing broken wine reference
2013-03-22 12:17:05 +01:00
Lluís Batlle i Rossell
930ace150b
Adding teamviewer client for linux (www.teamviewer.com)
...
In fact it uses wine.
2013-03-22 12:10:50 +01:00
Peter Simons
73c610e1d6
git: update to version 1.8.2
2013-03-22 02:11:38 +01:00
Mathijs Kwik
208a35558e
emacs-w3m: upgrade to current cvs
2013-03-22 00:00:06 +01:00
Mathijs Kwik
b73b3c9d62
htmlize: upgrade to 1.47
2013-03-22 00:00:06 +01:00
Mathijs Kwik
8b39202106
add dutch tax application for 2012
2013-03-22 00:00:04 +01:00
viric
9dc4ec57a1
Merge pull request #397 from modulistic/master
...
i3 improvements
2013-03-20 13:52:32 -07:00
Moritz Ulrich
c2d3d24349
Add dunst, a lightweight notification daemon.
...
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-20 21:35:13 +01:00
Lluís Batlle i Rossell
0d23e54588
opus-tools: update
2013-03-20 20:28:39 +01:00
Peter Simons
d28d3f37a8
topgit: fix build on FreeBSD
...
The BSD unices have a version of install(1) that doesn't support the -D flag. Grr.
2013-03-20 11:43:43 +01:00
Peter Simons
7ee8641410
haskell-xmonad-contrib: update to version 0.11.1
2013-03-20 10:44:54 +01:00
Peter Simons
51e64392ea
git-annex: update to version 4.20130314
2013-03-20 10:15:06 +01:00
Peter Simons
a1a7448e5b
topgit: update to version 0.9
2013-03-20 09:50:06 +01:00
modulistic
ae9b33ac51
i3 window manager: version bump from 4.5 to 4.5.1
2013-03-20 00:14:22 +01:00
modulistic
f976962d7b
i3 window manager: enable Pango support for antialiased fonts
2013-03-20 00:13:44 +01:00
Marco Maggesi
cd3caeaf8f
Update ProofGeneral to version 4.2
2013-03-19 14:49:45 +01:00
Peter Simons
4fcb4a1ca1
gv: update to version 3.7.4
2013-03-18 11:36:16 +01:00
Lluís Batlle i Rossell
470a015950
transmission: nicer about disabling gtk
2013-03-17 22:30:42 +01:00
Lluís Batlle i Rossell
51528e61d9
transmission: update to 2.77, but leave the old 2.60 for its gtk client
...
The gtk client in 2.61 and above require a gtk3 we don't have in nixpkgs yet.
2013-03-17 22:27:55 +01:00
Rok Garbas
464fd741cd
notmuch: update to 0.15.2
2013-03-17 15:13:53 +01:00
Rok Garbas
16f6c3b752
i3: update to 4.5 also updating i3status to 2.7
2013-03-17 14:45:37 +01:00
Vladimír Čunát
192bdc79ae
Merge pull request #380 from oxij/random-updates
...
cmus: update to 2.5.0
2013-03-16 11:40:06 -07:00
Vladimír Čunát
d898a207b9
Merge pull request #375 from ierton/viewnior
...
viewnior: Add viewnior, GTK image viewer program
2013-03-16 11:33:53 -07:00
Cillian de Róiste
1f000ba427
Merge branch 'master' of github.com:NixOS/nixpkgs
2013-03-16 16:33:43 +01:00
Cillian de Róiste
2b07e1bf4c
Ardour3: update to the release of Ardour 3.0
...
A tarball is only available to subscribers or people who pay
to download it on the site. This project is GPL licensed but
users are strongly encouraged to support it financially
2013-03-16 16:33:16 +01:00
Lluis Batlle
8d76cf51bb
elinks: allow building without guile
...
Guile doesn't build on armv5tel now (failing an important test),
so better if I can disable it for elinks.
2013-03-16 13:39:30 +01:00
Eelco Dolstra
098190c9dd
firefox: Update to 19.0.2
2013-03-15 14:31:25 +01:00
Vladimír Čunát
9ac8a16277
vimprobable2, surf: fix the settings-schemas problem
...
Note that they still segfault.
2013-03-14 16:01:53 +01:00
Sander van der Burg
23c78e41db
git: Adding -lgcc_s on darwin causes the build to fail, so we disable it for that platform
2013-03-14 14:57:40 +01:00
Jan Malakhovski
33379ae58a
cmus: update to 2.5.0
...
This version builds with current ffmpeg.
CUE support is nice too.
2013-03-14 13:50:29 +00:00
Peter Simons
ea804dfb1a
Merge pull request #376 from pcapriotti/master
...
Fix bip build
2013-03-13 02:55:00 -07:00
Rob Vermaas
784d2b2d16
Update to latest spotify
2013-03-12 22:13:29 +01:00
Rob Vermaas
b512e3e934
Initial try to update spotify to version 0.8.4.103. Still need to get rid
...
of LD_LIBRARY_PATH wrapper, and properly patchelf any libs in the spotify
prefix.
2013-03-12 22:13:29 +01:00
Sergey Mironov
c52bd0c8d8
viewnior: Add viewnior, GTK image viewer program
2013-03-12 23:45:50 +04:00
Paolo Capriotti
03e6a6f85f
Add patch to fix build for bip.
2013-03-12 18:23:55 +00:00
Domen Kozar
acf4697a5f
upgrade xbmc to 12.0
2013-03-12 01:35:16 +01:00
Shea Levy
931df3e91d
Merge branch 'xbmc-hydra' of git://github.com/iElectric/nixpkgs
...
Trivial meta information update.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-11 14:25:23 -04:00
Peter Simons
5186e75c4f
emacs: update to version 24.3
...
The builder.sh script used to call "make bootstrap" before running the build.
This build step, however, removes all kinds of generated files normally
included in the distributions -- such as the 'configure' script. If that target
is run, then new version of Emacs require Autoconf and Automake to compile.
Since the benefit of running "make bootstrap" is unclean to me, I chose to
remove that build step instead. As far as I can tell, the Emacs binary that
results from this build works fine.
2013-03-11 19:18:31 +01:00
Domen Kozar
65a4f741fd
Set platform and maintainer for xbmc pkg
2013-03-11 18:12:46 +01:00
Rok Garbas
859c7dfae8
msmtp: Update to 1.4.30, added optional libraries as dependency and point to correct license
2013-03-10 21:17:17 +01:00
Peter Simons
4c9ebb62d4
git: link binaries with libgcc_s.so to ensure pthread_cancel() works
2013-03-09 23:57:57 +01:00
Александр Цамутали
a39f05f46a
applications/audio/jack-rack: New nixpkg.
2013-03-09 18:03:12 +04:00
Александр Цамутали
241f94f59f
applications/audio/caps: New nixpkg.
2013-03-09 17:54:59 +04:00
Vladimír Čunát
cf3ff172cd
panotools: disabling tests due to strange failures
2013-03-09 13:16:41 +01:00
Michael Raskin
d5288c7e3a
TPTP had a bugfix without version change
2013-03-09 14:24:45 +04:00
Shea Levy
e07a7e6156
Merge branch 'master' of git://github.com/fignuts/nixpkgs
...
This updates mysql-workbench. Didn't compile before, compiles now.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 19:01:04 -05:00
Shea Levy
e13c058fd2
Merge branch 'makemkv.130223.0' of git://github.com/jcumming/nixpkgs
...
This adds the proprietary makemkv package to convert dvd and blu-ray
videos to mkv.
I've tested that it builds, nothing more.
Signed-off-by: Shea Levy <shea@shealevy.com>
2013-03-08 17:26:53 -05:00
Peter Simons
d96af07c9f
xmobar: patch to support <freeratio> variable in memory monitor
2013-03-08 13:37:58 +01:00
Eelco Dolstra
674c51af3c
Merge remote-tracking branch 'origin/master' into stdenv-updates
2013-03-07 19:33:52 +01:00
aszlig
5ae408b618
chromium: Update all channels to latest versions.
...
This updates all release channels to the latest versions:
stable: 25.0.1364.97 -> 25.0.1364.152 (builds fine, untested)
beta: 26.0.1410.12 -> 26.0.1410.28 (builds fine, tested)
dev: 26.0.1410.12 -> 26.0.1410.28 (builds fine, tested)
Still, we should have version 27 already for the dev channel, so we might look
about where to find the newest tarball.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2013-03-07 10:24:18 +01:00
Cillian de Róiste
43e8e7763b
Add MyPaint: A graphics application for digital painters
2013-03-06 23:08:30 +01:00
Cillian de Róiste
151901ac21
drumkv1: add description
2013-03-06 22:26:08 +01:00
Andrew Morsillo
7d4d40e82b
Update mysql workbench version
2013-03-06 20:08:30 +01:00
Cillian de Róiste
6254091950
Add rncbc's Vee One suite: sampler, synth and drum kit
2013-03-06 01:06:16 +01:00
Mathijs Kwik
45aea0bf52
mkvtoolnix: upgrade to 6.1.0
2013-03-04 22:40:22 +01:00
Rickard Nilsson
4d181e526e
mopidy: Add some more dependencies needed for the HTTP frontend
2013-03-03 20:53:48 +01:00
Cillian de Róiste
266e283faf
Add jack_oscrolloscope: a waveform viewer for JACK
2013-03-03 17:43:15 +01:00
Vladimír Čunát
e6143c35e2
Merge pull request #344 from ierton/zathura-improve
...
zathura: fix manpages, include .desktop icon
2013-03-03 05:21:03 -08:00
Vladimír Čunát
bd6165645a
Merge pull request #341 from bjornfor/transmission-version-bump
...
transmission: bump from 2.52 to 2.60
2013-03-03 05:18:54 -08:00
Vladimír Čunát
d7abc31f5a
fix the last master merge, sorry for the problems
...
Now I carefully re-merged all the conflicts and tested some builds.
Hopefully it's all OK now.
2013-03-02 22:34:37 +01:00
Vladimír Čunát
d9a2b1f520
ardour(2): fix and minor update.
...
- use fetchurl from Gentoo mirror instead of failing SVN fetch
- minor version update
- use system libraries as much as possible
- fix building
2013-03-02 21:17:30 +01:00
Peter Simons
4f697db7dd
haskell-github-backup: update to version 1.20120314
2013-03-02 17:07:43 +01:00
Vladimír Čunát
da71b6d579
rekonq: update
...
Note it won't build with kde 4.7 and newer versions even require 4.9
which we don't have yet (4.10 is the current upstream).
2013-03-02 14:44:51 +01:00
Vladimír Čunát
26af997d41
Merge branch 'master' into stdenv-updates
...
Conflicts (simple):
pkgs/applications/networking/browsers/chromium/default.nix
pkgs/development/libraries/libsoup/default.nix
pkgs/os-specific/linux/kernel/manual-config.nix
pkgs/os-specific/linux/qemu-kvm/default.nix
2013-03-02 10:41:53 +01:00
Vladimír Čunát
70ac286bf8
Merge pull request #346 from ierton/mplayer-fix-icon
...
mplayer: install desktop icon when X11 is enabled
2013-03-02 01:22:44 -08:00
Vladimír Čunát
c8b940072d
koffice, kbluetooth: remove from hydra
2013-03-02 09:21:11 +01:00
Lluís Batlle i Rossell
089fd0a769
fvwm: updating license to gplv2+
...
I looked at some src, and it mentions "or later".
2013-03-01 20:38:23 +01:00