gecko-dev/media/libsoundtouch/moz.yaml
serge-sans-paille d3e574bc41 Bug 1857234 - Have mach vendor's ** globbing match hidden files r=tjr,devtools-reviewers,cubeb-reviewers,padenot,ochameau
This patch contains three changes:

1. a local version of glb.iglob in vendor_manifest.py that always
   matches hidden files for '**'. I've tested it on Python 3.5 up to
   3.12 and it works as expected.

2. a cleanup of many moz.yaml files that got convluted because of the
   previous behavior of '**'

3. removal of a few useless files that are now caught by the '**'
   globbing.

Differential Revision: https://phabricator.services.mozilla.com/D190195
2023-10-10 08:21:13 +00:00

76 lines
2.0 KiB
YAML

schema: 1
bugzilla:
product: "Core"
component: "Audio/Video"
origin:
name: "SoundTouch"
description: "Audio processing library"
url: "http://www.surina.net/soundtouch"
license: "LGPL-2.1"
release: 17a63e99d58053b0fbde8b69d7cc76a38119ce70 (2021-03-03T18:11:45+02:00).
revision: 17a63e99d58053b0fbde8b69d7cc76a38119ce70
vendoring:
url: https://codeberg.org/soundtouch/soundtouch
source-hosting: codeberg
tracking: commit
exclude:
- "**"
include:
- COPYING.TXT
- include/SoundTouch.h
- include/FIFOSampleBuffer.h
- include/FIFOSamplePipe.h
- include/STTypes.h
- source/SoundTouch/AAFilter.cpp
- source/SoundTouch/AAFilter.h
- source/SoundTouch/cpu_detect.h
- source/SoundTouch/cpu_detect_x86.cpp
- source/SoundTouch/FIFOSampleBuffer.cpp
- source/SoundTouch/FIRFilter.cpp
- source/SoundTouch/FIRFilter.h
- source/SoundTouch/InterpolateLinear.cpp
- source/SoundTouch/InterpolateLinear.h
- source/SoundTouch/InterpolateCubic.cpp
- source/SoundTouch/InterpolateCubic.h
- source/SoundTouch/InterpolateShannon.cpp
- source/SoundTouch/InterpolateShannon.h
- source/SoundTouch/mmx_optimized.cpp
- source/SoundTouch/RateTransposer.cpp
- source/SoundTouch/RateTransposer.h
- source/SoundTouch/SoundTouch.cpp
- source/SoundTouch/sse_optimized.cpp
- source/SoundTouch/TDStretch.cpp
- source/SoundTouch/TDStretch.h
keep:
- AUTHORS
- clear-lf.sh
- src/RLBoxSoundTouch*
- src/SoundTouchFactory.*
- src/soundtouch_config.h
- src/soundtouch_perms.h
patches:
- moz-libsoundtouch.patch
update-actions:
- action: move-file
from: '{vendor_dir}/COPYING.TXT'
to: '{vendor_dir}/LICENSE'
- action: move-dir
from: '{vendor_dir}/source/SoundTouch'
to: '{vendor_dir}/src'
- action: move-dir
from: '{vendor_dir}/include'
to: '{vendor_dir}/src'
- action: run-script
script: '{yaml_dir}/clear-lf.sh'
cwd: '{yaml_dir}'