Commit Graph

78718 Commits

Author SHA1 Message Date
ajacoutot
32a9d93edb time_t -> long 2012-10-18 13:55:27 +00:00
ajacoutot
7335f84678 We are getting fucked by our 32-bits time_t :( 2012-10-18 13:54:56 +00:00
ajacoutot
34d52f120c Extend README: give an example of xdg-mime(1) usage. 2012-10-18 13:17:36 +00:00
ajacoutot
c15bc236f5 Change some variables from time_t to long to prevent crashes all over... 2012-10-18 12:55:05 +00:00
ajacoutot
fb620b5c8b Adapt comment. 2012-10-18 12:29:43 +00:00
sthen
7c0a62fbea update get_iplayer to a more recent snapshot 2012-10-18 12:27:51 +00:00
sebastia
167d1ee0fd Update corebase to 0.1.1
fixing some issues in the CFString and the CFStringEncoding classes.

OK aja@
2012-10-18 09:07:03 +00:00
giovanni
ac59c8b29d Update to 1.9 2012-10-18 08:18:56 +00:00
giovanni
2e62646874 Major update to 3.3.0, many plugins added, bugs fixed and many more 2012-10-18 08:15:41 +00:00
giovanni
f3cf748e56 Update to 2.2.23, fixes CVE-2012-2687 and CVE-2012-0883.
ok sthen@
2012-10-18 08:12:16 +00:00
giovanni
4da68b33fb Bugfix update to 4.11.0, a patch has been committed upstream 2012-10-18 08:06:27 +00:00
giovanni
6c2431a5fb Bugfix update to 0.64 2012-10-18 08:04:01 +00:00
landry
8780a3cf88 Remove py-ctypes, it's been bundled in python since 2.5, and it doesnt
build on hppa.
ok rpointel@ ajacoutot@ maintainer timeout
2012-10-18 08:00:28 +00:00
landry
705c95b5ed Update to gdal 1.9.2.
Tested in an amd64 bulk build and on sparc64.
2012-10-18 07:09:29 +00:00
ajacoutot
f8b65620e7 Fix after recent pangox-compat update. 2012-10-18 06:22:03 +00:00
ajacoutot
738f8654fa Update to pangox-compat-0.0.2. 2012-10-18 06:21:37 +00:00
pea
ad927e6ea6 Bugfixes update to 3.1.1
ok ajacoutot@
2012-10-17 20:22:46 +00:00
kili
bace6db5b2 Bupm (required due to haskell package signature change after the
update of hs-base64-bytestring).
2012-10-17 20:08:38 +00:00
kili
5a82261ef1 Update to hs-base64-bytestring-1.0.0.0.
ok dcoppa@, jasper@ (maintainer)
2012-10-17 20:07:44 +00:00
kurt
e6d0f75aab Fix boehm-gc and increase gcj default thread stack size. Makes gjc work
well enough to bootstrap devel/jdk/1.6. okay pascal@ jasper@
2012-10-17 19:58:21 +00:00
jasper
24ceb2f529 - update to file-roller-3.6.1.1 2012-10-17 19:50:29 +00:00
jasper
731fff7b10 - fixup LIB_DEPENDS 2012-10-17 19:43:34 +00:00
landry
dd73389afd Remove extra verbose logging from OS.File, confuses people. (#785200) 2012-10-17 19:43:24 +00:00
ajacoutot
4a9063a2d9 Minor update to py-gobject3-3.4.1.1. 2012-10-17 17:31:05 +00:00
jasper
372a8beb2e - update to 1.34.1.1.. 2012-10-17 16:31:55 +00:00
jasper
dd394bc189 add dependency on php,-gd
ok robert@
2012-10-17 16:31:30 +00:00
jasper
ff7c8a46d3 - update to 1.34.1 2012-10-17 16:29:30 +00:00
ajacoutot
cd936fb3b6 GNOME 3.6.1. 2012-10-17 15:55:18 +00:00
ajacoutot
e5d9ec2985 Update to gnome-desktop-3.6.1. 2012-10-17 15:54:40 +00:00
pea
d150a1cc82 Add npth 2012-10-17 12:00:44 +00:00
pea
fa4c815e80 Import npth
nPth is a non-preemptive threads implementation using an API very similar to
the one known from GNU Pth. It has been designed as a replacement of GNU Pth
for non-ancient operating systems. In contrast to GNU Pth is is based on the
system's standard threads implementation. Thus nPth allows the use of
libraries which are not compatible to GNU Pth.

ok ajacoutot@
2012-10-17 11:56:22 +00:00
pea
a038c21368 Update to 2012-10-13 (Adora Belle)
ok landry@
2012-10-17 11:49:44 +00:00
ajacoutot
6f561bb63a Bump pulseaudio requirements. 2012-10-17 11:49:37 +00:00
ajacoutot
899f1feec9 Maintenance update to pulseaudio-2.1.
ok robert@ (maintainer)
2012-10-17 11:49:08 +00:00
jasper
e6064e13f7 - update to clutter-1.12.2 2012-10-17 11:32:42 +00:00
jasper
c7c15e2024 pushed upstream 2012-10-17 10:51:33 +00:00
ajacoutot
5787d9bb1c Remove bogus RUN_DEPENDS. 2012-10-17 10:30:47 +00:00
jasper
826ca5e9ca - update to gnome-games-3.6.1 2012-10-17 10:03:22 +00:00
sthen
843378a636 fix pgsql init scripts, pointed out by viq 2012-10-17 09:33:06 +00:00
sthen
85cb2566b2 Fix up some SYSCONFDIR/BASESYSCONFDIR problems. Pointed out by viq, thanks. 2012-10-17 09:18:29 +00:00
robert
ac827d7fd8 merge the yubikey auth module to owncloud 4.5.0
requested by ajacoutot@
2012-10-17 09:16:10 +00:00
dcoppa
e22e752909 Unbreak GTK+3 applications that use gnome-icon-theme, when executed
outside of a Desktop Environment.
Basically, it's the same trick I did for GTK+2, applied to GTK+3.

OK ajacoutot@
2012-10-17 08:50:40 +00:00
ajacoutot
263bf03792 Update to vino-3.6.1. 2012-10-17 07:11:30 +00:00
ajacoutot
34e4df8286 Update to vinagre-3.6.1. 2012-10-17 07:00:26 +00:00
ajacoutot
740f86b42e Update to baobab-3.6.2. 2012-10-17 06:53:09 +00:00
ajacoutot
ec791f85ca Update to at-spi2-atk-2.6.1. 2012-10-17 06:51:04 +00:00
ajacoutot
966f59af8d Update to at-spi2-core-2.6.1. 2012-10-17 06:47:54 +00:00
naddy
88a52de18e update to 2.0 and move to GTK3 2012-10-16 18:55:01 +00:00
jasper
fcfde59eda add link to bz ticket 2012-10-16 18:24:24 +00:00
jasper
a590720ad0 - update to gedit-code-assistance-0.1.4
* now with python and xml support
2012-10-16 18:23:23 +00:00