Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
nvidia-texture-tools
nvidia-texture-tools.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File nvidia-texture-tools.spec of Package nvidia-texture-tools
# # spec file for package nvidia-texture-tools (Version 2.0.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: nvidia-texture-tools License: MIT License (or similar) Group: Development/Tools/Other AutoReqProv: on Summary: NVIDIA Texture Tools Version: 2.0.6 Release: 3 BuildRequires: Mesa-devel cmake freeglut-devel gcc-c++ libjpeg-devel libpng-devel libtiff-devel zlib-devel # BuildRequires: cg-devel Source0: http://nvidia-texture-tools.googlecode.com/files/%name-%version.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %ix86 x86_64 ppc %description This is the first alpha release of the new NVIDIA Texture Tools. The main highlights of this release are support for all DX10 texture formats, higher speed and improved compression quality. In addition to that it also comes with a hardware accelerated compressor that uses CUDA to compress blocks in parallel on the GPU and runs around 10 times faster than the CPU counterpart. You can obtain CUDA from our developer site at: http://developer.nvidia.com/object/cuda.html The source code of the Texture Tools is being released under the terms of the MIT license. %prep %setup -q -n %name %build export CFLAGS="$RPM_OPT_FLAGS -fPIC" export CXXFLAGS="$CFLAGS" cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DDOC_INSTALL_DIR=%{_docdir} \ -DCMAKE_BUILD_TYPE=Release \ -DNVTT_SHARED=1 make VERBOSE=1 %install make install DESTDIR=$RPM_BUILD_ROOT if [ "%_lib" != "lib" ]; then mv $RPM_BUILD_ROOT/usr/lib $RPM_BUILD_ROOT/usr/%_lib fi %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) %doc NVIDIA_Texture_Tools_LICENSE.txt NVIDIA_Texture_Tools_README.txt ChangeLog %{_bindir}/* /usr/include/nvtt %{_libdir}/libnv* %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor