summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-02-19 21:51:02 -0800
committerKevin Mitchell <kevmitch@gmail.com>2014-02-22 04:57:18 -0800
commitcfdfdc504d256d7d3bc0282277e331e7d44681b6 (patch)
tree1117ea9d24aa4637d42701fc02a336843bbdb2f5
parent343aa8523e8fa76d58ac28f657435b3532df1764 (diff)
downloadmpv-build-cfdfdc504d256d7d3bc0282277e331e7d44681b6.tar.bz2
mpv-build-cfdfdc504d256d7d3bc0282277e331e7d44681b6.tar.xz
ughgh, harfbuzz is yet another unsatisfiable dependency in ubuntu precise
comment out/document this limitation
-rw-r--r--debian/README.debian19
-rw-r--r--debian/control2
2 files changed, 7 insertions, 14 deletions
diff --git a/debian/README.debian b/debian/README.debian
index 432e2b7..c348650 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -36,11 +36,12 @@ In order to maintain this interoperability between distributions, this
package must necessarily disable some features by default which are
not universally supported. This includes decoding with libmpg123 (as
opposed to the decoders built into ffmpeg), encoding/decoding with
-libopus, sdl2 audio output, and Wayland video support (which may
-nevertheless still be enabled manually provided sufficiently recent
-libraries - see below). On the other hand, this package enables
-video4Linux and native samba support (to play smb:// URLs), which are
-not present in the official Debian package.
+libopus, harbuzz support for RTL sripts, sdl2 audio output, and
+Wayland video support (which may nevertheless still be enabled
+manually provided sufficiently recent libraries - see below). On the
+other hand, this package enables video4Linux and native samba support
+(to play smb:// URLs), which are not present in the official Debian
+package.
There are several other features that are disabled in both this
package as well as the official Debian package because they are not
@@ -94,11 +95,3 @@ necessary packages before building:
apt-get install libwayland-dev libxkbcommon-dev
The mpv build will then automatically detect and link to them.
-
-Note that for mpv=0.3.4, you need
-
- libwayland-dev>=1.2.0, libxkbcommon-dev>=0.3.0,
-
-while for mpv in git master, you need
-
- libwayland-dev>=1.3.0, libxkbcommon-dev>=0.3.0
diff --git a/debian/control b/debian/control
index 4889ede..4cd3b5d 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Build-Depends:
libgl1-mesa-dev,
libgsm1-dev,
libguess-dev,
- libharfbuzz-dev,
+# libharfbuzz-dev,
libjack-jackd2-dev | libjack-dev,
libjpeg-dev,
libopenjpeg-dev,