archive*
This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>7.5</Version>
|
||||
<Comment>Rebuild New T.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2018-08-10</Date>
|
||||
<Version>7.5</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A program to extract from Microsoft Cabinet files</Summary>
|
||||
<Description>cabextract is a program to extract files from Microsoft Cabinet files.</Description>
|
||||
<Archive sha1sum="64f6d5056d3e417a943648c23cb22218b7079ced" type="targz">http://www.cabextract.org.uk/cabextract-1.6.tar.gz</Archive>
|
||||
<Archive sha1sum="a939b03822cf5a8fcc1677077915416f42a12784" type="targz">http://www.cabextract.org.uk/cabextract-1.9.1.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -24,6 +24,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>1.9.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-10</Date>
|
||||
<Version>1.6</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>tar file manipulation API</Summary>
|
||||
<Description>libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive.</Description>
|
||||
<Archive sha1sum="89901d5dbf720b59df7a5f0b34ff90bff9bbb806" type="targz">http://pkgbuild.com/~giovanni/libtar/libtar-1.2.20.tar.gz</Archive>
|
||||
<Archive sha1sum="fcee0fa9d9996c282415372a8c0ccc3e7cfd3ffb" type="targz">https://github.com/tklauser/libtar/archive/9c2e044833c5e908f5be0a77991b08849021793e.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -44,6 +44,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>1.2.20</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-08-07</Date>
|
||||
<Version>1.2.20</Version>
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,50 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lzop</Name>
|
||||
<Homepage>http://www.lzop.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>File compressor using lzo lib</Summary>
|
||||
<Description>File compressor using lzo lib</Description>
|
||||
<Archive sha1sum="3540761ce8fc6dc42c326a9fcb1471e190a4db62" type="targz">http://www.lzop.org/download/lzop-1.04.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>lzo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>lzop.patch</Patch>
|
||||
<Patch level="1">lzop.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>lzop</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lzo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>1.04</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lzop</Name>
|
||||
<Summary xml:lang="tr">File compressor using lzo lib</Summary>
|
||||
<Description xml:lang="tr">File compressor using lzo lib</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -42,6 +42,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>16.02</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-04-13</Date>
|
||||
<Version>16.02</Version>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>RAR compressor</Summary>
|
||||
<Description>rar is an compressor supporting multiple volume archives and damage protection. It can also create SFX-archives. This program is shareware and you must register it after 40 days of use.</Description>
|
||||
<Archive sha1sum="cb59faba2415eac8e1f140341ec3287e27711317" type="targz" target="i686">http://www.rarlab.com/rar/rarlinux-5.5.0.tar.gz</Archive>
|
||||
<Archive sha1sum="7ce8fba3218dff882a47b77714c354b7e2c36b4f" type="targz" target="i686">http://www.rarlab.com/rar/rarlinux-5.8.0.tar.gz</Archive>
|
||||
<Archive sha1sum="ae1190751ee0ffdd38034e2ec74c8e7b6bd07c7a" type="targz" target="x86_64">http://www.rarlab.com/rar/rarlinux-x64-5.5.0.tar.gz</Archive>
|
||||
</Source>
|
||||
|
||||
@@ -31,6 +31,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>5.8.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-10</Date>
|
||||
<Version>5.5.0</Version>
|
||||
|
||||
@@ -6,13 +6,17 @@
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir = "%s" % get.srcNAME()
|
||||
|
||||
def build():
|
||||
shelltools.cd("%s" % get.workDIR())
|
||||
shelltools.copytree("unrar", "libunrar")
|
||||
#changed for version 4.2.4
|
||||
autotools.make()
|
||||
autotools.make("-C libunrar lib")
|
||||
autotools.make("-C unrar -j1")
|
||||
#autotools.make for older version
|
||||
# autotools.make('-f makefile.unix \
|
||||
# CXXFLAGS="%s" \
|
||||
@@ -21,5 +25,10 @@ def build():
|
||||
|
||||
def install():
|
||||
pisitools.dobin("unrar")
|
||||
|
||||
|
||||
shelltools.cd("%s" % get.workDIR())
|
||||
shelltools.cd("libunrar")
|
||||
pisitools.doexe("libunrar.so", "/usr/lib")
|
||||
pisitools.insinto("/usr/include/unrar", "dll.hpp")
|
||||
|
||||
pisitools.dodoc("readme.txt","license.txt")
|
||||
|
||||
@@ -0,0 +1,44 @@
|
||||
Makefile: Fix parallel build issue
|
||||
|
||||
If clean runs in parallel with $(OBJECTS), it is possible to build some
|
||||
objects first, then the clean target fires and deletes some, and then we
|
||||
try to link and fail.
|
||||
|
||||
Gentoo-Bug: https://bugs.gentoo.org/528218
|
||||
|
||||
--- a/makefile
|
||||
+++ b/makefile
|
||||
@@ -139,23 +139,23 @@ uninstall: uninstall-unrar
|
||||
|
||||
clean:
|
||||
@rm -f *.o *.bak *~
|
||||
-
|
||||
-unrar: clean $(OBJECTS) $(UNRAR_OBJ)
|
||||
@rm -f unrar
|
||||
+ @rm -f default.sfx
|
||||
+ @rm -f libunrar.so
|
||||
+ @rm -f libunrar.a
|
||||
+
|
||||
+unrar: $(OBJECTS) $(UNRAR_OBJ)
|
||||
$(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
|
||||
$(STRIP) unrar
|
||||
|
||||
sfx: WHAT=SFX_MODULE
|
||||
-sfx: clean $(OBJECTS)
|
||||
- @rm -f default.sfx
|
||||
+sfx: $(OBJECTS)
|
||||
$(LINK) -o default.sfx $(LDFLAGS) $(OBJECTS)
|
||||
$(STRIP) default.sfx
|
||||
|
||||
lib: WHAT=RARDLL
|
||||
lib: CXXFLAGS+=$(LIBFLAGS)
|
||||
-lib: clean $(OBJECTS) $(LIB_OBJ)
|
||||
- @rm -f libunrar.so
|
||||
- @rm -f libunrar.a
|
||||
+lib: $(OBJECTS) $(LIB_OBJ)
|
||||
$(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
|
||||
$(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)
|
||||
|
||||
--
|
||||
2.13.1
|
||||
|
||||
@@ -0,0 +1,46 @@
|
||||
Makefile: Honor {LD,CXX}FLAGS, add LIBFLAGS
|
||||
|
||||
- append -pthread to LDFLAGS instead of replacing them
|
||||
- use CXXFLAGS when linking
|
||||
- append LIBFLAGS to the individual targets instead of the final link
|
||||
|
||||
Gentoo-Bug: https://bugs.gentoo.org/461806
|
||||
|
||||
--- a/makefile
|
||||
+++ b/makefile
|
||||
@@ -8,7 +8,7 @@ LIBFLAGS=-fPIC
|
||||
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DRAR_SMP
|
||||
STRIP=strip
|
||||
AR=ar
|
||||
-LDFLAGS=-pthread
|
||||
+LDFLAGS+=-pthread
|
||||
DESTDIR=/usr
|
||||
|
||||
# Linux using LCC
|
||||
@@ -145,18 +145,19 @@ clean:
|
||||
@rm -f libunrar.a
|
||||
|
||||
unrar: $(OBJECTS) $(UNRAR_OBJ)
|
||||
- $(LINK) -o unrar $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
|
||||
+ $(LINK) -o unrar $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(UNRAR_OBJ) $(LIBS)
|
||||
$(STRIP) unrar
|
||||
|
||||
sfx: WHAT=SFX_MODULE
|
||||
sfx: $(OBJECTS)
|
||||
- $(LINK) -o default.sfx $(LDFLAGS) $(OBJECTS)
|
||||
+ $(LINK) -o default.sfx $(CXXFLAGS) $(LDFLAGS) $(OBJECTS)
|
||||
$(STRIP) default.sfx
|
||||
|
||||
+$(OBJECTS) $(LIB_OBJ): CXXFLAGS+=$(LIBFLAGS)
|
||||
+
|
||||
lib: WHAT=RARDLL
|
||||
-lib: CXXFLAGS+=$(LIBFLAGS)
|
||||
lib: $(OBJECTS) $(LIB_OBJ)
|
||||
- $(LINK) -shared -o libunrar.so $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
|
||||
+ $(LINK) -shared -o libunrar.so $(CXXFLAGS) $(LDFLAGS) $(OBJECTS) $(LIB_OBJ)
|
||||
$(AR) rcs libunrar.a $(OBJECTS) $(LIB_OBJ)
|
||||
|
||||
install-unrar:
|
||||
--
|
||||
2.13.1
|
||||
|
||||
@@ -12,9 +12,10 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>RAR decompressor</Summary>
|
||||
<Description>unrar is a program to decompress RAR archives.</Description>
|
||||
<Archive sha1sum="f4fa1c4142b497356a3df505e1459c188f646fad" type="targz">http://www.rarlab.com/rar/unrarsrc-5.5.8.tar.gz</Archive>
|
||||
<Archive sha1sum="6af7fc7a56639e22c982f4469decc519bc73fbad" type="targz">http://www.rarlab.com/rar/unrarsrc-5.9.1.tar.gz</Archive>
|
||||
<Patches>
|
||||
<!--Patch level="1">unrar-5.3.4-soname.patch</Patch-->
|
||||
<Patch level="1">unrar-5.5.5-build.patch</Patch>
|
||||
<Patch level="1">unrar-5.5.5-honor-flags.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -25,11 +26,20 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>5.9.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-08-10</Date>
|
||||
<Version>5.5.8</Version>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-12-03</Date>
|
||||
<Date>2020-02-19</Date>
|
||||
<Version>3.95</Version>
|
||||
<Comment>Ver. bump</Comment>
|
||||
<Name>Blue DeviL</Name>
|
||||
|
||||
Reference in New Issue
Block a user