fbrosson
e4ed65b87e
rubberband: bump to 1.8.2, add debuginfo. ( #2685 )
...
* Add commandSuffix and relativeCommandBinDir.
* Update the sed command in PATCH(), mostly s/@prefix@/$(PREFIX)/,
and also make "make install" check if librubberband-jni.so exists
before trying to install it. (We need javac to build it.)
2018-06-14 13:32:12 +00:00
Gerasim Troeglazov
d63e690af6
SMPlayer: disable window embeding
2018-06-14 05:55:41 +00:00
miqlas
2278ab9831
Tor: bump, add debuginfo ( #2550 )
2018-06-14 00:53:19 +00:00
fbrosson
4242cb4d1f
libevent(21): enable on x86 secondary arch.
2018-06-14 00:39:23 +00:00
fbrosson
06cfb5dd1e
libevent: fix PROVIDES_devel.
2018-06-14 00:37:34 +00:00
fbrosson
b42811acd9
youtube-dl: bump to 2018.06.14.
2018-06-13 22:43:01 +00:00
fbrosson
ac0668e352
gnupg: bump old stable to 1.4.23.
2018-06-13 20:30:32 +00:00
Sergei Reznikov
8faafd2c57
LibreOffice: another build fix attempt
2018-06-13 22:18:15 +03:00
kwyxz
a71d09ea49
stella_libretro: an Atari VCS emulator libretro core ( #2684 )
2018-06-13 17:26:24 +00:00
fbrosson
455501e29c
HarfBuzz: bump to 1.8.1.
2018-06-13 15:45:08 +00:00
fbrosson
3a86a798fe
gptfdisk: select the libuuid from util-linux if possible. ( #2683 )
...
* On x86_gcc2 we only have the libuuid from the libuuid package.
* On all other architectures we can switch to the libuuid from the
util_linux package.
* The libuuid from util-linux needs libintl, but the latter does
not have a pkgconfig file, so we need to add "LDFLAGS=-lintl".
2018-06-13 14:38:31 +00:00
fbrosson
690dc0def9
libuuid: add CONFLICTS with (util-linux's) lib:libuuid. ( #2683 )
...
While at it, declare version for devel:libuuid.
2018-06-13 14:38:31 +00:00
Gerasim Troeglazov
1e9c41f8f5
QtWebKit: fix segfaults when built with GCC 7
2018-06-14 00:23:30 +10:00
Gerasim Troeglazov
03cbe0858a
QtHaikuPlugins: bump version
...
Add system locale integration
Add new toolbar icons
Fix size and border for SpinBox
2018-06-13 01:26:58 +00:00
Jérôme Duval
3fc8d3030f
gcc: rebuild with gcc7.
2018-06-12 18:42:45 +02:00
Jérôme Duval
11cacbce02
binutils: rebuild with gcc7.
2018-06-12 18:40:42 +02:00
Jérôme Duval
15709dcbdb
binutils: rebuild with gcc7.
2018-06-12 18:32:36 +02:00
Gerasim Troeglazov
af1ed57511
QtWebKit: fix build on GCC7
2018-06-12 21:35:46 +10:00
fbrosson
7670a5c580
byacc: bump to 20180609.
2018-06-12 09:24:28 +00:00
fbrosson
8b7091417e
cmark: move dev-util/cmark/ to app-text/cmark/ to follow Gentoo. ( #2681 )
2018-06-12 06:27:18 +00:00
fbrosson
1495c0fe5e
cmake: fix build on 2nd arch, fix PROVIDES*, simplify INSTALL.
...
* Add REPLACES to get rid of the previous revision which had
"libcmark" (instead of "cmark") in its PROVIDES.
* Move man3/cmark.3 and $libDir/cmake/ to the devel package.
* * Define commandBinDir and friends.
* Add PATCH() to have correct directories in src/CMakeLists.txt.
* Enable on x86 secondary arch.
* Update HOMEPAGE & COPYRIGHT.
2018-06-12 06:07:26 +00:00
fbrosson
47e252d54a
cmark: fix installation directories, fix PROVIDES*.
...
* Add REPLACES to get rid of the previous revision which had
"libcmark" (instead of "cmark") in its PROVIDES.
* Upstream does not install api_test, so drop its cmd: entry.
* Move man3/cmark.3 to the devel package.
* Define commandBinDir and friends.
* Add PATCH() to have correct directories in src/CMakeLists.txt.
* Enable on x86_64.
* Update HOMEPAGE & COPYRIGHT.
2018-06-11 23:43:07 +00:00
Schrijvers Luc
fbb3086564
convmv, bump version ( #2678 )
2018-06-11 00:05:29 +00:00
fbrosson
be5d602cd0
youtube-dl: bump to 2018.06.11.
2018-06-10 23:00:45 +00:00
fbrosson
4f36ece4de
python-2.7.14: sync line offsets in patchset, update HOMEPAGE.
2018-06-10 12:25:39 +00:00
fbrosson
777b365021
man: prepend alternate SOURCE_URI.
2018-06-10 12:15:00 +00:00
Gerasim Troeglazov
e19b428534
Telegram: add audio calls support
2018-06-10 22:06:49 +10:00
Schrijvers Luc
9c77882431
calc, bump version, add debuginfopackage ( #2676 )
...
Adding calc_data to BUILD_REQUIRES (when we build calc for a
secondary arch) is required to avoid a build failure when an
outdated version of calc_data is already installed.
2018-06-10 09:32:12 +00:00
fbrosson
b7106f123c
gnuplot: bump to 5.2.4.
2018-06-10 07:06:11 +00:00
fbrosson
1b2eae9145
bmake: bump to 20180512, add TEST, drop unneeded compat. ( #2675 )
2018-06-10 06:09:25 +00:00
Gerasim Troeglazov
8d6ecd1bb6
Telegram: bump version
...
* added audio call support (experemental)
2018-06-10 15:00:23 +10:00
Kacper Kasper
f0c5a823a8
libxcb: bump revision
2018-06-10 04:29:16 +02:00
Kacper Kasper
c57cbb2723
libxcb: add pthread_stubs to REQUIRES_devel
...
* Without it pkg-config will complain about missing lib
and xcb will be detected as unavailable.
2018-06-10 03:55:47 +02:00
Gerasim Troeglazov
aca938b62f
Dooble: bump version
...
* add haiku theme
* new app icon
2018-06-09 23:52:09 +10:00
fbrosson
c4ffd55060
exiftool: bump to 11.00 (production release)
2018-06-09 13:28:38 +00:00
Sergei Reznikov
bbd358fa19
LibreOffice: fix patch
2018-06-09 15:56:36 +03:00
Sergei Reznikov
b8eee5b1ed
KTorrent: bump version
...
* fix plugins install path
* add icon
* fix build with Qt 5.11
2018-06-09 13:49:12 +03:00
Sergei Reznikov
880812694b
EiskaltDC++: bump version
2018-06-09 10:35:27 +03:00
Gerasim Troeglazov
daff672b9d
Otter-Browser: bump version
...
* disable freespace checking
* tune default settings
2018-06-09 05:15:07 +00:00
Gerasim Troeglazov
a1c71f8540
Telegram: bump revision
2018-06-09 01:18:12 +00:00
Gerasim Troeglazov
0687ba6861
QtHaikuPlugins: bump version
2018-06-09 01:15:43 +00:00
Gerasim Troeglazov
f0536c5141
Qt5: bump revision for rebuild
2018-06-08 21:49:13 +00:00
Sergei Reznikov
d15e775a0a
qBittorrent: bump version
2018-06-08 18:32:43 +03:00
fbrosson
aadc73ff21
GnuPG: bump to 2.2.8, add cmd:ssh to TEST_REQUIRES.
2018-06-08 15:17:59 +00:00
Sergei Reznikov
21d0472a70
LibreOffice: fix build
2018-06-08 15:15:32 +03:00
fbrosson
4bf88414e0
LibreOffice: update after #2666 , which changed mdds. ( #2669 )
2018-06-08 11:05:32 +00:00
Sergei Reznikov
134de36da0
LibreOffice: fix moving library
2018-06-08 13:58:28 +03:00
Sergei Reznikov
af3286453b
LibreOffice: enable KDE5 backend
2018-06-08 13:55:12 +03:00
fbrosson
3d802ceb28
orcus: bump to 0.13.4, depend on boost >= 1.65.0. ( #2668 )
...
* Lock to the same minimum boost version as LibreOffice.
* Drop $secondaryArchSuffix after devel:mdds in BUILD_REQUIRES.
* Switch SOURCE_URI to tar.xz & https.
2018-06-08 10:45:00 +00:00
fbrosson
f80ae52bac
ixion: update after #2666 which changed mdds. ( #2667 )
...
Also, set LIBRARY_PATH to a nice value in TEST. (All tests pass :)
2018-06-08 10:37:17 +00:00