aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/fltk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
|
* Merge staging-next into stagingFrederik Rietdijk2019-11-192-4/+4
|\
| * Merge master into staging-nextFrederik Rietdijk2019-11-162-4/+4
| |\
| | * Treewide: fix URL permanent redirectsc0bw3b2019-11-162-4/+4
| | | | | | | | | | | | | | | Permanent redirects on homepages and/or source URLs as reported by Repology
* | | treewide: Get rid of libGLU_combinedadisbladis2019-11-181-2/+2
|/ /
* / fltk: Don't use libGLU_combinedadisbladis2019-11-091-2/+2
|/
* treewide: name -> pnamevolth2019-08-172-2/+4
|
* fltk: remove cf-privateDaiderd Jordan2019-07-032-36/+27
|
* fltk: 1.3.4 -> 1.3.5R. RyanTM2019-03-101-2/+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/fltk/versions
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-042-4/+4
|
* fltk: add version 1.4.x-r13121Chris Martin2018-11-211-0/+52
|
* fltk: add cf-private on darwinDaiderd Jordan2018-11-071-2/+2
| | | | | | | | | | | | | | | | | | | Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: fl_open_display() in Fl_cocoa.o fl_ready() in Fl_cocoa.o fl_wait(double) in Fl_cocoa.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in Fl_cocoa.o "_OBJC_CLASS_$_NSData", referenced from: objc-class-ref in Fl_Sys_Menu_Bar.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in Fl_cocoa.o "_OBJC_CLASS_$_NSDictionary", referenced from: objc-class-ref in Fl_cocoa.o "_OBJC_CLASS_$_NSURL", referenced from: objc-class-ref in Fl_Native_File_Chooser_MAC.o ld: symbol(s) not found for architecture x86_64
* fltk: get rid of composableDerivationFrederik Rietdijk2018-07-111-34/+22
|
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-241-2/+2
|
* fltk: 1.3.3 -> 1.3.4Anthony Cowley2017-05-111-8/+2
| | | | This incidentally fixes the build on darwin.
* fltk: fix on darwinDmitry Kalinkin2016-10-232-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiling Fl_cocoa.mm... Fl_cocoa.mm:4079:30: error: use of undeclared identifier 'version'; did you mean 'Fl::version'? NSOperatingSystemVersion version = [[NSProcessInfo processInfo] operatingSystemVersion]; ^~~~~~~ Fl::version ../FL/Fl.H:262:17: note: 'Fl::version' declared here static double version(); ^ Fl_cocoa.mm:4079:5: error: use of undeclared identifier 'NSOperatingSystemVersion' NSOperatingSystemVersion version = [[NSProcessInfo processInfo] operatingSystemVersion]; ^ Fl_cocoa.mm:4080:9: error: use of undeclared identifier 'version' M = version.majorVersion; ^ Fl_cocoa.mm:4081:9: error: use of undeclared identifier 'version' m = version.minorVersion; ^ Fl_cocoa.mm:4082:9: error: use of undeclared identifier 'version' b = version.patchVersion; ^ 5 errors generated.
* fltk: darwin compatibilityAnthony Cowley2016-07-141-3/+6
|
* fltk13: `xftSupport = true` by defaultVladimír Čunát2016-05-261-0/+1
| | | | It seems often desired.
* fltk13: various fixupsVladimír Čunát2016-05-261-8/+3
|
* fltk: 2-alpha -> 1.3.3Julien Dehos2016-05-232-75/+28
|
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-152-4/+4
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* fltk13: fix a bug preventing use in octaveVladimír Čunát2015-05-281-0/+6
| | | | Fixes #8007 (together with the parent commit).
* fltk13, octave: expose fltk13 config and override in octaveVladimír Čunát2015-05-281-2/+2
| | | | | | | Octave needs fltk with libxft, see #8007. I'm not much familiar with composableDerivation, so perhaps this change could be done in a better way...
* Update fltk to 1.3.3; apparently it includes most of the old patch nowMichael Raskin2015-05-211-7/+3
|
* tigervnc: fix ctrl-* keys, eg ctrl-c ctrl-v ctrl-d by applying patch to fltkMarc Weber2014-01-281-2/+17
| | | | | | | | | | | I'm unsure about - is it ok to apply this patch globally, or should it be overridden for tigervnc only? - how many rebuilds it triggers - whether it was neccessary to update to latest dev version (seems to work) The bug report indicates that others distros just includes this patch (?) Cf. #1498. vcunat: the patch should be usable globally, as e.g. Arch does it. Using autoreconfHook doesn't work for me, maybe --force is bad for it.
* Update FLTK and TigerVNC; doesn't fix TigerVNC Xvnc build per seMichael Raskin2014-01-011-3/+3
|
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-281-1/+1
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* fltk: updating, the old url didn't work.Lluís Batlle i Rossell2012-07-021-2/+2
|
* fltk-1.3.0Yury G. Kudryashov2012-01-031-4/+5
| | | | svn path=/nixpkgs/trunk/; revision=31223
* Updating the snapshot for fltk, r6970 is no longer availableCillian de Roiste2011-04-071-2/+2
| | | | svn path=/nixpkgs/trunk/; revision=26745
* * More cleanup.Eelco Dolstra2010-07-282-30/+36
| | | | svn path=/nixpkgs/trunk/; revision=22798
* Adding htmldoc. I had to update fltk 1.1 for it to build.Lluís Batlle i Rossell2010-06-011-3/+3
| | | | svn path=/nixpkgs/trunk/; revision=22096
* Update fltkMichael Raskin2010-03-231-4/+4
| | | | svn path=/nixpkgs/trunk/; revision=20781
* Adding cinepaint 0.22.1 and as a dependency, also fltk 1.1.9Lluís Batlle i Rossell2009-04-021-0/+45
| | | | svn path=/nixpkgs/trunk/; revision=14841
* replacing applyAndFun by lib.defaultOverridableDelayableArgsMarc Weber2009-03-061-37/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | applyAndFun has a bug resulting in the same arg beeing added more than once when using a concatenating merge function for the attr set. I've tried giving the function a name "overridableDelayableArgs" which resembles its usage much more. important refactoring: applyAndFun had .fun and .funMerge only when passing the merge function lib.mergeOrApply composableDerivation { initial = { ... }; } to overridableDelayableArgs has always .replace and .merge composableDerivation {} { ... } svn path=/nixpkgs/trunk/; revision=14428
* removed mkDerivationByConfiguration, using composableDerivation insteadMarc Weber2008-12-201-24/+36
| | | | | | qgis, vim_configurable both work now svn path=/nixpkgs/trunk/; revision=13661
* fltk version bump 2.0.x-r6483Marc Weber2008-10-261-6/+4
| | | | svn path=/nixpkgs/trunk/; revision=13123
* exrviewer added (needs ctl openexr openexr_ctl)Marc Weber2007-12-051-40/+32
| | | | | | | | fltk update ilmbase updated ndiswrapper does compile but has to be integrated into the kernel somehow svn path=/nixpkgs/trunk/; revision=9863
* fltk-2.0Marc Weber2007-08-201-0/+45
svn path=/nixpkgs/trunk/; revision=9171