Skip to content

Commit

Permalink
Drop denoise.patch [merged upstream]
Browse files Browse the repository at this point in the history
  • Loading branch information
bartus committed Jul 2, 2020
1 parent 2fe1a8e commit 77a7f08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 58 deletions.
4 changes: 1 addition & 3 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = blender-plugin-luxcorerender-git
pkgdesc = LuxCoreRender exporter plugin for Blender
pkgver = 2.4.beta1.r2.g4532c9d
pkgver = 2.4.beta1.r9.g0e3aec2
pkgrel = 1
url = https://luxcorerender.org/
arch = any
Expand All @@ -12,9 +12,7 @@ pkgbase = blender-plugin-luxcorerender-git
provides = blender-plugin-luxcorerender
conflicts = blender-plugin-luxcorerender
source = luxcorerender::git+https://github.com/LuxCoreRender/BlendLuxCore.git
source = denoise.patch
sha256sums = SKIP
sha256sums = 5f73821fc8c38c0bfe9f09d5b3e5ed4c7263c3b92b03526ce0746cd34bc9e5ce

pkgname = blender-plugin-luxcorerender-git
depends = python-certifi
Expand Down
12 changes: 3 additions & 9 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
_name="luxcorerender"

pkgname=blender-plugin-${_name}-git
pkgver=2.4.beta1.r2.g4532c9d
pkgver=2.4.beta1.r9.g0e3aec2
pkgrel=1
pkgdesc="LuxCoreRender exporter plugin for Blender"
arch=('any')
Expand All @@ -15,14 +15,8 @@ depends=(python-certifi python-requests python-numpy)
makedepends=(git)
conflicts=(blender-plugin-luxcorerender)
provides=(blender-plugin-luxcorerender)
source=("${_name}::git+https://github.com/LuxCoreRender/BlendLuxCore.git${_fragment}"
"denoise.patch")
sha256sums=('SKIP'
'5f73821fc8c38c0bfe9f09d5b3e5ed4c7263c3b92b03526ce0746cd34bc9e5ce')

prepare() {
git -C "${_name}" apply -v "${srcdir}/denoise.patch"
}
source=("${_name}::git+https://github.com/LuxCoreRender/BlendLuxCore.git${_fragment}")
sha256sums=('SKIP')

pkgver() {
git -C "${_name}" describe --long --tags --match blendluxcore_v* | sed 's/^blendluxcore_v//;s/beta/.beta/;s/\([^-]*-g\)/r\1/;s/-/./g'
Expand Down
46 changes: 0 additions & 46 deletions denoise.patch

This file was deleted.

0 comments on commit 77a7f08

Please sign in to comment.