[Pkg-gstreamer-commits] [orc] branch master updated (307242a -> 2f93867)

Sebastian Dröge slomo at moszumanska.debian.org
Mon Jun 23 08:12:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

slomo pushed a change to branch master
in repository orc.

      from  307242a   New upstream bugfix release.
       new  60ff9e7   Imported Upstream version 0.4.19
       new  a024a59   New upstream bugfix release.
       new  3085fd9   Imported Upstream version 0.4.19
       new  ec1374d   Imported Upstream version 0.4.20
       new  abf6cae   Merge tag 'upstream/0.4.20'
       new  d56191c   New upstream bugfix release.
       new  4fede30   Use dh-autoreconf to regenerate the autotools generated files during build.
       new  36e51f5   Imported Upstream version 0.4.21
       new  70dfef7   Merge tag 'upstream/0.4.21'
       new  2f93867   Update to 0.4.21

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                              |    8 +-
 Makefile.in                              |  362 ++--
 aclocal.m4                               |  757 ++++----
 autogen.sh                               |   17 +-
 compile                                  |   10 +-
 config.guess                             |  346 ++--
 config.h.in                              |    3 -
 config.sub                               |  106 +-
 configure                                | 2756 +++++++++++++++++++++++-------
 configure.ac                             |   56 +-
 debian/changelog                         |   15 +
 debian/control                           |    6 +
 debian/patches/99_ltmain_as-needed.patch |   32 -
 debian/patches/series                    |    1 -
 debian/rules                             |    5 +-
 depcomp                                  |  455 +++--
 doc/Makefile.am                          |    4 +-
 doc/Makefile.in                          |  417 +++--
 doc/html/ch01.html                       |   26 +-
 doc/html/ch02.html                       |   26 +-
 doc/html/ch03.html                       |   26 +-
 doc/html/ch04.html                       |   26 +-
 doc/html/ch05.html                       |   26 +-
 doc/html/home.png                        |  Bin 578 -> 256 bytes
 doc/html/index.html                      |   12 +-
 doc/html/index.sgml                      |  163 +-
 doc/html/left-insensitive.png            |  Bin 0 -> 395 bytes
 doc/html/left.png                        |  Bin 373 -> 262 bytes
 doc/html/orc-ARM.html                    |  753 +++++---
 doc/html/orc-MMX.html                    |  561 ++++--
 doc/html/orc-Orc.html                    |   74 +-
 doc/html/orc-OrcCompiler.html            |  311 ++--
 doc/html/orc-OrcDebug.html               |  555 +++---
 doc/html/orc-OrcExecutor.html            |  299 +++-
 doc/html/orc-OrcOpcode.html              |  495 ++++--
 doc/html/orc-OrcProgram.html             | 1385 +++++++++------
 doc/html/orc-OrcRule.html                |   77 +-
 doc/html/orc-PowerPC.html                |  488 ++++--
 doc/html/orc-SSE.html                    |  341 +++-
 doc/html/orc-Utility-functions.html      |   61 +-
 doc/html/orc-building.html               |   26 +-
 doc/html/orc-concepts.html               |   28 +-
 doc/html/orc-misc.html                   |  339 ++--
 doc/html/orc-opcodes.html                |   26 +-
 doc/html/orc-program.html                |   42 +-
 doc/html/orc-runninging.html             |   24 +-
 doc/html/orc-tutorial.html               |   30 +-
 doc/html/orc-x86.html                    |  816 +++++----
 doc/html/orc.devhelp2                    |  336 ++--
 doc/html/right-insensitive.png           |  Bin 0 -> 373 bytes
 doc/html/right.png                       |  Bin 380 -> 261 bytes
 doc/html/style.css                       |  247 ++-
 doc/html/up-insensitive.png              |  Bin 0 -> 374 bytes
 doc/html/up.png                          |  Bin 291 -> 260 bytes
 doc/tmpl/misc.sgml                       |    2 +
 doc/tmpl/mmx.sgml                        |  187 --
 doc/tmpl/orc-unused.sgml                 | 1089 ------------
 doc/tmpl/orc.sgml                        |    2 +
 doc/tmpl/orcarm.sgml                     |    2 +
 doc/tmpl/orccompiler.sgml                |    2 +
 doc/tmpl/orcdebug.sgml                   |    2 +
 doc/tmpl/orcexecutor.sgml                |    2 +
 doc/tmpl/orcmmx.sgml                     |    2 +
 doc/tmpl/orcopcode.sgml                  |    2 +
 doc/tmpl/orcpowerpc.sgml                 |    2 +
 doc/tmpl/orcprogram.sgml                 |    2 +
 doc/tmpl/orcrule.sgml                    |    2 +
 doc/tmpl/orcsse.sgml                     |    2 +
 doc/tmpl/orcutils.sgml                   |    2 +
 doc/tmpl/orcx86.sgml                     |    2 +
 doc/tmpl/sse.sgml                        |  198 ---
 doc/tmpl/x86.sgml                        |  519 ------
 examples/Makefile.am                     |   19 +-
 examples/Makefile.in                     |  277 ++-
 gtk-doc.make                             |  253 ++-
 install-sh                               |   14 +-
 ltmain.sh                                |    4 +-
 m4/ac_libtool_tags.m4                    |   57 -
 m4/gtk-doc.m4                            |   47 +-
 m4/libtool.m4                            |   52 +-
 m4/pkg.m4                                |  149 +-
 missing                                  |  414 ++---
 orc-test/Makefile.am                     |    4 +-
 orc-test/Makefile.in                     |  305 ++--
 orc-test/orcarray.c                      |    7 +-
 orc-test/orcprofile.c                    |    2 +-
 orc-test/orctest.c                       |   16 +-
 orc/Makefile.am                          |    6 +-
 orc/Makefile.in                          |  634 ++++---
 orc/generate-bytecode.c                  |    4 -
 orc/generate-emulation.c                 |    4 -
 orc/orcarm.c                             |    4 +-
 orc/orcbytecode.c                        |   11 +-
 orc/orcbytecodes.h                       |    3 -
 orc/orccodemem.c                         |    7 +-
 orc/orccompiler.c                        |   11 +-
 orc/orccpu-arm.c                         |    4 +-
 orc/orccpu-powerpc.c                     |    2 +-
 orc/orccpu-x86.c                         |    4 +-
 orc/orcemulateopcodes.c                  |   12 +-
 orc/orcexecutor.c                        |   14 +-
 orc/orcfunctions.c                       |   35 +-
 orc/orcfunctions.h                       |   13 +
 orc/orclimits.h                          |    7 +
 orc/orcmips.c                            |    2 +-
 orc/orcparse.c                           |   23 +-
 orc/orcpowerpc.c                         |    2 +-
 orc/orcprogram-altivec.c                 |   14 +-
 orc/orcprogram-arm.c                     |   74 +-
 orc/orcprogram-c.c                       |    8 +-
 orc/orcprogram-c64x-c.c                  |    6 +-
 orc/orcprogram-mips.c                    |    3 +
 orc/orcprogram-mmx.c                     |    8 +
 orc/orcprogram-neon.c                    |   26 +-
 orc/orcprogram-sse.c                     |    8 +
 orc/orcprogram.c                         |   97 +-
 orc/orcprogram.h                         |    1 +
 orc/orcrules-altivec.c                   |    6 +-
 orc/orcrules-mmx.c                       |   54 +-
 orc/orcrules-neon.c                      |  154 +-
 orc/orcrules-sse.c                       |   54 +-
 orc/orcutils.h                           |   10 +-
 test-driver                              |  139 ++
 testsuite/Makefile.am                    |    3 +-
 testsuite/Makefile.in                    |  938 +++++++---
 testsuite/benchmorc/Makefile.in          |  246 ++-
 testsuite/benchmorc/benchmorc.c          |   10 +-
 testsuite/bytecode_parse.c               |    6 +
 testsuite/compile_parse.c                |    1 +
 testsuite/compile_parse_c.c              |    2 +
 testsuite/compile_parse_neon.c           |    2 +
 testsuite/exec_parse.c                   |    2 +
 testsuite/generate_xml_table2.c          |    4 +-
 testsuite/memcpy_speed.c                 |   29 +-
 testsuite/orcc/Makefile.am               |   10 +-
 testsuite/orcc/Makefile.in               |  751 ++++++--
 testsuite/orcc/orc_test.c                |    4 +-
 testsuite/orcc/testorc.c                 | 2634 ++++++++++++++--------------
 testsuite/perf_opcodes_sys_compare.c     |    2 +-
 testsuite/perf_parse.c                   |    5 +
 testsuite/perf_parse_compare.c           |    5 +
 testsuite/show_parse.c                   |    7 +-
 testsuite/test-limits.c                  |   72 +
 testsuite/test-schro.c                   |    6 +-
 testsuite/test.orc                       |    6 +-
 testsuite/test_accsadubl.c               |    4 +-
 tools/Makefile.in                        |  261 ++-
 tools/orc-bugreport.c                    |    2 +
 tools/orcc.c                             |   20 +-
 149 files changed, 13582 insertions(+), 9530 deletions(-)
 delete mode 100644 debian/patches/99_ltmain_as-needed.patch
 create mode 100644 doc/html/left-insensitive.png
 create mode 100644 doc/html/right-insensitive.png
 create mode 100644 doc/html/up-insensitive.png
 delete mode 100644 doc/tmpl/mmx.sgml
 delete mode 100644 doc/tmpl/sse.sgml
 delete mode 100644 doc/tmpl/x86.sgml
 delete mode 100644 m4/ac_libtool_tags.m4
 create mode 100755 test-driver
 create mode 100644 testsuite/test-limits.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gstreamer/orc.git



More information about the Pkg-gstreamer-commits mailing list