33 Commits

Author SHA1 Message Date
Schrijvers Luc
5187697fa6 fontforge, trigger build for x86_64 (#13359) 2025-12-11 15:17:56 +00:00
Schrijvers Luc
ad3a9767bd fontforge, revbump, fix typo for python vendor-packages path (#13358) 2025-12-11 15:45:29 +01:00
Schrijvers Luc
1c25a7df5e fontforge, small change to trigger build on 32bit and riscv64 (#13270) 2025-11-28 15:27:08 +01:00
Schrijvers Luc
9263d61570 fontforge, bump to 20251009 (#13268) 2025-11-28 14:58:57 +01:00
Schrijvers Luc
18c180c8e5 fontforge, revbump, use newer tiff (#11606) 2025-01-08 09:49:05 +01:00
Schrijvers Luc
dde9d1eafc fontforge, bump version (#9544)
Co-authored-by: extrowork <zmizsei@extrowerk.com>
2023-09-30 12:34:06 +00:00
OscarL
a786e16654 fontforge: retire older recipe. (#8484)
Requires Python 3.6, and nothing depends on this one.
(cmd:fontforge already provide by the newer recipe).
2023-04-22 11:05:33 +02:00
Schrijvers Luc
a844a3cdae fontforge, bump revision, fixes (moved to python3.9 with a patch) (#8239) 2023-04-02 18:31:23 +02:00
Schrijvers Luc
97bb03bc57 fontforge_2019, use correct patchset (#8238) 2023-04-02 16:03:57 +02:00
Schrijvers Luc
077db7ee1b fontforge 2019, fix build (#8237) 2023-04-02 15:54:08 +02:00
Schrijvers Luc
1a2841a21c revert push for fontforge (#8236) 2023-04-02 15:36:32 +02:00
Schrijvers Luc
8bbfbb90ad Graphite2 (#8235)
* fontforge, bump version

* graphite2, cleanup
2023-04-02 15:29:17 +02:00
Schrijvers Luc
10f3f3dba4 fontforge, revbump after python3 became python3.9 default (#7335) 2022-10-29 12:44:51 +02:00
Schrijvers Luc
dbb19aa916 fontforge, revbump for libspiro (#7334) 2022-10-29 11:50:19 +02:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
Jérôme Duval
7586dcd15d fontforge: adjust description as commandline only 2021-05-06 10:22:06 +02:00
Augustin Cavalier
f0399cc720 Bump revisions of all dependents of libjpeg. 2020-04-13 19:11:38 -04:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
Schrijvers Luc
47671cca26 fontforge, bump (#3818)
* use libspiro
2019-05-04 18:46:29 +02:00
Jerome Duval
f38aa621d9 media-*: reorder sections. 2018-08-09 09:05:12 +02:00
Jerome Duval
dedc2c6324 code style. 2018-08-06 15:08:49 +02:00
Kacper Kasper
dfa00eba20 fontforge: bump for rebuild 2018-08-05 22:07:03 +02:00
Kacper Kasper
bc6e856f99 fontforge: update recipe 2018-08-04 02:30:35 +02:00
Michael Lotz
a43c394c4d Explicitly reference all additional files.
Not referencing them caused them to be missing from the source packages.

This also moves all files that were in different dirs under the common
additional-files dir.
2015-12-20 20:05:05 +01:00
Augustin Cavalier
55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
Humdinger
97cd269925 De-Lint recipes.
*	fastdep
	Removed "." from SUMMARY.
	Minor cosmetics.

*	ffmpeg
	Removed "." from SUMMARY.

*	fheroes
	Removed "." from SUMMARY.

*	filecropper
	Removed "." and improved SUMMARY.
	Use g++ instead of gcc.

*	flex
	Removed "." from SUMMARY.
	Moved haiku_devel into BUILD_REQUIRES.
	Minor cosmetics.

*	fontforge
	Removed "." from SUMMARY.
	Minor cosmetics.

*	fossil
	Shortened and improved SUMMARY/DESCRIPTION.

*	fpc
	Use same SUMMARY/DESCRIPTION in the non-BEP recipes.

*	freetype
	Minor cosmetics.
	(The PATCHES is commented out on purpose, enabling
	subpixel rendering and hinting)

*	ftgl
	Removed "." from SUMMARY.
	Sorted _devel block to the top.
2015-07-19 19:18:11 +02:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Augustin Cavalier
42cc1eac74 Fix copyrights in various recipes. No functional change intended. 2015-06-08 10:54:00 -04:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Jerome Duval
3ebb35b259 fontforge: added a recipe for version 20141126
* CLI only.
* fontforge uses a bootstrap system which involves git, thus
applying our own patchset doesn't work well. For the moment,
we apply the patch manually and inconditionally at the beginning
of the build.
* python packages are still misplaced.
* we depend on libpython.so which atm isn't available on secondary
architectures.
* currently broken on setlocale() call.
2014-11-29 14:43:54 +00:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Scott McCreary
aa4a229279 Initial bep file for fontforge, it's broken though. 2011-02-03 00:43:03 +00:00