Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
fd240964
Commit
fd240964
authored
Feb 06, 2004
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove RELEASE
Original commit message from CVS: remove RELEASE
parent
f89bdfc1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
Makefile.am
Makefile.am
+16
-1
RELEASE
RELEASE
+0
-1
configure.ac
configure.ac
+1
-1
No files found.
Makefile.am
View file @
fd240964
...
...
@@ -35,11 +35,26 @@ DIST_SUBDIRS=ext gst-libs \
pkgconfig
EXTRA_DIST
=
gst-plugins.spec depcomp
\
AUTHORS COPYING COPYING.LIB README RE
LEASE RE
QUIREMENTS
\
AUTHORS COPYING COPYING.LIB README REQUIREMENTS
\
ChangeLog autogen.sh common m4
DISTCLEANFILES
=
_stdint.h
# to do a release, run "make release"
# this will generate all archives and md5sums
# make bz2 as well
AUTOMAKE_OPTIONS
=
dist-bzip2
release
:
dist
make @PACKAGE@-@VERSION@.tar.gz.md5
make @PACKAGE@-@VERSION@.tar.bz2.md5
# generate md5 sum files
%.md5
:
%
md5sum
$<
>
$@
dist-hook
:
rm
-rf
`
find
$(distdir)
/common
-name
CVS
`
rm
-rf
`
find
$(distdir)
/m4
-name
CVS
`
RELEASE
deleted
100644 → 0
View file @
f89bdfc1
This is a CVS version of gst-plugins
configure.ac
View file @
fd240964
...
...
@@ -12,7 +12,7 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7,
3, 2
, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 7,
4, 1
, GST_CVS="no", GST_CVS="yes")
dnl add a suffix to apps
if test x$program_suffix = xNONE ; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment