Mathieu Malaterre
c433c2f2e2
[trunk] Backport toplevel files from 1.5
2012-03-02 09:26:15 +00:00
Julien Malik
b3368a85da
[trunk] add support for Large File in autoconf
2011-11-28 15:35:16 +00:00
Kaori Hagihara
8d7073abf6
patches for cmake and autotool are applied
2011-10-25 21:10:48 +00:00
Kaori Hagihara
7c87bb35c4
change -v option was reactivated for JPIP
2011-10-10 16:10:49 +00:00
Vincent Torri
81b9e78565
[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or --disable-static is passed to configure. Minor clean up of configure.ac.
2011-10-10 06:51:08 +00:00
Vincent Torri
f4734d6b4d
* [vincent] fix autotools for various compilation problems
...
* [vincent] fix indexer compilation. Patch from Winfried
2011-09-30 21:14:25 +00:00
Vincent Torri
537a50214a
[trunk] bump version to 1.99.0
2011-09-28 04:32:28 +00:00
Antonin Descampe
84d3b4de46
small changes in autotools files
2011-08-26 21:58:50 +00:00
Antonin Descampe
8210b3c873
added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files (in trunk)
2011-08-16 13:25:42 +00:00
Antonin Descampe
2880a679f0
fixed a bug in autotools files that prevented libfcgi to be correctly found in some cases (patch from V.Torri)
2011-08-15 13:22:46 +00:00
Antonin Descampe
751d2a0fe7
minor bug fix in configure.ac (credit to Vincent Torri)
2011-08-11 12:22:31 +00:00
Antonin Descampe
b7969ce657
fixed a bug in autotools that prevented "make distcheck" to work properly (credit to Vincent Torri) ; added autotools for the "applications/jpip/tools" directory
2011-05-24 09:30:25 +00:00
Antonin Descampe
586581685c
fixed autotools (broken since the new directory structure) and added autotools as a build method for jpip (credit to Vincent Torri)
2011-05-23 20:30:20 +00:00
Antonin Descampe
74626a17db
small fix in configure.ac (credit to Vincent Torri)
2011-04-12 16:18:51 +00:00
Antonin Descampe
6bda73eeb2
fixed lt_version in configure.ac
2011-03-10 17:08:50 +00:00
Antonin Descampe
9f349b0988
cosmetic change for status report of ./configure
2011-03-05 17:36:08 +00:00
Antonin Descampe
86edc0a40e
updated autotools files to improve build and install procedures (credit to Vincent Torri)
2011-03-04 10:53:27 +00:00
Rex Dieter
c4252ed824
s/libopenjpeg.pc/libopenjpeg1.pc/
2011-01-13 19:54:11 +00:00
Winfried
7441340ab5
changed report code in Makefile.am
2011-01-07 03:20:58 +00:00
Winfried
398b3f08b0
Adapted Makefile.am/Makefile.nix to build choice: shared xor static
2010-12-14 03:33:31 +00:00
Winfried
436d2f4bb9
Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor static
2010-12-10 04:27:40 +00:00
Winfried
407b95e35f
Removed LCMS dependencies from Makefile.am/Makefile.nix
2010-12-09 01:11:05 +00:00
Winfried
fc668f3ec3
M configure
...
M Makefile.in
M configure.ac
A libopenjpeg.pc.in
M doc/Makefile.in
M doc/Makefile.am
M CHANGES
M Makefile.am
2010-10-22 03:07:12 +00:00
Winfried
f4b08bacb0
-This line, and those below, will be ignored--
...
M configure
M Makefile.in
M opj_config.h.in.user
M mj2/Makefile.in
M mj2/Makefile.am
M mj2/Makefile.nix
M libopenjpeg/Makefile.in
M jp3d/Makefile.in
M jp3d/libjp3dvm/Makefile.in
M jp3d/Makefile.nix
M jp3d/codec/Makefile.in
M jp3d/codec/Makefile.am
M config.nix
M configure.ac
M doc/Makefile.in
M doc/Makefile.am
M doc/Makefile.nix
M INSTALL
M CHANGES
M jpwl/Makefile.in
M jpwl/Makefile.am
M jpwl/Makefile.nix
M Makefile.am
M Makefile.nix
M codec/Makefile.in
M codec/Makefile.am
2010-10-17 22:42:46 +00:00
Winfried
03133377fa
2010-10-13 14:49:39 +00:00
Antonin Descampe
106da2f51e
1. The jp3d/libjp3dvm/Makefile.am has been changed:
...
Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/
Installing: /usr/local/TEST_CONFIG/include/openjpeg3d-1.3/openjpeg3d.h
PREFIX/include:
23 openjpeg.h -> openjpeg-1.4/openjpeg.h
27 openjpeg3d.h -> openjpeg3d-1.3/openjpeg3d.h
28773 openjpeg-1.4/openjpeg.h
22158 openjpeg3d-1.3/openjpeg3d.h
2. The jp3d/Makefile.nix has been changed respectivly.
3. The mj2/Makefile.nix contained a wrong path to 'compat/'
4. opj_config.h.in.user contained a comment within a comment.
5. 'autoreconf' reported that AC_PROG_RANLIB is no longer necessary in 'configure.ac'.
2010-10-10 21:17:18 +00:00
Antonin Descampe
eeefefd56c
Added files to let people build openjpeg with configure tools ; Added makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2010-10-05 10:33:15 +00:00