about summary refs log tree commit diff
path: root/pkgs/development/libraries/ftgl
AgeCommit message (Collapse)AuthorFilesLines
2022-12-12ftgl: incorporate darwin into its expressionAndersonTorres1-2/+4
2022-09-16ftgl: drop an impure -dylib_file on darwinDmitry Kalinkin1-0/+8
The build may outright fail because of this on recent macOS: ftgl> clang-11: error: no such file or directory: '/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib'
2021-04-25ftgl: 2.1.3-rc5 -> 2.4.0AndersonTorres1-7/+26
2021-03-16ftgl: reformatAndersonTorres1-26/+33
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-13Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020Matthew Bauer1-0/+2
Cross compilation fixes [april 2020]
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-04-06ftgl: add --with-ft-prefix for finding freetypeMatthew Bauer1-0/+2
freetype-config is not in PATH when cross-compiling. We need to provide our own.
2019-11-09ftgl: Don't use libGLU_combinedadisbladis1-2/+2
2019-02-01ftgl: fix on darwinDmitry Kalinkin1-2/+7
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2017-11-27ftgl: enable darwinOrivej Desh1-2/+4
2017-11-27ftgl212: deleteOrivej Desh2-57/+0
It is no longer used and ftgl 2.1.3 is newer.
2017-08-03Update homepage attributes: http -> httpsmimadrid2-2/+2
Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2016-06-20Captialize meta.description of all packagesBjørn Forsman2-2/+2
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2012-12-11ftgl: making it link to GL properly.Lluís Batlle i Rossell1-0/+2
Its shared objects require mesa symbols of gl and glu.
2012-03-02Updating opencascade to 6.5.2.Lluís Batlle i Rossell2-0/+55
I had to bring an older ftgl in. svn path=/nixpkgs/trunk/; revision=32742
2012-01-15ftgl: added meta informationPeter Simons1-0/+15
svn path=/nixpkgs/trunk/; revision=31573
2012-01-15ftgl: fixed download URLPeter Simons1-5/+8
svn path=/nixpkgs/trunk/; revision=31571
2010-10-20added ftgl, gourceRob Vermaas1-0/+13
svn path=/nixpkgs/trunk/; revision=24379