summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* paperwork(-backend): 1.2 -> 1.2.1aszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream changes: Paperwork-GUI 1.2.1: * Add source code of Windows installer (NSIS installer) generator * Scanner support / Multi-scan: Cancel also successful scan session. Otherwise some scanner won't allow new scan sessions later. * Remove gi version warnings when starting (thanks to Matthieu Coudron) * Documentation: Add missing stdeb dependencies (thanks to Notkea) * paperwork-shell: Fix command 'scan' * paperwork-shell install: add docstring * Fix dialog 'about' Paperwork-backend 1.2.1: * paperwork-shell: improve help string of 'paperwork-shell chkdeps' * Fix label deletion / renaming * Windows: Fix FS.safe() when used for PDF import * Windows: Fix FS.unsafe() (used for PDF export) Full upstream changelog can be found at: https://github.com/openpaperwork/paperwork/releases/tag/1.2.1 Successfully tested building and running Paperwork with a few test scans. Signed-off-by: aszlig <aszlig@nix.build>
* python/pyinsane2: 2.0.9 -> 2.0.10aszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | Upstream changes: * Now works with 'setup.py develop' (thanks to Matthieu Coudron) * WIA: Some drivers (Lexmark for instance) returns WIA_ERROR_PAPER_EMPTY when calling transfer->Download() instead of returning a shorted image (like HP) * MacOSX + Sane: disable dedicated process workaround (doesn't work) * WIA: Minor optimisation (Use collections.deque() instead of list.pop()) * Sane/exit(): Exit gracefully Full changelog can be found at: https://github.com/openpaperwork/pyinsane/blob/2.0.10/ChangeLog Tested by building and running a few scans. Signed-off-by: aszlig <aszlig@nix.build>
* Merge pull request #30318 from peterhoeg/u/qtoxFranz Pletz2017-11-09
|\ | | | | libmsgpack/libtoxcore/qtox: several related package upgrades
| * utox: run testsPeter Hoeg2017-11-06
| |
| * qtox: 1.11.0 -> 1.12.1Peter Hoeg2017-11-06
| |
| * libtoxcore: 0.1.8 -> 0.1.10Peter Hoeg2017-11-06
| |
| * libmsgpack: 2.0.0 -> 2.1.5Peter Hoeg2017-11-06
| |
| * libmsgpack: house keepingPeter Hoeg2017-11-06
| |
* | python/natsort: Skip some tests with Python 3.[56]aszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since the update to Python 3.6.3 in f906d6d18e87f4e2ee8a47d4f6040c77fd6 some of the Hypothesis tests in natsort suddenly begin to fail with errors like this one: res = '\x00\x00', f = <built-in function strxfrm> > return partial(reduce, lambda res, f: f(res), functions) E ValueError: embedded null character The tests didn't fail with Python 3.6.2, but they did fail with Python 3.5 already. I didn't dig through what the exact problem was, but I'd guess that the problem could lie in Hypothesis itself. Unfortunately updating to the latest version of Hypothesis didn't turn out to be that easy as well, because the newer versions have a circular dependency on pytest and a few other libraries. So I opted against updating Hypothesis for now and just mark the tests as "expected to fail" on purpose so that whenever we someday have a newer version of Hypothesis, the build for natsort will fail and we can remove this patch again. Tested against Python 2.7, 3.4, 3.5 and 3.6 and all of the builds now succeed. Signed-off-by: aszlig <aszlig@nix.build> Cc: @jluttine, @FRidh
* | cuneiform: Fix build against glibc 2.26aszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Since glibc 2.26 the string.h file includes <strings.h>, which in case of cuneiform will include the strings.h found in Kern/hhh/tigerh/h, because of the search path order. Fortunately for us the strings.h in cuneiform are completely unused and no files reference or include it. I even checked various references to types within strings.h and the only occurences are in cf_strings.h, which is also included by other files. Signed-off-by: aszlig <aszlig@nix.build> Cc: @7c6f434c
* | Merge pull request #31413 from eqyiel/flow-0.59.0Orivej Desh2017-11-09
|\ \ | | | | | | flow: 0.58.0 -> 0.59.0
| * | flow: 0.58.0 -> 0.59.0Ruben Maher2017-11-09
| | |
* | | lxc: Fix build error with glibc 2.26aszlig2017-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This issue doesn't necessarily have to do with glibc 2.26 and it could have been fixed if we'd replace -Werror with -Wall. The error in question was: storage/overlay.c:808:13: error: 'dirlen' may be used uninitialized in this function [-Werror=maybe-uninitialized] After looking at the code in overlay.c it indeed might use dirlen unitialized. Unrelated to the glibc upgrade which brought the problem to the surface, this also has been fixed upstream at lxc/lxc@180c477a326ce85632249ff169. The reason however, that led to the upstream fix was a segfault which has been reported at lxc/lxc#1802. Signed-off-by: aszlig <aszlig@nix.build> Cc: @wkennington, @globin, @fpletz
* | | netsniff-ng: Fix build against glibc 2.26aszlig2017-11-09
|/ / | | | | | | | | | | | | | | | | | | | | | | The build fails first of all because it cannot find the function body for __builtin_memset. In glibc 2.26 this is available via inclusion of string.h. Another failure was that UINT64_MAX wasn't available in staging/tools.c, which is fixed again by inclusion of stdint.h. Signed-off-by: aszlig <aszlig@nix.build> Cc: @nckx
* | Merge pull request #31382 from adisbladis/plasma-5_11_3Thomas Tuegel2017-11-08
|\ \ | | | | | | plasma: 5.11.2 -> 5.11.3
| * | plasma: 5.11.2 -> 5.11.3adisbladis2017-11-08
| | |
* | | Merge pull request #31357 from ttuegel/qt-5-tmpThomas Tuegel2017-11-08
|\ \ \ | | | | | | | | Qt 5: revert 5.9.2; remove build temporary directory
| * \ \ Merge branch 'master' into qt-5-tmpThomas Tuegel2017-11-07
| |\ \ \
| * | | | qt5: Add instructions for updating and patchingThomas Tuegel2017-11-07
| | | | |
| * | | | rockbox_utility: fix path to lreleaseThomas Tuegel2017-11-07
| | | | |
| * | | | qt5ct: fix path to lreleaseThomas Tuegel2017-11-07
| | | | |
| * | | | phantomjs2: remove obsolete RPATH hackThomas Tuegel2017-11-07
| | | | |
| * | | | pyqt5: no need to set --qmake in configureThomas Tuegel2017-11-07
| | | | |
| * | | | qtstyleplugins: remove obsolete install prefix hackThomas Tuegel2017-11-07
| | | | |
| * | | | qscintilla: fix qmake install pathsThomas Tuegel2017-11-07
| | | | |
| * | | | qoauth: fix Qt mkspecs install pathThomas Tuegel2017-11-07
| | | | |
| * | | | mlt: extra CFLAGS for QtSvgThomas Tuegel2017-11-07
| | | | |
| * | | | qbittorrent: no longer need to set QT_QMAKEThomas Tuegel2017-11-07
| | | | |
| * | | | lyx: remove obsolete pkg-config hackThomas Tuegel2017-11-07
| | | | |
| * | | | kdenlive: missing dependenciesThomas Tuegel2017-11-07
| | | | |
| * | | | qt5: factor out common definitions and remove symlink farmThomas Tuegel2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | The module definitions are factored out and shared between qt56 and qt59. The symlink farm which was created during builds is no longer needed.
| * | | | Revert "Merge pull request #30255 from bkchr/qt_5_9_2"Thomas Tuegel2017-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4cf0b6ba5d5ab5eb20a88449e0612f4dad8e4c29, reversing changes made to 756b9c7d6caae3b02151642b85d84e9b4e4e9b17. Qt 5.9.2 is reverted to Qt 5.9.1, as recommended by KDE upstream due to https://bugreports.qt.io/browse/QTBUG-64017
* | | | | Merge #31402: mlt, ffado: fix includeds with glibc-2.26Vladimír Čunát2017-11-08
|\ \ \ \ \
| * | | | | ffado: fix build with glibc-2.26Piotr Bogdan2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | see https://sourceforge.net/p/ffado/mailman/message/36008067/
| * | | | | mlt: fix build with glibc-2.26Piotr Bogdan2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | see https://github.com/mltframework/mlt/pull/248
* | | | | | Merge pull request #31405 from romildo/fix.pygmentexJörg Thalheim2017-11-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | pygmentex: update src
| * | | | | | pygmentex: update srcJosé Romildo Malaquias2017-11-08
| | | | | | |
* | | | | | | mpdas: init at 0.4.4 (#31398)Sergey Alexandrov2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mpdas: init at 0.4.4 * mpdas: read config from /etc instead from nix store
* | | | | | | llvmPackages/libc++: Fix build against glibc 2.26aszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is very similar to what we had in bb0b0822ef39d987952a04ae61fb8071. The xlocale.h header is no longer existing in glibc version 2.26, so we need to avoid including it. I've tested building against all of the libcxx attributes of LLVM 3.5, 3.7, 3.8, 3.9, 4 and 5. All of them succeeded except version 3.5, which failed because of an unrelated issue (build of libc++abi has failed, one of its dependencies), so I only verified whether the patch applies cleanly. Signed-off-by: aszlig <aszlig@nix.build> Cc: @vcunat
* | | | | | | openafs-client: prefer patch provided by upstreamJoerg Thalheim2017-11-08
| | | | | | |
* | | | | | | Merge pull request #30127 from florianjacob/limit_interface_name_lengthJörg Thalheim2017-11-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nixos/network-interfaces: assertion for too long interface names
| * | | | | | | nixos/network-interfaces: assertion for too long interface namesFlorian Jacob2017-10-05
| | | | | | | |
* | | | | | | | openafs: add patch for glibc 2.26Joerg Thalheim2017-11-08
| | | | | | | |
* | | | | | | | android-udev-rules: 20171031 -> 20171107Joerg Thalheim2017-11-08
| | | | | | | |
* | | | | | | | anki: Fix hash of the source tarballaszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Searching the web for the base-16 encoded hash of the one we have in the Nix expression didn't give any results and I also couldn't find the older tarball anywhere (even the mirrors I've checked don't have it). So checking the updated hash I've found that other distros use this, so I'd bet it's safe to do this. I've tested building the package but I didn't do any runtime test. Signed-off-by: aszlig <aszlig@nix.build> Cc: @the-kenny
* | | | | | | | libstdc++5: Add patch to fix type for ucontext_taszlig2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since glibc 2.26, struct ucontext no longer exists but is wrapped in a typedef ucontext_t. This is basically a backport of the patch to gcc version 4.5 which was introduced by @vcunat in f04b64c1e97fcacf6a6272de5a0562ced97db436. Building against x86_64-linux and i686-linux now succeeds. Signed-off-by: aszlig <aszlig@nix.build> Cc: @abbradar
* | | | | | | | linux-copperhead: 4.13.11.a -> 4.13.12.aTim Steinbach2017-11-08
| | | | | | | |
* | | | | | | | linux: 4.13.11 -> 4.13.12Tim Steinbach2017-11-08
| | | | | | | |
* | | | | | | | linux: 4.9.60 -> 4.9.61Tim Steinbach2017-11-08
| | | | | | | |
* | | | | | | | linux: 4.4.96 -> 4.4.97Tim Steinbach2017-11-08
| | | | | | | |