Christian Wiese
f12c946f8e
evolution-data-server: Updated (2.32.1 -> 2.32.2)
14 years ago
Christian Wiese
c97b64d5b9
gtk+: Updated (2.24.1 -> 2.24.4)
14 years ago
Christian Wiese
8efdddbe21
qtscriptgenerator: fixed compiling with gcc >= 4.4.0
14 years ago
Christian Wiese
e5aa438995
amarok: Updated (2.3.90 -> 2.4.0)
14 years ago
Christian Wiese
55f7b6a539
libnotify: Updated (0.4.4 -> 0.4.5)
14 years ago
Christian Wiese
73d9bd3f7b
evolution: fixed to disable pst file import if libpst is not installed
14 years ago
Christian Wiese
e9d3e2a884
libpst: Added libpst 0.6.49 - Utilities to convert Outlook .pst files to other formats
14 years ago
Christian Wiese
7a129fd2b4
enigma: Updated (0.92 -> 1.01-r1914)
14 years ago
Christian Wiese
c5f07124f9
xerces-c: Added xerces-c 3.1.1 - A validating XML parser written in a portable subset of C++
14 years ago
Christian Wiese
dbd8047e13
dangerdeep: Updated (0.3.0 -> 0.4.0_pre3327)
14 years ago
Christian Wiese
cc0cb8f96e
lua-lanes: added missing cksum
14 years ago
Christian Wiese
e6660deae7
pida: Updated (0.5.1 -> 0.6.2)
14 years ago
Christian Wiese
a6eb16214a
pida: updated project URL
14 years ago
Christian Wiese
e2cc45b236
mythtv-themes: Updated (0.19 -> 0.24)
14 years ago
Christian Wiese
fef27994d1
mythtv-plugins: Updated (0.19 -> 0.24)
14 years ago
Christian Wiese
23eac977af
mythtv: Updated (0.19 -> 0.24)
14 years ago
Christian Wiese
98c476f569
pingus: changed to use integrated scons support
14 years ago
Christian Wiese
786e26bbf3
epiphany: changed to disable nss support if there is no nss package available
14 years ago
Christian Wiese
bb6ca3bb7f
epiphany: changed to use '--without-ca-file' confopt (see note!)
...
Note:
We do not have defined a CA file path yet so we disable it for now!
We should enable it by using:
--with-ca-file=[path] path to system Certificate Authority list
14 years ago
Christian Wiese
3731f2e37d
nss: Added nss 3.12.9 - A set of libraries for developing security-enabled applications
14 years ago
Nagy Karoly Gabriel
d350adc940
nginx: Updated (0.8.54 -> 1.0.0)
14 years ago
Christian Wiese
3d247b3361
filelight: Updated (1.0 -> 1.9rc3)
14 years ago
Christian Wiese
1484003520
bluefish: changed to disable the running of xmlcatalog after installation
14 years ago
Christian Wiese
66eee42f93
hdf5: fixed build by not enabling c++ interface because it is incompatible with --enable-threadsafe
14 years ago
Christian Wiese
5c53ca3ac4
emacs: disabled ctags installation to not get shared files with the ctags package
14 years ago
Christian Wiese
d3dd28b589
emacs: removed obsolete patches now that we moved xemacs into attic
14 years ago
Christian Wiese
c725da4b25
unison: fixed build (see note about the unison status!)
...
Note:
Unison is no longer under active development as a research project. (Our
research efforts in this area are now focused on a follow-on project called
Harmony. At this point, there is no one whose job it is to maintain Unison, fix
bugs, or answer questions.
However, the original developers are all still using Unison daily. It will
continue to be maintained and supported for the foreseeable future, and we will
occasionally release new versions with bug fixes, improvements (sometimes large
ones), and contributed patches.
more infos: http://www.cis.upenn.edu/~bcpierce/unison/status.html
14 years ago
Christian Wiese
b597ad7502
emacs-xemacs-shared: moved into attic
14 years ago
Christian Wiese
113188cdf7
xemacs-beta: moved into attic
14 years ago
Christian Wiese
483b82b7d3
xemacs: moved into attic (no release since 2003-01-15)
14 years ago
Christian Wiese
ce9a3248be
pytables: Updated (1.3.3 -> 2.2.1)
14 years ago
Christian Wiese
5cf885d5bb
cython: Added cython 0.14.1 - A language for writing C extensions for the Python language
14 years ago
Christian Wiese
5f33e99603
numpy: Updated (24.2 -> 1.5.1)
14 years ago
Christian Wiese
dd3db50eba
numpy: updated project URL
14 years ago
Christian Wiese
30492d06d3
bluefish: fixed to not update-desktop-database/update-mime-database after installation
14 years ago
Christian Wiese
725c13688c
gtkpod: Updated (0.99.14 -> 1.0.0)
14 years ago
Christian Wiese
a8e7de7d54
torcs: Updated (1.3.0 -> 1.3.1)
14 years ago
Christian Wiese
4b94c16396
kzenexplorer: moved into attic (might be removed completely because no release since 2005)
14 years ago
Christian Wiese
3b96d8aad5
osg: fixed to not run the supplied configure script (see note!)
...
Note:
OpenSceneGraph is using cmake for building but they provide one-liner
configure script which is calling 'cmake -DCMAKE_BUILD_TYPE=Release'.
We do not want to run this configure script because our automatically
generated cmake options will be ommited, thus we are relying on our
integrated automatic cmake handling.
14 years ago
Christian Wiese
dea36a0261
gnucash: improved to enabled python bindings when python is effectively installed
14 years ago
Christian Wiese
26ccb2bce7
gnucash: improved to enable OFX support when libofx is installed effectively
14 years ago
Christian Wiese
1068f8213d
gnucash: improved to enable aqbanking support if possible
14 years ago
Christian Wiese
ad91f20ef4
gnucash: changed to not remove -Werror through gcc wrapper (see note!)
...
Note:
gnucash builds fine now, even with -Werror enabled, so I removed the
workaround. Besides that I added the official configure option
'--disable-error-on-warning' but left it commented.
14 years ago
Christian Wiese
56d2e9879f
gnucash: Updated (2.4.2 -> 2.4.4)
14 years ago
Christian Wiese
9147e38a62
gnucash: fixed autoreconf workaround to run very late in the preconf hook
14 years ago
Christian Wiese
7ae8ac0a82
gnucash: removed unsupported and deprecated configure options
14 years ago
Christian Wiese
165c97fb7a
gnucash: fixed autoconf error by running autoreconf in the preconf hook
...
Note:
This can be considered a quick and dirty workaround but until we have
found a kind of generic solution for solving that issue we might have
to live with that.
error: possibly undefined macro: AM_GCONF_SOURCE_2
14 years ago
Christian Wiese
1fcc21e924
kmymoney: Updated (0.8.1 -> 4.5.3)
14 years ago
Christian Wiese
8e2368bea9
qbankmanager: moved into attic (QT3 only and won't be developed anymore)
14 years ago
Christian Wiese
dc50340c9b
aqbanking: fixed by adding LIBTOOL-QUIRK flag because the supplied libtool seems to be utterly broken
14 years ago