mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
libjpeg-turbo: move to extra
This commit is contained in:
parent
042a378a59
commit
1bd49c120a
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
|
Loading…
Reference in New Issue
Block a user