mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Switch release tarballs .bz2
-> .xz
* `.bz2` = 0.86 MiB * `.xz` = 0.70 MiB by switching, we save nearly 20%
This commit is contained in:
parent
5e321c80cf
commit
475ddd7a46
3
.gitignore
vendored
3
.gitignore
vendored
@ -48,6 +48,7 @@ build-test-tarball.mk
|
|||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
configure
|
configure
|
||||||
|
configure~
|
||||||
doc/AUTHORS
|
doc/AUTHORS
|
||||||
doc/ChangeLog
|
doc/ChangeLog
|
||||||
doc/NEWS
|
doc/NEWS
|
||||||
@ -62,7 +63,7 @@ examples/sndfile-loopify
|
|||||||
examples/sndfile-to-text
|
examples/sndfile-to-text
|
||||||
examples/sndfilehandle
|
examples/sndfilehandle
|
||||||
include/sndfile.h
|
include/sndfile.h
|
||||||
libsndfile-1.0.*
|
libsndfile-*.tar.xz
|
||||||
libsndfile-testsuite-*
|
libsndfile-testsuite-*
|
||||||
libsndfile.spec
|
libsndfile.spec
|
||||||
libtool
|
libtool
|
||||||
|
@ -63,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
The behavior of the functions for opening files on other platforms does not
|
The behavior of the functions for opening files on other platforms does not
|
||||||
change.
|
change.
|
||||||
|
* Switch to .xz over .bz2 for release tarballs.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ AC_CANONICAL_HOST
|
|||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_HEADERS([src/config.h])
|
AC_CONFIG_HEADERS([src/config.h])
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([1.14 foreign dist-bzip2 no-dist-gzip serial-tests subdir-objects])
|
AM_INIT_AUTOMAKE([1.14 foreign dist-xz no-dist-gzip serial-tests subdir-objects])
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
|
|
||||||
dnl ====================================================================================
|
dnl ====================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user