Commit graph

3052 commits

Author SHA1 Message Date
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
Juergen Buchmueller 6c02ded24c New package: botan-1.10.13 2016-10-25 18:10:07 +02:00
Alessio Sergi b6bc28251b hooks/rewrite-python-shebang: s/pycompile_version/pyver/ 2016-10-24 10:18:49 +02:00
Alessio Sergi 5a231f8c13 hooks/rewrite-python-shebang: bin-only scripts support 2016-10-24 08:09:54 +02:00
Denis Revin f332a2750e New package: kunitconversion-5.26.0 (#4943) 2016-10-23 10:20:34 +02:00
Toyam Cox bdbe473663 Merge pull request #5014 from Vaelatern/ignore_broken_for_show
xbps-src: allow show of broken pkgs
2016-10-22 23:42:05 -04:00
Toyam Cox a4ae8ffc70 Merge pull request #4972 from the-maldridge/plymouth
Plymouth Refactor
2016-10-21 13:30:05 -04:00
Toyam Cox 9075e4b2f0 Merge pull request #4942 from dutsky/kpty
New package: kpty-5.26.0
2016-10-21 13:22:10 -04:00
Toyam Cox 795c54e7df Merge pull request #4931 from dutsky/kauth
New package: kauth-5.26.0
2016-10-21 13:13:52 -04:00
Toyam Cox b5dd954b3d Merge pull request #4929 from dutsky/threadweaver
New package: threadweaver-5.26.0
2016-10-21 13:09:18 -04:00
Toyam Cox 298c176ced Merge pull request #4928 from dutsky/sonnet
New package: sonnet-5.26.0
2016-10-21 11:38:59 -04:00
Toyam Cox 2b1f093271 Merge pull request #4925 from dutsky/networkmanager-qt
New package: networkmanager-qt5-5.26.0
2016-10-21 11:27:10 -04:00
Michael Gehring 196205b690 Merge pull request #4924 from dutsky/kwidgetsaddons
New package: kwidgetsaddons-5.26.0
2016-10-21 11:04:41 +02:00
Michael Gehring 18ad7e5d1d Merge pull request #4923 from dutsky/kplotting
New package: kplotting-5.26.0
2016-10-21 11:03:01 +02:00
Michael Gehring d7fa69539c Merge pull request #4922 from dutsky/kitemviews
New package: kitemviews-5.26.0
2016-10-21 11:01:19 +02:00
Michael Gehring bb96d525e9 Merge pull request #4921 from dutsky/kitemmodels
New package: kitemmodels-5.26.0
2016-10-21 10:59:37 +02:00
Michael Gehring 1045436fe1 Merge pull request #4920 from dutsky/ki18n
New package: ki18n-5.26.0
2016-10-21 10:55:41 +02:00
Michael Aldridge fbe6918ddf plymouth: update to 0.9.2 2016-10-21 01:40:15 -05:00
Toyam Cox 7c9d1f61b0 xbps-src: allow show of broken pkgs 2016-10-20 19:49:57 -04:00
Michael Gehring f82da0a8f7 common/environment/setup/install.sh: quote filename in vinstall
Fixes #5011
2016-10-21 01:46:06 +02:00
Michael Gehring 0cf2a7e827 boost: update to 1.62.0 (soname bump) 2016-10-20 20:41:12 +02:00
Alessio Sergi 0e56034021 common/shlibs: remove obsolete python-related entries 2016-10-19 19:43:25 +02:00
Alessio Sergi 0a680874f6 python3.5: removed, superseded by python3. 2016-10-19 19:37:10 +02:00
Alessio Sergi c425567d6a python3.4: removed, we switched to Python 3.5 2016-10-19 19:35:03 +02:00
Denis Revin 913bdfd3bd New package: kauth-5.26.0 2016-10-17 09:53:28 +04:00
Alessio Sergi 16fb9d4c0b common/shlibs: add missing entry for python3-pyside 2016-10-17 03:00:57 +02:00
Alessio Sergi 29032cfb18 shiboken: rebuild for Python 3.5
Switch to python3-* pkgs.
Convert python3.4-* pkgs into dummy pkgs.
2016-10-17 02:30:47 +02:00
Toyam Cox 9656f915c9 Merge pull request #4919 from dutsky/kdnssd
New package: kdnssd-5.26.0
2016-10-16 17:11:12 -04:00
Toyam Cox 69ef9890f2 Merge pull request #4901 from dutsky/kdbusaddons
New package: kdbusaddons-5.26.0
2016-10-16 17:10:35 -04:00
Toyam Cox c14a14c769 Merge pull request #4896 from dutsky/kcoreaddons
New package: kcoreaddons-5.26.0
2016-10-16 15:01:21 -04:00
Alessio Sergi 817e47b750 common/shlibs: build order hack 2016-10-16 18:15:09 +02:00
Alessio Sergi 1e7999e6e6 python3: update to 3.5.2 2016-10-16 17:04:44 +02:00
Alessio Sergi 4e6576e7a4 xbps-src: add support for python3 pkgs
- python_module build style now builds modules for python2/3 by default
- new python2_module and python3_module build styles for building
  python2-only and python3-only packages respectively
- no more python_versions
- no need to define pycompile_version for Python modules anymore
  (still needed for non-Python modules though)
- Python version and paths are now guessed automatically and a set of
  useful variables can now be used in templates
- #!/usr/bin/python2 and #!/usr/bin/python3 are now the default shebangs
- /usr/bin/foo2 and /usr/bin/foo3 are now the default names for bin
  scripts (for use with alternatives)
2016-10-16 16:59:31 +02:00
Denis Revin 98c80600d8 New package: kpty-5.26.0 2016-10-16 13:04:02 +04:00
Denis Revin d78964fecd New package: threadweaver-5.26.0 2016-10-16 13:00:12 +04:00
Denis Revin 08a2b4f8a7 New package: sonnet-5.26.0 2016-10-16 12:58:41 +04:00
Denis Revin faf50111fa New package: networkmanager-qt5-5.26.0 2016-10-16 12:55:30 +04:00
Denis Revin 4c946c824e New package: kwidgetsaddons-5.26.0 2016-10-16 12:53:59 +04:00
Denis Revin 1441fc1db9 New package: kplotting-5.26.0 2016-10-16 12:51:44 +04:00
Denis Revin 93f07740ee New package: kitemviews-5.26.0 2016-10-16 12:50:01 +04:00
Denis Revin 22240e533f New package: kitemmodels-5.26.0 2016-10-16 12:48:42 +04:00
Denis Revin d8eacfd69a New package: ki18n-5.26.0 2016-10-16 12:46:48 +04:00
Denis Revin 04ca4dc0c2 New package: kdnssd-5.26.0 2016-10-16 12:42:55 +04:00
Denis Revin 2d50f45656 New package: kdbusaddons-5.26.0 2016-10-16 12:40:57 +04:00
Denis Revin 1338d1fc62 New package: kcoreaddons-5.26.0 2016-10-16 12:37:38 +04:00
Denis Revin 394792bdbc New package: kconfig-5.26.0 2016-10-16 12:01:08 +04:00
Denis Revin 833e60998d New package: kcodecs-5.26.0 2016-10-16 11:48:44 +04:00
Denis Revin 0596939547 New package: karchive-5.26.0 2016-10-14 20:01:37 +04:00
Jürgen Buchmüller 1401deb58c Merge pull request #4939 from Hoshpak/kmymoney
New package: kmymoney-4.8.0
2016-10-13 10:23:27 +02:00
Juan RP 9e6dcdfbc0 nvidia: update to 367.57. 2016-10-13 09:34:25 +02:00
Helmut Pozimski e5de889f5e New Package: kmymoney-4.8.0
The following libraries are added to common/shlibs in this commit:

- libpayeeidentifier_iban_bic_widgets.so.4
- libkmm_plugin.so.4
- libkmm_widgets.so.4
- libkmm_kdchart.so.4
- libkmm_mymoney.so.4
- libpayeeidentifier_nationalAccount.so.4
- libpayeeidentifier_iban_bic.so.4
- libkmm_payeeidentifier.so
2016-10-12 18:39:26 +02:00
Helmut Pozimski 5f72c2da36 New Package: libalkimia-5.0.0
common/shlibs: add libalkimia.so.5
2016-10-12 18:39:26 +02:00
Helmut Pozimski 6c67c5a51e common/shlibs: correct package for libgwengui-qt4.so.0
change package for libgwengui-qt4.so.0 from gwenhywfar to gwenhywfar-qt4 so it can be resolved properly
2016-10-12 18:39:25 +02:00
Jürgen Buchmüller 634e3d1931 Merge pull request #4941 from Hoshpak/knemo
New Package: knemo-0.7.7
2016-10-12 08:57:12 +02:00
Juergen Buchmueller 81b72b348e New package: libsoxr-0.1.2 2016-10-11 09:08:45 +02:00
Helmut Pozimski 5e67b34d33 common/shlibs: add missing libksignalplotter.so.4 2016-10-11 09:05:39 +02:00
Juergen Buchmueller 43de07cc54 gpgme: split off gpgmepp{,-devel} subpkgs 2016-10-10 22:12:51 +02:00
Juergen Buchmueller 9d89a7598b New package: qmmp-1.1.14
Closes #4913
2016-10-10 18:12:01 +02:00
lemmi e70d1249cf openimageio: update to 1.7.7. 2016-10-10 02:30:14 +02:00
Juergen Buchmueller ea8c9a6101 libical: update to 2.0.0
Also fixes gcc6 musl build.
2016-10-09 11:18:05 +02:00
Michael Gehring 4d9e5102f9 poppler: update to 0.48.0. (soname bump) 2016-10-09 09:59:28 +02:00
Enno Boland 91faec7f79 libwebsockets: update to 2.1.0. 2016-10-09 08:40:59 +02:00
Michael Gehring 3cffc36911 Merge pull request #4915 from ebfe/xapian
xapian-core: update to 1.4.0. (soname bump)
2016-10-09 08:01:06 +02:00
Michael Gehring bac9cef91b xapian-core: update to 1.4.0. (soname bump) 2016-10-09 07:57:00 +02:00
Jürgen Buchmüller a4d371f29e Merge pull request #4889 from diogoleal/z80ex
New package: z80ex-1.1.21
2016-10-09 00:58:18 +02:00
Diogo Leal f05a8fdfaa New package: z80ex-1.1.21 2016-10-06 07:37:41 -03:00
Toyam Cox fa31c6afc4 libwebsockets: rebuild for libressl-2.4.3 2016-10-06 03:47:56 -04:00
Toyam Cox e68bfa48ad libressl: update to 2.4.3. 2016-10-06 03:46:48 -04:00
Christian Neukirchen a91c8dcdfe build-style/qmake.sh: set CC/CXX/LINK. 2016-10-05 14:03:16 +02:00
Juergen Buchmueller e12ea19ef6 xmlrpc-c: fix gcc6 build
Also add missing common/shlibs entries.
2016-10-04 10:31:10 +02:00
Christian Neukirchen 92847e784e jsoncpp: update shlibs. 2016-10-03 16:54:03 +02:00
Juergen Buchmueller 1c1ccc9071 cegui07: Add missing shlibs entry 2016-10-03 13:49:44 +02:00
Christian Neukirchen 5e6e39e9c6 gpgme: update to 1.7.0. 2016-10-02 11:30:18 +02:00
Christian Neukirchen 470adc93b2 libunwind: update to 1.2rc1.
Includes AArch64 support, no stable upstream release in 4 years.
2016-10-01 18:25:05 +02:00
Christian Neukirchen 52075f5929 New package: open-isns-0.96 2016-09-30 16:41:16 +02:00
Julien Dehos 111450e555 hdf5: enable c++ 2016-09-30 15:31:13 +02:00
Denis Revin e128169557 lmdb: fix soname generation (#4856)
lmdb: fix soname generation
2016-09-30 01:47:34 -04:00
Alessio Sergi 801c0d4db9 New package: libfm-qt-0.11.1 2016-09-29 11:29:29 +02:00
Alessio Sergi c3c4c78933 New package: kidletime-5.26.0 2016-09-29 11:09:26 +02:00
Alessio Sergi 33856709f6 libqtxdg: update to 2.0.0 2016-09-29 10:50:00 +02:00
Alessio Sergi 0356e742b8 New package: libsysstat-0.3.2 2016-09-29 10:05:03 +02:00
Alessio Sergi 906426f5ae libfm: split out libfm-gtk
Required by libfm-qt>=0.11.0.
2016-09-29 09:35:49 +02:00
Christian Neukirchen 7fdc14870c oniguruma: update to 6.1.1. 2016-09-28 14:27:41 +02:00
Juergen Buchmueller d85f318170 ppl: update to 1.2
This fixes the gcc6 build
2016-09-25 18:06:25 +02:00
Alessio Sergi a8423e1391 libkscreen: update to 5.7.5 2016-09-25 11:29:15 +02:00
Alessio Sergi b504ba5581 New package: kwayland-5.26.0 2016-09-25 11:19:38 +02:00
Michael Gehring df48cd0e41 audacious: update to 3.8. (soname bump) 2016-09-25 09:50:35 +02:00
Christian Neukirchen c6b3df3973 openmpi: update to 2.0.1. 2016-09-24 00:11:04 +02:00
Toyam Cox c11020f4de ffmpeg: update to 3.1.3. 2016-09-22 08:09:47 -04:00
Juan RP 12aa6d3358 mgba: update to 0.5.0. 2016-09-22 06:41:50 +02:00
Michael Gehring de6d71b2df gnutls: update to 3.4.15. (soname bump) 2016-09-21 08:31:35 +02:00
Michael Gehring 37a89ee1b7 poppler: update to 0.47.0. (soname bump) 2016-09-20 12:22:23 +02:00
Michael Gehring 6923fa6252 hunspell: update to 1.4.1. (soname bump) 2016-09-20 12:22:23 +02:00
Satoshi Amemiya 0a5c4e89bf New package: libskk 2016-09-20 19:00:09 +09:00
Juergen Buchmueller b92649d71c libgames-support: rename to libgnome-games-support
Upstream renamed the package and updated to 1.2.0
2016-09-20 07:40:25 +02:00
Christian Neukirchen 43c25bf405 autoconf_cache/aarch64-linux: set as_cv_unaligned_access=no.
Unaligned access is generally permitted, but there are modes where it
is not, and who knows which hacks are enabled when that thing is on.
2016-09-19 21:28:14 +02:00
Christian Neukirchen 1cb3b7f968 wxGTK: removed, obsolete. 2016-09-19 21:13:27 +02:00
Juergen Buchmueller 230591f32c qt: split off new subpkgs qt-designer-{libs,devel} 2016-09-19 19:47:17 +02:00
Jürgen Buchmüller 38bad67383 New package: qt-webkit-2.3.4
The idea to have a separate qt-webkit package which builds with gcc6
is taken from the Arch Linux team's efforts:
https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/qtwebkit

This addresses #4748 the unsolvable(?) problems when trying to build the
shipped qtwebkit that comes with qt-4.7.8 with gcc6.
2016-09-19 05:57:22 +02:00
Michael Gehring da8ed9506d libvpx: update to 1.6.0. (soname bump) 2016-09-18 01:54:49 +02:00
Michael Gehring c1d43b1018 Merge pull request #4775 from tonkazoid/mac
new package: mac-3.99
2016-09-17 13:01:54 +02:00
Juergen Buchmueller 70632e137e efl: update to 1.18.1 2016-09-17 10:46:43 +02:00
Christian Neukirchen ff8e25b4f3 build-style/go.sh: enable aarch64. 2016-09-16 22:26:56 +02:00
Georg Schabel 9a42f5c555 new package: mac-3.99 2016-09-15 23:07:12 +02:00
Michael Gehring 01434b5a4e rhythmbox: update to 3.4.1. 2016-09-14 10:34:14 +02:00
Michael Gehring cdb6e78e7c libtorrent-rasterbar: update to 1.1.1. (soname bump)
Fixes CVE-2016-7164
2016-09-14 00:06:29 +02:00
Jürgen Buchmüller 1b6243b62d jbigkit: autotools + libtool for shared library
Created a "fork" of jbigkit-2.1 at github which uses autotools
and libtool to create both, shared and static libraries.

Parallel building fails because test programs which depend on the
libraries are built before these (not yet installed) libs,
thus the disable_parallel_build=yes
2016-09-12 01:45:10 +02:00
Michael Gehring befffb39e1 common/shlibs: add libsass
Fixes #4749
2016-09-11 23:34:21 +02:00
Michael Gehring 1d2249e459 wireshark: update to 2.2.0. 2016-09-09 21:28:32 +02:00
Juergen Buchmueller 556184e229 facter: update to 3.4.1 2016-09-07 13:54:23 +02:00
Michael Gehring 18331cb2a0 chromaprint: update to 1.3.2. (soname bump) 2016-09-07 09:08:45 +02:00
Christian Neukirchen 94d5b0bc8e jimtcl: update to 0.77. 2016-09-05 13:06:49 +02:00
Michael Gehring c43c5c7031 libopenshot: update to 0.1.2. (soname bump) 2016-09-04 08:49:01 +02:00