Commit graph

26554 commits

Author SHA1 Message Date
Christian Neukirchen
d5c8a21727 cinnamon-session: update to 2.2.2. 2014-08-30 20:10:23 +02:00
Christian Neukirchen
480a427198 cinnamon-translations: update to 2.2.4. 2014-08-30 20:10:23 +02:00
Christian Neukirchen
be2187270a New package: cinnamon-menus-2.2.0 2014-08-30 20:10:23 +02:00
Christian Neukirchen
b70f26d033 cinnamon-settings-daemon: update to 2.2.4. 2014-08-30 20:10:23 +02:00
Christian Neukirchen
b21e9274f0 muffin: update to 2.2.6 2014-08-30 20:06:02 +02:00
Christian Neukirchen
0285ff25eb cinnamon-desktop: update to 2.2.3. 2014-08-30 20:06:02 +02:00
Juan RP
c3e84dfb5e jack: fix eigen detection in cross builds. 2014-08-30 18:42:26 +02:00
Juan RP
fd17c35611 jack: enable eigen and opus support. 2014-08-30 18:40:06 +02:00
Juan RP
6ca855179a jack: update to 1.9.10. 2014-08-30 18:37:34 +02:00
Juan RP
2e379fd31c harfbuzz: update to 0.9.35. 2014-08-30 18:29:21 +02:00
Juan RP
536c41b574 gtkaml: broken=yes; broken with vala>=0.20. 2014-08-30 18:10:02 +02:00
Juan RP
bf32923b82 agar: removed; has been broken for a long time and seems to be dead upstream. 2014-08-30 18:03:11 +02:00
Juan RP
a6eae633a8 simple-scan: fix cross build. 2014-08-30 18:02:37 +02:00
Juan RP
b1555c69b9 simple-scan: update to 3.12.2. 2014-08-30 17:59:12 +02:00
Juan RP
a95bc0319c Remove obsolete ocaml-compiler-libs subpkg symlink. 2014-08-30 17:55:47 +02:00
Christian Neukirchen
391141b9f7 lyx: update to 2.1.1. 2014-08-30 17:02:01 +02:00
Christian Neukirchen
807f7e7f3e kernel-uml: let only_for_archs error out 2014-08-30 14:33:38 +02:00
Christian Neukirchen
b4e3e7c29b linux: let only_for_archs error out 2014-08-30 14:33:38 +02:00
Christian Neukirchen
ccd0dfe8c5 opam: update to opam-1.2.0.beta4.
Using beta version to support OCaml 4.02.0, stable release should
follow soon.
2014-08-30 14:15:53 +02:00
Christian Neukirchen
a7c8ef858d ocaml: update to 4.02.0.
ocaml-compiler-libs is gone, since it was essential for use of
ocamldebug and for building toplevels.  We now let "make install"
install the relevant parts of the compiler-libs.
2014-08-30 14:15:53 +02:00
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