tpm gst-plugins-base: gst-plugins-base/ gst-plugins-base/win32/common/
[email protected] Sat, 13 Dec 2008 11:32:27 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gst-plugins-base
Changes by: tpm
Date: Sat Dec 13 2008 19:32:27 UTC
Log message:
* win32/common/config.h:
Update to CVS version.
* win32/common/config.h.in:
Hardcode path to plugin install helper exe, just like we hardcode
the paths in core. Removes another source of VCS conflicts for
people hacking gst-plugins-base on systems with autotools.
Modified files:
. : ChangeLog
win32/common : config.h config.h.in
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4254&r2=1.4255
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/win32/common/config.h.diff?r1=1.50&r2=1.51
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/win32/common/config.h.in.diff?r1=1.5&r2=1.6
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.4254
retrieving revision 1.4255
diff -u -d -r1.4254 -r1.4255
--- ChangeLog 13 Dec 2008 16:21:11 -0000 1.4254
+++ ChangeLog 13 Dec 2008 19:32:12 -0000 1.4255
@@ -1,3 +1,13 @@
+2008-12-13 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * win32/common/config.h:
+ Update to CVS version.
+ * win32/common/config.h.in:
+ Hardcode path to plugin install helper exe, just like we hardcode
+ the paths in core. Removes another source of VCS conflicts for
+ people hacking gst-plugins-base on systems with autotools.
2008-12-13 Edward Hervey <[email protected]>
* m4/Makefile.am:
Index: config.h
RCS file: /cvs/gstreamer/gst-plugins-base/win32/common/config.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- config.h 3 Oct 2008 00:03:05 -0000 1.50
+++ config.h 13 Dec 2008 19:32:13 -0000 1.51
@@ -36,7 +36,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
+#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@@ -208,13 +208,13 @@
#define PACKAGE_NAME "GStreamer Base Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21"
+#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.21.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-base"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.10.21"
+#define PACKAGE_VERSION "0.10.21.1"
/* directory where plugins are located */
#undef PLUGINDIR
@@ -238,7 +238,7 @@
#undef STDC_HEADERS
/* Version number of package */
-#define VERSION "0.10.21"
+#define VERSION "0.10.21.1"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */
@@ -253,6 +253,9 @@
#undef inline
#endif
-/* FIXME: this should probably be hard-coded to some win32 system path */
-#define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper"
+/* PREFIX - specifically added for Windows for easier moving (same as in core) */
+#define PREFIX "C:\\gstreamer"
+#define GST_INSTALL_PLUGINS_HELPER PREFIX "\\libexec\\gst-install-plugins-helper.exe"
Index: config.h.in
RCS file: /cvs/gstreamer/gst-plugins-base/win32/common/config.h.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- config.h.in 7 May 2008 19:50:27 -0000 1.5
+++ config.h.in 13 Dec 2008 19:32:13 -0000 1.6
-#define GST_INSTALL_PLUGINS_HELPER "@GST_INSTALL_PLUGINS_HELPER@"
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose