Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237601 Details for
Bug 327009
New Ebuild: media-libs/libraw-0.9.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pkg-config patch to enable pkg-config support
libraw-0.9.1-pkg-config.patch (text/plain), 1.47 KB, created by
corec
on 2010-07-05 17:04:03 UTC
(
hide
)
Description:
pkg-config patch to enable pkg-config support
Filename:
MIME Type:
Creator:
corec
Created:
2010-07-05 17:04:03 UTC
Size:
1.47 KB
patch
obsolete
>'diff --git a/Makefile b/Makefile >index 51ba805..8e9dac2 100644 >--- a/Makefile >+++ b/Makefile >@@ -20,6 +20,7 @@ all_samples: bin/raw-identify bin/simple_dcraw bin/dcraw_emu bin/dcraw_half bin > install: library > @if [ -d /usr/local/include ] ; then cp -R libraw /usr/local/include/ ; else echo 'no /usr/local/include' ; fi > @if [ -d /usr/local/lib ] ; then cp lib/libraw.a lib/libraw_r.a /usr/local/lib/ ; else echo 'no /usr/local/lib' ; fi >+ @if [ -d /usr/local/lib/pkgconfig ] ; then cp libraw.pc libraw_r.pc /usr/local/lib/pkgconfig ; else echo 'no /usr/local/lib/pkgconfig' ; fi > > install-binaries: all_samples > @if [ -d /usr/local/bin ] ; then cp bin/[a-z]* /usr/local/bin/ ; else echo 'no /usr/local/bin' ; fi >diff --git a/libraw.pc b/libraw.pc >new file mode 100644 >index 0000000..15ec862 >--- /dev/null >+++ b/libraw.pc >@@ -0,0 +1,12 @@ >+prefix=/usr >+exec_prefix=${prefix} >+libdir=${exec_prefix}/lib >+includedir=${prefix}/include >+ >+Name: libraw >+Description: Raw image decoder library (non-thread-safe) >+Requires: >+Version: 0.9.1 >+Libs: -L${libdir} -lraw -lstdc++ >+Cflags: -I${includedir}/libraw >+ >diff --git a/libraw_r.pc b/libraw_r.pc >new file mode 100644 >index 0000000..b54242b >--- /dev/null >+++ b/libraw_r.pc >@@ -0,0 +1,12 @@ >+prefix=/usr >+exec_prefix=${prefix} >+libdir=${exec_prefix}/lib >+includedir=${prefix}/include >+ >+Name: libraw >+Description: Raw image decoder library (thread-safe) >+Requires: >+Version: 0.9.1 >+Libs: -L${libdir} -lraw_r -lstdc++ >+Cflags: -I${includedir}/libraw >+
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 327009
:
237599
| 237601 |
244057