Commit Graph

86 Commits

Author SHA1 Message Date
Alexander von Gluck
0e25420f18 glib: Disable kqueue on Haiku; solves #12823 (#12824)
* our kqueue implementation is not compatible yet.
2025-08-26 10:54:07 -05:00
Schrijvers Luc
1907c538b9 glib2, revbump, remove unneeded requirement for base gettext package (#10778) 2024-08-06 12:25:46 +02:00
Schrijvers Luc
dc6c0c8bb1 glib2, bump version (#9607) 2023-10-11 05:57:21 +00:00
Schrijvers Luc
eb9d63a989 glib2, revbump for python changes, build fixes for gcc2 (#9191) 2023-08-12 12:29:48 +00:00
Gerasim Troeglazov
2abad24440 glib2: bump version 2023-07-23 12:02:21 +10:00
Gerasim Troeglazov
2f172ea952 glib2: bump version 2023-01-05 18:35:07 +10:00
Gerasim Troeglazov
fce44d44dd glib2: bump version
* add commandSuffix and commandBinDir
2022-11-18 11:45:16 +10:00
Gerasim Troeglazov
dcac2ca8a8 glib2: bump version 2022-08-14 22:04:27 +10:00
Gerasim Troeglazov
96d4cd255c glib2: Use find_directory if XDG vars not found 2022-01-28 10:54:35 +10:00
Augustin Cavalier
f476b18f59 glib: Drop all but the latest and then latest gcc2 version. 2021-09-29 14:59:29 -04:00
Augustin Cavalier
856f176e59 glib2: Use 'all' architecture, x86_gcc2 is definitely not supported. 2021-09-29 14:59:05 -04:00
linkmauve
ccd4dfdcae glib: bump to 2.68.4 (#6146)
Add glib_debug=disabled and --buildtype to meson arguments.

Co-authored-by: Augustin Cavalier <waddlesplash@gmail.com>
2021-09-29 14:42:36 -04: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
Gerasim Troeglazov
fa1c7b0dae glib2: fix build 2021-08-17 08:32:06 +00:00
Sergei Reznikov
aa1193c5fe rebuild packages depending on libffi 2021-08-16 23:04:52 +03:00
Sergei Reznikov
b4f9d8cc23 rebuild packages depending on libffi 2021-08-16 14:12:36 +03:00
Jerome Duval
d42439da43 glib: enable 2.57.1 on gcc2 2021-04-25 20:59:59 +02:00
Jerome Duval
4044fdb630 glib2: fix build on _x86. 2019-11-23 20:48:07 +01:00
Jérôme Duval
b27ea86dd2 glib2: python3 required for at least glib-mkenums 2019-11-22 12:37:01 +01:00
Jerome Duval
b6e7252489 glib2: add recipe for version 2.62.0 2019-09-07 15:26:35 +02:00
Gerasim Troeglazov
eb64aff6dc glib2: use system malloc by default 2019-05-18 19:24:55 +10:00
Jerome Duval
2176b3e841 glib2: update source uri. 2018-09-18 10:49:13 +02:00
Jerome Duval
28a20e35ec glib*: switch to https. 2018-09-18 10:35:06 +02:00
Jerome Duval
0d782eba67 dev-*: reorder sections. 2018-08-08 16:18:18 +02:00
Jerome Duval
e92dc4b5db dev-libs: code style. 2018-08-03 16:25:34 +02:00
Sergei Reznikov
badcc9dc48 glib2: bump version 2018-06-15 13:34:17 +03:00
miqlas
a0c116239b Glib2: bump (#2184) 2018-02-13 19:28:43 -05:00
alaviss
a0fdf8cf1f Add TEST() to various ports (#1832)
* app-crypt/rhash: disable on x86_gcc2, also fixed secondary arch

* dev-lang/tcc: make tcc actually works

  - update patches: define custom haiku definitions, use haiku
    start/end objects

  - make tcc uses haiku custom paths

  - add secondary arch support
  - add x86_64

* dev-lang/tcc: disable on all architectures

  - Haiku's BeBuild.h depends on __GNUC__ macro to select ABI, which
    unfortunately we can't risk to define, so disabling for now

* dev-python/pyqt: use correct name for sip

* dev-lang/spidermonkey: fix build

  - add x86 to snd arch

  - update config.sub and config.guess

  - add missing cmd:js_config
  - add missing cmd:zip

* dev-python/pyqt: clean up the spaces left by previous contributor

* add TEST() for the following ports:
  - sys-devel/flex
  - app-crypt/rhash
  - app-text/podofo
  - app-crypt/qca
  - app-editors/retext
  - app-i18n/mozc
  - dev-lang/tcc
  - dev-lang/yasm
  - dev-lang/spidermonkey
  - dev-libs/glib
  - dev-libs/jsoncpp
  - dev-libs/libtommath
  - dev-libs/libxslt
  - dev-libs/libyajl
  - dev-libs/zziplib
2017-12-10 13:49:50 +01:00
Jerome Duval
fee090dc4d glib2: bump version. 2017-11-04 00:14:22 +01:00
Jerome Duval
66f5b1036a glib2: add recipe for version 2.54.1. 2017-10-26 15:34:43 +02:00
Jérôme Duval
0346f40323 glib2: forgot to add devel requires. 2017-10-18 13:52:55 +02:00
Jérôme Duval
823221c5eb glib2: move a few tools in the devel package.
glib-mkenums is a perl script, so depends on perl.
2017-10-18 13:37:03 +02:00
Jerome Duval
48fe14e01d glib2: define G_OS_HAIKU (used by libnice). 2017-09-20 18:34:01 +02:00
Schrijvers Luc
a64e3c7d74 glib2: bump version (#1537) 2017-08-30 21:04:09 +02:00
Schrijvers Luc
1d317156a2 glib2, bump version (#1450) 2017-07-20 19:40:44 -04:00
Jerome Duval
fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
Augustin Cavalier
2090321ee2 glib2: Mark 2.48.2 as tested on gcc2.
Fixes #1414.
2017-06-15 18:23:37 -04:00
Jerome Duval
908dcf809e glib2: bump to 2.48.2, enable on x86_64.
* 2.48.x required by gdk_pixbuf 2.36.5.
2017-02-25 14:28:56 +01:00
Jérôme Duval
2a448dd0ce glib: fix gcc5 build. 2016-12-02 22:47:46 +01:00
fbrosson
abf5a80257 dev-libs: add $secondaryArchSuffix for libtoolize in 34 recipes. (#791) 2016-09-02 21:00:13 -04:00
Jerome Duval
dc8d11d4e0 glib2: bump version. 2016-05-11 22:40:21 +00:00
fbrosson
1eb0d49f8a glib: add recipe for version 2.48.0. (#546) 2016-04-13 20:03:18 +02:00
Jerome Duval
e01100da50 glib: bump version.
* split patch in logical units for upstream.
2015-12-19 16:03:59 +00:00
Jerome Duval
68c3249973 glib2: added recipe for unstable version 2.47.3.
* builds OK.
2015-12-02 21:21:16 +00:00
Jerome Duval
97963f2cb6 glib2: added recipe for version 2.46.2. 2015-11-29 16:41:17 +00:00
Jerome Duval
7b91e7e7e9 glib: enable x86_64. 2015-11-28 12:42:55 +00:00
Jerome Duval
f40cfd64bd glib2: remove libtool library files. 2015-10-15 00:28:28 +00:00
Humdinger
1ac39b83d1 De-lint recipes.
*	allegro
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	bzip2
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	caya
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	clucene
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	cyassl
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	digiclock
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	dockbert
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	docutils
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	dos2unix
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	ducksaver
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	erlang
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	fdupes
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	figlet (old BEP style)
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	flac
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	gdal
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	gemrb
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	giflib
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	glib
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	globe
	Don't start SUMMARY with app name.
	Re-ordered blocks

*	gmp
	Don't start SUMMARY with app name.
	Re-ordered blocks
2015-08-04 20:42:46 +02:00
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00