mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
Add gstreamer-mpegts pkg-config file.
https://bugzilla.gnome.org/show_bug.cgi?id=709145
This commit is contained in:
parent
2d29f22338
commit
5ff85dd16a
6 changed files with 34 additions and 5 deletions
|
@ -2519,6 +2519,8 @@ pkgconfig/gstreamer-insertbin.pc
|
|||
pkgconfig/gstreamer-insertbin-uninstalled.pc
|
||||
pkgconfig/gstreamer-egl.pc
|
||||
pkgconfig/gstreamer-egl-uninstalled.pc
|
||||
pkgconfig/gstreamer-mpegts.pc
|
||||
pkgconfig/gstreamer-mpegts-uninstalled.pc
|
||||
tools/Makefile
|
||||
m4/Makefile
|
||||
)
|
||||
|
|
|
@ -338,6 +338,7 @@ make ERROR_CFLAGS='' ERROR_CXXFLAGS=''
|
|||
%{_libdir}/pkgconfig/gstreamer-codecparsers-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-insertbin-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-egl-%{majorminor}.pc
|
||||
%{_libdir}/pkgconfig/gstreamer-mpegts-%{majorminor}.pc
|
||||
|
||||
|
||||
%{_libdir}/girepository-%{majorminor}/GstEGL-1.0.typelib
|
||||
|
|
|
@ -3,12 +3,14 @@
|
|||
pcverfiles = \
|
||||
gstreamer-plugins-bad-@GST_API_VERSION@.pc \
|
||||
gstreamer-codecparsers-@GST_API_VERSION@.pc \
|
||||
gstreamer-insertbin-@GST_API_VERSION@.pc
|
||||
gstreamer-insertbin-@GST_API_VERSION@.pc \
|
||||
gstreamer-mpegts-@GST_API_VERSION@.pc
|
||||
|
||||
pcverfiles_uninstalled = \
|
||||
gstreamer-plugins-bad-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-codecparsers-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc
|
||||
gstreamer-insertbin-@GST_API_VERSION@-uninstalled.pc \
|
||||
gstreamer-mpegts-@GST_API_VERSION@-uninstalled.pc
|
||||
|
||||
if HAVE_EGL
|
||||
pcverfiles += gstreamer-egl-@GST_API_VERSION@.pc
|
||||
|
@ -35,7 +37,8 @@ pcinfiles = \
|
|||
gstreamer-plugins-bad.pc.in gstreamer-plugins-bad-uninstalled.pc.in \
|
||||
gstreamer-codecparsers.pc.in gstreamer-codecparsers-uninstalled.pc.in \
|
||||
gstreamer-insertbin.pc.in gstreamer-insertbin-uninstalled.pc.in \
|
||||
gstreamer-egl.pc.in gstreamer-egl-uninstalled.pc.in
|
||||
gstreamer-egl.pc.in gstreamer-egl-uninstalled.pc.in \
|
||||
gstreamer-mpegts.pc.in gstreamer-mpegts-uninstalled.pc.in
|
||||
|
||||
DISTCLEANFILES = $(pcinfiles:.in=)
|
||||
EXTRA_DIST = $(pcinfiles)
|
||||
|
|
12
pkgconfig/gstreamer-mpegts-uninstalled.pc.in
Normal file
12
pkgconfig/gstreamer-mpegts-uninstalled.pc.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
prefix=
|
||||
exec_prefix=
|
||||
libdir=${pcfiledir}/../gst-libs/gst/mpegts
|
||||
includedir=${pcfiledir}/../gst-libs
|
||||
|
||||
Name: GStreamer MPEG-TS, Uninstalled
|
||||
Description: GStreamer MPEG-TS support, uninstalled
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} ${libdir}/libgstmpegts-@GST_API_VERSION@.la
|
||||
Cflags: -I${includedir}
|
||||
|
12
pkgconfig/gstreamer-mpegts.pc.in
Normal file
12
pkgconfig/gstreamer-mpegts.pc.in
Normal file
|
@ -0,0 +1,12 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
||||
|
||||
Name: GStreamer MPEG-TS
|
||||
Description: GStreamer MPEG-TS support
|
||||
Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -lgstmpegts-@GST_API_VERSION@
|
||||
Cflags: -I${includedir}
|
||||
|
|
@ -10,6 +10,5 @@ Name: GStreamer Bad Plugin libraries, Uninstalled
|
|||
Description: Streaming media framework, bad plugins libraries, uninstalled
|
||||
Version: @VERSION@
|
||||
Requires: gstreamer-@GST_API_VERSION@
|
||||
Libs: -L@abs_top_builddir@/gst-libs/gst/basecamerabinsrc -L@abs_top_builddir@/gst-libs/gst/codecparsers -L@abs_top_builddir@/gst-libs/gst/egl -L@abs_top_builddir@/gst-libs/gst/insertbin -L@abs_top_builddir@/gst-libs/gst/interfaces -L@abs_top_builddir@/gst-libs/gst/signalprocessor -L@abs_top_builddir@/gst-libs/gst/video
|
||||
Libs: -L@abs_top_builddir@/gst-libs/gst/basecamerabinsrc -L@abs_top_builddir@/gst-libs/gst/codecparsers -L@abs_top_builddir@/gst-libs/gst/egl -L@abs_top_builddir@/gst-libs/gst/insertbin -L@abs_top_builddir@/gst-libs/gst/interfaces -L@abs_top_builddir@/gst-libs/gst/mpegts -L@abs_top_builddir@/gst-libs/gst/signalprocessor -L@abs_top_builddir@/gst-libs/gst/video
|
||||
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
||||
|
||||
|
|
Loading…
Reference in a new issue