Commit Graph

20611 Commits

Author SHA1 Message Date
Peter Simons
d2be882ab1 haskell-yaml: update to version 0.8.0.1 2012-08-09 12:11:16 +02:00
Peter Simons
3a6a59920b haskell-xml-conduit: update to version 1.0.3 2012-08-09 12:11:16 +02:00
Peter Simons
655c7d61d7 haskell-warp: update to version 1.3.0.1 2012-08-09 12:11:16 +02:00
Peter Simons
d58036f542 haskell-wai: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons
89a0de93f5 haskell-wai-logger: update to version 0.2.0 2012-08-09 12:11:16 +02:00
Peter Simons
54f1ff4cff haskell-wai-extra: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons
34e0642359 haskell-wai-app-static: update to version 1.3.0 2012-08-09 12:11:16 +02:00
Peter Simons
34af15ebe0 haskell-vacuum: update to version 2.0.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
8387a3e51b haskell-terminfo: update to version 0.3.2.5 2012-08-09 12:11:15 +02:00
Peter Simons
6cf377b963 haskell-postgresql-simple: update to version 0.2.2.0 2012-08-09 12:11:15 +02:00
Peter Simons
7dbc731dca haskell-persistent: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
3bc886d04b haskell-persistent-template: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
33906970d7 haskell-persistent-sqlite: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
155895087c haskell-persistent-postgresql: update to version 1.0.0 2012-08-09 12:11:15 +02:00
Peter Simons
7e50fc4bc5 haskell-network-conduit: update to version 0.5.0 2012-08-09 12:11:15 +02:00
Peter Simons
0d16a90c96 haskell-http-types: update to version 0.7.1 2012-08-09 12:11:14 +02:00
Peter Simons
58aac6b0b8 haskell-http-conduit: update to version 1.5.0.3 2012-08-09 12:11:14 +02:00
Peter Simons
7294f7e31a haskell-hoogle: update to version 4.2.12 2012-08-09 12:11:14 +02:00
Peter Simons
7e40c4950c haskell-happstack-server: update to version 7.0.4 2012-08-09 12:11:14 +02:00
Peter Simons
b477528c80 haskell-hamlet: update to version 1.1.0.1 2012-08-09 12:11:14 +02:00
Peter Simons
33cd3511ac haskell-fast-logger: update to version 0.2.1 2012-08-09 12:11:14 +02:00
Peter Simons
626f0fa4c7 haskell-data-default: update to version 0.5.0 2012-08-09 12:11:14 +02:00
Peter Simons
82ad60c861 haskell-crypto-conduit: update to version 0.4.0 2012-08-09 12:11:14 +02:00
Peter Simons
106e21f216 haskell-conduit: update to version 0.5.2.3 2012-08-09 12:11:13 +02:00
Peter Simons
19a790ddb8 haskell-clientsession: update to version 0.8.0 2012-08-09 12:11:13 +02:00
Peter Simons
ae1cb6006c haskell-blaze-builder-conduit: update to version 0.5.0 2012-08-09 12:11:13 +02:00
Peter Simons
caa14bb60b haskell-authenticate: update to version 1.3.0.1 2012-08-09 12:11:13 +02:00
Peter Simons
f061cfe2f3 haskell-attoparsec-conduit: update to version 0.5.0 2012-08-09 12:11:13 +02:00
Peter Simons
63a87e38c6 haskell-HStringTemplate: update to version 0.6.9 2012-08-09 12:11:13 +02:00
Peter Simons
e0c204a940 haskell-hakyll: patch to allow building with latest version of 'hamlet' 2012-08-09 12:11:13 +02:00
Peter Simons
0979c3df69 haskell-snap: patch to allow building with latest version of 'clientsession' 2012-08-09 12:11:12 +02:00
Peter Simons
7aa98d2f5e haskell-monad-logger: add version 0.2.0 2012-08-09 12:11:12 +02:00
Peter Simons
b454e2e43e haskell-unix-time: add version 0.1.0 2012-08-09 12:11:12 +02:00
Michael Raskin
801dee4a36 SBCL: update to 1.0.58 2012-08-09 13:01:04 +04:00
Michael Raskin
2a2b52201e Wine: update to 1.5.10 2012-08-09 12:55:30 +04:00
Michael Raskin
938d86b16b Veracity: update to version 2.0
Still no permission support or commit signing, though.
2012-08-09 11:05:43 +04:00
Michael Raskin
6be27d8c4e Vacuum-IM: update to 1.2.0 2012-08-09 08:59:38 +04:00
aszlig
cb9b55a197 google-talk-plugin: Prefer Debian package.
The reason is because unpacking debian packages requires fewer dependencies (ar,
gzip and tar, nothing more), and in addition we can explicitly reference a
version number from the apt repository.
2012-08-08 19:06:46 +02:00
Mathijs Kwik
a8ef82d372 Merge pull request #91 from aszlig/chromium-ffmpeg-fix
chromium: Install libffmpegsumo.so.
2012-08-07 11:57:04 -07:00
aszlig
fbfd84f816 chromium: Install libffmpegsumo.so.
This caused HTML5 video to not work because this shared library is loaded at
runtime.

Unfortunately we can't use system ffmpeg yet, because upgrading would break
builds of other packages, and it would result in a copy of ffmpeg laying around
aswell, so we can defer this until we have fixed ffmpeg.

Thanks to @bluescreen303 for the bug report.
2012-08-07 19:11:58 +02:00
Vladimír Čunát
cf3ea80e1f Scribus minor update, modifying dependencies.
- using the boostHeaders dep to build scribus with 2geom (internal)
- adding more xorg deps to build with XCB support
2012-08-07 17:41:18 +02:00
Vladimír Čunát
54651b2662 Hunspell upgrade. 2012-08-07 16:38:26 +02:00
Vladimír Čunát
740cd9b5f4 LyX: add support for spell checking via enchant.
Also comment on testing of other config options.
2012-08-07 16:06:13 +02:00
Shea Levy
21a200d6b2 linux/manual-config: Fix depmod step, remove false comment 2012-08-07 06:36:50 -04:00
Rob Vermaas
374886444f xvfb-run: add some runtime dependencies to wrapper, set FONTCONFIG_FILE 2012-08-07 03:27:00 +02:00
Rob Vermaas
f676f9e487 Add xvfb-run, a wrapper script for Xvfb. 2012-08-07 03:14:17 +02:00
Rob Vermaas
679b534dd0 Add selenium python package 2012-08-07 00:11:55 +02:00
Eelco Dolstra
f901b6d38d git: Update to 1.7.11.4 2012-08-06 15:27:28 -04:00
Shea Levy
988ef8acea Merge pull request #85 from coreyoconnor/master
Adds Eclipse 4.2 to editors/eclipse
2012-08-06 13:27:06 -04:00
viric
0eb1b30947 Merge pull request #88 from cpages/master
awesome: update to 3.4.13
2012-08-06 08:59:32 -07:00