tiff-4.5.1
This commit is contained in:
@@ -17,6 +17,7 @@ def setup():
|
||||
--disable-rpath \
|
||||
--without-x \
|
||||
--enable-cxx \
|
||||
--enable-ld-version-script \
|
||||
--with-pic")
|
||||
|
||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
||||
@@ -27,6 +28,11 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
if get.buildTYPE() == "emul32": return
|
||||
if get.buildTYPE() == "emul32":
|
||||
pisitools.dosym("/usr/lib/libtiff.so.6.0.1", "/usr/lib/libtiff.so.5")
|
||||
pisitools.dosym("/usr/lib32/libtiff.so.6.0.1", "/usr/lib32/libtiff.so.5")
|
||||
pisitools.dosym("/usr/lib/libtiffxx.so.6.0.1", "/usr/lib/libtiffxx.so.5")
|
||||
pisitools.dosym("/usr/lib32/libtiffxx.so.6.0.1", "/usr/lib32/libtiffxx.so.5")
|
||||
return
|
||||
|
||||
pisitools.rename("/%s/tiff-%s" % (get.docDIR(), get.srcVERSION()), get.srcNAME())
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Library for manipulation of TIFF (Tag Image File Format) images</Summary>
|
||||
<Description>This software provides support for the Tag Image File Format (TIFF), a widely used format for storing image data.</Description>
|
||||
<Archive sha1sum="4fdd4cfac284778c5f17eff71d8dac1e87a1f2bc" type="tarxz">http://download.osgeo.org/libtiff/tiff-4.4.0.tar.xz</Archive>
|
||||
<Archive sha1sum="1cd4a4bd455efee82e351cd60f472e7f2c15217e" type="tarxz">http://download.osgeo.org/libtiff/tiff-4.5.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -21,7 +21,7 @@
|
||||
<Dependency>jbigkit-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch</Patch>
|
||||
<!-- <Patch level="1">dd1bcc7abb26094e93636e85520f0d8f81ab0fab.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
<Package>
|
||||
@@ -83,6 +83,13 @@
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2023-06-15</Date>
|
||||
<Version>4.5.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2023-04-04</Date>
|
||||
<Version>4.4.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user