Commit Graph

58 Commits

Author SHA1 Message Date
AndersonTorres
cd5a0133f7 wxGTK30: fix compat2* flags 2022-02-03 23:31:16 -03:00
AndersonTorres
4bcf0dcf8d wxwidgets: rename files 2022-02-03 22:56:19 -03:00
AndersonTorres
f4d364314b wxGTK31: 3.1.4 -> 3.1.5 2022-02-03 22:56:19 -03:00
AndersonTorres
b374193c51 wxGTK30: rewrite 2022-02-01 23:58:23 -03:00
AndersonTorres
fc302d4786 wxGTK29: 2.9.4 -> 2.9.5
Also vendoring the patch
2022-01-31 18:56:03 -03:00
AndersonTorres
3e6a05f477 wxGTK28: rewrite 2022-01-30 15:24:09 -03:00
AndersonTorres
0184e467eb wxmac: rewrite 2022-01-30 12:39:50 -03:00
Felix Buehler
12a0f69f6f wxmac: switch to fetchFromGitHub 2021-12-30 14:35:49 +01:00
Felix Buehler
e023025ee0 various: cleanup of "inherit version;" 2021-07-17 22:39:35 +02:00
Sandro Jäckel
3d17f64b4e
wxwidgets_3: remove ? null from inputs, format 2021-03-10 23:54:55 +01:00
Nikolay Korotkiy
46d5e5db9c
wxGTK30: 3.0.4 → 3.0.5 2021-02-14 11:03:27 +03:00
Ben Siraphob
2f78ee7e81 pkgs/development: stdenv.lib -> lib 2021-01-24 00:16:29 +07:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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.
2021-01-19 01:16:25 -08:00
fricklerhandwerk
27830c70b1 wxmac: 3.0.4 -> 3.0.5.1 2021-01-14 09:26:12 +01:00
Thiago Franco de Moraes
2a136d1605 wxGTK31: 3.1.3 -> 3.1.4 2020-11-10 15:07:57 -08:00
Jan Tojnar
2fd206f78b
wxGTK31-gtk2: drop ancient deps
GConf has been abandoned for many years and would not work without user running the daemon.
2020-08-27 20:32:40 +02:00
Jan Tojnar
e2d02a84d6
wxGTK30-gtk2: drop ancient deps
GConf has been abandoned for many years and would not work without user running the daemon.
2020-08-27 20:32:40 +02:00
Jan Tojnar
6de7492703
wxGTK29: drop ancient deps
The many-years abandoned GStreamer 0.10 branch no longer builds so let's remove it. Hopefully nothing used it these days.

GConf has been abandoned for years too and would not work without user running the daemon.
2020-08-27 20:32:38 +02:00
Jan Tojnar
55a7a01e80
wxGTK28: drop ancient deps
The many-years abandoned GStreamer 0.10 branch no longer builds so let's remove it. Hopefully nothing used it these days.

GConf has been abandoned for years too and would not work without user running the daemon.
2020-08-24 01:23:01 +02:00
Peter Hoeg
ee8b7b4566
Merge pull request #87810 from evils/wxwidgets-3.1.3
wxGTK31: 3.1.2 -> 3.1.3
2020-07-20 22:03:16 +08:00
Vladimír Čunát
92b7ce99f7
wxGTK3*: switch to gstreamer 1.x
Configure log still prints `checking for GST... yes`
and the new GST libs appear in RPATH.
wxGTK28 does't seem able to configure with non-legacy GST,
but it's almost unused... so I didn't touch it.
2020-07-04 17:31:18 +02:00
Evils
e1f5467ea5 wxGTK31: 3.1.2 -> 3.1.3 2020-06-16 17:35:46 +02:00
Peter Hoeg
7439aad737 wxGTK3: make gtk2 and gtk3 specific variants 2020-06-15 11:01:25 +08:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
worldofpeace
128b8d9181 wxGTK{30,31}: don't use webkitgtk24x
You know cannot enable optional withWebKit when
withGtk2 is enabled.
2019-12-05 05:53:09 -05:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Daiderd Jordan
c558a74a1b
wxmac: fix build 2019-07-03 22:20:18 +02:00
Jan Tojnar
85483ca76a
wxGTK31: fix eval
bc109b19c9 on master created a separate
expression based on wxGTK30, but that expression was modified on staging
in f0733a07d5. Let's sync that.
2019-06-25 18:22:48 +02:00
Jan Tojnar
07d1d3ed68
Merge branch 'master' into staging 2019-06-25 18:06:43 +02:00
Frederik Rietdijk
32a7e35d17 wxwidgets: fix passthru, fixes tarball job
cc @romildo
2019-06-25 16:25:02 +02:00
José Romildo Malaquias
bc109b19c9 wxGTK31: 3.1.0 -> 3.1.2; use its own derivation 2019-06-20 20:36:17 -03:00
Frederik Rietdijk
f120248daf Merge staging-next into staging 2019-06-18 11:07:56 +02:00
Matthew Bauer
f0733a07d5 treewide: remove libGLSupported from pkgs
This isn’t a package, and we already have mesaPlatforms to handle this logic.
2019-06-17 11:49:22 -04:00
volth
f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Matthew Bauer
da38a49a24 treewide: mark bad packages
Some old stuff is known not to work.
2019-04-26 21:55:11 -04:00
Jan Malakhovski
5cf90c3b20 wxGTK28, wxGTK29, wxGTK30: move defaults to package file 2019-02-03 15:33:20 +00:00
Lengyel Balazs
f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Daiderd Jordan
fcbaa7527d
wxmac: 3.0.2 -> 3.0.4 2018-10-25 00:15:54 +01:00
Daiderd Jordan
0df3d8d6c4
wxmac: include cf-private
Fixes build failure because CoreFoundation doesn't include
CFURLGetFSRef anymore.

    clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o  -D__WXOSX_COCOA__      -DWXBUILDING      -I./src/regex  -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common  ./src/common/filefn.cpp
    ./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef'
        fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
                     ^
    ./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef'
            if ( CFURLGetFSRef(url, fsRef) == false )
2018-10-24 12:07:50 +02:00
volth
774e5294a2 wxGTK30: 3.0.3.1 -> 3.0.4 (#44045) 2018-07-29 22:01:45 +02:00
Herwig Hochleitner
0b8d7fb16e wxwidgets: depend on generic webkitgtk instead of 218x
Currently ahead of the upgrade to webkitgtk220x, this will make future
webkitgtk maintenance easier.

WebkitGTK, from 2.6 onwards has maintained API stability and will
continue to do so, as opposed to the jump from 2.4 to 2.6
2018-03-15 01:52:52 +01:00
Alexander V. Nikolaev
1bc1909e5b treewide: transition from mesa_glu to libGLU 2018-02-24 17:05:43 +02:00
Alexander V. Nikolaev
8f2a22935c treewide: transition from mesa_noglu to libGL 2018-02-24 17:03:46 +02:00
Luke Adams
a5d44f6631 wxGTK31: init at 3.1
wxgtk31: overrideattrs
2017-12-23 22:31:15 -08:00
Vladimír Čunát
8ea1b79003
wxGTK-{2.9,3.0}: apply an upstream patch
Close #30909.
2017-11-04 18:28:33 +01:00
Franz Pletz
aebae6c208
webkitgtk: 2.16.6 -> 2.18.1 for multiple CVEs
See https://webkitgtk.org/security/WSA-2017-0008.html
2017-10-24 13:20:38 +02:00
davidak
3270aa896b replace "Mac OS X" and "OS X" with "macOS"
as it is the official name since 2016

https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop

exception are parts refering to older versions of macOS like

"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00