gimp-resynthesizer

This commit is contained in:
Rmys
2026-01-03 15:29:06 +03:00
parent c46480acb7
commit 83346d609b
2 changed files with 25 additions and 9 deletions
@@ -4,14 +4,22 @@
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
WorkDir = "resynthesizer-0.16"
# WorkDir = "resynthesizer-0.16"
def setup():
mesontools.configure()
def build(): def build():
autotools.make() mesontools.build()
def install(): def install():
pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-enlarge.scm") mesontools.install()
pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-remove.scm")
pisitools.insinto("/usr/lib/gimp/2.0/plug-ins","resynth") # pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-enlarge.scm")
pisitools.dodoc("COPYING","README") # pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-remove.scm")
# pisitools.insinto("/usr/lib/gimp/2.0/plug-ins","resynth")
pisitools.dodoc("COPYING","README*")
@@ -12,8 +12,9 @@
<IsA>addon</IsA> <IsA>addon</IsA>
<Summary>Resynthesizer is a Gimp plug-in for texture synthesis</Summary> <Summary>Resynthesizer is a Gimp plug-in for texture synthesis</Summary>
<Description>Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a texture, it can create more of that texture.</Description> <Description>Resynthesizer is a Gimp plug-in for texture synthesis. Given a sample of a texture, it can create more of that texture.</Description>
<Archive sha1sum="9a7a6318b18d9546d712441594041c4ca47952d7" type="targz">http://www.logarithmic.net/pfh-files/resynthesizer/resynthesizer-0.16.tar.gz</Archive> <Archive sha1sum="d5d1c6d88390b817f4bc455d341fef48949cd76c" type="targz">https://github.com/bootchk/resynthesizer/archive/refs/tags/v3.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gimp-devel</Dependency> <Dependency>gimp-devel</Dependency>
<Dependency>gtk3-devel</Dependency> <Dependency>gtk3-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -37,14 +38,21 @@
<Dependency>gdk-pixbuf</Dependency> <Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="library">/usr/lib/gimp/2.0/plug-ins</Path> <Path fileType="library">/usr/lib/gimp/3.0/plug-ins</Path>
<Path fileType="header">/usr/share/gimp/2.0/scripts</Path> <Path fileType="header">/usr/share/gimp/3.0/scripts</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="6"> <Update release="6">
<Date>2026-01-03</Date>
<Version>3.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2025-01-03</Date> <Date>2025-01-03</Date>
<Version>0.16</Version> <Version>0.16</Version>
<Comment>Rebuild</Comment> <Comment>Rebuild</Comment>