Arseniy Seroka
42b7191499
Merge pull request #13867 from ericbmerritt/cuter-support
...
cuter: init at 0.1
2016-03-13 21:49:24 +03:00
宋文武
93feb5d115
drop my maintainership ( close #13881 )
2016-03-13 18:39:01 +01:00
Thomas Tuegel
d39b1db400
Merge pull request #13880 from acowley/juliamac
...
julia: darwin compatibility
2016-03-13 10:38:04 -05:00
zimbatm
27e5397282
Merge pull request #13886 from manveru/patch-2
...
bundix: 2.0.5 -> 2.0.6
2016-03-13 15:04:04 +00:00
Thomas Tuegel
f13a4b6b09
Merge pull request #13879 from acowley/suitesparse-dylib
...
suitesparse: build dylibs on darwin
2016-03-13 09:57:47 -05:00
Michael Fellinger
075b3b449d
bundix: 2.0.5 -> 2.0.6
...
Fixes issue caused by changed nix-prefetch-git output.
2016-03-13 13:59:38 +01:00
Sander van der Burg
443b25992f
Merge pull request #13868 from gilligan/node-5.8.0
...
nodejs: 5.7.1 -> 5.8.0
2016-03-13 12:21:02 +01:00
Joachim Fasting
f82a46cf58
fstar: 2016-01-12 -> 0.9.2.0
...
FStar has been broken for a while, due to its regression test failing.
Bump to the latest release, which is newer than the previous rev.
2016-03-13 09:41:24 +01:00
Anthony Cowley
889d6d11a3
julia: darwin compatibility
...
Along with PR #13879 , these patches let julia build and run on
darwin. Using an llvm with shared library support is an idea adopted from
a @pikajude comment here https://github.com/NixOS/nixpkgs/issues/10864
The libgit2 change is mechanical to pull in iconv on darwin.
The frameworks are referenced by julia's build system.
2016-03-13 04:18:16 -04:00
Anthony Cowley
f3a6f3e2f3
suitesparse: build dylibs on darwin
...
Makes the shared libraries usable on darwin so that, e.g., the Julia
compiler may be built.
2016-03-13 04:13:26 -04:00
joachifm
bd785b23a1
Merge pull request #13869 from acowley/suitemac
...
suitesparse: darwin compatibility
2016-03-13 03:26:50 +00:00
Anthony Cowley
9d1053dc6d
suitesparse: darwin compatibility
...
There is no librt on darwin, so it must be disabled.
2016-03-12 21:17:15 -05:00
joachifm
423a65b0cd
Merge pull request #13822 from acowley/ffmpeg3
...
ffmpeg-full: 2.8.5 -> 3.0
2016-03-12 23:20:28 +00:00
Mathias Schreck
7533784f28
nodejs: 5.7.1 -> 5.8.0
2016-03-12 23:06:09 +01:00
joachifm
2896934e78
Merge pull request #13866 from acowley/x265
...
x265: 1.7 -> 1.9
2016-03-12 22:04:33 +00:00
Eric Merritt
98b4d19a0b
cuter: init at 0.1
2016-03-12 13:45:00 -08:00
Anthony Cowley
6bc1aed873
x265: 1.7 -> 1.9
...
Unblocks #13822
2016-03-12 16:24:06 -05:00
zimbatm
7133a3730c
Merge pull request #13851 from colemickens/update-libinput
...
libinput: 1.2.0 -> 1.2.1
2016-03-12 20:17:43 +00:00
Joachim Fasting
93efa92367
cppcheck: move build-time dependencies to nativeBuildInputs
2016-03-12 19:06:57 +01:00
Joachim Fasting
098c04683a
scsh: move build deps to nativeBuildInputs
...
Also remove redundant inputs already implied by autoreconfHook.
2016-03-12 19:06:40 +01:00
Christoph Hrdinka
e06570fe6b
Merge pull request #13847 from devhell/mediainfo
...
{lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
2016-03-12 18:28:27 +01:00
devhell
29a90dbc2b
{lib}mediainfo{-gui}: 0.7.82 -> 0.7.83
...
Built and tested locally.
From the changelog:
```
Version 0.7.83, 2016-02-29
+ HEVC: Maximum Content Light Level (MaxCLL) and Maximum Frame-Average
Light Level (MaxFALL), metadata mandated by CEA-861.3 for HDR support
+ HEVC: Mastering display color primaries and luminance (based on SMPTE
ST 2084), metadata mandated by CEA-861.3 for HDR support
+ HEVC: SMPTE ST 2048 and SMPTE ST 428-1 transfer characteristics
+ HEVC: Chroma subsampling location (indication of the location type
described in the HEVC spec)
+ MPEG-TS: ATSC Modulation Mode (Analog, SCTE_mode_1 aka 64-QAM,
SCTE_mode_2 aka 256-QAM, 8-VSB, 16-VSB)
+ #B981, MP4: support of buggy file having "hint" SubType
x HLS: better handling of media playlists having EXT-X-BYTERANGE
```
Additionally, some cleanup and package uses `autoreconfHook` now. Thanks
to @hrdinka for helpful pointers!
2016-03-12 17:22:01 +00:00
Arseniy Seroka
a25d2a7466
Merge pull request #13717 from zohl/banshee
...
[WIP] Banshee
2016-03-12 20:19:49 +03:00
devhell
7b32e5497c
libzen: 0.4.32 -> 0.4.33
...
Built and tested locally.
From the changelog:
```
Version 0.4.33, 2016-02-29
x File::Open(): using now FILE_APPEND_DATA on windows when append mode
is requested
x File::Open(): accept file names with * and ? characters on non-Windows
platforms
x Better MinGW and CygWin compatibility
x autogen.sh: Adding missing shebang
x Dir/Create: create the parents directory if not existing
```
Additionally, the package was cleaned up, now using `autoreconfHook` and
with some helpful pointers by @hrdinka.
2016-03-12 13:09:26 +00:00
Nikolay Amiantov
2a288ad435
spin: add gcc to path
2016-03-12 14:13:42 +03:00
Cole Mickens
e17ff07c0b
libinput: 1.2.0 -> 1.2.1
2016-03-11 16:24:29 -08:00
Graham Christensen
8f6be38247
giflib: convert md5 to sha256
2016-03-11 15:54:55 -06:00
Graham Christensen
00078e317e
libxkbdcommon: sha1 to sha256, also: upstream sha1 changed?
2016-03-11 15:54:54 -06:00
Anthony Cowley
2f6f3c7b55
ffmpeg-full: 2.8.5 -> 3.0
...
Also changes the homepage URL to https.
2016-03-11 15:14:52 -05:00
Markus Hauck
7b09191563
jo: init at 1.0
2016-03-11 19:33:13 +01:00
Eelco Dolstra
d86633386f
sqlite: 3.9.2 -> 3.11.1
2016-03-11 15:10:05 +01:00
Domen Kožar
603ea2652f
nss: 3.22 -> 3.22.2 (CVE-2016-1950)
2016-03-11 12:18:18 +00:00
Luca Bruno
dcfca100ec
Merge pull request #12525 from knupfer/ngx_brotli
...
add nginxModules.brotli
2016-03-11 11:05:21 +01:00
joachifm
0273ff59e2
Merge pull request #13828 from whiteley/chef-dk-0.11.2
...
chefdk: 0.10.0 -> 0.11.2
2016-03-11 04:25:21 +00:00
Matt Whiteley
b48a917c97
chefdk: 0.10.0 -> 0.11.2
2016-03-10 17:19:30 -08:00
Tobias Geerinckx-Rice
cc53e62644
geoclue2: 2.4.1 -> 2.4.2
2016-03-10 23:37:11 +01:00
Arseniy Seroka
16bffdcb99
Merge pull request #10509 from markus1189/activemq-512
...
Add 5.12.1 version of Apache ActiveMQ in addition to 5.8.0
2016-03-10 16:08:11 +03:00
Vladimír Čunát
f412fb1e87
Merge: update C++ bindings for GTK+ stack (*mm)
2016-03-10 11:58:59 +01:00
Vladimír Čunát
d9da9ec634
libsigcxx: make *.pc force C++11
...
This fixes compilation problems of some packages against *mm,
including gtkmm-2 itself.
2016-03-10 11:49:24 +01:00
Vladimír Čunát
d9f2e282be
gtkmm3: update 3.16.0 -> 3.18.0
...
Also remove urkud for maintainers; he's been inactive for years,
so let's not bother him anymore.
2016-03-10 11:49:24 +01:00
Vladimír Čunát
4f90638d2f
atkmm: update 2.22.7 -> 2.24.2
...
Also add basic meta.
2016-03-10 11:49:23 +01:00
Vladimír Čunát
6429c6595b
pangomm: update 2.34.0 -> 2.38.1
2016-03-10 11:46:15 +01:00
Vladimír Čunát
241927ead3
cairomm: update 1.11.2 -> 1.12.0
2016-03-10 11:46:15 +01:00
Vladimír Čunát
214b59a249
glibmm: update 2.44.0 -> 2.46.3
...
Also drop urkud from maintainers; he's been inactive for years,
so let's not bother him.
2016-03-10 11:46:14 +01:00
zimbatm
73de4019f0
Merge pull request #13784 from matthewbauer/new-pkgs
...
add wla-dx and rgbds
2016-03-10 10:04:47 +00:00
Vladimír Čunát
26b67c2ef9
libsigc++: update 2.3.1 -> 2.6.2
...
We were using a rather old development (!) release.
2016-03-10 10:22:44 +01:00
michael bishop
c561ee8480
sqlite: change hash from sha1 to sha256
2016-03-09 19:37:33 -04:00
Graham Christensen
6b4a70c672
libotr_3_2: remove, not updated since 2012, and unused.
2016-03-09 17:20:36 -06:00
Franz Pletz
728cf25e16
libotr: 4.1.0 -> 4.1.1 (CVE-2016-2851)
...
https://www.x41-dsec.de/lab/advisories/x41-2016-001-libotr/
2016-03-10 00:13:08 +01:00
Matthew Bauer
4939b6848f
wla-dx: init at 8189fe8d
2016-03-09 12:39:34 -06:00