diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:33:23 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2012-04-04 14:37:47 +0200 |
commit | 5cdd49bf25ae8ef45fd9c95dea95363be033e703 (patch) | |
tree | f8f37f82477b3d908abb1b318921df27b6c8a5f9 /pkgconfig | |
parent | bca1463a666bfc149a5fa2cf2acaa480f15b906a (diff) | |
download | gstreamer-plugins-good-5cdd49bf25ae8ef45fd9c95dea95363be033e703.tar.gz |
gst: Update versioning
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/Makefile.am | 8 | ||||
-rw-r--r-- | pkgconfig/gstreamer-plugins-good-uninstalled.pc.in | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 1d267983b..2d7917b61 100644 --- a/pkgconfig/Makefile.am +++ b/pkgconfig/Makefile.am @@ -1,8 +1,8 @@ ### all of the standard pc files we need to generate pcverfiles = \ - gstreamer-plugins-good-@GST_MAJORMINOR@.pc + gstreamer-plugins-good-@GST_API_VERSION@.pc pcverfiles_uninstalled = \ - gstreamer-plugins-good-@GST_MAJORMINOR@-uninstalled.pc + gstreamer-plugins-good-@GST_API_VERSION@-uninstalled.pc ### all-local: $(pcverfiles) $(pcverfiles_uninstalled) all-local: $(pcverfiles_uninstalled) @@ -12,9 +12,9 @@ cp_verbose_ = $(cp_verbose_$(AM_DEFAULT_VERBOSITY)) cp_verbose_0 = @echo " CP $@"; ### how to generate versioned .pc files from .pc files in this dir -%-@GST_MAJORMINOR@.pc: %.pc +%-@GST_API_VERSION@.pc: %.pc $(cp_verbose)cp $< $@ -%-@GST_MAJORMINOR@-uninstalled.pc: %-uninstalled.pc +%-@GST_API_VERSION@-uninstalled.pc: %-uninstalled.pc $(cp_verbose)cp $< $@ # do not install for now diff --git a/pkgconfig/gstreamer-plugins-good-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-good-uninstalled.pc.in index 7294834a3..727a32ba8 100644 --- a/pkgconfig/gstreamer-plugins-good-uninstalled.pc.in +++ b/pkgconfig/gstreamer-plugins-good-uninstalled.pc.in @@ -7,7 +7,7 @@ pluginsdir=@abs_top_builddir@ Name: GStreamer Good Plugins, Uninstalled Description: Streaming media framework, good plugins, uninstalled Version: @VERSION@ -Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-plugins-base-@GST_MAJORMINOR@ +Requires: gstreamer-@GST_API_VERSION@ gstreamer-plugins-base-@GST_API_VERSION@ Libs: Cflags: |