From d1b212dbb5d5b34038cfc1d5bf99ea893cb2d353 Mon Sep 17 00:00:00 2001 From: Ward Date: Thu, 23 Feb 2023 22:06:11 +0200 Subject: [PATCH] first commit --- orig.source.txt | 2 + vkBasalt-0.3.2.6/debian/changelog | 37 +++++++ vkBasalt-0.3.2.6/debian/control | 36 +++++++ vkBasalt-0.3.2.6/debian/copyright | 122 ++++++++++++++++++++++ vkBasalt-0.3.2.6/debian/files | 1 + vkBasalt-0.3.2.6/debian/gbp.conf | 4 + vkBasalt-0.3.2.6/debian/rules | 9 ++ vkBasalt-0.3.2.6/debian/salsa-ci.yml | 4 + vkBasalt-0.3.2.6/debian/source/format | 1 + vkBasalt-0.3.2.6/debian/upstream/metadata | 4 + vkBasalt-0.3.2.6/debian/watch | 2 + 11 files changed, 222 insertions(+) create mode 100644 orig.source.txt create mode 100644 vkBasalt-0.3.2.6/debian/changelog create mode 100644 vkBasalt-0.3.2.6/debian/control create mode 100644 vkBasalt-0.3.2.6/debian/copyright create mode 100644 vkBasalt-0.3.2.6/debian/files create mode 100644 vkBasalt-0.3.2.6/debian/gbp.conf create mode 100755 vkBasalt-0.3.2.6/debian/rules create mode 100644 vkBasalt-0.3.2.6/debian/salsa-ci.yml create mode 100644 vkBasalt-0.3.2.6/debian/source/format create mode 100644 vkBasalt-0.3.2.6/debian/upstream/metadata create mode 100644 vkBasalt-0.3.2.6/debian/watch diff --git a/orig.source.txt b/orig.source.txt new file mode 100644 index 0000000..0154dad --- /dev/null +++ b/orig.source.txt @@ -0,0 +1,2 @@ +vkbasalt_0.3.2.6.orig.tar.gz +#https://github.com/DadSchoorse/vkBasalt diff --git a/vkBasalt-0.3.2.6/debian/changelog b/vkBasalt-0.3.2.6/debian/changelog new file mode 100644 index 0000000..fe983fc --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/changelog @@ -0,0 +1,37 @@ +vkbasalt (1:0.3.2.6-1) kinetic; urgency=medium + + * Initial Push to PPA + + -- Ward Nakchbandi Sat, 15 Oct 2022 18:58:00 +0300 + +vkbasalt (0.3.2.6-1) unstable; urgency=medium + + * New upstream version 0.3.2.6 + * Update standards version to 4.6.1, no changes needed + + -- Stephan Lachnit Fri, 05 Aug 2022 10:35:34 +0200 + +vkbasalt (0.3.2.5-1) unstable; urgency=medium + + * New upstream version 0.3.2.5 + + -- Stephan Lachnit Sat, 12 Feb 2022 20:31:33 +0100 + +vkbasalt (0.3.2.4-1) unstable; urgency=medium + + * New upstream version 0.3.2.4 + + -- Stephan Lachnit Sat, 23 Jan 2021 21:46:28 +0100 + +vkbasalt (0.3.2.3-2) unstable; urgency=medium + + * set Multi-Arch: same + * bump Standards-Version to 4.5.1 + + -- Stephan Lachnit Sat, 09 Jan 2021 11:35:00 +0100 + +vkbasalt (0.3.2.3-1) unstable; urgency=medium + + * Initial release. (Closes: #961010) + + -- Stephan Lachnit Wed, 04 Nov 2020 19:00:03 +0100 diff --git a/vkBasalt-0.3.2.6/debian/control b/vkBasalt-0.3.2.6/debian/control new file mode 100644 index 0000000..e6505dd --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/control @@ -0,0 +1,36 @@ +Source: vkbasalt +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Stephan Lachnit +Build-Depends: + debhelper-compat (= 13), + meson, + pkg-config, + glslang-tools, + libx11-dev, + libvulkan-dev, + spirv-headers, +Rules-Requires-Root: no +Standards-Version: 4.6.1 +Homepage: https://github.com/DadSchoorse/vkBasalt +Vcs-Browser: https://salsa.debian.org/games-team/vkbasalt +Vcs-Git: https://salsa.debian.org/games-team/vkbasalt.git + +Package: vkbasalt +Section: misc +Architecture: any +Multi-Arch: same +Depends: + ${shlibs:Depends}, + ${misc:Depends}, +Suggests: + goverlay, +Description: Vulkan post processing layer to enhance the visual graphics of games + Current effects include + - Contrast Adaptive Sharpening + - Denoised Luma Sharpening + - Fast Approximate Anti-Aliasing + - Enhanced Subpixel Morphological Anti-Aliasing + - 3D color LookUp Table + It is also possible to use Reshade Fx shaders. diff --git a/vkBasalt-0.3.2.6/debian/copyright b/vkBasalt-0.3.2.6/debian/copyright new file mode 100644 index 0000000..3991846 --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/copyright @@ -0,0 +1,122 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: vkBasalt +Upstream-Contact: Georg Lehmann +Source: https://github.com/DadSchoorse/vkBasalt + +Files: * +Copyright: 2019-2022 Georg Lehmann +License: Zlib + +Files: src/stb_image.h + src/stb_image_resize.h +Copyright: 2017 Sean Barrett +License: MIT + +Files: src/SearchTex.h + src/AreaTex.h + src/shader/smaa.h +Copyright: 2013 Jorge Jimenez + 2013 Jose I. Echevarria + 2013 Belen Masia + 2013 Fernando Navarro + 2013 Diego Gutierrez +License: MIT + +Files: src/reshade/* +Copyright: 2014 Patrick Mours +License: BSD-3-Clause + +Files: src/shader/cas.frag.glsl +Copyright: 2017-2019 Advanced Micro Devices, Inc. +License: MIT + +Files: src/shader/deband.frag.glsl +Copyright: 2015 Niklas Haas +License: MIT + +Files: src/shader/dls.frag.glsl +Copyright: 2019 Suketu J. Shah +License: BSD-3-Clause + +Files: src/shader/fxaa3_11.h +Copyright: 2010, 2011 NVIDIA CORPORATION +License: custom-nvidia-disclaimer + +Files: debian/* +Copyright: 2020-2022 Stephan Lachnit +License: Zlib + +License: Zlib + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + . + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + . + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + . + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + . + 3. This notice may not be removed or altered from any source distribution. + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included + in all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License: BSD-3-Clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. Neither the name of the copyright holder nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +License: custom-nvidia-disclaimer + TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THIS SOFTWARE IS PROVIDED + *AS IS* AND NVIDIA AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES, EITHER EXPRESS + OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA + OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR + CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR + LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, + OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE + THIS SOFTWARE, EVEN IF NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH + DAMAGES. diff --git a/vkBasalt-0.3.2.6/debian/files b/vkBasalt-0.3.2.6/debian/files new file mode 100644 index 0000000..a657711 --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/files @@ -0,0 +1 @@ +vkbasalt_0.3.2.6-1_source.buildinfo games optional diff --git a/vkBasalt-0.3.2.6/debian/gbp.conf b/vkBasalt-0.3.2.6/debian/gbp.conf new file mode 100644 index 0000000..46bdac0 --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/gbp.conf @@ -0,0 +1,4 @@ +[DEFAULT] +debian-branch = debian/latest +upstream-branch = upstream/latest +filter = .gitignore diff --git a/vkBasalt-0.3.2.6/debian/rules b/vkBasalt-0.3.2.6/debian/rules new file mode 100755 index 0000000..c98f28d --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + +%: + dh $@ + +override_dh_auto_configure: + dh_auto_configure -- -Dappend_libdir_vkbasalt=true diff --git a/vkBasalt-0.3.2.6/debian/salsa-ci.yml b/vkBasalt-0.3.2.6/debian/salsa-ci.yml new file mode 100644 index 0000000..33c3a64 --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/salsa-ci.yml @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff --git a/vkBasalt-0.3.2.6/debian/source/format b/vkBasalt-0.3.2.6/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/vkBasalt-0.3.2.6/debian/upstream/metadata b/vkBasalt-0.3.2.6/debian/upstream/metadata new file mode 100644 index 0000000..a9fb310 --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/DadSchoorse/vkBasalt/issues +Bug-Submit: https://github.com/DadSchoorse/vkBasalt/issues/new +Repository: https://github.com/DadSchoorse/vkBasalt.git +Repository-Browse: https://github.com/DadSchoorse/vkBasalt diff --git a/vkBasalt-0.3.2.6/debian/watch b/vkBasalt-0.3.2.6/debian/watch new file mode 100644 index 0000000..18c9658 --- /dev/null +++ b/vkBasalt-0.3.2.6/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://github.com/DadSchoorse/vkBasalt/tags (?:.*?/)?v?@ANY_VERSION@@ARCHIVE_EXT@