1. ec5adb8 Build/packaging: Support macOS package/DMG signing by DRC · 5 years ago
  2. 0d7818d rpm.spec.in: Fix "File listed twice" warning/error by DRC · 5 years ago
  3. 4b67db4 rpm.spec.in: Fix doc packaging issues w/ RHEL 7+ by DRC · 5 years ago
  4. f70a7e1 rpm.spec.in: Update deprecated [Build]Prereq tags by DRC · 5 years ago
  5. 504a295 Include .pc files in LJT SDKs for Visual C++ by DRC · 6 years ago
  6. 450306a READMEs: Mention that prog JPEG is now accelerated by DRC · 6 years ago
  7. e15a6b4 Include .pc and man files in MinGW install[er]s by DRC · 6 years ago
  8. ca56642 release/installer.nsi.in: Remove extraneous quotes by DRC · 6 years ago
  9. 84fbd4f Merge branch 'master' into dev by DRC · 6 years ago
  10. 2575805 Win installer: allow install directories w/ spaces by DRC · 6 years ago
  11. 8c40ac8 Add TurboJPEG C example and clean up Java example by DRC · 7 years ago
  12. 3d72522 SRPM build: Define _libdir based on build arch by DRC · 7 years ago
  13. f0dd80f Merge branch 'master' into dev by DRC · 7 years ago
  14. fd778bb Fix PowerPC 32-bit RPM build by DRC · 7 years ago
  15. 8d403ae Fix 32-bit RPM build w/ newer RHEL/Fedora releases by DRC · 7 years ago
  16. 01b74c1 Packaging: Use parallel make when rebuilding SRPM by DRC · 7 years ago
  17. 11426a8 Packaging system: "PACKAGE_NAME" = "PKGNAME" by DRC · 7 years ago
  18. 67ad535 Build: Don't require sudo for `make tarball` by DRC · 7 years ago
  19. 6c6696e Mac pkg: Use PKGNAME for documentation directory by DRC · 7 years ago
  20. c8358fc Build: Various improvements to install/pkg system by DRC · 7 years ago
  21. d681fa7 Build: Set install dirs in a more GNU-friendly way by DRC · 7 years ago
  22. 261db77 Packaging: Use correct name for SRPM spec file by DRC · 7 years ago
  23. 952191d Build: Fix issues when building as a Git submodule by DRC · 7 years ago
  24. 6abd391 Unified CMake-based build system by DRC · 8 years ago
  25. 0ff7da7 Advertise the new AVX2 SIMD extensions by DRC · 8 years ago
  26. aefd8b7 Clean up pkgconfig dir when removing RPM & Mac pkg by DRC · 8 years ago
  27. 53c635b Fix 'make dist'; Include LICENSE.md in packages by DRC · 8 years ago
  28. fe11699 Adjust performance claims by DRC · 8 years ago
  29. 8af3f8a Provide pkg-config (.pc) scripts by DRC · 8 years ago
  30. 7e3acc0 Rename README, LICENSE, BUILDING text files by DRC · 9 years ago
  31. 2e2ea8e Document AltiVec extensions by DRC · 9 years ago
  32. c4930d8 Oops. Delete the duplicate copy of [lib]turbojpeg.dll in the binary directory when uninstalling the package. by DRC · 9 years ago
  33. 6e6b28c Include ARMv8 binaries when generating a combined OS X/iOS package using 'make iosdmg' by DRC · 9 years ago
  34. ceb552a Add iOS architectures to the shared libraries generated by the Mac/iOS packaging system. I have no idea how useful this is for "standard" iOS application development, but it is useful in a jailbreak environment, and iOS 8 supposedly allows shared libs in "official" apps as well. by DRC · 9 years ago
  35. eca0637 Remove trailing spaces by DRC · 10 years ago
  36. 9b012bd Don't use sudo when building a Debian package unless the user is non-root by DRC · 10 years ago
  37. 3d51898 Don't use sudo when building a Debian package unless the user is non-root by DRC · 10 years ago
  38. 8214555 Include "Installed-Size" field in the deb-control file to prevent Ubuntu from complaining by DRC · 10 years ago
  39. d762c19 Include "Installed-Size" field in the deb-control file to prevent Ubuntu from complaining by DRC · 10 years ago
  40. b1068fa Migrate Mac packaging system to pkgbuild, since PackageMaker is no longer supported. by DRC · 10 years ago
  41. f67c04c Since we're now maintaining our own Cygwin pseudo-repository directories instead of recommending that users install these packages from a local source, it makes more sense to name the packages according to Cygwin specs, so they can be copied as-is into the pseudo-repository. by DRC · 10 years ago
  42. 7a9faae Since we're now maintaining our own Cygwin pseudo-repository directories instead of recommending that users install these packages from a local source, it makes more sense to name the packages according to Cygwin specs, so they can be copied as-is into the pseudo-repository. by DRC · 10 years ago
  43. d794360 RHEL 6 (and probably other platforms as well) sets _defaultdocdir=%{_datadir}/doc, which screws things up, since we're overriding _datadir. Since we intend _defaultdocdir to be /usr/share/doc, just be explicit about it. by DRC · 10 years ago
  44. 3064cf7 RHEL 6 (and probably other platforms as well) sets _defaultdocdir=%{_datadir}/doc, which screws things up, since we're overriding _datadir. Since we intend _defaultdocdir to be /usr/share/doc, just be explicit about it. by DRC · 10 years ago
  45. 7308ffe Name the package *cygwin64.tar.bz2 when building on Cygwin64. by DRC · 11 years ago
  46. 94b6c02 Name the package *cygwin64.tar.bz2 when building on Cygwin64. by DRC · 11 years ago
  47. 6eb29dd Oops. We need to delete the new copy of turbojpeg.dll in the binary directory. Also add quotes to InstDir to allow installing under "c:\Program Files\", and remove unnecessary quotes in the Delete directives. by DRC · 11 years ago
  48. ae8d0dc In the Windows installer packages, place a duplicate copy of turbojpeg.dll in c:\libjpeg-turbo[-gcc][64]\bin. This is mainly to give installers an easy way to find the DLL for the purposes of bundling it. Specifically, this was necessary for TurboVNC, becuase 32-bit CMake running on 64-bit Windows cannot ever access the "real" c:\windows\system32 directory. by DRC · 11 years ago
  49. 4d87793 In the Windows installer packages, place a duplicate copy of turbojpeg.dll in c:\libjpeg-turbo[-gcc][64]\bin. This is mainly to give installers an easy way to find the DLL for the purposes of bundling it. Specifically, this was necessary for TurboVNC, becuase 32-bit CMake running on 64-bit Windows cannot ever access the "real" c:\windows\system32 directory. by DRC · 11 years ago
  50. b927103 Fix lintian warning about missing maintainer address when installing on recent Debian-based systems by DRC · 11 years ago
  51. 822c850 Fix lintian warning about missing maintainer address when installing on recent Debian-based systems by DRC · 11 years ago
  52. fca3e72 Make sure the RPM provides "libjpeg-turbo" as well, for backward compatibility (the TurboVNC RPM build, in particular, checks for this.) by DRC · 11 years ago
  53. 04e0a02 Make sure the RPM provides "libjpeg-turbo" as well, for backward compatibility (the TurboVNC RPM build, in particular, checks for this.) by DRC · 11 years ago
  54. 9495a94 Fix 'make rpm' by DRC · 11 years ago
  55. 4578953 For consistency, allow the name of the Mac and Cygwin packages to be overridden as well. by DRC · 11 years ago
  56. 441308c Move the TurboJPEG DLLs back into the system directory on Windows platforms. For Windows, it doesn't really simplify the build system to install these libraries in c:\libjpeg-turbo*, and it introduces potential problems with loading the JNI library. Specifically, if a user linked their Java app against the 64-bit libjpeg-turbo SDK and then used a 32-bit JVM at run time, they would not be able to load the 32-bit turbojpeg.dll without manipulating java.library.path or the PATH environment (and vice versa for building against the 32-bit libjpeg-turbo SDK and using a 64-bit JVM at run time.) by DRC · 11 years ago
  57. 7175e51 Further enhancements/fixes to the packaging system: by DRC · 11 years ago
  58. 764e1e2 Overhaul Linux/Unix packaging system, primarily to avoid conflicts with vendor-supplied libjpeg-turbo packages (such as in Fedora and RHEL 6.) This also streamlines the packaging system somewhat, since it is no longer necessary to move the TurboJPEG libraries into the system library directory. Relocating those libraries was originally done to provide backward compatibility with TurboJPEG/IPP, but that package is long obsolete, and the software that formerly used it has been linking statically with libjpeg-turbo for quite some time. by DRC · 11 years ago
  59. a35de7c Fix line break by DRC · 11 years ago
  60. a2a2cd6 Include ARM v7s (iPhone 5, iPad 4) support in the universal libjpeg/libturbojpeg libraries distributed with our official binary package for OS X. by DRC · 11 years ago
  61. 0f7ff71 Wordsmith the project description by DRC · 11 years ago
  62. 6da61db Fix several issues with SRPM generation: (1) ensure that all relevant configure arguments get passed down to the configure command line in the generated spec file, (2) adjust the file manifest in the spec to accommodate the differing "age" version whenever the in-memory source/dest managers are used, and (3) fix an issue with the value of SO_MAJOR_VERSION passed down to the configure command line in the generated spec file (SO_MAJOR_VERSION has to remain pure, so we use a different variable to pass down the combined "current+age" value to libtool in Makefile.am.) by DRC · 11 years ago
  63. d5e964c Wordsmithing; Remove mention of TurboJPEG/IPP-- it is no longer a relevant comparison, since the version of IPP on which TurboJPEG/IPP was based is now quite old, and TurboJPEG/IPP is no longer distributed or supported by The VirtualGL Project; Include information about mathematical incompatibilities with jpeg-8 by DRC · 11 years ago
  64. a394bf7 Allow the libjpeg-turbo32 package to be used on MultiArch-compatible systems without overriding the linker path or LD_LIBRARY_PATH. by DRC · 12 years ago
  65. 0a0f8d1 Allow the libjpeg-turbo32 package to be used on MultiArch-compatible systems without overriding the linker path or LD_LIBRARY_PATH. by DRC · 12 years ago
  66. 9ba64bb Provide the legacy unversioned libturbojpeg.so resource so that RPMs that dependended on older libjpeg-turbo distributions will still work. by DRC · 12 years ago
  67. fd40777 Add a dummy version number to the TurboJPEG dynamic library on Unix systems so Linux distro maintainers will not reject it out of hand. by DRC · 12 years ago
  68. f52682e Get rid of the Solaris packaging system. Solaris packages are obsolete, only a handful of people were downloading those binaries, and maintaining the system was proving to be a pain. by DRC · 12 years ago
  69. 7c6ae03 Fix universal DMG build by DRC · 12 years ago
  70. 69c1408 Oops by DRC · 12 years ago
  71. 9e7eb27 Move build dir. variables back into makemacpkg to avoid messing up the Solaris packaging system. by DRC · 12 years ago
  72. 51d626f Don't include documentation in 32-bit supplemental package by DRC · 12 years ago
  73. 20b734e Infrastructure for producing a universal x86-64/i386/ARM version of libjpeg.a and libturbojpeg.a on OS X, so that the same library can be used to build OS X and iOS apps by DRC · 12 years ago
  74. a1647c8 Install docs when doing 'make install' on Unix; Fix 'install' target on Windows; Include wizard.txt, example.c, and structure.txt in installed docs by DRC · 12 years ago
  75. b39dfe7 Merge description from README-turbo.txt into packages by DRC · 12 years ago
  76. f832eae Merge description from README-turbo.txt into packages by DRC · 12 years ago
  77. a9b35c9 Don't include JAR file in 32-bit compatibility package by DRC · 13 years ago
  78. 1208d50 Trying to out-clever ourselves by having autotools generate the deb-control file broke the 32-bit supplementary DEB, so revert to the method we used in LJT 1.0 to generate this file. by DRC · 13 years ago
  79. 68a086a Trying to out-clever ourselves by having autotools generate the deb-control file broke the 32-bit supplementary DEB, so revert to the method we used in LJT 1.0 to generate this file. by DRC · 13 years ago
  80. 3185cb9 "jpegut"="tjunittest" & "jpgtest"="tjbench" by DRC · 13 years ago
  81. 7f73d9b Fix OS X uninstaller by DRC · 13 years ago
  82. 9a746ad Remove wxWindows license files from packages by DRC · 13 years ago
  83. b5624ee Remove any references to the wxWindows Library License and VirtualGL copyrights by DRC · 13 years ago
  84. 81f5f7c Refactor uninstall script. No legacy code remains, so relicense under BSD-style license. Remove uninstall app from package for now, until we can come up with a new version that doesn't have any legacy code. by DRC · 13 years ago
  85. ba29357 Can't assume that current directory is in PATH by DRC · 13 years ago
  86. a27962b Can't assume that current directory is in PATH by DRC · 13 years ago
  87. 4f81526 New libjpeg-turbo domain by DRC · 13 years ago
  88. fad469f New libjpeg-turbo domain by DRC · 13 years ago
  89. c07f688 New libjpeg-turbo domain by DRC · 13 years ago
  90. 9e50fa7 Fixed a regression bug in the NSIS script that caused the Windows installer by DRC · 13 years ago
  91. 957d623 Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packages by DRC · 13 years ago
  92. 01fa031 Fix regression bug that caused the "Installer" targets to fail when building from the MSVC IDE by DRC · 13 years ago
  93. f2602ce Build and package TurboJPEG/OSS Java wrapper into JAR file by DRC · 13 years ago
  94. b94f2de Clean up packaging system by DRC · 13 years ago
  95. 1c87e45 We want to keep the same name for the install directory, even though the installer name has changed by DRC · 13 years ago
  96. 539b288 Typo by DRC · 13 years ago
  97. e6f597f Don't use architecture extension in package name, since we're building a combined package by DRC · 13 years ago
  98. bfa34cf "release/"="pkgscripts/" by DRC · 13 years ago
  99. 95db4f4 Clean up packaging system by DRC · 13 years ago
  100. 9cd2c42 Include jpgtest in Unix/Linux distribution packages by DRC · 13 years ago