Commit graph

68 commits

Author SHA1 Message Date
maroy
f900c3e361 removed obsoleted tools 2005-07-03 10:37:44 +00:00
maroy
ad57d08acc renamed some patches from .diff to .patch 2005-07-03 10:05:27 +00:00
maroy
7af7d7d90d removed reference to darkice 2005-07-03 09:41:12 +00:00
maroy
f767ed2dd8 removed helix from LiveSupport 2005-07-03 08:57:50 +00:00
fgerlits
c81bfa7a63 added --disable-opengl 2005-07-02 22:55:15 +00:00
maroy
0d4ff4f582 submitted adder duration patch as a bug into the gnome bugzilla 2005-06-30 18:01:22 +00:00
maroy
d06be1bd7b making gstreamer compile on Mandrake 2005-06-30 12:32:54 +00:00
maroy
899a387d39 added error exit return on compilation failure 2005-06-30 10:13:52 +00:00
maroy
77719e8c06 *** empty log message *** 2005-06-30 09:58:03 +00:00
maroy
db98ec9913 added adder duration fix 2005-06-29 12:45:50 +00:00
maroy
bd800d9e75 added typefind support for application/smil files 2005-06-23 17:46:33 +00:00
maroy
d390fb1ff4 added id3demuxbin patch 2005-06-22 14:42:18 +00:00
fgerlits
7555faa074 this version of the install script compiles gstreamer (but not gst-plugins) on my Mandrake 10.0 2005-06-20 16:16:15 +00:00
fgerlits
b22c1f9c1e changed microsecond patch in Taglib to return integer and fractional parts separately (so that they fit into two int's) 2005-06-20 12:29:35 +00:00
maroy
4c839c6a80 added fix for the switch element, see
http://bugzilla.gnome.org/show_bug.cgi?id=308167
2005-06-18 16:56:23 +00:00
fgerlits
fd1e34a8e1 fixed bug http://bugs.campware.org/view.php?id=1155 2005-06-15 20:05:01 +00:00
tomas
5d5c6eea68 fixed wrong processing of LS pear packages and storageAdmin in debian
package (#980 and #1143)
2005-06-14 14:38:01 +00:00
fgerlits
1acb6485a7 changed time formatting on Master Panel;
changed text formatting syntax everywhere to be more uniform
2005-06-02 13:57:55 +00:00
maroy
e706acc9d2 added gstreamer-0.8.10 2005-05-31 08:45:35 +00:00
tomas
c7ad67667e A bug in hadling parameters routine fixed. 2005-05-26 01:51:47 +00:00
tomas
9b7dd18045 #929 - installdir parameter is not required now, it have a default value. 2005-05-10 00:41:21 +00:00
tomas
e57d84e60c #929 - PEAR package install moved to bin/install.sh 2005-05-10 00:25:18 +00:00
tomas
5001ed991a Solved #880 2005-05-01 17:17:49 +00:00
tomas
c9e69334a4 part of #880 solution (pear packages in LS tools) 2005-05-01 16:38:06 +00:00
maroy
d155ab91ab added a workaround so that pear packages are installed under
usr/lib/php always (sometimes the pear installer puts  them into
usr/share/pear instead)
2005-05-01 11:13:46 +00:00
tomas
d272e1bdcd PEAR packages needed by Livesupport added. 2005-04-29 18:19:13 +00:00
maroy
006fc2b264 replacing cp -a with cp -pPR, so as it works also on platforms which
don't have the -a GNU extension option to cp
2005-04-06 17:59:11 +00:00
maroy
b74af0aeb7 updated to changed ICU web site URL 2005-04-06 11:42:24 +00:00
fgerlits
54fd432bfc added $livesupport-root/usr/bin to PATH in install scripts 2005-04-05 13:36:34 +00:00
maroy
8ef191c071 now this is really patched :) 2005-04-04 19:17:08 +00:00
maroy
18450c6412 added fix for bug #536
not libodbc++ reads BIGINTs correclty with getLong()
2005-04-04 18:25:21 +00:00
maroy
8da5b6a202 added 2005-02-11 version of helix sources 2005-02-11 10:01:54 +00:00
maroy
0a318234f9 added gtk+ 2.6.1 and gtk-- 2.5.5 2005-01-25 20:21:17 +00:00
fgerlits
f522a61317 removed curlpp (we are not using it right now, and there is a version 0.5
out now, so if we did use it, we would probably use that one)
2005-01-20 19:11:20 +00:00
fgerlits
d3611a44aa added taglib-1.3.1 to tools 2005-01-20 16:57:32 +00:00
maroy
f11f86bcab added patch to remove closing colons for namespace declarations,
which annoys gcc 3.4
2005-01-18 13:55:09 +00:00
maroy
d09d18f838 updated install scripts to honor existing LD_LIBRARY_PATH environment
variables
2005-01-18 13:42:52 +00:00
maroy
5c7ce2b692 added libxml++ 2.8.1 2005-01-11 05:55:51 +00:00
maroy
21485a6d01 removed 'cd -' from the end of statements that were like
dirname=`cd somethere; pwd; cd -`
2005-01-07 14:04:29 +00:00
fgerlits
1931deef7c *** empty log message *** 2004-12-30 12:25:04 +00:00
fgerlits
408f79abfa added curlpp (instead of curl) 2004-12-30 11:35:59 +00:00
fgerlits
c1e404a5a8 removed tools/curl 2004-12-30 11:23:29 +00:00
fgerlits
562705b031 changed return values in AudioClip and Playlist from Ptr<std::string>::Ref
and Ptr<Glib::ustring>::Ref to Ptr<const ... >::Ref
finished adding audio clip methods to WebStorageClient
modified helix install script to copy the splay executable to $LS/usr/bin
    (HELIX_LIBS needs to be set to "$LS/usr/lib/helix/" for this to work)
2004-12-29 19:16:33 +00:00
fgerlits
518ae21eeb added curl-7.12.3 in tools/
plagiarized MD5 code from Mordechai T Abzug into Core::Md5 class
2004-12-23 21:53:22 +00:00
maroy
8b2b3f6ecf added libxml++ 2.8.0 2004-12-17 12:07:15 +00:00
maroy
f7399d9674 added budilrc, needed for a proper helix build 2004-12-15 12:44:38 +00:00
maroy
2122c7dc9e hxclient_1_3_0_neptunex-2004-12-15 2004-12-15 12:00:27 +00:00
maroy
8ef10ef1ba explicitly asking for automake 1.4 2004-12-14 12:24:59 +00:00
fgerlits
12e3b40235 patched incorrect handling of struct tm in XmlRpc::XmlRpcValue 2004-12-13 21:45:41 +00:00
maroy
0cef24a94e added gtkmm-2.4.7 to tools 2004-11-20 13:25:23 +00:00