2004-03-28 Brian Cameron <[email protected]>
authorbc99092
Sun, 28 Mar 2004 22:57:10 +0000
changeset 2346 f8ee882b29a1
parent 2345 7a0d404e8fb8
child 2347 094bcba944db
2004-03-28 Brian Cameron <[email protected]> * gnome-media.spec: Added gnome-media-04-add-gst-cflags-ldflags.diff so that gst header/ldflags will get added to the build.
ChangeLog
gnome-media.spec
patches/gnome-media-04-add-gst-cflags-ldflags.diff
--- a/ChangeLog	Sun Mar 28 22:53:32 2004 +0000
+++ b/ChangeLog	Sun Mar 28 22:57:10 2004 +0000
@@ -1,7 +1,9 @@
 2004-03-28  Brian Cameron  <[email protected]>
 
-	* Added gst-plugins-04-remove-xopen-source.diff so that gst-plugins
-	  will compile with Forte.
+	* gst-plugins.spec: Added gst-plugins-04-remove-xopen-source.diff so 
+      that gst-plugins will compile with Forte.
+	* gnome-media.spec: Added gnome-media-04-add-gst-cflags-ldflags.diff
+	  so that gst header/ldflags will get added to the build.
 
 2004-03-26  Brian Cameron  <[email protected]>
 
--- a/gnome-media.spec	Sun Mar 28 22:53:32 2004 +0000
+++ b/gnome-media.spec	Sun Mar 28 22:57:10 2004 +0000
@@ -16,6 +16,7 @@
 Patch1:       gnome-media-01-g11n-potfiles.diff
 Patch2:       gnome-media-02-window-title.diff
 Patch3:       gnome-media-03-menu-entry.diff
+Patch4:       gnome-media-04-add-gst-cflags-ldflags.diff
 URL:          http://www.gnome.org
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 Docdir:       %{_docdir}
@@ -47,6 +48,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 bzcat %SOURCE1 | tar xvf -
 bzcat %SOURCE2 | tar xvf -
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/gnome-media-04-add-gst-cflags-ldflags.diff	Sun Mar 28 22:57:10 2004 +0000
@@ -0,0 +1,12 @@
+--- /home/bc99092/temp/gnome-media-2.6.0/configure.in	2004-03-22 10:02:23.000000000 -0600
++++ gnome-media-2.6.0/configure.in	2004-03-28 16:49:41.043440000 -0600
+@@ -101,6 +101,9 @@
+     HAVE_GST=yes,HAVE_GST=no)
+ fi
+ 
++CFLAGS="$CFLAGS $GSR_CFLAGS"
++LDFLAGS="$LDFLAGS $GSR_LIBS"
++
+ if test "x$HAVE_GST" = "xno"; then
+   AC_MSG_WARN(you need GStreamer installed for the mixer and recorder to work)
+ else