debian/0000755000000000000000000000000012162004261007160 5ustar debian/source/0000755000000000000000000000000011544206502010465 5ustar debian/source/format0000644000000000000000000000001411420061314011664 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000354611544377412011141 0ustar This package was debianized by Devid Antonio Filoni on Mon, 28 Mar 2011 20:29:03 +0200. It was downloaded from http://www.crystalspace3d.org/main/Download Upstream Author: Jorrit Tyberghein Eric Sunshine Frank Richter Mårten Svanfeldt Copyright: Copyright © 2002, Anders Stenberg Copyright © 2004-2010, Frank Richter Copyright © 2002-2007, Marten Svanfeldt Copyright © 2003, Matze Braun Copyright © 2003-2008, Eric Sunshine Copyright © 2006 Jorrit Tyberghein License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. The Debian packaging is: Copyright © 2011 Devid Antonio Filoni and is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. This package is uploaded in debian contrib due to it's build-dependency on nvidia-cg-toolkit package which is in contrib. debian/README.source0000644000000000000000000000101111544306516011343 0ustar * See http://www.crystalspace3d.org/trac/CS/ticket/901 to know how this tarball was generated. HOW TO UPDATE TO A NEW UPSTREAM RELEASE: Download original crystalspace source and copy plugins/video/render3d/shader/shaderplugins/glshader_cg/* files (excluding Jamfile) to plugins/video/render3d/shader/shaderplugins/glshader_cg directory in crystalspace-glshader-cg source (crystalspace-glshader-cg.zip file). -- Devid Antonio Filoni Mon, 28 Mar 2011 20:29:03 +0200 debian/source.lintian-overrides0000644000000000000000000000003711420054552014044 0ustar outdated-autotools-helper-file debian/changelog0000644000000000000000000000146412162002703011036 0ustar crystalspace-glshader-cg (2.0-1) unstable; urgency=low * New upstream release. Tarball generated as explained in README.source file. (Closes: #711051) * Remove CS_IMPLEMENT_PLUGIN.patch patch, not needed anymore. * debian/rules: set Architecture field to amd64 i386. * debian/rules: add minimum required crystalspace version in Build-Depends field. * debian/rules: install plugin in /usr/lib/crystalspace-2.0 dir. * Bump Standard-Version to 3.9.4. -- Devid Antonio Filoni Mon, 24 Jun 2013 10:22:57 +0200 crystalspace-glshader-cg (1.4.0-1) unstable; urgency=low * Initial release (Closes: #620053). Thanks to kickvb who worked on this (http://www.crystalspace3d.org/trac/CS/ticket/901) -- Devid Antonio Filoni Mon, 28 Mar 2011 20:29:03 +0200 debian/compat0000644000000000000000000000000211420054552010362 0ustar 7 debian/watch0000644000000000000000000000021511544211773010222 0ustar version=3 http://www.crystalspace3d.org/main/Download \ http://www.crystalspace3d.org/downloads/release/crystalspace-src-([\d.]+)\.tar\.gz debian/rules0000755000000000000000000000076112162002266010247 0ustar #!/usr/bin/make -f export DEB_BUILD_OPTIONS := nocheck %: dh --with quilt $@ override_dh_auto_clean: jam clean dh_auto_clean rm -f config.h config.log config.status Jamconfig Jamfile override_dh_auto_configure: sh configure --prefix=/usr override_dh_auto_build: jam override_dh_auto_install: mkdir -p $(CURDIR)/debian/crystalspace-glshader-cg/usr/lib/crystalspace-2.0 install $(CURDIR)/glshader_cg.so $(CURDIR)/debian/crystalspace-glshader-cg/usr/lib/crystalspace-2.0/glshader_cg.so debian/control0000644000000000000000000000163412162001510010561 0ustar Source: crystalspace-glshader-cg Section: contrib/libs Priority: extra Maintainer: Debian Games Team Uploaders: Devid Antonio Filoni Build-Depends: debhelper (>= 7.2.6), quilt (>= 0.46-7~), jam, libcrystalspace-dev (>= 2.0), nvidia-cg-toolkit, libcppunit-dev, zlib1g-dev, libgl1-mesa-dev | libgl-dev Standards-Version: 3.9.4 Homepage: http://www.crystalspace3d.org/main/Main_Page Package: crystalspace-glshader-cg Architecture: amd64 i386 Depends: ${shlibs:Depends}, ${misc:Depends} Description: Multiplatform 3D Game Development Kit (glshader-cg plugin) Crystal Space is a free 3D game toolkit. It can be used for a variety of 3D visualization tasks. Many people will probably be interested in using Crystal Space as the basis of a 3D game, for which it is well suited. . This package provides the support of Cg shaders for the Crystal Space engine.