Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lyndon Brown
VLC
Commits
c515906b
Commit
c515906b
authored
14 years ago
by
Rémi Denis-Courmont
Browse files
Options
Downloads
Patches
Plain Diff
Compress the source tarball with XZ (LZMA)
This saves over 30% space from BZip2.
parent
ecddc9b7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.am
+1
-1
1 addition, 1 deletion
Makefile.am
doc/release-howto.txt
+1
-1
1 addition, 1 deletion
doc/release-howto.txt
with
2 additions
and
2 deletions
Makefile.am
+
1
−
1
View file @
c515906b
...
...
@@ -110,7 +110,7 @@ AUTOMAKE_OPTIONS = \
1.11
\
-Wall
\
check-news
\
dist-
bzip2
\
dist-
xz
\
no-dist-gzip
# std-options
...
...
This diff is collapsed.
Click to expand it.
doc/release-howto.txt
+
1
−
1
View file @
c515906b
...
...
@@ -22,7 +22,7 @@
* Tarballs (Use a clean tree !!!)
- Use 'make distcheck' to make sure all files are exported
correctly
- copy the tar.
bz2
file on ftp.videolan.org in
- copy the tar.
xz
file on ftp.videolan.org in
/opt/ftp/pub/videolan/testing/vlc-X.X.X/
- generate SHA, MD5 hashes and OpenPGP signature of these files
(use sha*sum --binary, md5sum --binary, gpg --sign --detach --armor)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment