Jürgen Buchmüller
42c496f71a
New package: assimp-3.3.1
2017-03-22 23:47:14 +01:00
Jürgen Buchmüller
ecf16a91da
build-style qmake: detect qmake w/o qtchooser
...
Instead of relying on qtchooser to provide the link to the qmake
binary for Qt4 or Qt5 test for either version and use that.
Sometimes qtchooser can fail if e.g. a package was built with Qt4
and after that another package with Qt5 without zapping the masterdir.
2017-03-21 19:35:01 +01:00
Duncaen
7dfc383eeb
xbps: bump to depend on glibc>=2.25_1
...
We have versioned symbols for glibc, if you update an old system with
the previous glibc release installed, only xbps is updated and breaks
because of those versioned symbols.
Increasing the required glibc version in common/shlibs and bumping xbps
fixes this and would update glibc too if it updates itself.
https://forum.voidlinux.eu/t/update-of-fresh-install-breaking-xbps/2143
2017-03-21 15:28:03 +01:00
Michael Gehring
55a0bc6295
poppler: update to 0.53.0. (soname bump)
2017-03-20 15:59:26 +00:00
Leah Neukirchen
adbe3b014b
ldc: update to 1.1.1.
2017-03-17 15:26:14 +01:00
Enno Boland
12c6e40e1e
libwebsockets: update to 2.2.0.
2017-03-16 08:49:11 +01:00
Michael Gehring
d880b0d0cf
curlpp: update to 0.8.1.
2017-03-14 10:13:13 +00:00
Michael Gehring
5b4d1d5dd9
WindowMaker: update to 0.95.8.
2017-03-14 09:29:47 +00:00
Helmut Pozimski
fc0635f8c1
libvirt: update to 3.1.0
2017-03-11 19:29:49 +01:00
Michael Gehring
33ffcdcff2
enventor: unbreak+update to 1.0.0.
2017-03-11 09:42:28 +00:00
Michael Gehring
971e44c986
facter: update to 3.6.2.
2017-03-11 06:24:20 +00:00
Jürgen Buchmüller
9a070304c6
New package: libomxil-bellagio-0.9.3
2017-03-10 19:44:44 +01:00
Jürgen Buchmüller
f8bf47ff7d
New package: bcunit-3.0
2017-03-10 17:46:43 +01:00
Alessio Sergi
49931349ed
xbps-src: use https for KERNEL_SITE
2017-03-09 13:51:18 +01:00
Jürgen Buchmüller
272114cd05
xbps-src: trying to fix FFLAGS construction
...
This still isn't perfect. When the common/xbps-src/shutils/chroot.sh
function chroot_init() is called, the value for $XBPS_FFLAGS, which is
defined in common/build-profiles/bootstrap.sh, is empty.
Put the immediate value into the generated /etc/xbps/xbps-src.conf
file until someone finds out where passing the value of $XBPS_FFLAGS
throughout the scripts is missing.
2017-03-08 17:36:22 +01:00
Jürgen Buchmüller
f7558c16aa
common: lost the FCC to FC change somehow
...
Should now be conforming to GNU make.
2017-03-08 16:06:54 +01:00
Jürgen Buchmüller
60603dd0a5
common: rename FCC to FC and introduce FFLAGS
2017-03-08 16:04:42 +01:00
Jürgen Buchmüller
6d0d142d15
xbps-src common.sh: add FCC for gfortran
...
Introduce an environment variable `FCC` for fortran, just as CC,
CXX etc. are defined for the other compilers.
It is set to `${XBPS_CROSS_TRIPLET}-gfortran` when cross compiling, or
to just `gfortran` when building for the native architecture.
Use just "$FCC" now when specifying the fortran compiler in a template.
2017-03-08 15:18:14 +01:00
Enno Boland
88d58b0c2d
Merge pull request #5898 from E100Beta/slop
...
slop: update to 5.3.37
2017-03-08 14:37:49 +01:00
Pavel Kiselev
17ce3518e2
slop: update to 5.3.37
2017-03-08 15:24:39 +03:00
Jürgen Buchmüller
c31dd888f6
xbps-src: implement a 'check' stage
...
Add another stage 'check' between 'build' and 'install'. It is be enabled using the
variable XBPS_CHECK_PKGS=yes and disabled if unset, set to "0" or "no" in your
local etc/conf.
A new xbps-src option `-q` for `quick` will disable XBPS_CHECK_PKGS by overriding it to 0.
If enabled, `common/xbps-src/shutils/xbps-src-docheck.sh` checks for an existing
`do_check()` function in the package's template and, if it exists, calls it.
A new template variable `checkdepends` may be present and list packages required
to run the `do_check()` function. Example: `checkdepends="bc unittest-cpp"`.
2017-03-08 11:33:48 +01:00
Enno Boland
489444837c
Merge pull request #5909 from lyzech/qscintilla_update
...
qscintilla-qt5: update to 2.10.
2017-03-08 10:39:44 +01:00
Michael Gehring
c161b2863b
libbluray: update to 1.0.0. (soname bump)
2017-03-07 18:31:45 +00:00
Jürgen Buchmüller
e7e0bc76ae
common/shlibs: fix for rtmpdump-2.4.20161210
2017-03-07 03:01:03 +01:00
Jürgen Buchmüller
6082bbfaf3
build-style qmake: set QMAKE_{CC,CXX,LINK}
2017-03-07 02:03:35 +01:00
Pierre Allegraud
bc2a20dcc1
qscintilla-qt5: update to 2.10.
2017-03-06 15:24:29 +01:00
Jürgen Buchmüller
dc5f12a6d3
tslib: update to 1.6.0
...
Upstream finally changed to a sane shlib version scheme.
2017-03-06 01:25:16 +01:00
Leah Neukirchen
dc99124cab
swi-prolog: update to 7.4.1.
2017-03-05 16:47:51 +01:00
Jürgen Buchmüller
51b37945a2
qt5: add missing common/shlibs entry
2017-03-05 04:10:52 +01:00
Jürgen Buchmüller
013674e3a8
qt5: update to 5.8.0
...
No longer build examples but just install the source in qt5-examples.
New submodule qt5-speech.
2017-03-05 02:41:34 +01:00
Michael Gehring
6f4349a36a
facter: update to 3.6.1.
2017-03-03 09:18:33 +00:00
Enno Boland
24689c1103
New package: libgepub-0.4
2017-03-01 23:14:05 +01:00
Enno Boland
32ccc5ba06
grilo: update to 0.3.2.
2017-03-01 23:04:08 +01:00
Enno Boland
588519c849
geoclue2: update to 2.4.5.
2017-03-01 23:04:08 +01:00
Michael Gehring
922ee5fd30
unicorn: update to 1.0. (soname bump)
2017-02-24 12:57:44 +00:00
Matthew Wynn
4864d150c2
New package: libhangul
2017-02-22 17:12:57 -05:00
Michael Gehring
c6254de4e7
libzip: update to 1.2.0. (soname bump)
2017-02-22 09:59:42 +00:00
Jürgen Buchmüller
e4f8c5e0df
Merge pull request #5754 from pullmoll/efi
...
efivar, efibootmgr: update to 31, 14
2017-02-20 13:25:20 +01:00
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
Jürgen Buchmüller
7b7e497581
efivar: update to 31
2017-02-18 04:44:26 +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
Michael Gehring
cdf10fc0ad
libvncserver: update to 0.9.11. (soname bump)
2016-12-30 18:29:23 +00:00
Juergen Buchmueller
852b163dc4
facter: update to 3.5.0
2016-12-27 09:02:32 +01:00
bra1nwave
9585f81dcb
New package: lzlib-1.8
2016-12-25 16:45:23 +01:00
Toyam Cox
7c3348fa22
New package: czmq-4.0.1
2016-12-25 04:18:10 -05:00
Jürgen Buchmüller
9380e441b2
Merge pull request #5406 from pullmoll/gcc63
...
gcc: update to 6.3.0
2016-12-24 11:50:09 +01:00
lyzech
b87b79ca9f
New package: libgme-0.6.1 ( #5369 )
2016-12-24 09:44:39 +01:00
Hadrian Węgrzynowski
86a03ae71a
Fix handling of package options in packages with '+' character in name. ( #5385 )
...
Substitute '+' character with '_', because eval treats '+' character
as not a part of variable name.
2016-12-24 09:43:30 +01:00
Jürgen Buchmüller
9fc8452835
gcc: update to 6.3.0
2016-12-23 23:41:08 +01:00
Enno Boland
c847d4f482
wiredtiger: update common/shlibs
2016-12-23 23:05:01 +01:00
Juan RP
a81a6d7e80
snapper: update to 0.4.1.
2016-12-23 19:55:57 +01:00
Michael Gehring
521e8d26d0
New package: libiscsi-1.18.0
...
Closes #5405
2016-12-23 11:09:05 +00:00
Andrea Brancaleoni
b12676bcbb
SFML: update to 2.4.1.
2016-12-23 11:49:34 +01:00
Juergen Buchmueller
ccdcad45ca
qt5: update to 5.7.1
...
Important changes: qt5-enginio and qt5-enginio-devel are gone.
qt5-plugin-gtk is gone. New submodules are qt5-charts, qt5-datavis3d,
qt5-gamepad, qt5-scxml and qt5-virtualkeyboard.
Packages which require updates: python-PyQt5, qtcreator-full
2016-12-22 10:45:30 +01:00
Michael Gehring
617b3dbf1f
hunspell: update to 1.6.0. (soname bump)
2016-12-22 06:02:51 +00:00
Christian Neukirchen
2820be719b
ldns: update to 1.7.0.
2016-12-21 14:27:03 +01:00
Juergen Buchmueller
aeae0db934
New package: pilot-link-0.12.5
2016-12-20 17:28:19 +01:00
Denis Revin
f8cf203d8d
New package: syntax-highlighting-5.29.0
...
Closes : #5393 [via git-merge-pr]
2016-12-20 01:09:20 -05:00
Christian Neukirchen
088dda2191
environment/build-style/haskell-stack.sh: hostmakedepend automatically on ghc and stack.
2016-12-18 15:28:54 +01:00
Michael Gehring
54fe5a9220
poppler: update to 0.50.0. (soname bump)
2016-12-16 08:16:13 +00:00
Juergen Buchmueller
cac661a0ed
New package: libtorrent-rasterbar-1.0-1.0.10
...
This is the previous stable and is required for qbittorrent.
2016-12-16 04:05:33 +01:00
Juergen Buchmueller
6d8759500c
botan: update to 1.11.34
...
This is the development branch which, according to upstream, is almost
stable. Most importantly it supports aarch64 (armv8-a), which 1.10.x does
not. The intention is to replace the botan shipped with qtcreator by
our system botan.
2016-12-16 02:35:03 +01:00
Alessio Sergi
64b33c40e9
common/shlibs: update for nvidia-375.26
2016-12-14 17:34:38 +01:00
Juergen Buchmueller
e4d6651e31
New package: ytnef-1.8
2016-12-14 14:31:08 +01:00
Juergen Buchmueller
2a6619fa1c
ImageMagick: more shlib updates
2016-12-12 12:28:08 +01:00
Juergen Buchmueller
b8d4b3d767
ImageMagick: libmagick uses libMagick++-6.Q16.so.7
2016-12-12 12:17:40 +01:00
Jürgen Buchmüller
407b6669d0
Merge pull request #5304 from pullmoll/kea
...
New package: kea-1.1.0
2016-12-12 06:48:51 +01:00
Toyam Cox
c980da5f58
Merge pull request #5322 from the-maldridge/wps-update
...
wps-office: refactor and update
2016-12-11 21:11:39 -05:00
Enno Boland
b9843beee7
libgltf: update to 0.1.0.
2016-12-11 20:23:49 +01:00
Enno Boland
c1f7c4e2ec
libosmocore: update to 0.9.4.
2016-12-11 20:23:48 +01:00
Michael Aldridge
d3e9be8749
libpng12: add to common/shlibs
2016-12-09 16:33:55 -06:00
Enno Boland
f346a8a288
wiredtiger: update to 2.9.0.
2016-12-09 15:37:32 +01:00
Jürgen Buchmüller
2a5d6c5137
New package: kea-1.1.0
2016-12-08 15:29:46 +01:00
eater
ee140ec9e1
New package: capnproto-0.5.3
...
Closes #5108 and cleans up the subpackages there
2016-12-07 19:39:04 -05:00
Juergen Buchmueller
2493ef0fa7
New package: log4cplus-1.2.0
2016-12-06 22:54:04 +01:00
Toyam Cox
40867cf05e
Merge pull request #4957 from dutsky/kf5-additional
...
KF5 additional packages
2016-12-04 14:09:55 -05:00
Julien Dehos
b7637b5c22
glew: also install glewmx
2016-12-02 11:43:49 +01:00
Juergen Buchmueller
eaa6166988
libopenraw: update to 0.1.0
2016-12-01 22:36:46 +01:00
Michael Gehring
398369be7e
hunspell: update to 1.5.3. (soname bump)
2016-11-28 22:33:14 +00:00
Denis Revin
cd55f1f1ae
New package: kross-5.26.0
2016-11-28 18:33:17 +04:00
Denis Revin
b6305d07b9
New package: kjsembed-5.26.0
2016-11-28 18:33:16 +04:00
Denis Revin
2e1cf93d82
New package: khtml-5.26.0
2016-11-28 18:33:16 +04:00
Denis Revin
5e3eab336b
New package: kdelibs4support-5.26.0
2016-11-28 18:33:16 +04:00
Denis Revin
bc4babd92c
New package: kjs-5.26.0
2016-11-28 18:33:16 +04:00
Denis Revin
383ec9b2db
New package: krunner-5.26.0
2016-11-28 18:33:16 +04:00
Denis Revin
aca511b430
New package: kactivities5-stats-5.26.0
2016-11-28 18:33:16 +04:00
Denis Revin
0fc88bef2d
New package: baloo5-5.26.0
2016-11-28 18:33:15 +04:00
Denis Revin
feebfc13e8
New package: kfilemetadata5-5.26.0
2016-11-28 18:33:15 +04:00
Denis Revin
58e5f94707
New package: bluez-qt5-5.26.0
2016-11-28 18:33:15 +04:00
Denis Revin
830ed7d649
New package: kxmlrpcclient-5.26.0
2016-11-28 18:33:15 +04:00
Denis Revin
c485f66115
New package: kpeople-5.26.0
2016-11-28 18:33:15 +04:00
Denis Revin
e6b046e0c7
New package: modemmanager-qt5-5.26.0
2016-11-28 18:33:15 +04:00
Denis Revin
1269d27ee0
New package: plasma-framework-5.26.0
2016-11-28 18:33:14 +04:00
Denis Revin
5d83cfee8a
New package: ktexteditor-5.26.0
2016-11-28 18:33:14 +04:00
Denis Revin
43e1c84c69
New package: kdewebkit-5.26.0
2016-11-28 18:33:14 +04:00
Denis Revin
ffea78f171
New package: kded-5.26.0
2016-11-28 18:33:14 +04:00
Denis Revin
221fb9ab9e
New package: kparts-5.26.0
2016-11-28 18:33:13 +04:00
Denis Revin
d2df7b7780
New package: knotifyconfig-5.26.0
2016-11-28 18:33:13 +04:00
Denis Revin
a0ddc5461a
New package: knewstuff-5.26.0
2016-11-28 18:33:13 +04:00
Denis Revin
fa326c9525
New package: kinit-5.26.0
2016-11-28 18:33:13 +04:00
Denis Revin
2250eb290e
New package: frameworkintegration-5.26.0
2016-11-28 18:33:13 +04:00
Denis Revin
f2212a1db0
New package: kcmutils-5.26.0
2016-11-28 18:33:13 +04:00
Denis Revin
a3b78773e1
New package: kdeclarative-5.26.0
2016-11-28 18:33:12 +04:00
Denis Revin
028488dd48
New package: kio-5.26.0
2016-11-28 18:33:12 +04:00
Denis Revin
c3264d1eee
New package: kbookmarks-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
7b929b41a8
New package: kxmlgui-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
7a6cc34ddb
New package: kwallet-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
da9541283d
New package: ktextwidgets-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
0be3de1ea7
New package: knotifications-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
3a3c90fb9b
New package: kjobwidgets-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
eee6f43635
New package: kiconthemes-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
abff7984da
New package: kemoticons-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
dd59d7d549
New package: kdesu-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
76a1504942
New package: kpackage-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
fc99c7769b
New package: kglobalaccel-5.26.0
2016-11-28 16:46:17 +04:00
Denis Revin
186f2e0a30
New package: kservice
2016-11-28 16:46:17 +04:00
Denis Revin
268d21f8a9
New package: kconfigwidgets-5.26.0
2016-11-28 16:46:16 +04:00
Denis Revin
2ee5db9972
New package: kcrash-5.26.0
2016-11-28 16:46:16 +04:00
Denis Revin
bfe8c1e184
New package: kcompletion-5.26.0
2016-11-28 16:46:16 +04:00
Enno Boland
5cf8a482d5
New package: isl15-0.16.1
2016-11-27 18:37:02 +01:00
Enno Boland
a0e3cb9a42
gcc: update to 6.2.1.
2016-11-27 18:37:02 +01:00
Juergen Buchmueller
00a3ccd933
tslib: update to 1.2
2016-11-24 09:49:58 +01:00
Alessio Sergi
085b7beb40
lz4: rebuild with updated shlibs due to the new versioning scheme
2016-11-22 00:32:15 +01:00
Michael Gehring
6bad034be3
Merge pull request #5186 from ebfe/travis-uchroot
...
travis: switch to xbps-uchroot and newer os
2016-11-20 14:52:08 +01:00
Michael Gehring
57bd0102b1
readline: update to 7.0.000. (soname bump)
2016-11-20 06:00:46 +00:00
Michael Gehring
d75bb8c958
poppler: update to 0.49.0. (soname bump)
2016-11-19 17:38:24 +00:00
Juan RP
7215db4c83
common/shlibs: update for nvidia-375.20.
2016-11-19 16:30:32 +01:00
Juan RP
37df712316
nvidia: update to 375.10.
2016-11-18 06:44:21 +01:00
Michael Gehring
d2a6beb2e3
travis: switch to xbps-uchroot and newer os
2016-11-17 17:18:28 +00:00
Alessio Sergi
29c37543cf
xbps-src: introduce python_version
2016-11-17 17:42:54 +01:00
Michael Gehring
8853c28130
common/chroot-style/proot.sh: disable seccomp
2016-11-17 08:48:09 +00:00
Duncaen
f174430e02
New package: libite-1.8.2
2016-11-15 19:29:44 +01:00
Toyam Cox
3e941e8825
New package: libui-alpha3.1
...
Closes #5144
2016-11-14 00:26:32 -05:00
Michael Gehring
b3a0548d59
jasper: update to 1.900.27. (soname bump)
2016-11-13 08:26:12 +00:00
Michael Aldridge
0f055a9e0e
New package: xapps-1.0.2
2016-11-10 18:07:04 -06:00
Alessio Sergi
8cb79d7a30
python-setuptools: update to 28.8.0
2016-11-10 10:06:26 +01:00
Enno Boland
57c65a1b7f
gnote: update to 3.22.0.
2016-11-09 07:37:58 +01:00
Enno Boland
3bdf3b4cc6
New package: gnome-autoar-0.1.1
2016-11-09 07:30:58 +01:00
Juergen Buchmueller
56527e753a
common/shlibs: fix libtelepathy-qt5-service.so.0
2016-11-08 20:39:05 +01:00
Juergen Buchmueller
f325a5a903
telepathy-qt5: fix cross
2016-11-08 20:35:50 +01:00
Enno Boland
9591777ef8
cinnamon-desktop: really fix shlibs
2016-11-08 09:14:55 +01:00
Enno Boland
cc837cc47a
cinnamon-desktop: fix shlibs
2016-11-08 09:06:52 +01:00
Enno Boland
ab78b6ad95
vala: update to 0.34.2.
2016-11-03 11:15:34 +01:00
Enno Boland
a70e64bd3a
spice-gtk: update to 0.33.
2016-10-31 10:52:21 +01:00
Enno Boland
7a22657fae
New package: pcre2-10.22
2016-10-30 13:57:28 +01:00
Michael Gehring
ad383757b6
skalibs: update to 2.4.0.0.
2016-10-29 22:54:48 +02:00
Christian Neukirchen
5f5f92245f
swi-prolog: add to shlibs, make libswipl.so findable for other minor releases.
2016-10-29 18:43:28 +02:00
Alessio Sergi
bd5e81947f
mpv: rebuild due to ffmpeg version bump
...
While I'm here:
- add vapoursynth build option (off)
- license is GPL-2 (they switched back to GPL-2 some time ago)
2016-10-28 15:15:15 +02:00
Juergen Buchmueller
2bbaddd4bb
common.sh: unset cross environment variables
...
Closes #5067
2016-10-28 14:47:07 +02:00
Alessio Sergi
9c6d62df0d
x265: update to 2.1 (soname bump)
2016-10-28 14:31:02 +02:00
Alessio Sergi
d77d6cde40
xbps-src: limit the search to the /usr/lib/pythonX.Y directory
2016-10-27 15:22:54 +02:00
Juergen Buchmueller
958b460965
common/xbps-src/shutils/common.sh XBPS_GCC_VER...
...
Export the environment variables XBPS_GCC_VERSION*
2016-10-26 07:24:00 +02:00