about summary refs log tree commit diff
path: root/pkgs/development/java-modules/jogl
AgeCommit message (Collapse)AuthorFilesLines
2023-08-03javaPackages.jogl_2_4_0: add darwin supportWeijia Wang1-4/+11
2023-08-03javaPackages.jogl_2_3_2: dropWeijia Wang1-67/+0
2023-08-03javaPackages.jogl_2_4_0: add aarch64-linux supportWeijia Wang1-4/+8
2023-06-07javaPackages: add jogl 2.4.0Claudio Bley1-1/+76
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2022-06-03javaPackages.jogl_2_3_2: add -fcommon workaroundSergei Trofimovich1-0/+5
Workaround build failure on -fno-common toolchains like upstream gcc-10. Otherwise build fails as: ld: ../obj/Bindingtest1p1Impl_JNI.o:(.bss+0x8): multiple definition of `unsigned_size_t_1'; ../obj/TK_Surface_JNI.o:(.bss+0x8): first defined here
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-19javaPackages.jogl_2_3_2: use jdk8Gabriel Ebner1-2/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-3/+3
2019-09-15jogl: remove #37364 workaroundvolth1-6/+3
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-07-10treewide: fix redirect URLsRyan Mulligan1-1/+1
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-10jogl: reflect recent changes in opengl (#41786)volth1-2/+8
2018-03-19jogl: temporary workaround for openjdk8volth1-2/+6
2018-03-19jogl: init at 2.3.2volth1-0/+56