DRC
|
7e0b499ee7
|
Install jpeg62.dll in SDK directory, not Windows system directory. Also, check whether SDK is already installed prior to re-installing
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@153 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-25 05:52:44 +00:00 |
|
DRC
|
5c8514046b
|
Install jpeg62.dll in SDK directory, not Windows system directory. Also, check whether SDK is already installed prior to re-installing
|
2010-02-25 05:52:44 +00:00 |
|
DRC
|
f19caa5e67
|
Ensure static libs are built with PIC
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@152 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-24 21:27:32 +00:00 |
|
DRC
|
ea3b2ebdc8
|
Ensure static libs are built with PIC
|
2010-02-24 21:27:32 +00:00 |
|
DRC
|
0a1f68edeb
|
Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@151 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-24 07:24:26 +00:00 |
|
DRC
|
5926e27a45
|
Visual C++ libraries can't be made to work with MinGW because of the dependency on msvcr90.dll, so build a separate installer for MinGW libraries
|
2010-02-24 07:24:26 +00:00 |
|
DRC
|
485cd80811
|
We don't actually need to use GCC 4.0 to do a backward compatible build, and it slows things down relative to GCC 4.2
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@148 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 23:23:42 +00:00 |
|
DRC
|
14b2ea965a
|
We don't actually need to use GCC 4.0 to do a backward compatible build, and it slows things down relative to GCC 4.2
|
2010-02-23 23:23:42 +00:00 |
|
DRC
|
a9a7b22443
|
Fix Windows package script to accommodate new output directory for VC build
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@147 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 22:56:05 +00:00 |
|
DRC
|
bab8a11dd8
|
Fix Windows package script to accommodate new output directory for VC build
|
2010-02-23 22:56:05 +00:00 |
|
DRC
|
fe7936c603
|
Make sure CFLAGS, CXXFLAGS, LDFLAGS, and host_alias are unset to get a 32-bit build
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@145 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 20:17:48 +00:00 |
|
DRC
|
e8b4d69f1a
|
Make sure CFLAGS, CXXFLAGS, LDFLAGS, and host_alias are unset to get a 32-bit build
|
2010-02-23 20:17:48 +00:00 |
|
DRC
|
252dbc9fad
|
Oops. Didn't mean to commit the debug statement
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@144 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 10:39:07 +00:00 |
|
DRC
|
659295da13
|
Oops. Didn't mean to commit the debug statement
|
2010-02-23 10:39:07 +00:00 |
|
DRC
|
5df6c2372d
|
For some unknown reason, the sym link and the actual file get flipped around whenever you do 'make install'. Make sure the script handles both cases.
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@143 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-23 10:22:33 +00:00 |
|
DRC
|
b8c4739843
|
For some unknown reason, the sym link and the actual file get flipped around whenever you do 'make install'. Make sure the script handles both cases.
|
2010-02-23 10:22:33 +00:00 |
|
DRC
|
b9b1ca30ca
|
Build Sun packages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@119 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 02:24:02 +00:00 |
|
DRC
|
ede97ef4b4
|
Build Sun packages
|
2010-02-17 02:24:02 +00:00 |
|
DRC
|
10e75a71da
|
Make sure existing .deb file is removed prior to building new one
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@118 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 01:08:37 +00:00 |
|
DRC
|
f37c1f3363
|
Make sure existing .deb file is removed prior to building new one
|
2010-02-17 01:08:37 +00:00 |
|
DRC
|
051dd5a4ab
|
Replace clunky doexit() mechanism with a better means of error trapping
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@117 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 01:07:46 +00:00 |
|
DRC
|
4c24ec5383
|
Replace clunky doexit() mechanism with a better means of error trapping
|
2010-02-17 01:07:46 +00:00 |
|
DRC
|
6afd256e98
|
Oops. Need to use %dir to list directories
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@116 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-17 00:56:59 +00:00 |
|
DRC
|
def5d225f9
|
Oops. Need to use %dir to list directories
|
2010-02-17 00:56:59 +00:00 |
|
DRC
|
23071bcba5
|
Install additional documentation
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@112 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-16 05:54:00 +00:00 |
|
DRC
|
0d88231511
|
Install additional documentation
|
2010-02-16 05:54:00 +00:00 |
|
DRC
|
2f272d519f
|
Make sure directories under /opt/libjpeg-turbo get deleted when uninstalling RPM
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@110 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-16 05:04:46 +00:00 |
|
DRC
|
af894dd7be
|
Make sure directories under /opt/libjpeg-turbo get deleted when uninstalling RPM
|
2010-02-16 05:04:46 +00:00 |
|
DRC
|
45ff6e2745
|
Create Windows installer
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@108 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 17:10:36 +00:00 |
|
DRC
|
70d9c0bd55
|
Create Windows installer
|
2010-02-15 17:10:36 +00:00 |
|
DRC
|
315123fa3e
|
Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@106 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 16:14:26 +00:00 |
|
DRC
|
16299d15a8
|
Add mechanism for building universal (i386/x86-64) binaries on Snow Leopard
|
2010-02-15 16:14:26 +00:00 |
|
DRC
|
6a3477c29f
|
Use more appropriate temp. directory name
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@105 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 15:16:58 +00:00 |
|
DRC
|
68e57edef5
|
Use more appropriate temp. directory name
|
2010-02-15 15:16:58 +00:00 |
|
DRC
|
6533b6e023
|
Add mechanism for creating Mac packages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@104 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 14:57:18 +00:00 |
|
DRC
|
ff6f4bcf88
|
Add mechanism for creating Mac packages
|
2010-02-15 14:57:18 +00:00 |
|
DRC
|
268ef884d8
|
Use a cleaner method of arg checking that works with set -u
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@103 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 13:32:09 +00:00 |
|
DRC
|
e35e2360e5
|
Use a cleaner method of arg checking that works with set -u
|
2010-02-15 13:32:09 +00:00 |
|
DRC
|
feb9dce665
|
Oops. This should have been included with r100
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@101 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 12:08:46 +00:00 |
|
DRC
|
1798b82a86
|
Oops. This should have been included with r100
|
2010-02-15 12:08:46 +00:00 |
|
DRC
|
52a19f25d5
|
Add mechanism for creating DEB packages
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@100 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 12:06:27 +00:00 |
|
DRC
|
6b0f9283dd
|
Add mechanism for creating DEB packages
|
2010-02-15 12:06:27 +00:00 |
|
DRC
|
f26914b93a
|
Actually, we only need to 'make dist-gzip' prior to building the SRPM
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@99 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 11:36:46 +00:00 |
|
DRC
|
79fc8d851e
|
Actually, we only need to 'make dist-gzip' prior to building the SRPM
|
2010-02-15 11:36:46 +00:00 |
|
DRC
|
079b4346bc
|
Add mechanism for creating RPMs
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@98 632fc199-4ca6-4c93-a231-07263d6284db
|
2010-02-15 11:32:23 +00:00 |
|
DRC
|
eda68dbd6a
|
Add mechanism for creating RPMs
|
2010-02-15 11:32:23 +00:00 |
|