mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
Merge branch 'master' of github.com:dylanaraps/kiss-experiment
This commit is contained in:
commit
5bcbc19115
4
extra/giflib/build
Executable file
4
extra/giflib/build
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make
|
||||
make DESTDIR="$1" PREFIX=/usr install
|
1
extra/giflib/checksums
Normal file
1
extra/giflib/checksums
Normal file
@ -0,0 +1 @@
|
||||
31da5562f44c5f15d63340a09a4fd62b48c45620cd302f77a6d9acf0077879bd giflib-5.2.1.tar.gz
|
1
extra/giflib/sources
Normal file
1
extra/giflib/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.sourceforge.net/giflib/giflib-5.2.1.tar.gz
|
1
extra/giflib/version
Normal file
1
extra/giflib/version
Normal file
@ -0,0 +1 @@
|
||||
5.2.1 1
|
9
extra/imlib2/build
Executable file
9
extra/imlib2/build
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc/imlib2 \
|
||||
--enable-visibility-hiding
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/imlib2/checksums
Normal file
1
extra/imlib2/checksums
Normal file
@ -0,0 +1 @@
|
||||
b25df9347648cf3dfb784c099139ab24157b1dbd1baa9428f103b683b8a78c61 imlib2-1.5.1.tar.gz
|
9
extra/imlib2/depends
Normal file
9
extra/imlib2/depends
Normal file
@ -0,0 +1,9 @@
|
||||
freetype
|
||||
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
|
1
extra/imlib2/sources
Normal file
1
extra/imlib2/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.sourceforge.net/enlightenment/imlib2-src/imlib2-1.5.1.tar.gz
|
1
extra/imlib2/version
Normal file
1
extra/imlib2/version
Normal file
@ -0,0 +1 @@
|
||||
1.5.1 1
|
11
extra/libjpeg-turbo/build
Executable file
11
extra/libjpeg-turbo/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
|
||||
-DCMAKE_SHARED_LIBS=True \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_JPEG8=1
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/libjpeg-turbo/checksums
Normal file
1
extra/libjpeg-turbo/checksums
Normal file
@ -0,0 +1 @@
|
||||
b45255bd476c19c7c6b198c07c0487e8b8536373b82f2b38346b32b4fa7bb942 2.0.2.tar.gz
|
1
extra/libjpeg-turbo/depends
Normal file
1
extra/libjpeg-turbo/depends
Normal file
@ -0,0 +1 @@
|
||||
yasm make
|
1
extra/libjpeg-turbo/sources
Normal file
1
extra/libjpeg-turbo/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.0.2.tar.gz
|
1
extra/libjpeg-turbo/version
Normal file
1
extra/libjpeg-turbo/version
Normal file
@ -0,0 +1 @@
|
||||
2.0.2 1
|
7
extra/libpng/build
Executable file
7
extra/libpng/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/libpng/checksums
Normal file
1
extra/libpng/checksums
Normal file
@ -0,0 +1 @@
|
||||
505e70834d35383537b6491e7ae8641f1a4bed1876dbfe361201fc80868d88ca libpng-1.6.37.tar.xz
|
1
extra/libpng/depends
Normal file
1
extra/libpng/depends
Normal file
@ -0,0 +1 @@
|
||||
zlib
|
1
extra/libpng/sources
Normal file
1
extra/libpng/sources
Normal file
@ -0,0 +1 @@
|
||||
https://downloads.sourceforge.net/libpng/libpng-1.6.37.tar.xz
|
1
extra/libpng/version
Normal file
1
extra/libpng/version
Normal file
@ -0,0 +1 @@
|
||||
1.6.37 1
|
11
extra/tiff/build
Executable file
11
extra/tiff/build
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-cxx \
|
||||
--without-x
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/tiff/checksums
Normal file
1
extra/tiff/checksums
Normal file
@ -0,0 +1 @@
|
||||
2c52d11ccaf767457db0c46795d9c7d1a8d8f76f68b0b800a3dfe45786b996e4 tiff-4.0.10.tar.gz
|
3
extra/tiff/depends
Normal file
3
extra/tiff/depends
Normal file
@ -0,0 +1,3 @@
|
||||
libjpeg-turbo
|
||||
xz
|
||||
zlib
|
1
extra/tiff/sources
Normal file
1
extra/tiff/sources
Normal file
@ -0,0 +1 @@
|
||||
https://download.osgeo.org/libtiff/tiff-4.0.10.tar.gz
|
1
extra/tiff/version
Normal file
1
extra/tiff/version
Normal file
@ -0,0 +1 @@
|
||||
4.0.10 1
|
7
extra/yasm/build
Executable file
7
extra/yasm/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
./configure \
|
||||
--prefix=/usr
|
||||
|
||||
make
|
||||
make DESTDIR="$1" install
|
1
extra/yasm/checksums
Normal file
1
extra/yasm/checksums
Normal file
@ -0,0 +1 @@
|
||||
3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f yasm-1.3.0.tar.gz
|
1
extra/yasm/sources
Normal file
1
extra/yasm/sources
Normal file
@ -0,0 +1 @@
|
||||
https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
|
1
extra/yasm/version
Normal file
1
extra/yasm/version
Normal file
@ -0,0 +1 @@
|
||||
1.3.0 1
|
Loading…
Reference in New Issue
Block a user