version bump.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Second version of the general image loading and rendering library</Summary>
|
||||
<Description>Imlib 2 is the successor to Imlib. It is not just a newer version - it is a completely new library. Imlib2 can be installed alongside Imlib 1.x without any problems since they are effectively different libraries - but they Have very similar functionality.</Description>
|
||||
<Archive sha1sum="f0aaa4143c127d1b6be3d99b5f2d83a259b7823a" type="targz">http://sourceforge.net/projects/enlightenment/files/imlib2-src/1.4.10/imlib2-1.4.10.tar.gz</Archive>
|
||||
<Archive sha1sum="3e97e7157380f0cfbdf4f3c950a7a00bdfa6072c" type="tarbz2">https://downloads.sourceforge.net/enlightenment/imlib2-1.5.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>giflib-devel</Dependency>
|
||||
<Dependency>libid3tag-devel</Dependency>
|
||||
@@ -22,9 +22,11 @@
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">imlib2-1.4.5-no-my-libs.patch</Patch> -->
|
||||
<!-- <Patch level="0">imlib2-giflib5.patch</Patch> -->
|
||||
<!--Patch level="0">imlib2-1.3.0-multilib.patch</Patch-->
|
||||
<!--
|
||||
<Patch level="1">imlib2-1.4.5-no-my-libs.patch</Patch>
|
||||
<Patch level="0">imlib2-giflib5.patch</Patch>
|
||||
<Patch level="0">imlib2-1.3.0-multilib.patch</Patch>
|
||||
-->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -63,6 +65,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-09-28</Date>
|
||||
<Version>1.5.1</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>1.4.10</Version>
|
||||
|
||||
@@ -16,8 +16,8 @@
|
||||
<Description>
|
||||
DeaDBeeF (as in 0xDEADBEEF) is a modular audio player for GNU/Linux, *BSD, OpenSolaris, macOS, and other UNIX-like systems.
|
||||
</Description>
|
||||
<Archive sha1sum="3bd7a9b97142ae07c8e43f00d03c6c46c541d8e9" type="tarbz2">
|
||||
https://liquidtelecom.dl.sourceforge.net/project/deadbeef/travis/linux/1.8.1/deadbeef-1.8.1.tar.bz2
|
||||
<Archive sha1sum="c7dd878f292cb5e85b2defbfc1f59f364cab94f8" type="tarbz2">
|
||||
https://netcologne.dl.sourceforge.net/project/deadbeef/travis/linux/1.8.2/deadbeef-1.8.2.tar.bz2
|
||||
</Archive>
|
||||
<Patches>
|
||||
<!--
|
||||
@@ -50,7 +50,6 @@
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
<Dependency>cdparanoia-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>libsamplerate-devel</Dependency>
|
||||
<Dependency>pulseaudio-libs-devel</Dependency>
|
||||
<Dependency>libcdio-devel</Dependency>
|
||||
@@ -96,12 +95,10 @@
|
||||
<Dependency>libogg</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>libsamplerate</Dependency>
|
||||
<Dependency>pulseaudio-libs</Dependency>
|
||||
<Dependency>libcdio</Dependency>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>yasm</Dependency>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
@@ -123,6 +120,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="10">
|
||||
<Date>2019-09-28</Date>
|
||||
<Version>1.8.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="9">
|
||||
<Date>2019-06-26</Date>
|
||||
<Version>1.8.1</Version>
|
||||
|
||||
@@ -9,17 +9,16 @@ from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
def build():
|
||||
shelltools.system("sed '/TOFU_CJK /c #define TOFU_CJK 1/' -i include/mupdf/fitz/config.h")
|
||||
shelltools.system("sed -i '/ttc/s/^/#/' Makefile")
|
||||
autotools.make("prefix=/usr")
|
||||
|
||||
# remove bundled packages, use our system libraries
|
||||
# shelltools.system("rm -rf thirdparty/{curl,freeglut,freetype,harfbuzz,jpeg,lcms2,libjpeg,openjpeg,zlib}")
|
||||
# shelltools.system("rm -rf thirdparty/{curl,freeglut,freetype,harfbuzz,jbig2dec,lcms2,libjpeg,mujs,openjpeg,zlib}")
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR())
|
||||
# pisitools.remove("/usr/lib/*.a")
|
||||
pisitools.removeDir("/usr/lib")
|
||||
|
||||
pisitools.dodoc("CHANGES", "README", "COPYING")
|
||||
|
||||
@@ -14,22 +14,25 @@
|
||||
<Description>
|
||||
MuPDF is a lightweight open source software framework for viewing and converting PDF, XPS, and E-book documents.
|
||||
</Description>
|
||||
<Archive sha1sum="4354a1c7245d4351ba604a4deed4a4ecf3e27492" type="targz">
|
||||
https://mupdf.com/downloads/archive/mupdf-1.15.0-source.tar.gz
|
||||
<Archive sha1sum="ccbef63c3d43d6a866b7978db5674dc4b1719f0f" type="targz">
|
||||
https://mupdf.com/downloads/archive/mupdf-1.16.1-source.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>mesa-devel</Dependency>
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<!--
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
-->
|
||||
<Dependency>curl-devel</Dependency>
|
||||
<Dependency>libXi-devel</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libXext-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<!--
|
||||
<Dependency>freeglut-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>openjpeg2-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
-->
|
||||
<Dependency>mesa-glu-devel</Dependency>
|
||||
<Dependency>libXrandr-devel</Dependency>
|
||||
<Dependency>libXcursor-devel</Dependency>
|
||||
<Dependency>libXinerama-devel</Dependency>
|
||||
@@ -46,6 +49,7 @@
|
||||
<Package>
|
||||
<Name>mupdf</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>curl</Dependency>
|
||||
<Dependency>mesa</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libXext</Dependency>
|
||||
@@ -54,9 +58,11 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<!--
|
||||
<Path fileType="library">/usr/lib/libmupdf-third.a</Path>
|
||||
<Path fileType="library">/usr/lib/libmupdf.a</Path>
|
||||
<Path fileType="doc">/usr/share/doc/mupdf/*</Path>
|
||||
-->
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="man">/usr/share/man/man1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
@@ -75,6 +81,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2019-09-28</Date>
|
||||
<Version>1.16.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2019-06-04</Date>
|
||||
<Version>1.15.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user