Commit Graph

21576 Commits

Author SHA1 Message Date
Gerasim Troeglazov
6882c21e9c Epiphany: fix #7524, add haiku icon for incognito mode, tune style 2022-12-11 13:53:07 +10:00
davidkaroly
f68078d65a wireshark: update to 4.0.2 (#7537) 2022-12-10 10:46:35 +03:00
Gerasim Troeglazov
cf8d730d9e wayland-server: bump version, fix #7524 2022-12-10 11:13:20 +10:00
davidkaroly
0112c0d98a audacity: update to 3.2.2, initialize XDG dirs (#7535) 2022-12-09 19:45:20 +03:00
Julius C. Enriquez
846bc3a22e wallpaper_community: Add licenses
wallpaper_community: Fix formatting

wallpaper_community: Fix homepage
2022-12-08 17:08:24 +01:00
Julius C. Enriquez
944ec041cc wallpaper_community: Add recipe 2022-12-08 17:08:24 +01:00
Gerasim Troeglazov
37bc245df3 Telegram: bump version 2022-12-08 17:05:06 +10:00
kenmays
0fbf82f2f4 gnash: bump to current git version (#7520) 2022-12-08 05:35:20 +01:00
Gerasim Troeglazov
a27791f081 Telegram: bump version 2022-12-08 00:33:11 +10:00
Jérôme Duval
6a8284a1d5 filezilla: bump revision 2022-12-07 10:58:24 +01:00
davidkaroly
41ea718007 filezilla: use find_directory for XDG vars (#7525) 2022-12-07 06:48:23 +01:00
kenmays
2ea060672e gnutls: bump to 3.7.8 (#7528) 2022-12-07 06:35:37 +01:00
Plüss Roland
2edcd8a156 dragengine 1.16.2 (#7530) 2022-12-06 22:13:04 -05:00
Augustin Cavalier
04492b397e libxml2: Rebuild for static dependencies. 2022-12-06 15:39:01 -05:00
Augustin Cavalier
fab7893499 gettext: Disable static. 2022-12-06 15:05:25 -05:00
Augustin Cavalier
fc7db47844 ncurses6: Disable static. 2022-12-06 14:50:12 -05:00
Augustin Cavalier
3dfe0f7b45 libiconv: Disable static. 2022-12-06 14:49:33 -05:00
Augustin Cavalier
06a81c636e Re-enable VVVVV. 2022-12-06 14:09:28 -05:00
waddlesplash
f955a686ec ale: Bump for rebuild. 2022-12-06 13:56:39 -05:00
waddlesplash
9f2aea0340 icu: Add x86_gcc2 specifically. 2022-12-06 13:37:45 -05:00
waddlesplash
5abf955ad6 icu: Mark 57 untested.
Part of #6409.
2022-12-06 13:37:12 -05:00
Augustin Cavalier
6396a9e082 libxml2: Disable static. 2022-12-06 13:32:38 -05:00
waddlesplash
3093988a91 gettext: Use SUMMARY from Gentoo 2022-12-06 12:52:45 -05:00
Augustin Cavalier
27a18180ca gettext: Bump to 0.21.1 and fix compat declarations.
Now it can be installed without causing all sorts of problems.
2022-12-06 12:37:33 -05:00
begasus
0bf1e1535c gettext, bump version, add devel package 2022-12-06 12:21:24 -05:00
OscarL
c91b630744 pip: update recipe to version 22.3.1 (#7519)
* pip: update recipe to 22.3.1

Drop support for Python 2.x (removed from pip on version 21.0).

* pip: keep "pip" and "pip3" comands for the default Python version.
2022-12-06 16:22:39 +01:00
Schrijvers Luc
5ba95e7626 wget2, new recipe (#7484) 2022-12-06 15:17:13 +01:00
Schrijvers Luc
4c6a67c5c8 libmicrohttpd, bump version (#7523) 2022-12-06 15:16:16 +01:00
Gerasim Troeglazov
60468071c1 Epiphany: use find_directory for XDG vars 2022-12-06 20:02:57 +10:00
Philipp Wolfer
656d575c8e picard: bump version to 2.8.5 (#7522) 2022-12-06 09:42:25 +01:00
David Karoly
655df3db34 filezilla: initialize XDG vars 2022-12-06 08:32:40 +10:00
David Karoly
d603578c5a filezilla: add icon 2022-12-06 08:32:40 +10:00
David Karoly
d9e308f8e5 filezilla: enable x86 secondary architecture 2022-12-06 08:32:40 +10:00
Humdinger
04ff43669f Filer: bump revision
* needed to link 'shared'
* new/updated translations
2022-12-05 11:09:40 +01:00
OscarL
08152db1bc python3.10: bump version to 3.10.8. (#7313)
* python310: bump revision to 3.10.8.

* Use "make altinstall".
* Documented problematic tests, and skipped the ones that hang/stall.
* Enable optimizations.
* Added a note regarding tests that invoke the crash dialog.

Running "hp --test python310" now gives the same results[*] for both
non-optimized, and optimized builds, so let's just enable
optimizations for 3.10.8.

[*] As there's some randomness involved in the test runs, YMMV.

Anecdotal/aditional info:

Building and testing with "--disable-test-modules" might be
considered? Python's docs read:

   "The test package is meant for internal use by Python only."

And that those are used for regression testing mostly. See:
https://docs.python.org/3/library/test.html#module-test

Personal experience: I got more consistent results with that flag
enabled, than witout it. I left it out, trying to avoid hiding
problems (a.k.a.: failing silently. A big NO-NO in QA/QC), and
because I assume that packaging Python counts as "internal use".

* python310: patch tests that need several GB of storage.

They now behave like on Windows or MacOSX, requiring to be enabled
by the use of the "largefile" resource usage flag.

* python3.10: rename package from python310 to python3.10.

This matches the rename of python3 to python3.7, and the similar
change for Python 3.9.

Renamed patchset files to match the recipe naming.

Sorted sections according to the Haikuporter Guidelines.
2022-12-04 16:53:38 +01:00
Schrijvers Luc
1c855a92bd tidy, bump version (#7517) 2022-12-04 16:34:21 +01:00
Gerasim Troeglazov
6e954854ec haiku_svg_icon_theme: bump version 2022-12-04 22:23:22 +10:00
Gerasim Troeglazov
374d0ec279 qthaikuplugins: bump version 2022-12-04 22:18:10 +10:00
Jerome Duval
cf84eed4ae blender3: remove lib:libavdevice build dependency
force ffmpeg5
2022-12-04 11:35:16 +01:00
davidkaroly
8afecd6c63 filezilla: use BNotification (#7514) 2022-12-04 11:41:38 +03:00
Schrijvers Luc
cf02035c93 vala, add $portVersion to cmd's (#7516) 2022-12-03 18:37:32 +01:00
Schrijvers Luc
efb5a56d81 tidy, add $portVersion for command (#7515) 2022-12-03 18:17:27 +01:00
PulkoMandy
ccd07a270f HaikuWebKit 1.9.1 2022-12-03 17:20:43 +01:00
David Karoly
a0c9e53e22 audacity: add icon 2022-12-03 23:54:21 +10:00
davidkaroly
115ffa570c filezilla: update to 3.62.2 (#7513) 2022-12-03 15:23:13 +03:00
Schrijvers Luc
b6ab433a69 ark, bump version (#7512) 2022-12-03 12:25:26 +01:00
extrowerk
5207863e30 lilv: new recipe (#7498) 2022-12-03 10:06:08 +01:00
extrowerk
dcb62b74e7 Sratom: new recipe (#7499)
* serd: bump

* cleanup

* WIP

* sratom: new recipe

* small changes

Co-authored-by: begasus <begasus@gmail.com>
2022-12-03 10:03:06 +01:00
Schrijvers Luc
9be413ffb2 lv2, enable 32bit build (#7510) 2022-12-03 09:45:26 +01:00
extrowerk
80181f1206 Sord: new recipe (#7497)
* Sord: new recipe

* Fix cmd:sordi

Co-authored-by: begasus <begasus@gmail.com>
2022-12-03 09:36:58 +01:00