mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
maintenance updates
Original commit message from CVS: maintenance updates
This commit is contained in:
parent
11bca37b28
commit
d131d746f9
2 changed files with 7 additions and 5 deletions
10
autogen.sh
10
autogen.sh
|
@ -6,12 +6,14 @@ package=gstreamer
|
||||||
srcfile=gst/gst.c
|
srcfile=gst/gst.c
|
||||||
|
|
||||||
# a quick cvs co to ease the transition
|
# a quick cvs co to ease the transition
|
||||||
if test ! -d common; then
|
if test ! -d common;
|
||||||
if test -f CVS/Tag; then
|
then
|
||||||
# get everything from CVS/Tag from second character on
|
echo "+ getting common/ from cvs"
|
||||||
|
if test -e CVS/Tag
|
||||||
|
then
|
||||||
TAG="-r `tail -c +2 CVS/Tag`"
|
TAG="-r `tail -c +2 CVS/Tag`"
|
||||||
fi
|
fi
|
||||||
echo "+ getting common from cvs"; cvs co $TAG common
|
cvs co $TAG common
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# source helper functions
|
# source helper functions
|
||||||
|
|
|
@ -89,7 +89,7 @@ loaded will use this variable to initialize the plugin.
|
||||||
@plugin_exit:
|
@plugin_exit:
|
||||||
@version: version of the plugin
|
@version: version of the plugin
|
||||||
@license: effective license of plugin
|
@license: effective license of plugin
|
||||||
@module:
|
@source:
|
||||||
@package: package plugin belongs to
|
@package: package plugin belongs to
|
||||||
@origin: URL to provider of plugin
|
@origin: URL to provider of plugin
|
||||||
@_gst_reserved:
|
@_gst_reserved:
|
||||||
|
|
Loading…
Reference in a new issue