qpdf ver. bump
This commit is contained in:
@@ -3,20 +3,23 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure("--disable-static")
|
||||
shelltools.system("mkdir build")
|
||||
shelltools.cd("build")
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_STATIC_LIBS=OFF", sourceDir="..")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def check():
|
||||
autotools.make("check")
|
||||
cmaketools.make("-C build")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("Artistic-2.0", "ChangeLog", "README*", "TODO")
|
||||
|
||||
@@ -12,8 +12,11 @@
|
||||
<License>Artistic-2</License>
|
||||
<Summary>A Content-Preserving PDF Transformation System</Summary>
|
||||
<Description>A command-line program that does structural, content-preserving transformations on PDF files</Description>
|
||||
<Archive sha1sum="14312ba0f30c86ae8cd71b4e82e2ec907734c9f1" type="targz">mirrors://sourceforge/qpdf/qpdf-9.1.0.tar.gz</Archive>
|
||||
<Archive sha1sum="d8965e8c5c5f3bd3602500155539672de6021e03" type="targz">mirrors://sourceforge/qpdf/qpdf-11.2.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -25,6 +28,8 @@
|
||||
<Name>qpdf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
@@ -44,15 +49,25 @@
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>gnutls-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency release="current">qpdf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2022-11-21</Date>
|
||||
<Version>11.2.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2019-11-24</Date>
|
||||
<Version>9.1.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user