Commit graph

26534 commits

Author SHA1 Message Date
Jan S
d14343e46f parallel: update to 20140822 2014-08-30 13:24:09 +02:00
Jan S
3a4d1921a3 gnuchess: update to 6.1.2. 2014-08-30 13:20:43 +02:00
Juan RP
8ed5a6990b xfce4-weather-plugin: update to 0.8.3 (close #525). 2014-08-30 11:21:44 +02:00
Juan RP
0d39966b9f Revbump pkgs that link against libmng. 2014-08-30 10:41:38 +02:00
Juan RP
58707d3733 libmng: update to 2.0.2 (soname bump). 2014-08-30 10:41:17 +02:00
Juan RP
09a4795c45 gimp: update to 2.8.14. 2014-08-30 09:48:36 +02:00
Juan RP
9030708471 libosinfo: update to 0.2.11. 2014-08-30 09:24:22 +02:00
Juan RP
6d20b9a05a xbps-src: move vopt_* helpers to environment/setup/options.sh. 2014-08-30 09:10:11 +02:00
Juan RP
790202ddbd xbps-src: move helpers to environment; there's no need to have them.
Those helpers were just setting up some extra functions that can be used
on templates, and this can be done already via environment, so let's remove
the helpers completely.
2014-08-30 09:01:29 +02:00
Juan RP
85106303ad tk: update to 8.6.2. 2014-08-30 07:40:23 +02:00
Juan RP
b1499c8747 tcl: update to 8.6.2. 2014-08-30 07:39:21 +02:00
Christian Neukirchen
e967741f3e ppsspp: nocross=yes 2014-08-30 02:00:08 +02:00
Christian Neukirchen
3ce1ea7ef5 swc-git: use correct DRM drivers depending on platform. 2014-08-30 01:57:26 +02:00
Christian Neukirchen
8f34198a1e wld-git: use correct DRM drivers depending on platform. 2014-08-30 01:57:26 +02:00
Christian Neukirchen
5dbe8cbab3 wxWidgets: nocross=yes 2014-08-30 01:57:26 +02:00
Christian Neukirchen
e780cc9e3a john: enable generic build for other archs. 2014-08-30 01:57:26 +02:00
Dominik Honnef
cef570e100 emacs: use new vopt helpers
the emacs template, and previously the qemu template, were adjusted to
use the new vopt helpers, to serve as examples.

We're not going to update all other templates at once though. They'll be
adjusted once they require other changes (e.g. a version bump).
2014-08-30 00:39:46 +02:00
Dominik Honnef
cd031319cc qemu: use new vopt helpers 2014-08-30 00:39:46 +02:00
Dominik Honnef
cdd2ce0da4 add helpers for working with options
Add the helpers vopt_if, vopt_with and vopt_enable that simplify common
option-based operations.

Instead of a bunch of

if [ "$build_option_foo" ]; then
	configure_args+=" --with-foo"
	makedepends+=" foo-devel"
else
	configure_args+=" --without-foo"
fi

one can use

configure_args="... $(vopt_with foo)
makedepends="... $(vopt_if foo foo-devel)"

instead.

We're adding these functions to common/xbps-src/shutils/common.sh but
that might not be the ideal place. I would've preferred
common/helpers/options.sh, but helpers are only available in the
individual phases, not when the template itself gets parsed.
2014-08-30 00:39:46 +02:00
Jan S
a81950142e youtube-dl: update to 2014.08.29. 2014-08-29 21:56:21 +02:00
Dominik Honnef
753a78b171 qemu: add gtk option 2014-08-29 21:43:46 +02:00
Juan RP
b29dfe8ac4 xbps-src: with -C do not remove wrksrc on SIGINT; found by @chneukirchen. 2014-08-29 21:23:07 +02:00
Juan RP
db9da1246e lgi: rebuild with a fixed libffi pkg-config file. 2014-08-29 20:24:08 +02:00
Juan RP
dae2756809 libffi: fix its stupid pkg-config file. 2014-08-29 20:23:37 +02:00
Juan RP
0991261353 lgi: revbump to force a rebuild for x86. 2014-08-29 19:59:41 +02:00
Juan RP
f05f35c445 awesome: pango is required indirectly via lgi; found by lemmi@irc. 2014-08-29 19:55:21 +02:00
Juan RP
2caa5c796e runit-void: bump with twerks. 2014-08-29 19:47:58 +02:00
Juan RP
bd2117c848 lapack: revbump to trigger autobuilds. 2014-08-29 19:39:57 +02:00
Alessio Sergi
5cdeb8c334 libBLAS: removed; superseded by blas 2014-08-29 19:29:29 +02:00
Alessio Sergi
daf87aa527 liblapack: removed; superseded by lapack 2014-08-29 19:25:49 +02:00
Alessio Sergi
1cfb846ae6 New package: lapack-3.5.0; supersedes liblapack
New (sub)package: blas-3.5.0; supersedes libBLAS
2014-08-29 19:20:59 +02:00
Christian Neukirchen
bc3ddf9ae0 minitube: depend on virtual?phonon-backend 2014-08-29 19:16:34 +02:00
Juan RP
237fe4cd0f pcmanfm: add missing symlink to make it find libfm modules. 2014-08-29 17:24:15 +02:00
Juan RP
8060f24d48 base-directories: create /media for udisks. 2014-08-29 17:22:55 +02:00
Juan RP
863bd73fb5 man-pages: update to 3.71. 2014-08-29 16:05:57 +02:00
Juan RP
34244b6b1d zsh: update to 5.0.6. 2014-08-29 12:27:29 +02:00
Juan RP
3d8c95194f crypsetup: add pwquality option (off) and switch to the openssl crypto backend.
- pwquality is disabled because otherwise needs the cracklib dictionaries.
- openssl crypto backend is used rather than libgcrypt to avoid extra deps.
2014-08-29 10:49:02 +02:00
Juan RP
e9cd3bdfad base-files: bump version for previous. 2014-08-29 10:12:12 +02:00
Juan RP
09de315e59 base-files: remove obsolete udev rules file. 2014-08-29 10:11:40 +02:00
Jan S
27dab6acd5 mutagen: update to 1.24. 2014-08-29 10:07:26 +02:00
Jan S
99ca5db2e8 python-lxml: update to 3.3.6. 2014-08-29 10:04:35 +02:00
Enno Boland
dedd9b9d3f xz: fixing typo in homepage 2014-08-29 09:57:58 +02:00
Jan S
085e20b325 shorewall: update to 4.6.3.1. 2014-08-29 09:57:56 +02:00
Juan RP
32423dcebf base-files: enable PID in core files and protected hard/soft links via sysctl.conf(5). 2014-08-29 09:53:45 +02:00
Juan RP
2fc752c48a grub: move back some required utils to the main pkg, required by grub-install. 2014-08-29 08:12:31 +02:00
Juan RP
30e208e028 grub: remove ppc/sparc64 utils; move uncommon utils to -utils to reduce rdeps. 2014-08-28 23:08:06 +02:00
Juan RP
c0049997be ecryptfs-utils: update to 104. 2014-08-28 19:00:47 +02:00
Christian Neukirchen
b0106cb98e mongodb: fix cross compile. 2014-08-28 18:52:52 +02:00
Christian Neukirchen
3e56f98bcb redis: nocross=yes 2014-08-28 18:52:52 +02:00
Christian Neukirchen
66c52f7eaa litecoin: remove only_for_archs 2014-08-28 18:52:52 +02:00