Skip to content

Commit

Permalink
[cleanup] [depends] remove jasper
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaraev committed Dec 29, 2015
1 parent 00724eb commit 424c513
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 94 deletions.
2 changes: 1 addition & 1 deletion docs/README.armel
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ These are python and liblzo2

For Angstrom:
$ opkg update
$ opkg install subversion make g++ gcc gawk pmount libtool automake gperf unzip bison libsdl-1.2-dev libsdl-image-1.2-dev libsdl-gfx-dev libsdl-mixer-1.2-dev libfribidi-dev liblzo-dev libfreetype-dev libsqlite3-dev libasound2 python-sqlite3 libcurl4 libxrandr-dev libxrender-dev libmad-dev libogg-dev libvorbis-dev libmysqlclient-dev libpcre-dev libdbus-glib-1-dev hal-dev libjasper-dev libfontconfig-dev boost-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev
$ opkg install subversion make g++ gcc gawk pmount libtool automake gperf unzip bison libsdl-1.2-dev libsdl-image-1.2-dev libsdl-gfx-dev libsdl-mixer-1.2-dev libfribidi-dev liblzo-dev libfreetype-dev libsqlite3-dev libasound2 python-sqlite3 libcurl4 libxrandr-dev libxrender-dev libmad-dev libogg-dev libvorbis-dev libmysqlclient-dev libpcre-dev libdbus-glib-1-dev hal-dev libfontconfig-dev boost-dev libxt-dev libxmu-dev libpng-dev libjpeg-dev

Unfortunately this will only install the packages that are available through opkg. There will be further packages that need to be installed.
Either use the method mentioned below, or selectively find and install packages, mentioned at the bottom of this README.
Expand Down
2 changes: 1 addition & 1 deletion docs/README.linux
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl,
libcdio-dev, libcec-dev, libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl-dev,
libcwiid-dev, libdbus-1-dev, libegl1-mesa-dev, libfontconfig-dev, libfreetype6-dev,
libfribidi-dev, libgif-dev (>= 4.1.6), libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev,
libiso9660-dev, libjasper-dev, libjpeg-dev, libltdl-dev, liblzo2-dev, libmicrohttpd-dev,
libiso9660-dev, libjpeg-dev, libltdl-dev, liblzo2-dev, libmicrohttpd-dev,
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,
Expand Down
2 changes: 1 addition & 1 deletion docs/README.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For Ubuntu (all versions >= 7.04):
default-jre fp-compiler gawk gdc gettext git-core gperf libasound2-dev libass-dev \
libboost-dev libboost-thread-dev libbz2-dev libcap-dev libcdio-dev libcurl3 \
libcurl4-openssl-dev libdbus-1-dev libfontconfig-dev libegl1-mesa-dev libfreetype6-dev \
libfribidi-dev libgif-dev libiso9660-dev libjasper-dev libjpeg-dev liblzo2-dev \
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 \
Expand Down
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 jasper libpng \
libjpeg-turbo tiff libpng \
libogg libvorbis libflac fribidi libmpeg2 \
libass libsquish \
libmodplug librtmp libxml2 yajl libmicrohttpd mysql libffi \
Expand Down Expand Up @@ -78,7 +78,6 @@ fontconfig: freetype2 expat $(ICONV)
libssh2: libgcrypt openssl
curl: openssl libssh2
tiff: libjpeg-turbo
jasper: libjpeg-turbo
libvorbis: libogg
libflac: libogg gettext
libass: fontconfig libpng freetype2 expat $(ICONV)
Expand Down
44 changes: 0 additions & 44 deletions tools/depends/target/jasper/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 jasper libplist libshairplay tinyxml ffmpeg xbmc
SUBDIRS = liblzo2 tiff 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/jasper/.gitignore

This file was deleted.

43 changes: 0 additions & 43 deletions tools/rbp/depends/jasper/Makefile

This file was deleted.

0 comments on commit 424c513

Please sign in to comment.