kenmays
23d98b3ae6
StreamRadio: fix networking ( #7787 )
2023-01-18 18:07:28 +01:00
OscarL
ae62a1641b
hstr: update to version 2.6. ( #7782 )
...
Fixes some overflow and memory leak issues:
https://github.com/dvorka/hstr/releases/tag/2.6
Mark x86_gcc2 as broken (hstr uses "-std=c99").
2023-01-17 07:20:25 +01:00
OscarL
87b75d065b
nano: update to version 7.1 ( #7783 )
2023-01-17 07:19:44 +01:00
Stian Sebastian Skjelstad
e2d1718c84
libiconv: build with --enable-extra-encodings ( #7784 )
...
so that standard items like CP437 used by open cubic player is included.
2023-01-17 07:19:25 +01:00
Schrijvers Luc
9d692cfbb3
CudaText 32bit, fix SOURCE_DIR ( #7779 )
2023-01-15 16:37:10 +01:00
Joachim Mairböck
77914b9875
portmidi: bump version ( #7778 )
...
also fix the requirement of cmd:javac (actually openjdk_default)
2023-01-15 15:58:20 +01:00
Gerasim Troeglazov
12c7946737
libvisio: switch to boost 1.70
2023-01-15 18:24:47 +10:00
Humdinger
d7b82d6e71
Mr Peeps!: update that fixes launch of the app
2023-01-15 09:12:45 +01:00
davidkaroly
629928f2f8
dtc: re-add libfdt symlink ( #7756 )
2023-01-15 08:18:45 +01:00
Schrijvers Luc
4b0867e4b9
libreoffice, revbump for rebuild ( #7777 )
2023-01-15 07:54:46 +01:00
Gerasim Troeglazov
01e037f4ae
librevenge: bump version
2023-01-15 12:43:22 +10:00
PulkoMandy
c1f4be7952
youcompleteme: update to latest version and to python 3.9
...
Unfortunately it crashes the Python interpreter.
2023-01-14 23:46:46 +01:00
PulkoMandy
6bb47f2d8f
llvm12: fix packaging
...
- The use of wildcards in prepareInstalledDevelLibs results in some
libraries going missing. In this case, the rather important libclang
was missing, preventing youCompleteMe from finding it.
- Disable static ibrary build of libunwind since there is a shared one.
2023-01-14 23:40:34 +01:00
PulkoMandy
29e60bb883
vim: fix enabling of python3 support, remove python2
2023-01-14 21:03:22 +01:00
PulkoMandy
3a50377860
requests_futures: fix python 3.9 packaging, enable 3.10
2023-01-14 21:03:22 +01:00
Schrijvers Luc
4bd6868ac8
CudaText, fix checksum for 32bit ( #7775 )
2023-01-14 18:36:11 +01:00
Schrijvers Luc
f53a268e1c
cudatext, 32bit version ( #7767 )
2023-01-14 18:20:06 +01:00
Elio Blanca
e930955a03
removing ENABLE_ASSEMBLY=OFF from recipe ( #7774 )
2023-01-14 18:01:40 +01:00
Schrijvers Luc
ec5f090158
qtwebengine_web, for now depend on libevent >= 6.0.2 ( #7773 )
2023-01-14 11:35:01 +01:00
Schrijvers Luc
f4691824be
libevent21, re-enable for depending packages ( #7772 )
2023-01-14 10:32:57 +01:00
davidkaroly
12675ac1ee
tcpdump: update to 4.99.3 ( #7771 )
2023-01-14 10:30:57 +01:00
Gerasim Troeglazov
6655c6fd0b
Inkscape: bump version, enable poppler
2023-01-14 17:43:56 +10:00
Nikolay Korotkiy
1fc6f8d254
lagrange: bump to 1.14.2 ( #7770 )
2023-01-14 04:24:32 +03:00
davidkaroly
70a39c9684
libpcap: update to 1.10.3 ( #7768 )
2023-01-14 04:23:49 +03:00
PulkoMandy
8b50d10e92
vcmi: update to 1.1.0 and use newer boost version
2023-01-13 23:15:00 +01:00
PulkoMandy
37eb37188a
boost: fix attempted usage of cfsetspeed for serial ports
2023-01-13 23:15:00 +01:00
PulkoMandy
7125b386db
fuzzylite: new recipe
2023-01-13 23:15:00 +01:00
OscarL
32aba6f6bd
links: fix build on x86 (32 bits). ( #7764 )
...
* links: fix build on x86 (32 bits).
This seems to have been broken since the update to 2.28, as 2.21
is the last version available on the repositories.
The fix avoids errors resulting from conflicting integer types
between the <tiff.h> and <SupportDefs.h> headers.
Needed to also specify "-g -O2 -fopenmp" when defining CFLAGS to
avoid linking errors (and to match the default flags used otherwise).
None of this is necessary on x86_64, thus the conditional on "_x86".
* links: use a better check to detect the "x86" target arch
Co-authored-by: Jérôme Duval <jerome.duval@gmail.com >
Co-authored-by: Jérôme Duval <jerome.duval@gmail.com >
2023-01-11 21:08:35 +01:00
Gerasim Troeglazov
00371725b4
qt6_base: enable vulkan
2023-01-11 22:25:04 +10:00
jeffsauer
6bc359ba19
qalculate: bump version ( #7761 )
2023-01-11 12:08:55 +01:00
jeffsauer
5328e8cb66
libqalculate: bump version ( #7760 )
2023-01-11 10:59:58 +01:00
jeffsauer
ef0486229f
mpfr: bump version ( #7759 )
2023-01-11 09:42:26 +01:00
Schrijvers Luc
69adf7f998
transmission, add build type ( #7762 )
2023-01-10 20:06:33 +01:00
OscarL
4fef335a0b
libevent: revbump packages that depend on libevent. ( #7758 )
...
This is needed after the changes in the libevent package.
2023-01-10 16:35:57 +01:00
OscarL
3a227c5b77
libevent: fixup, again, errors in the previous PR ( #7754 ). ( #7757 )
2023-01-10 16:16:30 +01:00
waddlesplash
d8388b4f77
fluidlite: Bump revision.
2023-01-09 14:40:46 -05:00
spline1986
5f4efe1a52
Instead: update to version 3.5.0 ( #7749 )
...
* Bump instead game engine version
* Remove old version recipe and patchset
2023-01-09 14:03:14 -05:00
Schrijvers Luc
779f0c029f
fluidlite, re-enable and rename static library used by Haiku builds ( #7699 )
2023-01-09 14:02:41 -05:00
OscarL
f56c392161
libevent: fix-ups to previous PR ( #7718 ) ( #7754 )
2023-01-09 16:01:19 +01:00
Humdinger
ba0198b497
yt-dlp: update to v2023.01.06
2023-01-08 18:18:13 +01:00
Schrijvers Luc
8e7b5530af
R, put all in one package ( #7755 )
2023-01-08 17:54:14 +01:00
OscarL
bda2b7e1dc
libevent: update to 2.1.12, disable static libs, depend on python3 ( #7718 )
...
* libevent: update to 2.1.12, disable static libs, depend on python3
* libevent: disable old recipes, rename libevent21 to libevent.
The old recipes are either unused, or used only by already broken
packages.
All enabled/usable recipes use the newer version already.
* libevent: re-enabled libevent-1.4 for x86_gcc2, remove old 2.0 recipe
2023-01-08 15:53:54 +01:00
Gerasim Troeglazov
af911e1e8b
Telegram: bump version
2023-01-08 13:05:18 +10:00
Schrijvers Luc
3c8032de61
qemu, revbump for newer dtc package ( #7746 )
2023-01-07 13:06:18 +01:00
Schrijvers Luc
fcf50690a0
R, disable X11 for now ( #7745 )
2023-01-07 13:00:16 +01:00
davidkaroly
56fb5be52e
qemu: update to 6.2.0, enable GTK frontend ( #7607 )
...
* qemu: enable GTK frontend
* qemu: update to 6.2.0
* qemu-6.2.0: fix PROVIDES for secondary architecture
2023-01-07 12:54:38 +01:00
Schrijvers Luc
e3d63bb54e
hyphen, disable static library ( #7744 )
2023-01-07 10:19:34 +01:00
Schrijvers Luc
43887bb1d1
dtc, bump version ( #7674 )
2023-01-07 08:04:12 +01:00
Jeff Sauer
bd4725fc9a
removed python2 references
2023-01-06 19:35:12 +01:00
Jeff Sauer
2b698db36c
requests-futures: source URI out of date, changed python 3.7 to 3.9
2023-01-06 19:35:12 +01:00