Skip to content

Commit

Permalink
added: new libmicrohttpd-dev build dependency
Browse files Browse the repository at this point in the history
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27771 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
  • Loading branch information
mkortstiege committed Feb 14, 2010
1 parent c6771db commit b3fa27d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.linux
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Build-Depends: debhelper (>= 7.0.50), quilt, python-support, cmake,
libswscale-dev, liba52-dev, libdts-dev, libfaad-dev, libmp4ff-dev,
libmpeg2-4-dev, libass-dev, libflac-dev, libwavpack-dev,
python-dev, gawk, gperf, nasm [!amd64], libcwiid1-dev, libbluetooth-dev,
zlib1g-dev, libmms-dev, libsmbclient-dev, libtiff4-dev, libiso9660-dev, libssl-dev
zlib1g-dev, libmms-dev, libsmbclient-dev, libtiff4-dev, libiso9660-dev, libssl-dev,
libmicrohttpd-dev

*** For developers and anyone else who compiles frequently it is recommended to
use ccache
Expand Down
2 changes: 1 addition & 1 deletion README.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Two methods exist to install the required Ubuntu packages :

For Ubuntu (all versions >= 7.04):

# sudo aptitude install subversion make g++ gcc gawk pmount libtool nasm automake cmake gperf unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl3 libcurl4-openssl-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbisenc2 libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxtst-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmms-dev libmpeg3-dev libfaad-dev libflac-dev libiso9660-dev libass-dev libssl-dev fp-compiler gdc libwavpack-dev libmpeg2-4-dev
# sudo aptitude install subversion make g++ gcc gawk pmount libtool nasm automake cmake gperf unzip bison libsdl-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libfribidi-dev liblzo2-dev libfreetype6-dev libsqlite3-dev libogg-dev libasound-dev python-sqlite libglew-dev libcurl3 libcurl4-openssl-dev x11proto-xinerama-dev libxinerama-dev libxrandr-dev libxrender-dev libmad0-dev libogg-dev libvorbisenc2 libsmbclient-dev libmysqlclient-dev libpcre3-dev libdbus-1-dev libhal-dev libhal-storage-dev libjasper-dev libfontconfig-dev libbz2-dev libboost-dev libfaac-dev libenca-dev libxt-dev libxtst-dev libxmu-dev libpng-dev libjpeg-dev libpulse-dev mesa-utils libcdio-dev libsamplerate-dev libmms-dev libmpeg3-dev libfaad-dev libflac-dev libiso9660-dev libass-dev libssl-dev fp-compiler gdc libwavpack-dev libmpeg2-4-dev libmicrohttpd-dev

On 8.04 and older versions, libmms is outdated and thus XBMC will not compile properly.
In this case you will have to manually compile the latest version.
Expand Down
2 changes: 1 addition & 1 deletion tools/Linux/packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 7.0.50), python-support, cmake,
python-dev, gawk, gperf, nasm [!amd64], libcwiid1-dev, libbluetooth-dev,
zlib1g-dev, libmms-dev, libsmbclient-dev, libfaad-dev, libiso9660-dev,
libssl-dev, lsb-release, libvdpau-dev | nvidia-190-libvdpau-dev |
nvidia-185-libvdpau-dev | nvidia-180-libvdpau-dev,
nvidia-185-libvdpau-dev | nvidia-180-libvdpau-dev, libmicrohttpd-dev
Standards-Version: 3.8.3
Homepage: http://xbmc.org/
Vcs-Git: git://git.debian.org/git/collab-maint/xbmc.git
Expand Down
2 changes: 1 addition & 1 deletion tools/Linux/packaging/debian/var_info
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BUILD_DEPENDS="debhelper (>= 7.0.50), python-support, cmake,
python-dev, gawk, gperf, nasm [!amd64], libcwiid1-dev, libbluetooth-dev,
zlib1g-dev, libmms-dev, libsmbclient-dev, libfaad-dev, libiso9660-dev,
libssl-dev, lsb-release, libvdpau-dev | nvidia-190-libvdpau-dev |
nvidia-185-libvdpau-dev | nvidia-180-libvdpau-dev,"
nvidia-185-libvdpau-dev | nvidia-180-libvdpau-dev, libmicrohttpd-dev,"

if [ $(lsb_release -is) = "Ubuntu" ]; then
BUILD_DEPENDS="$BUILD_DEPENDS libfaac-dev, libcrystalhd-dev,"
Expand Down

0 comments on commit b3fa27d

Please sign in to comment.