Pavel Roskin
9c83414a9c
Make sure X11rdp is not copied to a file called "bin"
...
It can happen if buildx.sh is run with one argument and them with another
without removing build_dir in between.
8 years ago
Pavel Roskin
265ce37077
Fix download caching, only download missing or currently empty files
8 years ago
Pavel Roskin
5bb54122ba
Strip the installed X11rdp binary, not the original
8 years ago
Koichiro IWAO
6b589569ee
buildx.sh: download tarballs using keepalive
...
Executing wget like
wget http://example.com/file1 http://example.com/file2 ...
can do HTTP keepalive.
Quit calling wget with single file. Downloading multiple files in one
http connection is a little bit faster than executing wget more than
100 times. And parallelly execute two instances of wget to increase
download speed.
8 years ago
Koichiro IWAO
cf1a99b4e2
buildx.sh: simplify counting lines
8 years ago
Pavel Roskin
3cf67c684b
buildx.sh: force forward patch, don't ask whether to revert
8 years ago
Pavel Roskin
6247a3afac
buildx.sh: remove special case for python, it's not built anymore
8 years ago
Pavel Roskin
b2bbaef640
buildx.sh: utilize all available CPUs when compiling
8 years ago
Pavel Roskin
8e7d12ff50
buildx.sh: "clean" is a constant string, not a semantic variable
8 years ago
Pavel Roskin
22c370a6a1
buildx.sh: use "mkdir -p" to create $PREFIX_DIR, don't retry
...
Improve messages about $PREFIX_DIR
8 years ago
Koichiro IWAO
0c6527f226
buildx.sh: fix clean option
...
- fix the use of $mod_dir
"build_dir/$mod_dir" was evaluated as "build_dir/ Python-2.7" as
variable mod_dir has leading whitespace
- fix the path of x11_file_list.txt
11 years ago
Jay Sorg
25ee064340
X11rdp: download from xrdp.org
11 years ago
Jay Sorg
4b82a3ea34
X11rdp: update to pixman 0.30
12 years ago
Jay Sorg
c7eb88b6cf
X11rdp: fix for buildx.sh
12 years ago
Jay Sorg
d4d6a65adb
merge from pmhahn
12 years ago
Jay Sorg
26f4502ebf
X11rdp: build fix from kyytaM
12 years ago
Philipp Hahn
7a0db8a152
X11rdp: Rework changing directories
...
Remove unchecked changes of directories.
12 years ago
Philipp Hahn
4163fd8d38
X11rdp: make variables function local
...
Use local to declare variables local
12 years ago
Philipp Hahn
f2b7aafb4e
X11rdp: fix spelling mistakes
...
exit -> exist
$mn -> $mod_name
folowed -> followed
blocket -> blocked
12 years ago
Philipp Hahn
29b7081dcf
X11rdp: Handle more compression formats
...
Add .xz and plain .tar files.
12 years ago
Philipp Hahn
a29c011e02
X11rdp: Simplify if constructs
...
Directly use exit value instead of evaluating $?
12 years ago
Philipp Hahn
eb3253fafc
X11rdp: simplify line splitting
...
Use "IFS=: read" instead of "echo|cut" constructs.
12 years ago
Philipp Hahn
536ac7f9e8
X11rdp: simplify download
...
Use case-statement instead of many ifs.
12 years ago
Philipp Hahn
3dd485512c
X11rdp: fix indention
...
Re-indent four sections to use 4 spaces for indention
12 years ago
Philipp Hahn
0bfb46ebb0
X11rdp: Consistently use $file
...
Consistently use $file instead of repeating the file name again when
downloading external URLs.
12 years ago
Philipp Hahn
73c8a9626b
X11rdp: Remove duplicate entry for expat
...
expat-2.0.1.tar.gz is declared twice, remove the first one.
12 years ago
Laxmikant Rashinkar
1123323fda
o moved from GNU General Public License to Apache License, Version 2.0
...
o applied new coding standards to all .c files
o moved some files around
12 years ago
Jay Sorg
23acc579ff
xorg: added another package to the notes
12 years ago
Jay Sorg
9fb425922a
xorg: update needed packages list
12 years ago
Jay Sorg
4066edfa47
xorg: fix for buildx.sh where multi commands in configure
12 years ago
Jay Sorg
7e3acbfd26
xorg: improvments to buildx.sh
12 years ago
Jay Sorg
4d8e1d2d31
X11rdp: fix for building on Ubuntu 12.04, move fonts to end of build
13 years ago
Jay Sorg
60a0fda03e
xorg: copy X11rdp to install destination after building
13 years ago
Jay Sorg
74abdae6ad
xorg: change buildx.sh parameter, added drop for debugging builds
13 years ago
Jay Sorg
8da4c65aac
xorg: X11rdp
13 years ago
Jay Sorg
2a50334572
xorg/X11R7.6: minor change for builds
13 years ago
Jay Sorg
1986fcc6af
xrdp:X11R7.6: work on building X11rdp
13 years ago
Jay Sorg
230ee6166f
added default parameter to buildx.sh
13 years ago
Jay Sorg
936e25b039
xorg build
13 years ago
Jay Sorg
760635cce8
xorg build
13 years ago
Jay Sorg
0954d9cdf2
libxslt
13 years ago
Jay Sorg
57e5c98fa8
xorg build
13 years ago
Jay Sorg
10174b14f4
xorg build
13 years ago
Jay Sorg
9eb054de9d
xorg build
13 years ago
Jay Sorg
2c7c29053d
xorg build
13 years ago
Jay Sorg
deaf71de99
added python
13 years ago
Jay Sorg
3988406406
added libxml2 to build
13 years ago
Jay Sorg
537bcb63ed
font and other build fixes
13 years ago
Jay Sorg
7100f4a3ec
get a file from server1
13 years ago
Jay Sorg
7b1d6609dd
added buildx script
13 years ago