mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
configure.ac: Make DISABLE_DEPRECATED defined *only* during CVS, not during pre-releases or releases.
Original commit message from CVS: * configure.ac: Make DISABLE_DEPRECATED defined *only* during CVS, not during pre-releases or releases. * docs/faq/gst-uninstalled: Add gst-plugins-gl * docs/random/release: Change one of the steps - we only upload core & base to Gnome FTP
This commit is contained in:
parent
502337a510
commit
958a6e20a3
5 changed files with 17 additions and 4 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2008-02-08 Jan Schmidt <jan.schmidt@sun.com>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
Make DISABLE_DEPRECATED defined *only* during CVS, not during
|
||||||
|
pre-releases or releases.
|
||||||
|
|
||||||
|
* docs/faq/gst-uninstalled:
|
||||||
|
Add gst-plugins-gl
|
||||||
|
|
||||||
|
* docs/random/release:
|
||||||
|
Change one of the steps - we only upload core & base to Gnome FTP
|
||||||
|
|
||||||
2008-02-06 Stefan Kost <ensonic@users.sf.net>
|
2008-02-06 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* gst/gstconfig.h.in:
|
* gst/gstconfig.h.in:
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 3c5473161ce19a3530bad279b842d542895b1500
|
Subproject commit 8b37d7ee833fab1d25b484d8574df3dae231b5f2
|
|
@ -557,7 +557,8 @@ AC_SUBST(PROFILE_CFLAGS)
|
||||||
# GST_DISABLE_DEPRECATED: hide the visibility of deprecated
|
# GST_DISABLE_DEPRECATED: hide the visibility of deprecated
|
||||||
# functionality from the API that gstreamer uses
|
# functionality from the API that gstreamer uses
|
||||||
# GST_REMOVE_DEPRECATED: don't compile deprecated functionality (breaks ABI)
|
# GST_REMOVE_DEPRECATED: don't compile deprecated functionality (breaks ABI)
|
||||||
if test "x$GST_CVS" = "xyes"; then
|
if test "x$PACKAGE_VERSION_NANO" = "x1"; then
|
||||||
|
dnl Define _only_ during CVS (not pre-releases or releases)
|
||||||
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
||||||
else
|
else
|
||||||
DEPRECATED_CFLAGS=""
|
DEPRECATED_CFLAGS=""
|
||||||
|
|
|
@ -68,7 +68,7 @@ export LD_LIBRARY_PATH
|
||||||
export DYLD_LIBRARY_PATH
|
export DYLD_LIBRARY_PATH
|
||||||
|
|
||||||
export PKG_CONFIG_PATH=$GST/prefix/lib/pkgconfig:$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$GST/gst-plugins-base/pkgconfig:$GST/gst-plugins-good/pkgconfig:$GST/gst-python/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
|
export PKG_CONFIG_PATH=$GST/prefix/lib/pkgconfig:$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$GST/gst-plugins-base/pkgconfig:$GST/gst-plugins-good/pkgconfig:$GST/gst-python/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}
|
||||||
export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-plugins-base:$GST/gst-plugins-good:$GST/gst-plugins-ugly:$GST/gst-plugins-bad:$GST/gst-ffmpeg:$GST/gnonlin:$GST/gst-monkeysaudio:$GST/plugins${GST_PLUGIN_PATH:+:$GST_PLUGIN_PATH}
|
export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-plugins-base:$GST/gst-plugins-good:$GST/gst-plugins-ugly:$GST/gst-plugins-bad:$GST/gst-ffmpeg:$GST/gnonlin:$GST/gst-monkeysaudio:$GST/gst-plugins-gl:$GST/plugins${GST_PLUGIN_PATH:+:$GST_PLUGIN_PATH}
|
||||||
# don't use any system-installed plug-ins at all
|
# don't use any system-installed plug-ins at all
|
||||||
export GST_PLUGIN_SYSTEM_PATH=
|
export GST_PLUGIN_SYSTEM_PATH=
|
||||||
# set our registry somewhere else so we don't mess up the registry generated
|
# set our registry somewhere else so we don't mess up the registry generated
|
||||||
|
|
|
@ -93,7 +93,7 @@ RELEASE PROCEDURE:
|
||||||
+ Edit src/htdocs/news/news.xml and add a new item at the bottom.
|
+ Edit src/htdocs/news/news.xml and add a new item at the bottom.
|
||||||
- commit additions to website
|
- commit additions to website
|
||||||
- add versions and milestones in bugzilla
|
- add versions and milestones in bugzilla
|
||||||
- upload new tarballs to gnome ftp
|
- upload new core or base tarballs to gnome ftp
|
||||||
+ e.g:
|
+ e.g:
|
||||||
scp gstreamer-0.10.42.tar.gz master.gnome.org:
|
scp gstreamer-0.10.42.tar.gz master.gnome.org:
|
||||||
ssh master.gnome.org
|
ssh master.gnome.org
|
||||||
|
|
Loading…
Reference in a new issue