Commit Graph

32 Commits

Author SHA1 Message Date
R. Ryantm
2dde3712ed fribidi: 1.0.12 -> 1.0.13 2023-05-19 09:25:39 +00:00
Sergei Trofimovich
d56125cfba fribidi: move headers out to "dev" output 2023-04-15 18:28:05 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
77c177ebe1 fribidi: 1.0.11 -> 1.0.12 2022-05-04 16:49:49 +02:00
R. Ryantm
9ae4191540 fribidi: 1.0.10 -> 1.0.11 2021-12-25 17:09:23 -05: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
Florian Klink
98b72a7adc fribidi: fix cross
Meson needs a native compiler to produce some binaries:

> gen.tab/meson.build:32:0: ERROR: No build machine compiler for "gen.tab/gen-unicode-version.c"
2020-11-29 22:32:48 +01:00
TredwellGit
0f05f224fa fribidi: 1.0.7 -> 1.0.10
https://github.com/fribidi/fribidi/releases/tag/v1.0.8
https://github.com/fribidi/fribidi/releases/tag/v1.0.9
https://github.com/fribidi/fribidi/releases/tag/v1.0.10
2020-11-18 15:55:56 +01:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Robert Scott
55b583d334 fribidi: add patch for CVE-2019-18397 2019-11-16 19:55:48 +00:00
Doron Behar
7f69e4f2e8 fribidi: 1.0.5 -> 1.0.7 2019-10-22 10:01:04 +02:00
Tadeo Kondrak
8a604d2dbc fribidi: fix cross compilation (#64655) 2019-08-03 07:27:50 +01:00
Robin Gloster
06f9b4769b
fribidi: fix cross 2018-11-29 12:51:48 +01:00
R. RyanTM
8b83460562 fribidi: 1.0.4 -> 1.0.5 (#44782)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/fribidi/versions.
2018-08-09 18:23:22 +02:00
Jan Malakhovski
b8d0cd2e48 fribidi: fix tests 2018-07-17 23:17:36 +00:00
Daiderd Jordan
94a926816e
fribidi: fix dylib install_name on darwin 2018-06-20 18:55:23 +02:00
Anton-Latukha
1d84ebc325 fribidi: build with meson, clean-up 2018-06-07 01:28:17 +03:00
Anton-Latukha
930db86830 fribidi: 0.19.7 -> 1.0.3 2018-06-07 01:28:17 +03:00
Yegor Timoshenko
951c5d3b7d fribidi: update source
The old site redirects to GitHub.
2017-12-18 05:34:26 +00:00
Ram Kromberg
daefc5d9e2 fribidi: 0.19.6 -> 0.19.7 2016-09-15 11:43:26 +03:00
Robin Gloster
1b979d8384 Merge remote-tracking branch 'upstream/master' into hardened-stdenv 2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Franz Pletz
aff1f4ab94 Use general hardening flag toggle lists
The following parameters are now available:

  * hardeningDisable
    To disable specific hardening flags
  * hardeningEnable
    To enable specific hardening flags

Only the cc-wrapper supports this right now, but these may be reused by
other wrappers, builders or setup hooks.

cc-wrapper supports the following flags:

  * fortify
  * stackprotector
  * pie (disabled by default)
  * pic
  * strictoverflow
  * format
  * relro
  * bindnow
2016-03-05 18:55:26 +01:00
Robin Gloster
f6d3b7a2ae switch hardening flags 2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad Use a hardened stdenv by default 2016-01-30 16:36:57 +00:00
Pascal Wittmann
08d4507a05 fribidi: update from 0.19.2 to 0.19.6 and add license 2014-09-25 17:51:05 +02:00
Alexander Tsamutali
4cbc38255f development/libraries/fribidi: Updated to 0.19.2.
svn path=/nixpkgs/trunk/; revision=26431
2011-03-20 14:54:39 +00:00
Eelco Dolstra
dfb3345149 * Updated fribidi.
svn path=/nixpkgs/trunk/; revision=14497
2009-03-10 17:24:15 +00:00
Eelco Dolstra
a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra
1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Armijn Hemel
5073fa75a4 add fribidi library
svn path=/nixpkgs/trunk/; revision=5665
2006-07-08 12:19:24 +00:00