Add default Smack manifest for libXvMC.spec
[pkgs/xorg/lib/libXvMC.git] / ChangeLog
1 commit 97d0572191368f47854c795e524610e529787c85
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Aug 13 22:00:11 2010 -0700
4
5     libXvMC 1.0.6
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 9d2e636fa0fe21bfa483c18fa7ca63368a05ef35
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Fri Aug 13 22:01:39 2010 -0700
12
13     Remove unnecessary statements from configure.ac
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17 commit 4d78d748cbf4a393ef12222c44b5f7adb2d3539f
18 Author: Jesse Adkins <jesserayadkins@gmail.com>
19 Date:   Mon Jul 12 20:04:46 2010 -0700
20
21     Purge cvs tags.
22     
23     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
24     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
25
26 commit e003c948a51af2d89a23fb697ec44aab970ce853
27 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
28 Date:   Thu Jul 1 07:06:17 2010 -0300
29
30     Purge macro NEED_REPLIES
31     
32     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
33     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
34     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
35
36 commit bea7d18c45b8d09c27a7e8c181b6efd27c4a36d7
37 Author: Gaetan Nadon <memsize@videotron.ca>
38 Date:   Mon Mar 29 14:53:49 2010 -0400
39
40     config: remove the pkgconfig pc.in file from EXTRA_DIST
41     
42     Automake always includes it in the tarball.
43     
44     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
45
46 commit 92e902daab4eeb0acddd4e0def2d6009459e3220
47 Author: Gaetan Nadon <memsize@videotron.ca>
48 Date:   Thu Jan 14 10:06:05 2010 -0500
49
50     COPYING: replace stub with actual copyright notices
51     
52     Refer to: XvMCWrapper.c
53     Copyright (c) 2004 The Unichrome project.
54     
55     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
56
57 commit 52c17bfbe2a50c9117ad92843f34e94be4f09c5e
58 Author: Alan Coopersmith <alan.coopersmith@sun.com>
59 Date:   Fri Dec 11 12:54:03 2009 -0800
60
61     Bug 25592: Use $(docdir) for XvMC_API.txt install path
62     
63     Bumps minimum autoconf version required to 2.60 for $(docdir)
64     
65     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
66     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
67
68 commit c53bfd6679f842a5a061904740d86932bbbda6c6
69 Author: Gaetan Nadon <memsize@videotron.ca>
70 Date:   Fri Nov 27 20:56:04 2009 -0500
71
72     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
73     
74     Now that the INSTALL file is generated.
75     Allows running make maintainer-clean.
76
77 commit a75f52662c22048dc80a9f8d310364c458da470c
78 Author: Gaetan Nadon <memsize@videotron.ca>
79 Date:   Wed Oct 28 14:09:10 2009 -0400
80
81     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
82     
83     Add missing INSTALL file. Use standard GNU file on building tarball
84     README may have been updated
85     Remove AUTHORS file as it is empty and no content available yet.
86     Remove NEWS file as it is empty and no content available yet.
87
88 commit 9c441d4a5438caa37dd413ab2acbb4a117125e44
89 Author: Gaetan Nadon <memsize@videotron.ca>
90 Date:   Tue Oct 27 15:07:26 2009 -0400
91
92     Deploy the new XORG_DEFAULT_OPTIONS #24242
93     
94     This macro aggregate a number of existing macros that sets commmon
95     X.Org components configuration options. It shields the configuration file from
96     future changes.
97
98 commit 3a75ec2dda5f065e4d3eca15653c652690f4aa38
99 Author: Gaetan Nadon <memsize@videotron.ca>
100 Date:   Mon Oct 26 22:08:43 2009 -0400
101
102     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
103     
104     ChangeLog filename is known to Automake and requires no further
105     coding in the makefile.
106
107 commit 5eccd90ff407b9f780b4a0d6d1e48e0891f56594
108 Author: Gaetan Nadon <memsize@videotron.ca>
109 Date:   Thu Oct 22 12:34:19 2009 -0400
110
111     .gitignore: use common defaults with custom section # 24239
112     
113     Using common defaults will reduce errors and maintenance.
114     Only the very small or inexistent custom section need periodic maintenance
115     when the structure of the component changes. Do not edit defaults.
116
117 commit 276759b34432cea1f6c7eda995d65140b72169c0
118 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
119 Date:   Wed Oct 21 12:47:26 2009 -0700
120
121     This is not a GNU project, so declare it foreign.
122     
123     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
124     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
125     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
126     > > was quite annoying to work around since 'autoreconf -fvi' replaces
127     > > it and git wants to commit it.  Should these files even be in git?
128     > > Can I nuke them for the betterment of humanity and since they get
129     > > created by autoreconf anyways?
130     >
131     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
132     
133     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
134     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
135     of the INSTALL file. It is also part of the 24206 solution.
136     
137     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
138
139 commit efaafb5e74c7484f7e1c0f6f0fc34d75a0f7c14d
140 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
141 Date:   Tue Oct 20 14:42:03 2009 -0700
142
143     Include XvMClib.h
144     
145     This fixes compilation breakage after 9190399907610486001f3676945958dbab4b837a in videoproto
146     
147     Found by tinderbox
148     
149     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
150
151 commit 4c41a40c3e4344c67cda020fbc2eb479ba06fc9e
152 Author: Alan Coopersmith <alan.coopersmith@sun.com>
153 Date:   Tue Oct 6 13:20:36 2009 -0700
154
155     libXvMC 1.0.5
156     
157     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
158
159 commit 459a6ac9876b86533b17c996200a8a492e32841c
160 Author: Alan Coopersmith <alan.coopersmith@sun.com>
161 Date:   Tue Oct 6 13:19:45 2009 -0700
162
163     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
164     
165     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
166
167 commit 8a5876f71cbad2a02eb6c47772cf46c17bc1f451
168 Author: Alan Coopersmith <alan.coopersmith@sun.com>
169 Date:   Thu Oct 1 23:14:51 2009 -0700
170
171     Move XvMC_API.txt from xorg-docs
172     
173     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
174
175 commit c0ba39fd18a56adbbe7e2e4a1655aa1aaf5c1ed6
176 Author: Alan Coopersmith <alan.coopersmith@sun.com>
177 Date:   Mon Feb 2 20:34:37 2009 -0800
178
179     Add README with pointers to mailing list, bugzilla & git repos
180     
181     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
182
183 commit 608a6db5a76c3638457e40a4bae7debb5318b905
184 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
185 Date:   Mon Feb 2 14:17:21 2009 -0200
186
187     Janitor: make distcheck, compiler warnings, .gitignore.
188
189 commit ae3564600219fb27e094805cc45991685d2e5504
190 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
191 Date:   Fri Mar 14 02:01:31 2008 -0300
192
193     Add missing prototypes to XvMClibint.h
194     
195     This is done just to not generate compile warnings about functions without
196     prototype, but at some time the comment in XvMC.c should be addressed:
197     
198     /******************************************************************
199        These are intended as a protocol interface to be used by direct
200        rendering libraries.  They are not intended to be client viewable
201        functions.  These will stay in place until we have a mechanism in
202        place similar to that of OpenGL with an libXvMCcore library.
203     *******************************************************************/
204
205 commit 08be10e6c26794ed1ffa21d7946ddcc3da007237
206 Author: Daniel Stone <daniel@fooishbar.org>
207 Date:   Sat Dec 16 01:33:11 2006 +0200
208
209     bump to 1.0.4
210
211 commit eaaa31aa77f06249de137018ef85903b0ad4aa39
212 Author: Daniel Stone <daniel@fooishbar.org>
213 Date:   Wed Dec 6 19:00:54 2006 +0200
214
215     Makefile.am: make ChangeLog hook safer
216     Make ChangeLog hook as safe as possible.
217
218 commit 93d7c1c797d8c74c18e78854fcf78a3f0d79b444
219 Author: Alan Coopersmith <alan.coopersmith@sun.com>
220 Date:   Wed Sep 27 16:47:03 2006 -0700
221
222     Bump version to 1.0.3
223
224 commit ddc72074e6389a64d5753621b48855137a8c3623
225 Author: Alan Coopersmith <alan.coopersmith@sun.com>
226 Date:   Wed Sep 27 13:44:48 2006 -0700
227
228     Add XvMCWrapper to lint target
229
230 commit 34b32e0f6773004138543e6f41f5639736493707
231 Author: Alan Coopersmith <alan.coopersmith@sun.com>
232 Date:   Wed Sep 27 13:44:15 2006 -0700
233
234     Fix sparse warning: Using plain integer as NULL pointer
235
236 commit 142aa1230c651bc70d192edbbfa6870488006d36
237 Author: Alan Coopersmith <alan.coopersmith@sun.com>
238 Date:   Tue Sep 26 18:31:46 2006 -0700
239
240     Fix sparse warnings: Using plain integer as NULL pointer
241
242 commit 945f89d551438298d9a09a4fd3e9e40ac6b1ad51
243 Author: Alan Coopersmith <alan.coopersmith@sun.com>
244 Date:   Tue Sep 26 18:30:41 2006 -0700
245
246     Add hooks for checking code with sparse/lint/etc.
247
248 commit 3cc151c221139869980bc33d5336ab75c04606bc
249 Author: Alan Coopersmith <alan.coopersmith@sun.com>
250 Date:   Tue Sep 26 17:28:45 2006 -0700
251
252     Replace static ChangeLog with disthook to generate from git log
253
254 commit f856448323ad315f5301f1022e9ee75de7174dbd
255 Author: Alan Coopersmith <alan.coopersmith@sun.com>
256 Date:   Tue Sep 26 17:25:50 2006 -0700
257
258     Add *~ to .gitignore to skip over emacs droppings
259
260 commit 25c9975510f7a7c4f1c18b72526bc2a9b97ff90e
261 Author: Alan Coopersmith <alan.coopersmith@sun.com>
262 Date:   Thu Jul 13 14:59:11 2006 -0700
263
264     renamed: .cvsignore -> .gitignore
265
266 commit 42226f6ba7fbccd7d7cb0f9ce431be477bdf9a0c
267 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
268 Date:   Fri Jun 16 22:07:08 2006 +0000
269
270     Define HAS_SHM if shmat() is found
271     Include <config.h> to get HAS_SHM define.
272
273 commit 9a93b2a2ace59e6c2ab8fec586561a136c06e664
274 Author: Adam Jackson <ajax@nwnk.net>
275 Date:   Thu Apr 27 00:24:15 2006 +0000
276
277     Bump to 1.0.2
278
279 commit 987ac45a04fc6734096fd6469ef12a4b1d09f971
280 Author: Adam Jackson <ajax@nwnk.net>
281 Date:   Mon Apr 3 19:35:40 2006 +0000
282
283     Bug #6479: Cygwin build fix. (Yaakov Selkowitz)
284
285 commit 3b44259383a99f4db7d7c026638c6676d838229b
286 Author: Donnie Berkholz <spyderous@gentoo.org>
287 Date:   Wed Mar 22 17:53:58 2006 +0000
288
289     Set XVMC_CONFIGDIR to $(sysconfdir)/X11.
290
291 commit 0e3081d35bcad1b5ee637c9b5d0292011c8536b4
292 Author: Kevin E Martin <kem@kem.org>
293 Date:   Wed Dec 21 02:30:06 2005 +0000
294
295     Update package version for X11R7 release.
296
297 commit 588b2f5642d0061f1e1954ce9f97bff71a27d75e
298 Author: Adam Jackson <ajax@nwnk.net>
299 Date:   Mon Dec 19 16:28:27 2005 +0000
300
301     Stub COPYING files
302
303 commit 479c508369c27e88145aab93016c6bcee5b6e71e
304 Author: Kevin E Martin <kem@kem.org>
305 Date:   Thu Dec 15 00:24:35 2005 +0000
306
307     Update package version number for final X11R7 release candidate.
308
309 commit d7aa41b6025facaa98c827bea605de1aa77ffb5d
310 Author: Kevin E Martin <kem@kem.org>
311 Date:   Sat Dec 3 05:49:45 2005 +0000
312
313     Update package version number for X11R7 RC3 release.
314
315 commit 68f34d7d3b1564d967f77127b68af6c3de26578b
316 Author: Kevin E Martin <kem@kem.org>
317 Date:   Sat Dec 3 04:41:51 2005 +0000
318
319     Add check and cflags for malloc(0) returning NULL.
320
321 commit b679a08c793780c08a21af602e4e814cc24b1a93
322 Author: Thomas Hellstrom <unichrome@shipmail.org>
323 Date:   Sat Nov 26 21:06:07 2005 +0000
324
325     Bug #5067 <https://bugs.freedesktop.org/show_bug.cgi?id=5067> Add dot
326         before revision definitions for libXvMCW (Cedric Berger)
327
328 commit 7907128fae6bbb41e2e6cc6387afba857c75eb41
329 Author: Eric Anholt <anholt@freebsd.org>
330 Date:   Sun Nov 20 23:17:41 2005 +0000
331
332     Add/improve libs .cvsignores.
333
334 commit 25b2dc7180677176005d65828d2bfde17119c7a6
335 Author: Kevin E Martin <kem@kem.org>
336 Date:   Sat Nov 19 07:15:43 2005 +0000
337
338     Update pkgconfig files to separate library build-time dependencies from
339         application build-time dependencies, and update package deps to work
340         with separate build roots.
341
342 commit 384001cc85ea7a77b2800fda7d4abc745135ad3c
343 Author: Kevin E Martin <kem@kem.org>
344 Date:   Wed Oct 19 02:48:12 2005 +0000
345
346     Update package version number for RC1 release.
347
348 commit 6140efabd4d1dc46f40d3bc15ad2d78307c5c6e3
349 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
350 Date:   Sun Sep 11 18:25:27 2005 +0000
351
352     XvMC depends on xv. (Bugzilla #4367, Joshua Baergen).
353
354 commit cd5375fa75e1f232d23069a59a82f0bcf6ee2a9f
355 Author: Adam Jackson <ajax@nwnk.net>
356 Date:   Wed Aug 3 03:28:03 2005 +0000
357
358     Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
359         a global configure cache don't get confused.
360
361 commit 912ba3998aba2fd6e5e669f80a6ef205a613818e
362 Author: Kevin E Martin <kem@kem.org>
363 Date:   Fri Jul 29 21:22:53 2005 +0000
364
365     Various changes preparing packages for RC0:
366     - Verify and update package version numbers as needed
367     - Implement versioning scheme
368     - Change bug address to point to bugzilla bug entry form
369     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
370         reenable it)
371     - Fix makedepend to use pkgconfig and pass distcheck
372     - Update build script to build macros first
373     - Update modular Xorg version
374
375 commit ad129004fe84555fa82286577b343188bd922971
376 Author: Kevin E Martin <kem@kem.org>
377 Date:   Sat Jul 23 05:27:00 2005 +0000
378
379     Fix distchecks
380
381 commit 50f1a745af62aadab1118b2c565e4f3c60ddcbd6
382 Author: Daniel Stone <daniel@fooishbar.org>
383 Date:   Sat Jul 16 07:44:53 2005 +0000
384
385     Set soversion to 1.0.0 with -version-number.
386
387 commit 46023798075bda8427b61ce57f8d5595abed89cb
388 Author: Daniel Stone <daniel@fooishbar.org>
389 Date:   Tue Jul 12 01:17:49 2005 +0000
390
391     Set soversions to 1.0.0; add XvMClib.h.
392
393 commit a27ff6109baf266d414db756549eba0b6e4dcaf5
394 Author: Daniel Stone <daniel@fooishbar.org>
395 Date:   Tue Jul 12 00:38:53 2005 +0000
396
397     Change version to 1.1.0.
398
399 commit 32a12b87526bdeeeadc6859cc2c440d74846d935
400 Author: Keith Packard <keithp@keithp.com>
401 Date:   Sat Jul 9 06:55:15 2005 +0000
402
403     Add .cvsignore files
404
405 commit 05fd6003cbd18c04268a3ee8974a81fdcf1f7a74
406 Author: Kevin E Martin <kem@kem.org>
407 Date:   Sat Jul 2 06:35:04 2005 +0000
408
409     Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
410
411 commit 125b5cabb1980a3564c2567c0702a9adf32327bf
412 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
413 Date:   Tue Jun 21 15:41:37 2005 +0000
414
415     lib/XScrnSaver/configure.ac
416     lib/XScrnSaver/src/Makefile.am
417     lib/Xfontcache/configure.ac
418     lib/Xfontcache/src/Makefile.am
419     lib/Xinerama/configure.ac
420     lib/Xinerama/src/Makefile.am
421     lib/Xtst/configure.ac
422     lib/Xv/configure.ac
423     lib/XvMC/configure.ac
424     lib/dmx/configure.ac Add missing xext.pc and xextproto.pc Add DEP_CFLAGS to
425         src/Makefile.am
426
427 commit 0273d0113119cdefe148d58ddf3508bd9b20f2b8
428 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
429 Date:   Mon Jun 20 22:39:13 2005 +0000
430
431     Add XvMC build system
432
433 commit b4716fab0524c583daac7048f5d304af3b1589b5
434 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
435 Date:   Mon Jun 20 22:38:12 2005 +0000
436
437     Fix some includes in xc/lib/XvMC
438
439 commit 58fde9acdcc6256917089271537017dc28710988
440 Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
441 Date:   Sat Dec 4 00:42:50 2004 +0000
442
443     Encoding of numerous files changed to UTF-8
444
445 commit 359c8b9d75372ecd1f78cdb0bfccd134577d9c31
446 Author: Thomas Hellstrom <unichrome@shipmail.org>
447 Date:   Tue Nov 23 17:29:47 2004 +0000
448
449     Bugzilla #1883 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1883): Fix
450         insufficient SHM detection in XvMC local test. Removed reference to
451         getpagesize() which caused linking problems on s390. Reported by Stefan
452         Dirsch <sndirsh@suse.de>
453
454 commit 120c3035f60138ad15599b0b0c4468400e966423
455 Author: Thomas Hellstrom <unichrome@shipmail.org>
456 Date:   Sat Nov 13 11:09:23 2004 +0000
457
458     lib/XvMC/Imake
459     Added support for automatic loading of the correct hardware XvMC driver.
460         This involves a protocol extension of the XvMC protocol. The XvMC
461         revision number was bumped.
462
463 commit 0077c785f91a80d48216a969757bc3f3b607e7e2
464 Author: Thomas Hellstrom <unichrome@shipmail.org>
465 Date:   Wed Oct 20 16:35:16 2004 +0000
466
467     Imported via XvMC library release 0.13.0 from unichrome.sf.net. This
468         enables hardware mpeg2 decoding for the CLE266 chip using the
469         nonstandard VLD XvMC extension. Complete author information is
470         available at the unichrome site. Updated the XvMC wrapper to look for
471         version specific Xv and XvMC shared libraries.
472
473 commit d6f84be6af28d2a316e05858f0b0571074314c2c
474 Author: Thomas Hellstrom <unichrome@shipmail.org>
475 Date:   Sun Sep 26 11:48:57 2004 +0000
476
477     Added the XvMC wrapper. First support for runtime loading of hardware-
478         specific XvMC libraries.
479
480 commit b3d2a9cbcf27659b04eb0088c02de753dc43d5a8
481 Author: Egbert Eich <eich@suse.de>
482 Date:   Fri Apr 23 18:43:55 2004 +0000
483
484     Merging XORG-CURRENT into trunk
485
486 commit 1892f06c354c1b37308a5adc35cf6a4343148871
487 Author: Egbert Eich <eich@suse.de>
488 Date:   Sun Mar 14 08:32:27 2004 +0000
489
490     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
491
492 commit 2cf814aa9975839c342fbb37c8cf34c8eaf83add
493 Author: Egbert Eich <eich@suse.de>
494 Date:   Wed Mar 3 12:11:32 2004 +0000
495
496     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
497
498 commit 5fbd3ca2a0e419175a28d68cd00e00541ec51c02
499 Author: Egbert Eich <eich@suse.de>
500 Date:   Thu Feb 26 13:35:34 2004 +0000
501
502     readding XFree86's cvs IDs
503
504 commit 6c01fc4ce83d0a401ac497a589ca7009824b2ee7
505 Author: Egbert Eich <eich@suse.de>
506 Date:   Thu Feb 26 09:22:48 2004 +0000
507
508     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
509
510 commit 023801d605d93ffdbd383b9f32df0a3213c829f1
511 Author: Kaleb Keithley <kaleb@freedesktop.org>
512 Date:   Fri Dec 19 20:54:21 2003 +0000
513
514     XFree86 4.3.99.902 (RC 2)
515
516 commit 59642182406c19c9d17efd9d845cbbd65ad4654f
517 Author: Kaleb Keithley <kaleb@freedesktop.org>
518 Date:   Fri Nov 14 16:48:49 2003 +0000
519
520     XFree86 4.3.0.1
521
522 commit 204fb5fcf4292629677e3876bd449fb76e55fcdd
523 Author: Kaleb Keithley <kaleb@freedesktop.org>
524 Date:   Fri Nov 14 16:48:49 2003 +0000
525
526     Initial revision