Skip to content

Commit

Permalink
[cleanup] [depends] remove tiff
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaraev committed Dec 29, 2015
1 parent 424c513 commit b3f00a8
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 133 deletions.
2 changes: 1 addition & 1 deletion docs/README.linux
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl,
libmodplug-dev, libmpcdec-dev, libmpeg2-4-dev, libmysqlclient-dev, libnfs-dev, libogg-dev,
libpcre3-dev, libplist-dev, libpng12-dev | libpng-dev, libpulse-dev, librtmp-dev,libsdl2-dev,
libshairplay-dev, libsmbclient-dev, libsqlite3-dev, libssh-dev, libssl-dev, libswscale-dev,
libtag1-dev (>= 1.8), libtiff-dev, libtinyxml-dev (>= 2.6.2), libtool, libudev-dev,
libtag1-dev (>= 1.8), libtinyxml-dev (>= 2.6.2), libtool, libudev-dev,
libusb-dev, libva-dev, libvdpau-dev, libvorbis-dev, libxinerama-dev, libxml2-dev,
libxmu-dev, libxrandr-dev, libxslt1-dev, libxt-dev, libyajl-dev (>=2.0), lsb-release,
nasm [!amd64], python-dev, python-imaging, python-support, swig, unzip, uuid-dev, yasm,
Expand Down
2 changes: 1 addition & 1 deletion docs/README.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ For Ubuntu (all versions >= 7.04):
libfribidi-dev libgif-dev libiso9660-dev libjpeg-dev liblzo2-dev \
libmicrohttpd-dev libmodplug-dev libmpeg2-4-dev libmpeg3-dev libmysqlclient-dev libnfs-dev \
libogg-dev libpcre3-dev libplist-dev libpng-dev libpulse-dev libsdl2-dev libsmbclient-dev \
libsqlite3-dev libssh-dev libssl-dev libtiff-dev libtinyxml-dev libtool libudev-dev libusb-dev \
libsqlite3-dev libssh-dev libssl-dev libtinyxml-dev libtool libudev-dev libusb-dev \
libva-dev libvdpau-dev libvorbis-dev libvorbisenc2 libxml2-dev libxmu-dev libxrandr-dev \
libxrender-dev libxslt1-dev libxt-dev libyajl-dev mesa-utils nasm pmount python-dev \
python-imaging python-sqlite swig unzip uuid-dev yasm zip zlib1g-dev
Expand Down
3 changes: 1 addition & 2 deletions tools/depends/native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NATIVE= m4-native gettext-native autoconf-native automake-native \
libtool-native pkg-config-native yasm-native cmake-native \
gas-preprocessor-native python27-native zlib-native \
pcre-native swig-native rpl-native libsquish-native \
tiff-native libpng-native libjpeg-turbo-native liblzo2-native giflib-native \
libpng-native libjpeg-turbo-native liblzo2-native giflib-native \
distribute-native distutilscross-native JsonSchemaBuilder TexturePacker \
google-breakpad-native

Expand All @@ -31,7 +31,6 @@ autoconf-native: m4-native
automake-native: autoconf-native
libtool-native: automake-native
libpng-native: zlib-native
tiff-native: libjpeg-turbo-native
swig-native: pcre-native
distribute-native: python27-native
distutilscross-native: python27-native distribute-native
Expand Down
43 changes: 0 additions & 43 deletions tools/depends/native/tiff-native/Makefile

This file was deleted.

3 changes: 1 addition & 2 deletions tools/depends/target/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = \
pcre expat gettext sqlite3 libgpg-error \
libgcrypt bzip2 liblzo2 libzip freetype2 fontconfig \
openssl gmp nettle gnutls libssh2 curl \
libjpeg-turbo tiff libpng \
libjpeg-turbo libpng \
libogg libvorbis libflac fribidi libmpeg2 \
libass libsquish \
libmodplug librtmp libxml2 yajl libmicrohttpd mysql libffi \
Expand Down Expand Up @@ -77,7 +77,6 @@ libgcrypt: libgpg-error
fontconfig: freetype2 expat $(ICONV)
libssh2: libgcrypt openssl
curl: openssl libssh2
tiff: libjpeg-turbo
libvorbis: libogg
libflac: libogg gettext
libass: fontconfig libpng freetype2 expat $(ICONV)
Expand Down
41 changes: 0 additions & 41 deletions tools/depends/target/tiff/Makefile

This file was deleted.

2 changes: 1 addition & 1 deletion tools/rbp/depends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifeq ($(USE_BUILDROOT),1)
SUBDIRS = ffmpeg xbmc
else
BUILDTOOLS = help2man autoconf automake libtool pkg-config yasm cmake patchelf
SUBDIRS = liblzo2 tiff libnfs libplist libshairplay tinyxml ffmpeg xbmc
SUBDIRS = liblzo2 libnfs libplist libshairplay tinyxml ffmpeg xbmc
endif

IMAGENAME = xbmc-rbp-`date +'%y%m%d'`
Expand Down
1 change: 0 additions & 1 deletion tools/rbp/depends/tiff/.gitignore

This file was deleted.

41 changes: 0 additions & 41 deletions tools/rbp/depends/tiff/Makefile

This file was deleted.

0 comments on commit b3f00a8

Please sign in to comment.