Michael Gehring
8a69c0f556
libgit2: update to 0.25.1.
2017-02-20 11:32:16 +00:00
Jürgen Buchmüller
76946dc78c
New package: emerald-0.8.12.4
2017-02-19 07:43:17 +01:00
Jürgen Buchmüller
1caa5199db
New package: libcompizconfig-0.8.12.1
2017-02-19 07:43:11 +01:00
Jürgen Buchmüller
3481ad3880
New package: compiz-core-0.8.12.3
...
Closes #5661
2017-02-19 07:36:09 +01:00
Juan RP
124f45ef30
nvidia: update to 378.13.
2017-02-14 19:36:21 +01:00
Kazuho Sakoda
6b16b32f23
New package: uim-1.8.6
2017-02-11 10:39:53 +09:00
Jürgen Buchmüller
5f9aa7268f
tslib: update to 1.5
2017-02-10 02:19:44 +01:00
Jürgen Buchmüller
90e32b456f
lxpanel: fix musl
...
With new kernel libc headers lxpanel needs a fix for musl libc
to not include netinet/if_ether.h but only linux/if_ether.h.
Also liblxpanel.so.0 was missing in common/shlibs.
2017-02-09 21:16:19 +01:00
Leah Neukirchen
cee2514ffe
ruby: update to 2.4.0.
...
Adopted.
2017-02-08 11:24:00 +01:00
Pierre Allegraud
86f4a608cf
New package: qscintilla-qt5-2.9.4
2017-02-06 22:48:40 -05:00
Pierre Allegraud
491753e6ef
New package: cgal-4.9
2017-02-06 22:48:39 -05:00
Pierre Allegraud
08733ea732
New package: opencsg-1.4.2
2017-02-06 22:48:24 -05:00
Toyam Cox
8243595913
travis: build restricted packages
...
After all, we are not about to distribute these binaries.
2017-02-06 21:52:38 -05:00
Alessio Sergi
f6b4a453ec
common/shlibs: remove obsolete libpodofo entry
2017-02-02 14:56:02 +01:00
Andrea Brancaleoni
dfd8650b02
podofo: update to 0.9.5.
2017-02-02 12:50:00 +01:00
Michael Gehring
0d56d713c7
facter: update to 3.6.0.
2017-02-02 11:12:30 +00:00
Juan RP
20a10fda47
iptables: update to 1.6.1 (xtables sobump).
2017-01-30 11:51:50 +01:00
Michael Gehring
f61ad24600
ImageMagick: update to 6.9.7.6. (soname bump)
2017-01-30 08:33:05 +00:00
bra1nwave
c37f69cd1e
stlink: update to 1.3.0.
2017-01-29 16:16:06 +01:00
Michael Gehring
9fffbba248
toxcore: update to 0.1.5. (soname bump)
2017-01-25 16:07:49 +00:00
Jürgen Buchmüller
d2d88eec15
libical: remove old common/shlibs entries
2017-01-25 04:59:17 +01:00
Duncaen
ae88eb1a36
ffmpeg: add vpx build_option
...
libvpx removed support for armv6, this build_option allows building
ffmpeg for armv6 without it.
2017-01-23 15:47:28 +01:00
Toyam Cox
5fef5d0b87
Merge pull request #5530 from rkallos/chicken
...
chicken: update to 4.11.0
2017-01-22 05:48:56 -05:00
Enno Boland
90ac61acc6
evolution-data-server: update to 3.22.3.
2017-01-21 10:52:54 +01:00
Richard Kallos
499c69f1b5
chicken: update to 4.11.0
2017-01-21 00:28:30 -05:00
Toyam Cox
d43aa02449
Merge pull request #5479 from gangsterakato/dotherside-0.5.2
...
New package: dotherside-0.5.2
2017-01-20 01:05:53 -05:00
Juan RP
ebab2a7fdb
pulseaudio: update to 10.0.
2017-01-19 03:38:25 +01:00
gangstacat
961181ff73
New package: dotherside-0.5.2
2017-01-17 07:27:08 +01:00
yopito
1016697c8d
oce: update to 0.18
2017-01-16 16:00:31 -05:00
Alessio Sergi
346d4938d0
New package: libimagequant-2.8.2
2017-01-16 19:42:42 +01:00
Jürgen Buchmüller
a916cf9cde
polkit-qt: rebuild with gcc6 + fix cross
2017-01-16 13:00:29 +01:00
Alessio Sergi
e5916b9a73
x265: update to 2.2 (soname bump)
2017-01-15 12:42:17 +01:00
Jürgen Buchmüller
3291670bed
gwenhywfar: fix cross for qt4 and qt5
...
Enable Qt4 and Qt5 bindings for all target architectures.
2017-01-15 12:09:30 +01:00
Jürgen Buchmüller
8679124272
build-style cmake: replace -isystem with -I
...
Many packages depending on Qt5 or Qt4 and built with cmake
generate "flags.make" files with -isystem for include paths.
With gcc6 this results in e.g. "#include_next <stdlib.h>" giving
an error, because a -isystem /usr/include is in the wrong place.
The simple fix is to replace "-isystem" with just "-I".
2017-01-15 02:50:14 +01:00
Alessio Sergi
2014e03dac
Revert "common/buildstyle/python*: build dir can be used as python identifier"
...
This reverts commit a02132b2ae
.
Actually, the issue with packages using python-distutils-extra hasn't
been solved. On the contrary, python build style now generates malformed
packages, e.g., gufw:
+-- usr
+-- lib
| +-- python3.5
| +-- site-packages
| +-- build3_5
| | +-- lib
| | +-- gufw
| | +-- __init__.py
| | +-- gufw
| | +-- gufw.py
| +-- gufw
| | +-- __init__.py
| | +-- gufw
| | +-- gufw.py
| +-- gufw-17.04.1-py3.5.egg-info
I don't have a clean solution handy right now, but that obviously isn't.
2017-01-12 12:27:12 +01:00
Juan RP
481dbe1783
make: add optional guile support via build options.
...
Based on #5515 . Close #5515
2017-01-11 15:43:43 +01:00
Enno Boland
313fbe6346
Merge pull request #5511 from roman-neuhauser/gssapi-curl
...
curl: offers gssapi build option
2017-01-11 13:36:05 +01:00
Roman Neuhauser
a9ce526255
curl: offers gssapi build option
2017-01-11 13:07:49 +01:00
Enno Boland
6dda3c2a0e
Merge pull request #5185 from ebfe/proot-seccomp
...
common/chroot-style/proot.sh: disable seccomp
2017-01-10 17:48:59 +01:00
Enno Boland
05bf5f3248
Merge pull request #5273 from juliendehos/glew
...
glew: also install glewmx
2017-01-10 17:48:04 +01:00
Leah Neukirchen
00d79f0ec3
graphviz: update to 2.40.1.
2017-01-10 17:26:15 +01:00
Jürgen Buchmüller
27d6047778
tslib: update to 1.3
2017-01-10 12:19:06 +01:00
Kazuho Sakoda
106bab7c87
New package: libotf-0.9.13 ( #5480 )
2017-01-08 13:46:47 +01:00
Jürgen Buchmüller
ec7a32e403
botan: update to 2.0.0
2017-01-07 22:53:08 +01:00
Enno Boland
2e467ffcac
New package: gspell-1.2.0
2017-01-06 23:02:19 +01:00
Michael Gehring
809d8d4d19
libass: update to 0.13.6. (soname bump)
2017-01-06 03:50:49 +00:00
Enno Boland
a02132b2ae
common/buildstyle/python*: build dir can be used as python identifier
...
in order to make gufw installation process work, it includes itself
while installing. this raise the need that the build directory needs
to be a valid python identifier too. this commit solves this issue.
2017-01-05 20:53:47 +01:00
Michael Gehring
e8081b66dc
New package: toxcore-0.1.2
2016-12-31 12:21:08 +00:00
Michael Gehring
d786a26d22
libraw: update to 0.18.0. (soname bump)
2016-12-31 09:28:03 +00:00
Michael Gehring
459ad973da
opencv: update to 3.2.0. (soname bump)
2016-12-30 18:29:23 +00:00