summaryrefslogtreecommitdiff
path: root/pkgconfig
Commit message (Collapse)AuthorAgeFilesLines
* player: Add support for multiview settingsBarun Kumar Singh2016-04-212-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=765302
* uninstalled.pc: add support for non libtool build systemsJulien Isorce2016-02-1810-19/+20
| | | | | | | | | | | | | | | | | Currently the .la path is provided which requires to use libtool as mentioned in the GStreamer manual section-helloworld-compilerun.html. It is fine as long as the application is built using libtool. So currently it is not possible to compile a GStreamer application within gst-uninstalled with CMake or other build system different than autotools. This patch allows to do the following in gst-uninstalled env: gcc test.c -o test $(pkg-config --cflags --libs gstreamer-1.0 \ gstreamer-gl-1.0) Previously it required to prepend libtool --mode=link https://bugzilla.gnome.org/show_bug.cgi?id=720778
* pkg-config: Don't generate and install pkg-config with relative pathsJan Schmidt2016-01-298-55/+49
| | | | | | | | | | Don't put relative paths in pkg-config files, including uninstalled ones. For those, use @abs_topbuilddir@ and @abs_topsrcdir@ as we do elsewhere. Remove libraries= directives, which doesn't seem to be a pkg-config variable that actually exists, but has been in all our pkg-config files for as long as they've existed.
* pkg-config: Properly version and install base/audio/video .pc filesSebastian Dröge2016-01-231-5/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=760733#c17
* base/audio/video: Install headers and pkg-config filesSebastian Dröge2016-01-221-1/+4
| | | | | | | They are still considered unstable API but it would be good to give them some wider testing already to make sure the API is useful. https://bugzilla.gnome.org/show_bug.cgi?id=760733
* audio: Move audioaggregator base class to a librarySebastian Dröge2016-01-222-0/+30
| | | | | | | It's useful enough already to be used in other elements for audio aggregation, let's give people the opportunity to use it and give it some API testing. https://bugzilla.gnome.org/show_bug.cgi?id=760733
* player: Add pkg-config filesSebastian Dröge2015-12-233-3/+30
|
* gstglconfig: Put gstglconfig.h into $(libdir)/gstreamer-1.0/includeSebastian Dröge2014-11-071-1/+1
| | | | | | | | It's architecture dependent and should not be placed into the include directory as the assumption is that all those headers are architecture independent. https://bugzilla.gnome.org/show_bug.cgi?id=739767
* libs: Don't install headers and pc files for libgstwayland/badvideo/badbaseSebastian Dröge2014-07-111-6/+3
| | | | | | | These will disappear after 1.4.0 and it would be rather annoying if people started depending on them. https://bugzilla.gnome.org/show_bug.cgi?id=732207
* videoaggregator: Create a new GstVideoAggregator baseclassMathieu Duponchelle2014-06-202-0/+30
| | | | | | | | This base class has been added to a newly created libgstbadvideo library Co-Authored by: Thibault Saunier <tsaunier@gnome.org> https://bugzilla.gnome.org/show_bug.cgi?id=731918
* aggregator: Add new GstAggregator base classThibault Saunier2014-06-202-0/+30
| | | | | | | | This base class has been added to a newly created libgstbadbase library Co-Authored by: Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> https://bugzilla.gnome.org/show_bug.cgi?id=731917
* wayland: install .pc fileArnaud Vrac2014-06-173-3/+30
|
* egl: remove pc filesJulien Isorce2014-04-282-24/+0
| | | | | Forgot to do that in 09116bf10d515d50bdd1e9a20278be816cb762aa: "egl/eglglessink: remove since EGLImage and iOS support have been added in glimagesink"
* gl: append GL_LIB and GL_CFLAGS in pc filesJulien Isorce2014-04-282-4/+4
|
* pkgconfig: fix gstreamer-gl uninstalledJosep Torra2014-04-241-2/+2
| | | | | Ensure to provide libgstgl also in the uninstalled setup. Fixes build of gst-omx for RPI in uninstalled setup.
* egl/eglglessink: remove since EGLImage and iOS support have been added in ↵Julien Isorce2014-04-151-6/+0
| | | | | | glimagesink https://bugzilla.gnome.org/show_bug.cgi?id=703343
* pkgconfig: add gstreamer-glJulien Isorce2014-03-261-0/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=703343
* [502/906] Update versioning for gstreamer 1.0Matthew Waters2014-03-152-5/+5
| | | | | Renames GST_MAJORMINOR to GST_API_VERSION in build files removes -lgstinterfaces from _LDADD flags
* [314/906] Add srcdir to includes for out-of-source buildsDavid Schleef2014-03-151-1/+1
| | | | | | When you use gstreamer uninstalled and build outside the source tree, the includes need to be specified for both the source tree and the build tree.
* [059/906] * configure.ac: * pkgconfig/Makefile.am: * ↵David Schleef2014-03-152-0/+28
| | | | pkgconfig/gstreamer-gl-uninstalled.pc.in: * pkgconfig/gstreamer-gl.pc.in: * pkgconfig/gstreamer-plugins-gl-uninstalled.pc.in: * pkgconfig/gstreamer-plugins-gl.pc.in: Rename pkgconfig files. And install them. * tests/check/Makefile.am: * tests/check/generic/states.c: * tests/check/pipelines/simple-launch-lines.c: Add some tests copied from -good.
* pkgconfig: Don't include libraries in the generic gst-plugins-bad pc fileSebastian Dröge2013-12-181-1/+1
|
* mpegts: Install generated headersMariusz Buras2013-12-181-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=720673
* Add gstreamer-mpegts pkg-config file.Brendan Long2013-10-014-5/+31
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=709145
* video: Remove video library from -badSebastian Dröge2013-04-113-29/+2
| | | | This only contained API that now has replacements in core and base.
* pkg-config: Add egl library to the generic pkg-config fileSebastian Dröge2013-03-031-1/+1
|
* egl: Add infrastructure for EGLImage handlingSebastian Dröge2013-03-033-1/+32
|
* pkg-config: Make the generic pkg-config file more usefulSebastian Dröge2013-02-272-10/+14
|
* insertbin: Add bin to dynamically insert elements in a running pipelineOlivier Crête2013-01-233-0/+27
| | | | | | This element automatically links in any element added using it's action signals. These elements must have a single source pad and a single sink pad.
* gst: Update versioningSebastian Dröge2012-04-047-23/+23
|
* pkgconfig: remove references to codecparsers from -bad.pc.inThibault Saunier2011-11-281-3/+1
|
* pkgconfig: aaand fix my last commitEdward Hervey2011-11-231-1/+1
|
* pkgconfig: Fix gstreamer-basevideo-uninstalled.pc.inEdward Hervey2011-11-231-2/+2
|
* video: Add libgstbasevideo PC fileNicolas Dufresne2011-11-033-3/+30
|
* codecparsers: add pkgconfig file.Gwenole Beauchesne2011-09-023-3/+30
| | | | | | Adds a new pkgconfig file for codecparsers. They don't have any specific dependency on gst-plugins-bad and they could quite be independent bitstream parsers.
* codecparsers: mpeg: Add an mpeg video bitstream parsing libraryThibault Saunier2011-09-021-1/+2
| | | | Create a new codecparsers library
* pkgconfig: remove some old unused files from 0.8 daysTim-Philipp Müller2010-09-154-46/+0
|
* build: Make some more rules silent if requestedSebastian Dröge2010-03-091-2/+6
|
* Add pkgconfig files for photography interface library.René Stadler2009-11-273-3/+28
|
* remove old pc filesThomas Vander Stichele2005-07-019-126/+4
| | | | | Original commit message from CVS: remove old pc files
* make description look like in other .pc files (cosmetic change)Stéphane Loeuillet2004-06-272-2/+2
| | | | | | Original commit message from CVS: make description look like in other .pc files (cosmetic change)
* gconf/Makefile.am: Fix for non-GNU makeDavid Schleef2004-04-191-2/+2
| | | | | | | | | | | | | | | | | | Original commit message from CVS: * gconf/Makefile.am: Fix for non-GNU make * gst-libs/gst/Makefile.am: Change directory order to handle GstPlay linking with gstinterfaces * gst-libs/gst/audio/make_filter: make use of tr portable * gst-libs/gst/play/Makefile.am: Add intended \ * gst-libs/gst/xwindowlistener/xwindowlistener.c: (gst_xwin_set_clips): Switch to ISO variadic macro. Use a function prototype instead of void *. * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic macro. * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call * gst/videofilter/make_filter: make use of tr portable * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
* pkgconfig/gstreamer-media-info.pc.in: Add Version. (bug #137348)David Schleef2004-03-171-0/+1
| | | | | | Original commit message from CVS: * pkgconfig/gstreamer-media-info.pc.in: Add Version. (bug #137348)
* adding gstreamer-plugins.pc fixes #126999Thomas Vander Stichele2004-03-159-10/+36
| | | | | | Original commit message from CVS: adding gstreamer-plugins.pc fixes #126999
* adding media info pc files package them use ffmpegcolorspace in gstplayThomas Vander Stichele2004-03-153-18/+43
| | | | | | | Original commit message from CVS: adding media info pc files package them use ffmpegcolorspace in gstplay
* move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get ↵Benjamin Otte2004-03-141-12/+6
| | | | | | | | | | | | | | | rebuilt properly Original commit message from CVS: * configure.ac: * gst-libs/gst/gconf/Makefile.am: * pkgconfig/Makefile.am: move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure they get rebuilt properly * configure.ac: when checking for vorbis, try pkgconfig first. * gst/modplug/gstmodplug.cc: add fixate function
* synchronize the two pc filesThomas Vander Stichele2004-03-092-2/+3
| | | | | Original commit message from CVS: synchronize the two pc files
* ext/faad/gstfaad.c: Fix negotiation.David Schleef2004-03-063-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps), (gst_faad_chain): Fix negotiation. * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add key and button events. * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this dung heap of code. * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf depends on gconf * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same * gst-libs/gst/play/play.c: (gst_play_pipeline_setup), (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate function to encourage better negotiation, particularly between audioconvert and osssink. * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain): * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Make some debugging more important. * gst/typefind/gsttypefindfunctions.c: Fix mistake in flash typefinding. * gst/vbidec/vbiscreen.c: Add glib header * pkgconfig/gstreamer-play.pc.in: Depends on gst-interfaces.
* fix gconf install pathThomas Vander Stichele2004-03-053-3/+0
| | | | | Original commit message from CVS: fix gconf install path
* pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. ↵David I. Lehn2004-02-051-1/+1
| | | | | | | | >= vs =. Original commit message from CVS: * pkgconfig/gstreamer-libs-uninstalled.pc.in: Sync requires with other checks. >= vs =.
* fix uninstalled pkgconfig files remove play and gconf from -libsThomas Vander Stichele2004-02-054-21/+26
| | | | | | Original commit message from CVS: fix uninstalled pkgconfig files remove play and gconf from -libs