gimp-dds-plugin remove
This commit is contained in:
@@ -195,5 +195,6 @@
|
|||||||
<Package>gimp-refocus-it-plugin</Package>
|
<Package>gimp-refocus-it-plugin</Package>
|
||||||
<Package>gimp-save-for-web</Package>
|
<Package>gimp-save-for-web</Package>
|
||||||
<Package>gimp-focusblur</Package>
|
<Package>gimp-focusblur</Package>
|
||||||
|
<Package>gimp-dds-plugin</Package>
|
||||||
</Obsoletes>
|
</Obsoletes>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
@@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
# Licensed under the GNU General Public License, version 3.
|
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
|
||||||
|
|
||||||
from pisi.actionsapi import autotools
|
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
|
|
||||||
def build():
|
|
||||||
pisitools.dosed("Makefile", "CFLAGS=.*\$\(", "CFLAGS+=$(")
|
|
||||||
autotools.make()
|
|
||||||
|
|
||||||
def install():
|
|
||||||
pisitools.doexe("dds", "/usr/lib/gimp/2.0/plug-ins")
|
|
||||||
pisitools.dodoc("doc/gimp-dds.pdf", "COPYING", "LICENSE", "README*", "TODO")
|
|
||||||
|
|
||||||
# By PiSiDo 2.0.0
|
|
||||||
@@ -1,82 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>gimp-dds-plugin</Name>
|
|
||||||
<Homepage>https://www.gimp.org/</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>PisiLinux Community</Name>
|
|
||||||
<Email>admins@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>GPLv2+</License>
|
|
||||||
<IsA>library</IsA>
|
|
||||||
<Summary>DirectDraw Surface (DDS) format plugin for Gimp</Summary>
|
|
||||||
<Description>This is a plugin for GIMP version 2.6.x. It allows you to load and save images in the Direct Draw Surface (DDS) format.</Description>
|
|
||||||
<BuildDependencies>
|
|
||||||
<Dependency>gimp-devel</Dependency>
|
|
||||||
<Dependency>gtk2-devel</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
<Archive sha1sum="f142a6f0794c6ece16047e25a5ed75930cf33cc8" type="tarbz2">https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gimp-dds/gimp-dds-3.0.1.tar.bz2</Archive>
|
|
||||||
</Source>
|
|
||||||
<Package>
|
|
||||||
<Name>gimp-dds-plugin</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>atk</Dependency>
|
|
||||||
<Dependency>gimp</Dependency>
|
|
||||||
<Dependency>gtk2</Dependency>
|
|
||||||
<Dependency>babl</Dependency>
|
|
||||||
<Dependency>gegl</Dependency>
|
|
||||||
<Dependency>cairo</Dependency>
|
|
||||||
<Dependency>glib2</Dependency>
|
|
||||||
<Dependency>pango</Dependency>
|
|
||||||
<Dependency>libgomp</Dependency>
|
|
||||||
<Dependency>freetype</Dependency>
|
|
||||||
<Dependency>harfbuzz</Dependency>
|
|
||||||
<Dependency>json-glib</Dependency>
|
|
||||||
<Dependency>fontconfig</Dependency>
|
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="executable">/usr/lib/gimp/2.0/plug-ins/dds</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc/gimp-dds-plugin</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<History>
|
|
||||||
<Update release="5">
|
|
||||||
<Date>2021-02-04</Date>
|
|
||||||
<Version>3.0.1</Version>
|
|
||||||
<Comment>Rebuild</Comment>
|
|
||||||
<Name>Kamil Atlı</Name>
|
|
||||||
<Email>suvari@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="4">
|
|
||||||
<Date>2019-04-26</Date>
|
|
||||||
<Version>3.0.1</Version>
|
|
||||||
<Comment>Rebuild.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="3">
|
|
||||||
<Date>2017-04-24</Date>
|
|
||||||
<Version>3.0.1</Version>
|
|
||||||
<Comment>Rebuild with new toolchain.</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="2">
|
|
||||||
<Date>2016-06-09</Date>
|
|
||||||
<Version>3.0.1</Version>
|
|
||||||
<Comment>Release Bump</Comment>
|
|
||||||
<Name>Pisi Linux Community</Name>
|
|
||||||
<Email>admin@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2014-06-19</Date>
|
|
||||||
<Version>3.0.1</Version>
|
|
||||||
<Comment>First release</Comment>
|
|
||||||
<Name>Osman Erkan</Name>
|
|
||||||
<Email>osman.erkan@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
|
||||||
+383620
-383593
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
1c2f1f191e602fd15f92975017369fef5ff6ee4b
|
95e09618c57f6fcad34457bc68fe1f1fdf450bd6
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
25c8a5214927915162bc82c0643f61fdbd7ac51d
|
5f66416c94e63784b6ed769713a79ae9e7dd6fbd
|
||||||
Reference in New Issue
Block a user