commit cbf07206b16b545fb907e50257e32e6ba44ab183
parent 246cbfd08c8a264048933240df03f979b63fa3fd
Author: Cem Keylan <cem@ckyln.com>
Date: Thu, 18 Feb 2021 04:04:56 +0300
imlib2: add new package at 1.7.1
Diffstat:
5 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/extra/imlib2/build b/extra/imlib2/build
@@ -0,0 +1,9 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc/imlib2 \
+ --enable-visibility-hiding
+
+make
+make DESTDIR="$1" install
diff --git a/extra/imlib2/checksums b/extra/imlib2/checksums
@@ -0,0 +1 @@
+af30cf36e956febf18f9d33a81a4b43fea8f761ce74a67715d2ad157bb92c090
diff --git a/extra/imlib2/depends b/extra/imlib2/depends
@@ -0,0 +1,9 @@
+freetype-harfbuzz
+libXext
+
+# By default, gif and tiff are commented. You can enable support for
+# both formats by uncommenting giflib and tiff.
+# giflib
+libjpeg-turbo
+libpng
+# tiff
diff --git a/extra/imlib2/sources b/extra/imlib2/sources
@@ -0,0 +1 @@
+https://downloads.sourceforge.net/enlightenment/imlib2-src/imlib2-1.7.1.tar.gz
diff --git a/extra/imlib2/version b/extra/imlib2/version
@@ -0,0 +1 @@
+1.7.1 1