mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 08:30:06 +02:00
update the patch list file with new upstream versions, and make the libresample comment accurate
This commit is contained in:
parent
cfa03c9188
commit
5b61992f93
@ -80,12 +80,12 @@ Version in Audacity SVN: 1.1.3
|
|||||||
Patches: None, except docs build disabled in Makefile.am
|
Patches: None, except docs build disabled in Makefile.am
|
||||||
/usr/share/aclocal/libtool.m4 copied to acinclude.m4 (working round not having
|
/usr/share/aclocal/libtool.m4 copied to acinclude.m4 (working round not having
|
||||||
an m4 directory in the package for libtool files)
|
an m4 directory in the package for libtool files)
|
||||||
Upstream Version: 1.1.3
|
Upstream Version: 1.3.0
|
||||||
|
|
||||||
libresample
|
libresample
|
||||||
-----------
|
-----------
|
||||||
Audio sample rate conversion library. Maintained by Audacity project.
|
Audio sample rate conversion library. Maintained by Audacity project.
|
||||||
(Currently used only for Time Tracks, in favor of libsoxr elsewhere.)
|
(Depreciated in favour of libsoxr)
|
||||||
|
|
||||||
libsamplerate
|
libsamplerate
|
||||||
-------------
|
-------------
|
||||||
@ -97,11 +97,9 @@ Patches: endian.m4, lrint.m4, llrint.m4, lrintf.m4, clip_mode.m4 copied from
|
|||||||
libsndfile's M4/.
|
libsndfile's M4/.
|
||||||
signal.m4 created out of the tail of acinclude.m4 with the remaining
|
signal.m4 created out of the tail of acinclude.m4 with the remaining
|
||||||
necessary macro
|
necessary macro
|
||||||
libsndfile-ppc-crash-on-some-id3-mp3s.patch - submitted to libsndfile
|
|
||||||
list on may 22 2012 (mchinen)
|
|
||||||
AM_MAINTAINER_MODE has been added to configure.ac to disable autotools rebuilds
|
AM_MAINTAINER_MODE has been added to configure.ac to disable autotools rebuilds
|
||||||
by default
|
by default
|
||||||
Upstream Version: 0.1.7
|
Upstream Version: 0.1.8
|
||||||
|
|
||||||
libsndfile
|
libsndfile
|
||||||
----------
|
----------
|
||||||
@ -111,18 +109,22 @@ Version in Audacity SVN: 1.0.24
|
|||||||
Patches: maintainer-mode.patch: AM_MAINTAINER_MODE added to configure.ac
|
Patches: maintainer-mode.patch: AM_MAINTAINER_MODE added to configure.ac
|
||||||
id3.patch: already in upstream 1.0.26 (git 41da64d9270b2fa10c93ce74dea014fe8f0bd303)
|
id3.patch: already in upstream 1.0.26 (git 41da64d9270b2fa10c93ce74dea014fe8f0bd303)
|
||||||
fixes crash when importing mp3s that have duplicated tags
|
fixes crash when importing mp3s that have duplicated tags
|
||||||
|
libsndfile-ppc-crash-on-some-id3-mp3s.patch - submitted to libsndfile
|
||||||
|
list on may 22 2012 (mchinen)
|
||||||
|
|
||||||
Upstream Version: 1.0.24
|
Upstream Version: 1.0.25
|
||||||
|
|
||||||
libsoxr
|
libsoxr
|
||||||
-------
|
-------
|
||||||
The SoX Resampler library performs one-dimensional sample-rate conversion,
|
The SoX Resampler library performs one-dimensional sample-rate conversion,
|
||||||
by Rob Sykes.
|
by Rob Sykes.
|
||||||
|
http://sourceforge.net/p/soxr/wiki/Home/
|
||||||
Version in Audacity SVN: 0.0.5
|
Version in Audacity SVN: 0.0.5
|
||||||
Patches:
|
Patches:
|
||||||
* "libsoxr/configure" file: modified cmake params
|
* "libsoxr/configure" file: modified cmake params
|
||||||
* modified .vcproj file in win\Projects\libsoxr
|
* modified .vcproj file in win\Projects\libsoxr
|
||||||
|
|
||||||
|
Upstream Version: 0.0.5 (although no file downloads are available yet)
|
||||||
|
|
||||||
libvamp
|
libvamp
|
||||||
-------
|
-------
|
||||||
@ -132,7 +134,7 @@ Patches: optional-progs.patch: Make building the Vamp host (and so the
|
|||||||
dependecy on libsndfile) optional rather than mandatory. Accepted upstream.
|
dependecy on libsndfile) optional rather than mandatory. Accepted upstream.
|
||||||
distclean.patch: ensure that distclean actually works and takes away
|
distclean.patch: ensure that distclean actually works and takes away
|
||||||
auto* droppings. Accepted upstream.
|
auto* droppings. Accepted upstream.
|
||||||
Upstream Version: 2.0
|
Upstream Version: 2.4
|
||||||
|
|
||||||
libvorbis
|
libvorbis
|
||||||
---------
|
---------
|
||||||
@ -143,7 +145,7 @@ Patches: local-libogg.patch: configure patch that lets us build against a
|
|||||||
local libogg if there isn't a system one.
|
local libogg if there isn't a system one.
|
||||||
no-docs-examples.patch: disable building documentation and examples, so we can
|
no-docs-examples.patch: disable building documentation and examples, so we can
|
||||||
avoid shipping the files in those directories
|
avoid shipping the files in those directories
|
||||||
Upstream Version: 1.2.0
|
Upstream Version: 1.3.3
|
||||||
|
|
||||||
liblrdf
|
liblrdf
|
||||||
-------
|
-------
|
||||||
@ -268,7 +270,7 @@ fix-includes.patch: needed for GCC 4.3.1 to include all the headers we use
|
|||||||
directly. In upstream SVN
|
directly. In upstream SVN
|
||||||
Argument ([-Wall foreign]) added to AM_INIT_AUTOMAKE because autoreconf fails
|
Argument ([-Wall foreign]) added to AM_INIT_AUTOMAKE because autoreconf fails
|
||||||
otherwise
|
otherwise
|
||||||
Upstream Version: 1.3.1
|
Upstream Version: 1.7.1
|
||||||
|
|
||||||
taglib
|
taglib
|
||||||
------
|
------
|
||||||
@ -293,7 +295,7 @@ Version in Audacity SVN: 0.3.12
|
|||||||
Patches: None
|
Patches: None
|
||||||
AM_MAINTAINER_MODE has been added to configure.ac to disable autotools rebuilds
|
AM_MAINTAINER_MODE has been added to configure.ac to disable autotools rebuilds
|
||||||
by default
|
by default
|
||||||
Upstream Version: 0.3.12
|
Upstream Version: 0.3.13
|
||||||
|
|
||||||
wave++
|
wave++
|
||||||
------
|
------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user