1 | 2004-12-14 David Schleef <ds@schleef.org> |
---|
2 | |
---|
3 | * m4/gst-arch.m4: remove MMX stuff, since it doesn't work and |
---|
4 | isn't needed anywhere |
---|
5 | |
---|
6 | 2004-12-08 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
7 | |
---|
8 | * gst-autogen.sh: |
---|
9 | allow failure command to be run so we can clean upfrom autopoint |
---|
10 | |
---|
11 | 2004-09-03 Zeeshan Ali Khattak <zeenix@gmail.com> |
---|
12 | * m4/gst-feature.m4: Trying to correct the GST_CHECK_CONFIGPROG macro |
---|
13 | |
---|
14 | 2004-07-21 Benjamin Otte <otte@gnome.org> |
---|
15 | |
---|
16 | * m4/.cvsignore: exciting updates for libtool m4 files |
---|
17 | |
---|
18 | 2004-07-12 David Schleef <ds@schleef.org> |
---|
19 | |
---|
20 | * m4/as-objc.m4: Add a macro to test for objective C |
---|
21 | |
---|
22 | 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
23 | |
---|
24 | * m4/gst-feature.m4: |
---|
25 | not all of them support --plugin-libs, so redirect stderr |
---|
26 | |
---|
27 | 2004-06-12 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
28 | |
---|
29 | * m4/as-scrub-include.m4: |
---|
30 | sync with upstream to 0.1.4. Fixes #132440 |
---|
31 | |
---|
32 | 2004-06-07 Benjamin Otte <otte@gnome.org> |
---|
33 | |
---|
34 | * m4/gst-feature.m4: |
---|
35 | write a big marker into configure output when checking next plugin |
---|
36 | to allow easier parsing of why plugins are(n't) built. |
---|
37 | |
---|
38 | 2004-06-01 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
39 | |
---|
40 | * m4/as-compiler-flag.m4: |
---|
41 | * m4/as-compiler.m4: |
---|
42 | * m4/as-libtool.m4: |
---|
43 | * m4/as-version.m4: |
---|
44 | sync with upstream, change sticky options to -ko |
---|
45 | |
---|
46 | 2004-05-24 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
47 | |
---|
48 | * m4/as-scrub-include.m4: synced with upstream |
---|
49 | |
---|
50 | 2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
51 | |
---|
52 | * po.mak: |
---|
53 | snippet for updating .po files |
---|
54 | |
---|
55 | 2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
56 | |
---|
57 | * Makefile.am: |
---|
58 | * m4/Makefile.am: |
---|
59 | integrate these with the dist |
---|
60 | |
---|
61 | 2004-03-17 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
62 | |
---|
63 | * release.mak: add a release target |
---|
64 | |
---|
65 | 2004-03-09 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
66 | |
---|
67 | patch by: Stephane Loeuillet |
---|
68 | |
---|
69 | * m4/ax_create_stdint_h.m4: |
---|
70 | use head -n instead of head - (#136500) |
---|
71 | |
---|
72 | 2004-03-05 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
73 | |
---|
74 | * m4/gst-doc.m4: don't build PS without dvips binary |
---|
75 | |
---|
76 | 2004-02-22 Julio M. Merino Vidal <jmmv@menta.net> |
---|
77 | |
---|
78 | reviewed by: Benjamin Otte <otte@gnome.org> |
---|
79 | |
---|
80 | * m4/as-docbook.m4: |
---|
81 | don't use == operator with test(1) (fixes #135115) |
---|
82 | |
---|
83 | 2004-02-16 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
84 | |
---|
85 | * common/m4/gst-arch.m4: x86_64 is x86 too (clue from Fedora 2 test) |
---|
86 | |
---|
87 | 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
88 | |
---|
89 | * m4/gst-feature.m4: |
---|
90 | remove AM_CONDITIONAL for the subsystem since automake 1.6.x |
---|
91 | requires that call be in configure.ac |
---|
92 | |
---|
93 | 2004-02-13 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
94 | |
---|
95 | * m4/gst-libxml2.m4: |
---|
96 | take required version as argument, and default to 2.4.9 if not |
---|
97 | specified |
---|
98 | |
---|
99 | 2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
100 | |
---|
101 | * m4/gst-feature.m4: |
---|
102 | rename and fix up GST_CHECK_DISABLE_SUBSYSTEM |
---|
103 | |
---|
104 | 2004-02-11 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
105 | |
---|
106 | * common/m4/as-ac-expand.m4: |
---|
107 | * common/m4/as-auto-alt.m4: |
---|
108 | * common/m4/as-compiler-flag.m4: |
---|
109 | * common/m4/as-compiler.m4: |
---|
110 | * common/m4/as-docbook.m4: |
---|
111 | * common/m4/as-libtool.m4: |
---|
112 | * common/m4/as-scrub-include.m4: |
---|
113 | * common/m4/as-version.m4: |
---|
114 | * common/m4/glib-gettext.m4: |
---|
115 | * common/m4/gst-arch.m4: |
---|
116 | * common/m4/gst-debuginfo.m4: |
---|
117 | * common/m4/gst-doc.m4: |
---|
118 | * common/m4/gst-feature.m4: |
---|
119 | * common/m4/gst-function.m4: |
---|
120 | * common/m4/gst-glib2.m4: |
---|
121 | * common/m4/gst-gstreamer.m4: |
---|
122 | * common/m4/gst-libxml2.m4: |
---|
123 | * common/m4/gst-makecontext.m4: |
---|
124 | * common/m4/gst-mcsc.m4: |
---|
125 | * common/m4/pkg.m4: |
---|
126 | fix underquoted macros as reported by automake 1.8.x (#133800) |
---|
127 | |
---|
128 | 2004-02-11 Johan Dahlin <johan@gnome.org> |
---|
129 | |
---|
130 | * gst-autogen.sh: Use A-Z instead of A-z in sed expression to |
---|
131 | avoid a warning |
---|
132 | |
---|
133 | 2004-02-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org> |
---|
134 | |
---|
135 | * m4/gst-doc.m4: |
---|
136 | we use --output-format=xml and --ingnore-files options to |
---|
137 | gtkdoc-mkdb, which got added between 0.9 and 1.0 |
---|
138 | |
---|
139 | 2004-02-04 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
140 | |
---|
141 | * m4/as-libtool.m4: remove AM_PROG_LIBTOOL so it can move back |
---|
142 | to configure.ac to shut up libtoolize |
---|
143 | |
---|
144 | 2004-02-03 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
145 | |
---|
146 | * glib-gen.mak: added; used to generate enums and marshal code |
---|
147 | |
---|
148 | 2004-01-13 Thomas Vander Stichele <thomas at apestaart dot org> |
---|
149 | |
---|
150 | * gettext.patch: added; used by autogen.sh to make sure |
---|
151 | GETTEXT_PACKAGE is understood from po/Makefile.in.in -> po/Makefile.in |
---|
152 | |
---|