Commit graph

28206 commits

Author SHA1 Message Date
Daiderd Jordan 942d90b282
qt5.qtmacextras: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSData", referenced from:
          objc-class-ref in qmacfunctions.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in qmactoolbar.o
          objc-class-ref in qmactoolbardelegate.o
    ld: symbol(s) not found for architecture x86_64
2018-11-17 21:02:22 +01:00
Michael Raskin b2d7d177e8
Merge pull request #50482 from c0bw3b/pkg/mdds
mdds: drop 0.7.x and 0.12.x
2018-11-17 07:00:01 +00:00
Jörg Thalheim 40449fe1ae
Merge pull request #47175 from avnik/fix/glfw
glfw: hardwire path to libGL.so.1
2018-11-17 01:38:05 +00:00
c0bw3b 18f95bd6ba mdds: drop 0.7.x and 0.12.x 2018-11-17 00:02:48 +01:00
Will Dietz db0abe98bf glibc: disable pie hardening, limit to musl for now 2018-11-15 21:55:08 -06:00
Austin Seipp d01b0f9d2e libndctl: 61.2 -> 63
This also adds me as the maintainer (as it lacked one previously),
and simplifies the expression quite a bit.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-11-15 16:09:32 -06:00
Renaud d554f80b78
Merge pull request #50429 from c0bw3b/pkg/easyrpg
{easyrpg-player,liblcf}: 0.5.3 -> 0.5.4
2018-11-15 23:03:28 +01:00
Jörg Thalheim 3516b2dad2
Merge pull request #37658 from pbogdan/gnumake3-remove
gnumake3: remove
2018-11-15 21:12:52 +00:00
R. RyanTM a0a885c5cd liblcf: 0.5.3 -> 0.5.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblcf/versions
2018-11-15 22:10:22 +01:00
Will Dietz 0e218ffc0c flatpak: 1.0.4 -> 1.0.5 2018-11-15 13:16:42 -06:00
Orivej Desh b633e1b3d4 aws-sdk-cpp: 1.6.20 -> 1.6.52 2018-11-15 18:28:26 +00:00
Piotr Bogdan 0244d8b094 lensfun: switch to default make, move cmake to native build inputs 2018-11-15 17:26:06 +00:00
Matthew Bauer df8ee06477 glib: only add gsettingsschemadir in make
gsettingsschemedir only works in make where you can set any variable
from the command line as in “make VAR=VAL”. Other build systems may
not support this kind of loose overriding of variables. This broke a
scons build here:

  https://hydra.nixos.org/build/84073119/
2018-11-14 14:02:56 -06:00
Matthew Bauer 9cac8feafb mapnik: use provided configure script
This gives us support for the class autoconf “./configure && make &&
make install” build-style.
2018-11-14 14:00:19 -06:00
Linus Heckemann 3ef226158e
Merge pull request #49762 from symphorien/fccache
nixos/fontconfig/make-fonts-cache: don't fail to clean the cache
2018-11-14 13:54:01 +01:00
Renaud cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Matthew Bauer 2e18ba6c5a
Merge pull request #49776 from matthewbauer/atlas-remove
atlas: remove
2018-11-13 19:18:35 -06:00
Matthew Bauer 73951bc0c8
Merge pull request #50293 from matthewbauer/cleanups2
Add setup-hooks for scons and waf
2018-11-13 19:17:00 -06:00
Matthew Bauer bfbfe941ab treewide: use scons setup hook
Lots of packages can use it. Here is the list:

- jackmix
- klick
- mixx
- nova-filters
- rhvoice
- giv
- mypaint
- swift-im
- bombono
- mapnik
- serf
- nuitka
- pyexiv2
- godot
- hammer
- toluapp
- btanks
- dxx-rebirth
- endless-sky
- globulation
- the-powder-toy
- fceux
- gpsd
- mongodb
- rippled
- mariadb
- lprof
2018-11-13 19:14:10 -06:00
Matthew Bauer f2a20b6e52 treewide: use wafHook
Replace "waf" phases with wafHook that manages everything
automatically. Should make things more modular.

Packages affected here are:

