Commit Graph

16721 Commits

Author SHA1 Message Date
William A. Kennington III
21b2858eed Merge pull request #8019 from codyopel/openjpeg
openjpeg: refactor, fixes #8017
2015-05-27 23:34:21 -07:00
William A. Kennington III
cf932c9b4c Merge pull request #8031 from codyopel/libclxclient
libclxclient: reacfor & fix include directory
2015-05-27 23:33:06 -07:00
codyopel
83fa9994e5 libclthreads: refactor
fix include directories
fix symlink to library
2015-05-28 01:53:23 -04:00
codyopel
2906376ddc libclxclient: reacfor & fix include directory 2015-05-28 00:26:17 -04: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
codyopel
4587819638 openjpeg: refactor, fixes #8017
+ Disable JPIP which requires Java
+ fix typo in nativeBuildInputs, which fixes pkgconfig
2015-05-27 11:48:03 -04:00
Eelco Dolstra
faff3a44a7 Add libpqxx 2015-05-27 13:21:50 +02:00
Tobias Geerinckx-Rice
df7ccbab5d libssh: temporarily patch to fix x2goclient
See <https://red.libssh.org/issues/194>:

  "In libssh 0.7.0, ssh_forward_listen() is present in the headers as
  a deprecated function, but it is not actually present in the code.
  This appears to have been introduced in commit 5229253f."
