Add pkgconfig files for photography interface library.

This commit is contained in:
René Stadler 2009-02-23 23:18:33 +02:00 committed by Stefan Kost
parent 7dac3659c6
commit 2c158ffad9
5 changed files with 33 additions and 5 deletions

View file

@ -1,11 +1,11 @@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
SUBDIRS = \
gst-libs gst sys ext \
gst-libs gst sys ext pkgconfig \
m4 common docs tests po
DIST_SUBDIRS = \
gst gst-libs sys ext \
gst gst-libs sys ext pkgconfig \
m4 common docs tests po
# include before EXTRA_DIST for win32 assignment

View file

@ -1879,6 +1879,9 @@ docs/Makefile
docs/plugins/Makefile
docs/plugins/figures/Makefile
docs/version.entities
pkgconfig/Makefile
pkgconfig/gstreamer-plugins-bad.pc
pkgconfig/gstreamer-plugins-bad-uninstalled.pc
m4/Makefile
win32/common/config.h
)

View file

@ -1,9 +1,9 @@
### all of the standard pc files we need to generate
pcverfiles = \
gstreamer-libs-@GST_MAJORMINOR@.pc
gstreamer-plugins-bad-@GST_MAJORMINOR@.pc
pcverfiles_uninstalled = \
gstreamer-libs-@GST_MAJORMINOR@-uninstalled.pc
gstreamer-plugins-bad-@GST_MAJORMINOR@-uninstalled.pc
all-local: $(pcverfiles) $(pcverfiles_uninstalled)
@ -18,7 +18,7 @@ pkgconfig_DATA = $(pcverfiles)
CLEANFILES = $(pcverfiles) $(pcverfiles_uninstalled)
pcinfiles = \
gstreamer-libs.pc.in gstreamer-libs-uninstalled.pc.in
gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in
DISTCLEANFILES = $(pcinfiles:.in=)
EXTRA_DIST = $(pcinfiles)

View file

@ -0,0 +1,13 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../gst-libs/gst/interfaces
includedir=${pcfiledir}/../gst-libs
Name: GStreamer Bad Plugin libraries, Uninstalled
Description: Currently includes the photography interface library, uninstalled
Version: @VERSION@
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Libs: -L${libdir} ${libdir}/libgstphotography-@GST_MAJORMINOR@.la
Cflags: -I${includedir}

View file

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Bad Plugin libraries
Description: Currently includes the photography interface library
Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-base-@GST_MAJORMINOR@
Version: @VERSION@
Libs: -L${libdir} -lgstphotography-@GST_MAJORMINOR@
Cflags: -I${includedir}