timur-losev / nvidia-texture-tools

Automatically exported from code.google.com/p/nvidia-texture-tools
Other
0 stars 0 forks source link

Patches for a Fedora rawhide rpm package review request #175

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
  nvidia-texture-tools-2.0.8-gcc47.patch is required because
libstdc++ from gcc 4.7 does not include unistd.h by default.

  nvidia-texture-tools-2.0.8-wordsize.patch is linux x86_64
only, it defines the generic int64 and uint64 to "long" not
"long long", what avoids clashes with other typedefs, as
at least tiffconf-64.h defines it to the same base type.

  nvidia-texture-tools-2.0.8-png-abi.patch was taken from 0ad,
it is required to build with png 1.5, and png 1.5 is, at least
expected to be, source compatible with png 1.2.

  nvidia-texture-tools-2.0.8-soversion.patch creates versioned
shared libraries, and the plain .so file is added to a -devel
package.

  nvidia-texture-tools-2.0.8-libdir.patch is required to install
64 bit libraries in the proper system library directory.

Original issue reported on code.google.com by paulo.ce...@gmail.com on 19 May 2012 at 3:09

Attachments: