From 9e5a55a70f0f142579577966340fd63f2e95c187 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Wed, 4 Apr 2012 14:38:53 +0200 Subject: gst: Update versioning --- pkgconfig/Makefile.am | 8 ++++---- pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pkgconfig') diff --git a/pkgconfig/Makefile.am b/pkgconfig/Makefile.am index 29c395af..b7089b7f 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-ugly-@GST_MAJORMINOR@.pc + gstreamer-plugins-ugly-@GST_API_VERSION@.pc pcverfiles_uninstalled = \ - gstreamer-plugins-ugly-@GST_MAJORMINOR@-uninstalled.pc + gstreamer-plugins-ugly-@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-ugly-uninstalled.pc.in b/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in index 2a9ee09a..6aefd7a0 100644 --- a/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in +++ b/pkgconfig/gstreamer-plugins-ugly-uninstalled.pc.in @@ -7,7 +7,7 @@ pluginsdir=@abs_top_builddir@ Name: GStreamer Ugly Plugins, Uninstalled Description: Streaming media framework, ugly 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: -- cgit v1.2.3