diff options
author | Craig Andrews <candrews@integralblue.com> | 2016-12-10 20:57:03 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2016-12-10 21:00:03 -0500 |
commit | dd9e181f0064f579efd24f855557c972a2b35c5b (patch) | |
tree | 1f4d57e2df3e45f17a453968238748c37eb1ae95 | |
parent | 6f2a2af83a7346368baa887f6597b72e7dd47cd8 (diff) |
[dependencies] remove remaining references to libmodplug
libmodplug was removed in https://github.com/xbmc/xbmc/pull/9995 so remove remaining references
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | docs/README.linux | 2 | ||||
-rw-r--r-- | docs/README.ubuntu | 2 | ||||
-rw-r--r-- | project/cmake/cpack/deb/copyright | 22 |
4 files changed, 3 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml index d0a1f4df1f..2dd1d0c4e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,7 +71,7 @@ install: sudo apt-get install -qq automake autopoint build-essential cmake curl default-jre gawk gdb gdc gettext git-core gperf libasound2-dev libass-dev libbz2-dev libcap-dev libcdio-dev libcrossguid-dev libcurl3 libcurl4-openssl-dev libdbus-1-dev libfontconfig-dev libegl1-mesa-dev libfreetype6-dev libfribidi-dev libgif-dev - libiso9660-dev libjpeg-dev libltdl-dev liblzo2-dev libmicrohttpd-dev libmodplug-dev libmysqlclient-dev libnfs-dev + libiso9660-dev libjpeg-dev libltdl-dev liblzo2-dev libmicrohttpd-dev libmysqlclient-dev libnfs-dev libpcre3-dev libplist-dev libpng-dev libpulse-dev libsdl2-dev libsmbclient-dev libsqlite3-dev libssh-dev libssl-dev libtag1-dev libtinyxml-dev libtool libudev-dev libusb-dev libva-dev libvdpau-dev libxml2-dev libxmu-dev libxrandr-dev libxrender-dev libxslt1-dev libxt-dev libyajl-dev mesa-utils diff --git a/docs/README.linux b/docs/README.linux index 9a7d282a10..8d7c3dabf5 100644 --- a/docs/README.linux +++ b/docs/README.linux @@ -51,7 +51,7 @@ Build-Depends: autoconf, automake, autopoint, autotools-dev, cmake, curl, 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, libjpeg-dev, libltdl-dev, liblzo2-dev, libmicrohttpd-dev, - libmodplug-dev, libmpcdec-dev, libmysqlclient-dev, libnfs-dev, + libmpcdec-dev, libmysqlclient-dev, libnfs-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), libtinyxml-dev (>= 2.6.2), libtool, libudev-dev, diff --git a/docs/README.ubuntu b/docs/README.ubuntu index 36951b5c3d..3919adf8d9 100644 --- a/docs/README.ubuntu +++ b/docs/README.ubuntu @@ -86,7 +86,7 @@ For Ubuntu (all versions >= 7.04): 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 libjpeg-dev liblzo2-dev \ - libmicrohttpd-dev libmodplug-dev libmysqlclient-dev libnfs-dev \ + libmicrohttpd-dev libmysqlclient-dev libnfs-dev \ libpcre3-dev libplist-dev libpng-dev libpulse-dev libsdl2-dev libsmbclient-dev \ libsqlite3-dev libssh-dev libssl-dev libtinyxml-dev libtool libudev-dev libusb-dev \ libva-dev libvdpau-dev libxml2-dev libxmu-dev libxrandr-dev \ diff --git a/project/cmake/cpack/deb/copyright b/project/cmake/cpack/deb/copyright index 5616264d50..14504d3078 100644 --- a/project/cmake/cpack/deb/copyright +++ b/project/cmake/cpack/deb/copyright @@ -809,28 +809,6 @@ GNU libmicrohttpd You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. -libmodplug -<http://modplug-xmms.sourceforge.net> - - Copyright 2002-2003 Kenton Varda <temporal@gauge3d.org>, - Olivier Lapicque <olivierl@jps.net>, - Colin DeVilbiss <crdevilb@mtu.edu>, - Markus Fick <marf@gmx.net>, - Adam Goode <adam@evdebs.org> - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - Python Programming Language <http://www.python.org/> |