summary refs log tree commit diff
path: root/pkgs/development/libraries/qt-4.x
Commit message (Collapse)AuthorAge
* Change all alsaLib references to alsa-libAndersonTorres2021-06-10
|
* llvmPackages: Multuple outputs for everythtingAndrew Childs2021-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also begin to start work on cross compilation, though that will have to be finished later. The patches are based on the first version of https://reviews.llvm.org/D99484. It's very annoying to do the back-porting but the review has uncovered nothing super major so I'm fine sticking with what I've got. Beyond making the outputs work, I also strove to re-sync the packages, as they have been drifting pointlessly apart for some time. ---- Other misc notes, highly incomplete - lvm-config-native and llvm-config are put in `dev` because they are tools just for build time. - Clang no longer has an lld dep. That was introduced in db29857eb391ed002046090851a44c452b80bdbd, but if clang needs help finding lld when it is used we should just pass it flags / put in the resource dir. Providing it at build time increases critical path length for no good reason. ---- A note on `nativeCC`: `stdenv` takes tools from the previous stage, so: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)` while: 1. `pkgsBuildBuild`: `(?1, x, x)` 2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)` 3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
* qt48: remove flashplayerFixBernardo Meurer2021-02-08
|
* pkgs/development: stdenv.lib -> libBen Siraphob2021-01-24
|
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
* qt4: drop multimedia & webkit optionsJan Tojnar2020-09-02
| | | | They have been broken and disabled for ages and now the dependencies are being removed.
* qt4: remove multimedia supportJan Tojnar2020-07-04
| | | | It depends on ancient gstreamer which is broken and likely insecure.
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-31
|
* qt48: fix webkit module buildFranz Pletz2019-12-30
|
* qt4: fix build with gcc9Franz Pletz2019-11-04
|
* Re-Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-22
| | | | This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-21
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-09
|
* Revert "qt4: fixup build with gcc8 by Arch aur patch"Frederik Rietdijk2019-09-08
| | | | | | | The build was fixed in two ways, by both this patch and a substitution. Let's keep the substitition instead of the patch as the patches may disappear. This reverts commit ccc8c73ea00321318e9ac2cb75879f57bef328a7.
* Merge remote-tracking branch 'upstream/gcc-8' into staging-nextFrederik Rietdijk2019-09-08
|\ | | | | | | Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)...
| * Merge pull request #67246 from tobim/gcc8/qt48Robin Gloster2019-08-28
| |\ | | | | | | qt48: Fix build for gcc8
| | * qt48: Fix build for gcc8Tobias Mayer2019-08-22
| | |
* | | qt4: fixup build with gcc8 by Arch aur patchVladimír Čunát2019-09-08
|/ / | | | | | | | | I'll hope that this simple removal of "volatile" is OK. I feel sure I saw a PR for this somewhere, but I can't find it.
* | Merge remote-tracking branch 'upstream/master' into openssl-1.1Robin Gloster2019-08-21
|\ \
| * \ Merge pull request #66683 from obsidiansystems/missing-qt-patchMatthew Bauer2019-08-15
| |\ \ | | | | | | | | qt4: Vendor bitrotted Arch Linux patch
| | * | qt4: Vendor bitrotted Arch Linux patchJohn Ericson2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It is no longer found at this URL. Vendoring until a better solution comes along. Fixes #63084
* | | | qt48: apply openssl 1.1 patchAndreas Rammhold2019-07-29
|/ / /
* | | gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
| | |
* | | qt: remove cf-privateDaiderd Jordan2019-07-03
| | |
* | | treewide: remove libGLSupported from pkgsMatthew Bauer2019-06-17
| |/ |/| | | | | This isn’t a package, and we already have mesaPlatforms to handle this logic.
* | Merge pull request #60420 from dtzWill/fix/qtwebkit-libgdk-from-gtk-apparentlyworldofpeace2019-05-19
|\ \ | | | | | | qtwebkit: fix path for libgdk-x11-2.0, it's in gtk2 apparently
| * | remove unused substitution variableWill Dietz2019-04-29
| | | | | | | | | | | | Thanks @worldofpeace!
| * | qtwebkit: fix path for libgdk-x11-2.0, it's in gtk2 apparentlyWill Dietz2019-04-29
| |/
* / treewide: mark bad packagesMatthew Bauer2019-04-26
|/ | | | Some old stuff is known not to work.
* qt48: fix on darwinDan Peebles2018-09-16
| | | | | | because it's ancient, it relies on ancient APIs that Apple has deprecated for literally years. Our new CoreFoundation cleanup means those APIs are no longer here, so let's kill the functionality. Eventually support for it got removed from upstream too, so it's not as if we're doing anything too awful here.
* {qt4,qt3}: Fix breakage after eeb9837beba38e0f5c5e26357e478f74a7f6bc7cTor Hedin Brønner2018-08-13
| | | | | | | - qt-4: Pass the correct configureFlags, in particular `mk` should prepend `no-` when `cond` is false. - qt-3: simply revert the changes
* qt-{3,4.8}: Clean up generallyJohn Ericson2018-08-02
|
* qt-4.8: Don't use crossAttrsJohn Ericson2018-07-24
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer2018-05-08
|\
| * qt48: fix patch urlMatthew Justin Bauer2018-05-03
| | | | | | See #39927
* | tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the ↵Jan Malakhovski2018-04-25
|/ | | | trivial part)
* qt4: remove OpenGL absolute path patchNikolay Amiantov2018-03-26
| | | | In resulting derivation there's no mention of this path anyway (checked with grep).
* treewide: refactor to use libglvndNikolay Amiantov2018-03-26
| | | | | | * Implement libGL as a symlink package which uses libraries from libglvnd and headers from Mesa (since ones from libglvnd are outdated). * Use libGL_driver.driverLink treewide; add FHS paths where possible.
* treewide: transition libGL/libGLU for qtAlexander V. Nikolaev2018-02-24
| | | | Also rename mesaSupported to libGLSupported
* qt4: fix evaluation on Darwin after parent commitVladimír Čunát2018-02-17
|
* qt4: disable warnings to fit log on HydraVladimír Čunát2018-02-17
| | | | Also convert flags to list of nix strings.
* qt48: fix darwin build with clang-5Daiderd Jordan2018-02-14
|
* qt4: Add patch for socklen_t on musl, from alpineWill Dietz2018-02-13
|
* mariadb: lib -> connector-cRobin Gloster2017-12-29
|
* Merge branch 'master' into stagingOrivej Desh2017-12-10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) pythonPackages: rename dns -> dnspython awesome: fix LUA_PATH/LUA_CPATH to lgi [now for version 3.5] qt4: fix qmake on darwin and delete custom install phase python.buildEnv: always include the $out output nix-bash-completions: lazy load aware install borg: 1.1.1 -> 1.1.3 nixos/programs/bash: document that /etc/bash_completion.d is obsolete ocamlPackages.markup: 0.7.4 -> 0.7.5 hhvm: 3.21 -> 3.23.2 ocamlPackages.ulex: 1.1 -> 1.2 notmuch: 0.25.2 -> 0.25.3 gmime3: 3.0.1 -> 3.0.5 qt4: fix darwin install phase nixos/programs/bash: Let bash-completion lazy load scripts Revert "gmime: 3.0.1 -> 3.0.5" rawtherapee: delete unused files pythonPackages: rename dns -> dnspython nixpkgs: remove sqlite/kyotocabinet deps for leveldb tor-browser-bundle-bin: 7.0.10 -> 7.0.11 networkmanager: remove restart after suspend from resume ...
| * qt4: fix qmake on darwin and delete custom install phaseOrivej Desh2017-12-10
| | | | | | | | | | | | | | Since keeping `installPhase = ""` to signify "use the default installPhase" will be surprising, this deletes the installPhase and rebuilds qt4 on all platforms. Fixes #30238