Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1441007 Details for
Bug 1581687
Backport libjpeg.pc to RHEL 7 libjpeg-turbo
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Add pkgconfig scripts
libjpeg-turbo12-pkgconfig.patch (text/plain), 2.15 KB, created by
Nikola Forró
on 2018-05-24 09:37:56 UTC
(
hide
)
Description:
Add pkgconfig scripts
Filename:
MIME Type:
Creator:
Nikola Forró
Created:
2018-05-24 09:37:56 UTC
Size:
2.15 KB
patch
obsolete
>diff --git a/Makefile.am b/Makefile.am >index 728e30f..8717d3c 100644 >--- a/Makefile.am >+++ b/Makefile.am >@@ -10,6 +10,8 @@ endif > > nodist_include_HEADERS = jconfig.h > >+pkgconfigdir = $(libdir)/pkgconfig >+pkgconfig_DATA = pkgscripts/libjpeg.pc pkgscripts/libturbojpeg.pc > > HDRS = jchuff.h jdct.h jdhuff.h jerror.h jinclude.h jmemsys.h jmorecfg.h \ > jpegint.h jpeglib.h jversion.h jsimd.h jsimddct.h jpegcomp.h >diff --git a/configure.ac b/configure.ac >index 8e75dce..534558c 100644 >--- a/configure.ac >+++ b/configure.ac >@@ -21,6 +21,8 @@ AC_PROG_INSTALL > AC_PROG_LIBTOOL > AC_PROG_LN_S > >+PKG_PROG_PKG_CONFIG >+ > # Check whether compiler supports pointers to undefined structures > AC_MSG_CHECKING(whether compiler supports pointers to undefined structures) > AC_TRY_COMPILE([ typedef struct undefined_structure * undef_struct_ptr; ], , >@@ -411,6 +413,8 @@ AC_CONFIG_FILES([pkgscripts/makemacpkg:release/makemacpkg.in]) > AC_CONFIG_FILES([pkgscripts/Description.plist:release/Description.plist.in]) > AC_CONFIG_FILES([pkgscripts/Info.plist:release/Info.plist.in]) > AC_CONFIG_FILES([pkgscripts/uninstall:release/uninstall.in]) >+AC_CONFIG_FILES([pkgscripts/libjpeg.pc:release/libjpeg.pc.in]) >+AC_CONFIG_FILES([pkgscripts/libturbojpeg.pc:release/libturbojpeg.pc.in]) > if test "x$with_turbojpeg" != "xno"; then > AC_CONFIG_FILES([tjbenchtest]) > fi >diff --git a/release/libjpeg.pc.in b/release/libjpeg.pc.in >new file mode 100644 >index 0000000..40795f7 >--- /dev/null >+++ b/release/libjpeg.pc.in >@@ -0,0 +1,10 @@ >+prefix=@prefix@ >+exec_prefix=@exec_prefix@ >+libdir=@libdir@ >+includedir=@includedir@ >+ >+Name: libjpeg >+Description: A SIMD-accelerated JPEG codec that provides the libjpeg API >+Version: @PACKAGE_VERSION@ >+Libs: -L${libdir} -ljpeg >+Cflags: -I${includedir} >diff --git a/release/libturbojpeg.pc.in b/release/libturbojpeg.pc.in >new file mode 100644 >index 0000000..7d4b656 >--- /dev/null >+++ b/release/libturbojpeg.pc.in >@@ -0,0 +1,10 @@ >+prefix=@prefix@ >+exec_prefix=@exec_prefix@ >+libdir=@libdir@ >+includedir=@includedir@ >+ >+Name: libturbojpeg >+Description: A SIMD-accelerated JPEG codec that provides the TurboJPEG API >+Version: @PACKAGE_VERSION@ >+Libs: -L${libdir} -lturbojpeg >+Cflags: -I${includedir}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1581687
: 1441007