Search Criteria
Package Details: mingw-w64-libjpeg-turbo 2.0.3-1
Git Clone URL: | https://aur.archlinux.org/mingw-w64-libjpeg-turbo.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-libjpeg-turbo |
Description: | JPEG image codec with accelerated baseline compression and decompression (mingw-w64) |
Upstream URL: | http://libjpeg-turbo.virtualgl.org |
Keywords: | libjpeg-turbo mingw mingw-w64 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | brcha |
Maintainer: | drakkan |
Last Packager: | drakkan |
Votes: | 21 |
Popularity: | 0.68 |
First Submitted: | 2012-06-12 18:07 |
Last Updated: | 2019-09-07 17:44 |
Dependencies (3)
- mingw-w64-crt (mingw-w64-crt-git, mingw-w64-crt-bin)
- mingw-w64-cmake (make)
- yasm (yasm-git) (make)
Required by (29)
- mingw-w64-cximage
- mingw-w64-dlib
- mingw-w64-fltk (requires mingw-w64-libjpeg)
- mingw-w64-gdal (requires mingw-w64-libjpeg)
- mingw-w64-gdk-pixbuf2
- mingw-w64-gst-plugins-base
- mingw-w64-gst-plugins-base-git
- mingw-w64-gst-plugins-good (optional)
- mingw-w64-gst-plugins-good-git (optional)
- mingw-w64-irrlicht (requires mingw-w64-libjpeg)
- mingw-w64-jasper
- mingw-w64-libgeotiff
- mingw-w64-libtiff
- mingw-w64-libwebp
- mingw-w64-mpv
- mingw-w64-opencv
- mingw-w64-paraview56 (requires mingw-w64-libjpeg)
- mingw-w64-qt4
- mingw-w64-qt5-base
- mingw-w64-qt5-base-angle
- mingw-w64-qt5-base-dynamic
- mingw-w64-qt5-base-static
- mingw-w64-qt5-webkit
- mingw-w64-sdl2_image
- mingw-w64-sfml
- mingw-w64-vtk
- mingw-w64-vtk-git
- mingw-w64-wxmsw
- mingw-w64-wxmsw3.1
Latest Comments
1 2 Next › Last »
Schala commented on 2015-09-11 01:33
Bumping this to use JPEG 8. Feel free to make a mingw-w64-libjpeg6-turbo package if you need the compatibility. I'm doing this to better match up to native PKGBUILD
xantares commented on 2014-11-14 10:57
hi,
the flags are already set by mingw-w64-cmake, which also pulls mingw-w64-gcc.
xan.
xantares commented on 2014-10-28 14:03
hi,
you could use the cmake build system like fedora does,
https://apps.fedoraproject.org/packages/mingw32-libjpeg-turbo/sources/
this way the build would be faster and you'd not have to explicit build flags as these are set by mingw-w64-cmake now:
xan.
xantares commented on 2014-10-28 14:02
hi,
you could use the cmake build system like fedora doe:,
https://apps.fedoraproject.org/packages/mingw32-libjpeg-turbo/sources/
this way the build would be faster and you'd not have to explicit build flags as these are set by mingw-w64-cmake now:
xan.
xantares commented on 2014-10-28 13:59
hi,
you could use the cmake build system, this way the build would be a bit faster,
and you'd not have to explicit build flags as these are set by mingw-w64-cmake:
https://apps.fedoraproject.org/packages/mingw32-libjpeg-turbo/sources/
xan.
pingplug commented on 2014-05-04 14:03
Please use CMake to build it, or it will not work some time, thanks!
ant32 commented on 2013-12-31 23:46
For binaries and repo visit http://mingw-w64-archlinux.sourceforge.net/
ant32 commented on 2013-12-24 03:00
I created this patch to make mingw-w64-poppler compile. Would you be able to look into this and check how to correctly fix this? I have not checked if this has been fixed upstream.
--- libjpeg-turbo-1.3.0/win/jmorecfg.h.orig 2013-12-23 12:55:22.955697704 -0600
+++ libjpeg-turbo-1.3.0/win/jmorecfg.h 2013-12-23 12:55:24.072364380 -0600
@@ -159,7 +159,7 @@
/* INT32 must hold at least signed 32-bit values. */
+#if !defined XMD_H && !defined _BASETSD_H_ /* X11/xmd.h correctly defines INT32 */
-#ifndef XMD_H /* X11/xmd.h correctly defines INT32 */
typedef long INT32;
#endif
@@ -228,7 +228,7 @@
* Defining HAVE_BOOLEAN before including jpeglib.h should make it work.
*/
+#if !defined HAVE_BOOLEAN && !defined __RPCNDR_H__
-#ifndef HAVE_BOOLEAN
typedef int boolean;
#endif
#ifndef FALSE /* in case these macros already exist */
hauzer commented on 2013-10-27 04:07
Add staticlibs to options.
Schala commented on 2013-04-17 23:03
Ah ok