← Retour sur l'intranet
RepoView: Short title of NewProject (11.2)
orc-debuginfo: Debug information for package orc
Name: | orc-debuginfo | Vendor: | VideoLAN Project (http://www.videolan.org) |
---|---|---|---|
Version: | 0.4.6 | License: | BSD and Motorola License (please mark changes) |
Release: | 2.1 | URL: | http://code.entropywave.com/projects/orc/ |
- Summary
- This package provides debug information for package orc. Debug information is useful when developing applications that use this package or when debugging this package.
Arch: x86_64
Download: | orc-debuginfo-0.4.6-2.1.x86_64.rpm |
---|---|
Build Date: | Mon Aug 9 02:35:25 2010 |
Packager: | |
Size: | 22 KiB |
Arch: i586
Download: | orc-debuginfo-0.4.6-2.1.i586.rpm |
---|---|
Build Date: | Mon Aug 9 18:55:25 2010 |
Packager: | |
Size: | 21 KiB |
Changelog
- * Wed Mar 17 13:00:00 2010 dimstar@opensuse.org
- Initial package of orc 0.4.3
- * Tue May 25 14:00:00 2010 chris@computersalat.de
- update to version 0.4.4 o remove obsolete orc-asneeded.patch
- * Fri Aug 6 14:00:00 2010 vuntz@opensuse.org
- Update to version 0.4.6: + Various fixes to make Orc more portable + Major performance improvements to NEON backend + Minor performance improvements to SSE backend + Major improvements to ARM backend, now passes regression tests. + The defaults for floating point operations have been changed somewhat: NANs are handled more like the IEEE 754 standard, and denormals in operations are treated as zeros. The NAN changes causes certain SSE operations to be slightly slower, but produce less surprising results. Treating denormals as zero has effects ranging from ?slightly faster? to ?now possible?. + New tool: orc-bugreport. Mainly this is to provide a limited testing tool in the field, especially for embedded targets which would not have access to the testsuite that is not installed. + The environment variable ORC_CODE can now be used to adjust some code generation. See orc-bugreport -help for details. + orcc has a new option to generate code that is compatible with older versions of Orc. + New NEON detection relies on Linux 2.6.29 or later. - Changes from version 0.4.5: + Many small improvements related to converting GStreamer from liboil to Orc. + The major addition in this release is the mainstreaming of the NEON backend, made possible by Nokia. + There is a new experimental option to ./configure, - -enable-backend, which allows you to choose a single code generation backend to include in the library. This is mostly useful for embedded systems, and is not recommended in general. - Do not call autogen.sh and remove workaround for doc generation.