- a2jmidid
- ams-lv2
- ardour
- fomp
- guitarix
- ingen
- jalv
- mda-lv2
- non
- patchage
- hamster-time-tracker
- kupfer
- xiphos
- xfce4-dockbarx-plugin
- xfce4-namebar-plugin
- dropbox
- clasp
- aubio
- liliv
- lv2
- lvtk
- ntk
- raul
- sratom
- suil
- ganv
- ndn-cxx
- ns3
- serd
- sord
- termbox
- wxmupen64plus
- jackaudio
- pflask
- blockhash
- glmark2
- weighttp
2018-11-13 19:13:48 -06:00
aanderse 5d78f59d37 libcec: 4.0.2 -> 4.0.3 (#50289) 2018-11-13 18:25:48 +01:00
Matthew Bauer 245f25586b libxml2: only use static output with both shared & static
The static output should only get created when both enableShared and
enableStatic are set. Otherwise there would be libraries missing from
the main output when enableShared = false & enableStatic = true. This
can cause issues in some packages that don’t know about libxml2’s
static output.

(cherry picked from commit 2bd6bb0a4bf21005d8877c735709cd21d22e05bd)
(cherry picked from commit 1421a39c1e62584d346185ad49484b11b7703dc1)
2018-11-13 06:57:54 -06:00
Sarah Brofeldt 508b202db3
Merge pull request #50291 from nh2/glibc-override-comment
glibc: Add helpful comment.
2018-11-13 11:46:11 +01:00
markuskowa 8c11e30eec
Merge pull request #50164 from markuskowa/upd-openmpi
openmpi: 3.1.2 -> 3.1.3
2018-11-13 10:36:55 +01:00
lewo 5189877d34
Merge pull request #50247 from romildo/upd.jxrlib
jxrlib: init at 1.1
2018-11-13 08:59:32 +01:00
lewo 942b504c3c
Merge pull request #50288 from c0bw3b/pkg/minixml
minixml: 2.9 -> 2.12
2018-11-13 08:53:48 +01:00
Niklas Hambüchen 432c28afc2 glibc: Add helpful comment.
Intended to avoid contributor confusion as in #50231.
2018-11-13 02:04:59 +01:00
Samuel Dionne-Riel 9c86aca362
Merge pull request #48738 from Amar1729/init/argp-standalone
argp-standalone: init at 1.3
2018-11-12 23:52:01 +00:00
Daiderd Jordan 5b8c4b0646
suitesparse: fixup darwin libraries
The build created libraries with an install_name that points to the
build directory instead of the installation prefix.  Causing errors like
this when other packages try to link against it's libraries.

    Library not loaded: /private/tmp/nix-build-suitesparse-5.3.0.drv-0/SuiteSparse/lib/libcholmod.3.0.12.dylib
2018-11-13 00:25:32 +01:00
Renaud 4d218e9d47
minixml: 2.9 -> 2.12 2018-11-12 23:29:42 +01:00
R. RyanTM 91626f8a1b leatherman: 1.5.2 -> 1.5.3 (#50067)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/leatherman/versions
2018-11-12 21:43:40 +01:00
R. RyanTM c82977caf4 libgit2_0_27: 0.27.5 -> 0.27.7 (#50064)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgit2/versions
2018-11-12 21:33:13 +01:00
Frederik Rietdijk daf3297cb4 Merge master into staging-next 2018-11-12 18:59:08 +01:00
Robert Schütz b9494ac352
Merge pull request #50166 from dotlambda/home-assistant-0.82
home-assistant: 0.81.5 -> 0.82.0
2018-11-12 11:37:06 +01:00
Robert Schütz e58c5024f0 openzwave: 2018-04-04 -> 2018-11-04
Switch to Home Assistant's source
(https://github.com/home-assistant/open-zwave/tree/hass)
because openzwave is only used in combination with Home Assistant afaik.
2018-11-12 11:19:15 +01:00
José Romildo Malaquias 546191f4cf jxrlib: init at 1.1 2018-11-11 18:36:55 -02:00
Bastian Köcher e3d3536382 kde-frameworks: 5.51 -> 5.52 2018-11-11 21:31:26 +01:00
Thomas Tuegel b529b81be3
Merge pull request #50207 from Thra11/qtwebglplugin
qtwebglplugin: init at 5.11
2018-11-11 13:51:29 -06:00
Edward Tjörnhammar 1de9c8a023
catch: 1.12.0 -> 1.12.2 2018-11-11 17:55:36 +01:00
Jason Hilton 7759fe1f22
catch2: init at 2.4.2 2018-11-11 17:55:31 +01:00
Frederik Rietdijk 7863aae5b2 Merge master into staging-next 2018-11-11 08:59:44 +01:00
Orivej Desh b3e2a48453 SDL_sound: enable on Darwin 2018-11-11 02:42:33 +00:00
Jan Tojnar 3bf5411996
Merge pull request #50171 from r-ryantm/auto-update/appstream-glib
appstream-glib: 0.7.13 -> 0.7.14
2018-11-11 02:59:45 +01:00
markuskowa 45a4adb1b3
Merge branch 'master' into atlas-remove 2018-11-11 02:22:04 +01:00
Markus Kowalewski 06f3676770
scalapack: set platform to linux 2018-11-11 02:17:20 +01:00
Silvan Mosberger 634f980b3f
Merge pull request #49975 from catern/freetds
freetds: enable odbcSupport by default
2018-11-11 02:09:37 +01:00
Silvan Mosberger 5e22345185
Merge pull request #50196 from r-ryantm/auto-update/appstream
appstream: 0.12.2 -> 0.12.3
2018-11-11 01:34:17 +01:00
markuskowa f45f285e66
Merge pull request #50199 from r-ryantm/auto-update/armadillo
armadillo: 9.100.5 -> 9.200.4
2018-11-11 01:33:05 +01:00
Jörg Thalheim 7ce08cb18e
Merge pull request #48899 from markuskowa/clean-rdma
libibverbs,librdmacm: remove in favour of rdma-core
2018-11-10 22:01:43 +00:00
Tom Hall 230f71477b qtwebglplugin: init at 5.11
Note: As with all Qt plugins, must set QT_QPA_PLATFORM_PLUGIN_PATH=~/.nix-profile/lib/qt-5.11/plugins for it to be found.
2018-11-10 19:56:11 +00:00
Renaud 1aed56ad5e
Merge pull request #50185 from r-ryantm/auto-update/actor-framework
caf: 0.16.0 -> 0.16.2
2018-11-10 19:17:40 +01:00
R. RyanTM 67c7685280 armadillo: 9.100.5 -> 9.200.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/armadillo/versions
2018-11-10 09:30:11 -08:00
R. RyanTM f72bc25f79 appstream: 0.12.2 -> 0.12.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream/versions
2018-11-10 09:16:48 -08:00
R. RyanTM cb96801d70 caf: 0.16.0 -> 0.16.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/actor-framework/versions
2018-11-10 07:51:41 -08:00
Markus Kowalewski a3cb3fb64b
openmpi: refactor version string for auto updates 2018-11-10 16:27:47 +01:00
Renaud 1da0163fd7
Merge pull request #50073 from r-ryantm/auto-update/libimagequant
libimagequant: 2.12.1 -> 2.12.2
2018-11-10 15:45:42 +01:00
R. RyanTM 9fe5089fd3 gdcm: 2.8.7 -> 2.8.8 (#50126)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gdcm/versions
2018-11-10 15:19:27 +01:00
Daiderd Jordan 8d603be22d
Merge pull request #49880 from LnL7/darwin-cfprivate-fixes
darwin cf-private fixes
2018-11-10 15:03:21 +01:00
Timo Kaufmann 88d7246ee1
Merge pull request #50140 from r-ryantm/auto-update/cpp-hocon
cpp-hocon: 0.2.0 -> 0.2.1
2018-11-10 15:00:28 +01:00
Jan Tojnar 0655c904bf
Merge pull request #50116 from r-ryantm/auto-update/gegl
gimp: 2.10.6 → 2.10.8
2018-11-10 14:50:33 +01:00
R. RyanTM 8b653bffa5 appstream-glib: 0.7.13 -> 0.7.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/appstream-glib/versions
2018-11-10 05:45:56 -08:00
Jan Tojnar 3b70c6df48
babl: 0.1.58 → 0.1.60 2018-11-10 14:06:12 +01:00
R. RyanTM b318ed3907 libqalculate: 2.6.2 -> 2.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libqalculate/versions
2018-11-10 13:17:16 +01:00
Markus Kowalewski 948e260117
openmpi: 3.1.2 -> 3.1.3 2018-11-10 13:08:59 +01:00
Jörg Thalheim 9cd3dc89f1
Merge pull request #50063 from r-ryantm/auto-update/liblognorm
liblognorm: 2.0.5 -> 2.0.6
2018-11-10 10:36:20 +00:00
Jörg Thalheim ecb7ef4556
Merge pull request #50055 from r-ryantm/auto-update/libdwarf
libdwarf: 20180809 -> 20181024
2018-11-10 10:36:05 +00:00
Frederik Rietdijk 53d00c3351 Merge master into staging-next 2018-11-10 11:08:54 +01:00
Jörg Thalheim 40c567de0f
Merge pull request #50074 from r-ryantm/auto-update/libestr
libestr: 0.1.10 -> 0.1.11
2018-11-10 10:02:16 +00:00
R. RyanTM c884941bdd cpp-hocon: 0.2.0 -> 0.2.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cpp-hocon/versions
2018-11-09 23:28:57 -08:00
R. RyanTM 5e26455254 gegl_0_4: 0.4.8 -> 0.4.12
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gegl/versions
2018-11-09 19:35:37 -08:00
Silvan Mosberger 90906477d7
Merge pull request #50099 from r-ryantm/auto-update/glbinding
glbinding: 2.1.4 -> 3.0.2
2018-11-10 04:04:12 +01:00
R. RyanTM 0efdc90964 glbinding: 2.1.4 -> 3.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/glbinding/versions
2018-11-09 17:06:13 -08:00
Jan Tojnar b28e4c5b73
Merge pull request #50052 from worldofpeace/bamf/0.5.4
bamf: 2018-02-07 -> 0.5.4
2018-11-09 22:37:11 +01:00
R. RyanTM 3f8c96c496 libestr: 0.1.10 -> 0.1.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libestr/versions
2018-11-09 13:36:39 -08:00
R. RyanTM d80d9aa3ba libimagequant: 2.12.1 -> 2.12.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libimagequant/versions
2018-11-09 13:34:07 -08:00
R. RyanTM 3864d58e39 liblognorm: 2.0.5 -> 2.0.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/liblognorm/versions
2018-11-09 12:11:41 -08:00
worldofpeace c72f48f719 bamf: 2018-02-07 -> 0.5.4 2018-11-09 15:07:00 -05:00
R. RyanTM 74e7bce5c1 libdwarf: 20180809 -> 20181024
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libdwarf/versions
2018-11-09 11:15:49 -08:00
Silvan Mosberger b4284b140a
Merge pull request #50023 from r-ryantm/auto-update/nss_wrapper
nss_wrapper: 1.1.3 -> 1.1.5
2018-11-09 18:39:14 +01:00
Silvan Mosberger b2c7a36b2b
Merge pull request #50027 from r-ryantm/auto-update/opencollada
opencollada: 1.6.65 -> 1.6.66
2018-11-09 18:38:02 +01:00
Renaud 0fcf1989da
Merge pull request #49737 from cocreature/yacreader
yacreader: init at 9.5.0, libunarr: init at 1.0.1
2018-11-09 18:29:40 +01:00
Moritz Kiefer d52de90dba yacreader: init at 9.5.0, libunarr: init at 1.0.1 2018-11-09 17:46:30 +01:00
R. RyanTM 6396356da6 opencollada: 1.6.65 -> 1.6.66
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opencollada/versions
2018-11-09 06:41:13 -08:00
R. RyanTM cbf91ed2c9 nss_wrapper: 1.1.3 -> 1.1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nss_wrapper/versions
2018-11-09 05:56:52 -08:00
Jan Tojnar 8af2cdbe3a
Merge pull request #49887 from worldofpeace/libaccounts-glib/1.24
libaccounts-glib: 1.23 -> 1.24
2018-11-09 12:16:59 +01:00
R. RyanTM e0e39a63f4 SDL2_image: 2.0.3 -> 2.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sdl2_image/versions
2018-11-08 21:13:07 -08:00
R. RyanTM 32922dda45 SDL2_mixer: 2.0.2 -> 2.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sdl2_mixer/versions
2018-11-08 21:13:07 -08:00
Spencer Baugh 85d1e62ab5 freetds: enable odbcSupport by default
There is no reason not to, and some packages which I'm working on,
requires this.
2018-11-09 03:55:14 +00:00
Jörg Thalheim ccf0e21cde
Merge pull request #49935 from r-ryantm/auto-update/theft
theft: 0.4.3 -> 0.4.4
2018-11-08 21:27:22 +00:00
Matthew Bauer c5080e9a85
Merge pull request #49856 from andrew-d/andrew/podofo-closure-size
calibre: remove references to podofo to reduce closure size
2018-11-08 15:05:50 -06:00
R. RyanTM 07be63132c theft: 0.4.3 -> 0.4.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/theft/versions
2018-11-08 11:46:35 -08:00
markuskowa e29fa386aa
Merge pull request #49911 from r-ryantm/auto-update/wcslib
wcslib: 5.20 -> 6.2
2018-11-08 18:47:17 +01:00
R. RyanTM 445b85dd1f wcslib: 5.20 -> 6.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/wcslib/versions
2018-11-08 07:38:17 -08:00
Domen Kožar ad521a2757
libdigidocpp: 3.13.6 -> 3.13.7 2018-11-08 11:41:38 +00:00
Michael Raskin adf41ed942
Merge pull request #49864 from oxij/pkgs/tiny-things
trivial: tiny cleanups and fixes
2018-11-08 06:28:10 +00:00
Jan Malakhovski 3902085b3f mesa: tiny cleanup 2018-11-08 05:20:19 +00:00
Jan Malakhovski c0a4e46714 qt5: use https, tiny cleanup 2018-11-08 05:20:19 +00:00
Daiderd Jordan 14e41fe461
opencv: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_NSDefaultRunLoopMode", referenced from:
          _cvWaitKey in window_cocoa.mm.o
      "_OBJC_CLASS_$_NSDate", referenced from:
          objc-class-ref in window_cocoa.mm.o
          objc-class-ref in cap_qtkit.mm.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in window_cocoa.mm.o
          objc-class-ref in cap_qtkit.mm.o
      "_OBJC_CLASS_$_NSMutableDictionary", referenced from:
          objc-class-ref in window_cocoa.mm.o
      "_OBJC_CLASS_$_NSRunLoop", referenced from:
          objc-class-ref in cap_qtkit.mm.o
      "_OBJC_CLASS_$_NSTimer", referenced from:
          objc-class-ref in cap_qtkit.mm.o
    ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:25 +01:00
Daiderd Jordan 0b45d5b8f9
libui: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_NSDefaultRunLoopMode", referenced from:
          _uiMainStep in main.m.o
      "_OBJC_CLASS_$_NSDate", referenced from:
          objc-class-ref in main.m.o
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in multilineentry.m.o
      "_OBJC_CLASS_$_NSMutableArray", referenced from:
          objc-class-ref in alloc.m.o
          objc-class-ref in box.m.o
          objc-class-ref in menu.m.o
          objc-class-ref in radiobuttons.m.o
          objc-class-ref in tab.m.o
    ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:24 +01:00
Daiderd Jordan 388a868d6d
glfw: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_NSDefaultRunLoopMode", referenced from:
          __glfwPlatformPollEvents in cocoa_window.m.o
          __glfwPlatformWaitEvents in cocoa_window.m.o
          __glfwPlatformWaitEventsTimeout in cocoa_window.m.o
      "_OBJC_CLASS_$_NSArray", referenced from:
          objc-class-ref in cocoa_window.m.o
      "_OBJC_CLASS_$_NSDate", referenced from:
          objc-class-ref in cocoa_window.m.o
    ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:24 +01:00