mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
tiff: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
0ef3879842
commit
966cf4091a
@ -2,10 +2,6 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build $LIBJPEG
|
||||
$SCRIPTS/build zlib
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
|
@ -2,8 +2,5 @@
|
||||
|
||||
. config/options $1
|
||||
|
||||
$SCRIPTS/install $LIBJPEG
|
||||
$SCRIPTS/install zlib
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libtiff/.libs/*.so* $INSTALL/usr/lib
|
||||
|
14
packages/graphics/tiff/meta
Normal file
14
packages/graphics/tiff/meta
Normal file
@ -0,0 +1,14 @@
|
||||
PKG_NAME="tiff"
|
||||
PKG_VERSION="4.0.0beta6"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="http://www.remotesensing.org/libtiff/"
|
||||
PKG_URL="http://download.osgeo.org/libtiff/$PKG_NAME-$PKG_VERSION.tar.gz"
|
||||
PKG_DEPENDS="$LIBJPEG zlib"
|
||||
PKG_BUILD_DEPENDS="toolchain $LIBJPEG zlib"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="graphics"
|
||||
PKG_SHORTDESC="libtiff: A library for reading and writing TIFF files"
|
||||
PKG_LONGDESC="libtiff is a library for reading and writing data files encoded with the Tag Image File format, Revision 6.0 (or revision 5.0 or revision 4.0). This file format is suit- able for archiving multi-color and monochromatic image data."
|
||||
PKG_IS_ADDON="no"
|
@ -1 +0,0 @@
|
||||
http://ftp.remotesensing.org/pub/libtiff/tiff-4.0.0beta6.tar.gz
|
Loading…
x
Reference in New Issue
Block a user