gimp-resynthesizer
This commit is contained in:
@@ -4,14 +4,22 @@
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
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():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-enlarge.scm")
|
||||
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")
|
||||
mesontools.install()
|
||||
|
||||
# pisitools.insinto("/usr/share/gimp/2.0/scripts","smart-enlarge.scm")
|
||||
# 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>
|
||||
<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>
|
||||
<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>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gimp-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -37,14 +38,21 @@
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/gimp/2.0/plug-ins</Path>
|
||||
<Path fileType="header">/usr/share/gimp/2.0/scripts</Path>
|
||||
<Path fileType="library">/usr/lib/gimp/3.0/plug-ins</Path>
|
||||
<Path fileType="header">/usr/share/gimp/3.0/scripts</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<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>
|
||||
<Version>0.16</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
|
||||
Reference in New Issue
Block a user