2015-05-26 23:57:45 +02:00
Pascal Wittmann
a6724ddd56 ccrtp: mark version 1.8 as broken (not compatible with libgcrypt >= 1.6)
closes #7855
2015-05-26 14:40:01 +02:00
Mateusz Kowalczyk
cdb14ddafe Merge pull request #7246 from spwhitt/iniparser
iniparser: fix Darwin by building static lib
2015-05-26 11:08:47 +01:00
Tobias Geerinckx-Rice
7b6d9d4cff Remove arb and then-orphaned lesstif93
Arb has been broken (and marked as such) since the removal of
GCC 4.2 in July 2014. Nothing and no-one uses it. Time to go.
2015-05-26 11:46:41 +02:00
William A. Kennington III
308cdd483d mesa: 10.5.4 -> 10.5.6 2015-05-26 01:36:35 -07:00
Peter Simons
38bf7f94d0 webkitgtk-2.4: disable parallel building to fix race conditions
http://hydra.cryp.to/build/888422/nixlog/9/raw
2015-05-25 20:43:39 +02:00
Domen Kožar
bbc1df3092 Merge branch 'staging' 2015-05-25 11:33:05 +02:00
Edward Tjörnhammar
0e9464478d catch: add version 1.1-3 2015-05-25 10:39:13 +02:00
William A. Kennington III
e7694865ca Merge pull request #7982 from iyzsong/glfw
glfw: Update to 3.1.1 and build shared library.
2015-05-25 00:23:19 -07:00
Sou Bunnbu
6a96c2873f Merge pull request #7968 from ts468/vaapi
Add gstreamer-vaapi for gstreamer-1.0.
2015-05-25 13:10:58 +08:00
宋文武
da2d1c17dc glfw: Update to 3.1.1 and build shared library. 2015-05-25 10:50:28 +08:00
Thomas Tuegel
d8dab38fda Merge pull request #7899 from thinkpad20/openblas_on_osx
added flags/switches necessary to get openblas to compile on osx
2015-05-24 19:01:50 -05:00
Aristid Breitkreuz
75ea4778f5 switch to working libssh 0.7 download 2015-05-24 20:22:18 +00:00
Vladimír Čunát
f83d12a382 Merge 'master' into staging 2015-05-24 20:39:58 +02:00
Vladimír Čunát
c75590fa6f libgsf: small update
It was needed for gnumeric update.
/cc maintainer @lovek323.
2015-05-24 19:53:34 +02:00
Domen Kožar
50be522a51 libvterm: set platforms 2015-05-24 18:55:53 +02:00
Thomas Strobel
32126ebf25 Add gstreamer-vaapi for gstreamer-1.0. 2015-05-24 12:53:14 +02:00
William A. Kennington III
3ede091d56 ossp-uuid: Meta fixup 2015-05-23 19:07:13 -07:00
William A. Kennington III
d5ca9c017c idnkit: Add derivation 2015-05-23 19:07:13 -07:00
Mateusz Kowalczyk
177d40f582 Merge branch 'agda' of https://github.com/Ericson2314/nixpkgs into agda 2015-05-23 04:15:50 +01:00
Spencer Whitt
ffcea6546d gtk3: fix on Darwin 2015-05-22 20:11:09 -04:00
Spencer Whitt
3d60104a74 libepoxy: enable on Darwin 2015-05-22 20:10:53 -04:00
William A. Kennington III
5a89a87cc5 ncurses: Always symlink to a real .so and add symlinks for major versions 2015-05-22 15:31:53 -07:00
William A. Kennington III
2ebe0fc88b gtk3: Mark as linux only temporarily 2015-05-22 14:20:29 -07:00
William A. Kennington III
3117e0c897 Refactor mkFlag out of old packages 2015-05-22 13:54:52 -07:00
William A. Kennington III
25a148fa19 Refactor mkFlag / shouldUsePkg into the nixpkgs libraries 2015-05-22 13:26:55 -07:00
Thomas Tuegel
4115f7794b webkitgtk24x: update to webkitgtk-2.4.9, fix build 2015-05-22 11:52:50 -05:00
Tobias Geerinckx-Rice
5d5044b2ec Use mirror:// URIs for ftp.debian.org
Provide a more robust experience for users with horrible network
hardware (me).
2015-05-22 10:39:27 +02:00
William A. Kennington III
904fa36ac5 Merge pull request #7917 from codyopel/x265
x265: 1.6 -> 1.7
2015-05-21 20:17:57 -07:00
codyopel
3e06aa3aa9 libssh: fix libsodium linking
resolves pkg-config errors for anything linking against libssh
2015-05-21 19:13:52 -04:00
Michael Raskin
86da6fae74 Update fltk to 1.3.3; apparently it includes most of the old patch now 2015-05-21 19:48:25 +03:00
Pascal Wittmann
623f5f78da Merge pull request #7924 from DamienCassou/update-openal-1.16.0
openal 1.7.411 -> 1.16.0
2015-05-21 16:06:45 +02:00
Pascal Wittmann
16a745fbb9 libs3: fix meta attributes 2015-05-21 15:41:06 +02:00
Arseniy Seroka
8d10975e4d Merge pull request #7918 from codyopel/ffmpeg
ffmpeg(-full): 2.6.2 -> 2.6.3
2015-05-21 15:48:23 +03:00
Damien Cassou
515f88cb54 openal 1.7.411 -> 1.16.0 2015-05-21 14:08:19 +02:00
Paulus Esterhazy
c4a8acd983 Add sqlite3_analyzer 2015-05-21 13:57:53 +02:00
William A. Kennington III
19c259161b qemu: 2.2.2 -> 2.3.0 2015-05-20 18:30:22 -07:00
William A. Kennington III
d6c6253be0 libseccomp: 2.2.0 -> 2.2.1 2015-05-20 18:30:22 -07:00
codyopel
61fa78293d ffmpeg(-full): 2.6.2 -> 2.6.3 2015-05-20 20:45:59 -04:00
codyopel
c13b94388e x265: 1.6 -> 1.7 2015-05-20 20:07:30 -04:00
John Wiegley
98ad87fb4d t1lib: Conditionalize a recent change for Darwin 2015-05-20 15:42:13 -05:00
John Ericson
52a6589559 agda: the Iowa stdlib seems to be behind a private SVN now 2015-05-20 16:01:44 +00:00
Peter Simons
cf6ab47be2 oracle-instantclient: don't strip or patchelf this library 2015-05-20 16:19:11 +02:00