Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
d6b4f996
Commit
d6b4f996
authored
Jan 28, 2007
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean .svn before tarballs.
Add a dependency.
parent
8d5d381e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
6 deletions
+13
-6
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+13
-6
No files found.
extras/contrib/src/Makefile
View file @
d6b4f996
...
...
@@ -693,7 +693,8 @@ endif
ifdef
SVN
tremor-source
:
tremor
tar
cfvz tremor-
$(DATE)
.tar.gz tremor
cd
tremor
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz tremor-
$(DATE)
.tar.gz tremor
SOURCE
+=
tremor-source
endif
...
...
@@ -902,6 +903,7 @@ endif
ifdef
SVN
libebml-source
:
libebml
cd
libebml
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz libebml-
$(DATE)
.tar.gz libebml
SOURCE
+=
libebml-source
endif
...
...
@@ -939,6 +941,7 @@ endif
ifdef
SVN
libmatroska-source
:
libmatroska
cd
libmatroska
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz libmatroska-
$(DATE)
.tar.gz libmatroska
SOURCE
+=
libmatroska-source
...
...
@@ -985,7 +988,8 @@ endif
ifdef
SVN
ffmpeg-source
:
ffmpeg
tar
cfvz ffmpeg-
$(DATE)
.tar.gz ffmpeg
cd
ffmpeg
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz ffmpeg-
$(DATE)
.tar.gz ffmpeg
SOURCE
+=
ffmpeg-source
endif
...
...
@@ -1017,7 +1021,8 @@ endif
ifdef
SVN
libdvdcss-source
:
libdvdcss
tar
cfvz libdvdcss-
$(DATE)
.tar.gz libdvdcss
cd
libmatroska
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz libdvdcss-
$(DATE)
.tar.gz libdvdcss
SOURCE
+=
libdvdcss-source
endif
...
...
@@ -1231,7 +1236,8 @@ libdca:
ifdef
SVN
libdca-source
:
libdca
tar
cfvz libdca-
$(DATE)
.tar.gz libdca
cd
libca
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz libdca-
$(DATE)
.tar.gz libdca
SOURCE
+=
libdca-source
endif
...
...
@@ -1275,7 +1281,8 @@ endif
ifdef
SVN
libx264-source
:
libx264
tar
cfvz libx264-
$(DATE)
.tar.gz libx264
cd
libx264
;
find
.
-name
'.svn'
-exec
"rm -rf"
{}
\;
cd
..
;
tar
cfvz libx264-
$(DATE)
.tar.gz libx264
SOURCE
+=
libx264-source
endif
...
...
@@ -2143,4 +2150,4 @@ clean-src: clean
distclean
:
clean-src
source
:
$(DISTCLEAN_PKG)
source
:
SOURCE
$(DISTCLEAN_PKG)
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