From 6b4bd943ceb7e97286880c9628758426e7fe9f56 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 22 Jun 2002 23:37:20 +0000 Subject: header relocation Original commit message from CVS: header relocation --- gst-libs/gst/audio/Makefile.am | 2 +- gst-libs/gst/floatcast/Makefile.am | 2 +- gst-libs/gst/idct/Makefile.am | 2 +- gst-libs/gst/resample/Makefile.am | 2 +- gst-libs/gst/riff/Makefile.am | 2 +- gst-plugins.spec.in | 11 +++++++---- gstreamer-libs.pc.in | 2 +- 7 files changed, 13 insertions(+), 10 deletions(-) diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am index b6e7b47dd..070d35316 100644 --- a/gst-libs/gst/audio/Makefile.am +++ b/gst-libs/gst/audio/Makefile.am @@ -4,7 +4,7 @@ library_LTLIBRARIES = libgstaudio.la libgstaudio_la_SOURCES = audio.c -libgstaudioincludedir = $(includedir)/gst/audio +libgstaudioincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/audio libgstaudioinclude_HEADERS = audio.h libgstaudio_la_LIBADD = diff --git a/gst-libs/gst/floatcast/Makefile.am b/gst-libs/gst/floatcast/Makefile.am index 8119eba26..dd213597a 100644 --- a/gst-libs/gst/floatcast/Makefile.am +++ b/gst-libs/gst/floatcast/Makefile.am @@ -1,2 +1,2 @@ -libgstfloatcastincludedir = $(includedir)/gst/floatcast +libgstfloatcastincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/floatcast libgstfloatcastinclude_HEADERS = floatcast.h diff --git a/gst-libs/gst/idct/Makefile.am b/gst-libs/gst/idct/Makefile.am index 95dc4b0d8..8716bb716 100644 --- a/gst-libs/gst/idct/Makefile.am +++ b/gst-libs/gst/idct/Makefile.am @@ -15,7 +15,7 @@ libgstidct_la_SOURCES = \ intidct.c \ $(GSTIDCTARCH_SRCS) -libgstidctincludedir = $(includedir)/gst/idct +libgstidctincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/idct libgstidctinclude_HEADERS = idct.h ## check_PROGRAMS = ieeetest diff --git a/gst-libs/gst/resample/Makefile.am b/gst-libs/gst/resample/Makefile.am index 47a42bd10..077229042 100644 --- a/gst-libs/gst/resample/Makefile.am +++ b/gst-libs/gst/resample/Makefile.am @@ -17,7 +17,7 @@ libgstresample_la_LIBADD = libgstresample_la_CFLAGS = $(GST_CFLAGS) -ffast-math $(ARCHCFLAGS) libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -libgstresampleincludedir = $(includedir)/gst/resample +libgstresampleincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/resample libgstresampleinclude_HEADERS = resample.h noinst_HEADERS = private.h diff --git a/gst-libs/gst/riff/Makefile.am b/gst-libs/gst/riff/Makefile.am index 93fbd1b6c..c5bd8e8f8 100644 --- a/gst-libs/gst/riff/Makefile.am +++ b/gst-libs/gst/riff/Makefile.am @@ -4,7 +4,7 @@ library_LTLIBRARIES = libgstriff.la libgstriff_la_SOURCES = riffparse.c riffencode.c riffutil.c riff.c -libgstriffincludedir = $(includedir)/gst/riff +libgstriffincludedir = $(includedir)/@PACKAGE@-@VERSION@/gst/riff libgstriffinclude_HEADERS = riff.h libgstriff_la_LIBADD = diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 6203890a9..2fc3d8f57 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -106,10 +106,10 @@ GStreamer support libraries header files. %files -n gstreamer-plugins-devel %defattr(-, root, root) -%{_includedir}/gst/audio/audio.h -%{_includedir}/gst/idct/idct.h -%{_includedir}/gst/resample/resample.h -%{_includedir}/gst/riff/riff.h +%{_includedir}/gst-plugins-%{version}/gst/audio/audio.h +%{_includedir}/gst-plugins-%{version}/gst/idct/idct.h +%{_includedir}/gst-plugins-%{version}/gst/resample/resample.h +%{_includedir}/gst-plugins-%{version}/gst/riff/riff.h # Here are all the packages depending on external libs # @@ -1179,6 +1179,9 @@ processed with the lavtools from mjpegtools. @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null %changelog +* Sun Jun 23 2002 Thomas Vander Stichele +- changed header location of plug-in libs + * Mon Jun 17 2002 Thomas Vander Stichele - major cleanups - adding gst-register on postun everywhere diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in index b8e5db223..c76947eaf 100644 --- a/gstreamer-libs.pc.in +++ b/gstreamer-libs.pc.in @@ -1,7 +1,7 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@ +includedir=@includedir@/@PACKAGE@-@VERSION@ Name: GStreamer Media-Specific Libraries Description: Streaming-media framework, media-specific libraries -- cgit v1.2.1