Hello community,
here is the log from the commit of package nvidia-texture-tools for
openSUSE:Factory checked in at 2012-09-06 08:59:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-texture-tools (Old)
and /work/SRC/openSUSE:Factory/.nvidia-texture-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-texture-tools", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-texture-tools/nvidia-texture-tools.changes
2012-06-18 14:51:45.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.nvidia-texture-tools.new/nvidia-texture-tools.changes
2012-09-06 08:59:17.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 30 09:29:11 UTC 2012 - [email protected]
+
+- package builds also with libpng15
+
+-------------------------------------------------------------------
New:
----
nvidia-texture-tools-libpng15.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nvidia-texture-tools.spec ++++++
--- /var/tmp/diff_new_pack.t0sOph/_old 2012-09-06 08:59:18.000000000 +0200
+++ /var/tmp/diff_new_pack.t0sOph/_new 2012-09-06 08:59:18.000000000 +0200
@@ -33,6 +33,8 @@
# BuildRequires: cg-devel
Source0:
http://nvidia-texture-tools.googlecode.com/files/%name-%version.tar.bz2
Patch0: nvidia-texture-tools-gcc47.patch
+# patch libpng15 is upstreamed yet
(http://code.google.com/p/nvidia-texture-tools/source/detail)
+Patch1: nvidia-texture-tools-libpng15.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64 ppc
@@ -56,6 +58,7 @@
%prep
%setup -q -n %name
%patch0 -p1
+%patch1 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -fPIC"
++++++ nvidia-texture-tools-libpng15.patch ++++++
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/nvidia-texture-tools/files/nvidia-texture-tools-2.0.8-libpng15.patch?view=diff&r1=text&tr1=1.2&r2=text&tr2=1.1&diff_format=s
Index: nvidia-texture-tools/src/nvimage/ImageIO.cpp
===================================================================
--- nvidia-texture-tools.orig/src/nvimage/ImageIO.cpp
+++ nvidia-texture-tools/src/nvimage/ImageIO.cpp
@@ -603,7 +603,7 @@ static void user_read_data(png_structp p
{
nvDebugCheck(png_ptr != NULL);
- Stream * s = (Stream *)png_ptr->io_ptr;
+ Stream * s = (Stream *)png_get_io_ptr(png_ptr);
s->serialize(data, (int)length);
if (s->isError()) {
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]