no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE
[gecko.git] / media / libtheora / moz.yaml
blob90eeba9c90267aa154d38d1e262945d930202b97
1 schema: 1
3 bugzilla:
4   product: Core
5   component: "Audio/Video: Playback"
7 origin:
8   name: theora
9   description: Video compression format from Xiph
10   url: https://www.theora.org/
12   release: 7180717276af1ebc7da15c83162d6c5d6203aabf (2020-10-27T09:17:42.000-07:00).
13   revision: 7180717276af1ebc7da15c83162d6c5d6203aabf
15   license: BSD-3-Clause-Clear
16   license-file: COPYING
18 updatebot:
19   maintainer-phab: kinetik
20   maintainer-bz: kinetik
21   tasks:
22     - type: vendoring
23       enabled: true
24       frequency: every
26 vendoring:
27   url: https://gitlab.xiph.org/xiph/theora
28   source-hosting: gitlab
30   exclude:
31     - doc
32     - examples
33     - lib/c64x
34     - m4
35     - macosx
36     - symbian
37     - tests
38     - tools
39     - win32
40     - autogen.sh
41     - .travis.yml
42     - configure.ac
43     - SConstruct
44     - Makefile.am
45     - "*.pc.in"
46     - "*.spec.in"
47     - include/theora/theoraenc.h
48     - include/theora/Makefile.*
49     - include/Makefile.*
50     - lib/analyze.c
51     - lib/apiwrapper.c
52     - lib/apiwrapper.h
53     - lib/arm/armenc.c
54     - lib/arm/armenc.h
55     - lib/arm/armencfrag.s
56     - lib/arm/armenquant.s
57     - lib/collect.c
58     - lib/collect.h
59     - lib/decapiwrapper.c
60     - lib/encapiwrapper.c
61     - lib/encfrag.c
62     - lib/encinfo.c
63     - lib/encint.h
64     - lib/encode.c
65     - lib/encoder_disabled.c
66     - lib/enquant.c
67     - lib/enquant.h
68     - lib/fdct.c
69     - lib/huffenc.c
70     - lib/huffenc.h
71     - lib/mathops.c
72     - lib/mcenc.c
73     - lib/modedec.h
74     - lib/rate.c
75     - lib/tokenize.c
76     - lib/x86/mmxencfrag.c
77     - lib/x86/mmxfdct.c
78     - lib/x86/sse2encfrag.c
79     - lib/x86/sse2fdct.c
80     - lib/x86/x86enc.c
81     - lib/x86/x86enc.h
82     - lib/x86/x86enquant.c
83     - lib/x86/x86zigzag.h
84     - lib/x86_vc/mmxencfrag.c
85     - lib/x86_vc/mmxfdct.c
86     - lib/x86_vc/x86enc.c
87     - lib/x86_vc/x86enc.h
88     - lib/x86_vc/x86zigzag.h
89     - lib/Makefile.*
90     - lib/Version_script*
91     - lib/*.awk
92     - lib/*.def
93     - lib/*.exp
95   keep:
96     - Makefile.in
97     - lib/config.h
99   patches:
100     - clang-arm.patch
102   update-actions:
103     - action: move-file
104       from: '{vendor_dir}/lib/arm/armopts.s.in'
105       to: '{vendor_dir}/lib/arm/armopts.s'
106     - action: replace-in-file-regex
107       file: '{vendor_dir}/lib/arm/armopts.s'
108       pattern: '@HAVE_ARM_ASM_((EDSP)|(MEDIA)|(NEON))@'
109       with: '1'