summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2014-03-11 04:53:57 -0700
committerKevin Mitchell <kevmitch@gmail.com>2014-03-11 04:53:57 -0700
commitb8ebd36c5df113e25c4a74f053109330c545cb0b (patch)
treeebd6b8e0f84e7e25ddef236cbfbcb28a938a9b89
parente80fd3f15c50a3913c16e3e98564c474d856d218 (diff)
downloadmpv-build-b8ebd36c5df113e25c4a74f053109330c545cb0b.tar.bz2
mpv-build-b8ebd36c5df113e25c4a74f053109330c545cb0b.tar.xz
add libmpg123-dev to debian package now that the fix for precise is in 0.3.6
also add rst2pdf even though the new pdf generation didn't make it to 0.3.6. On git master, it builds the pdf manual (in /usr/share/doc/mpv.pdf.gz). On 0.3.6, its just a few more packages that can be removed after build. Closes #29
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 405c51f..5e2e978 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Build-Depends:
liblua5.1-0-dev,
liblua5.2-dev,
libmp3lame-dev,
-# libmpg123-dev,
+ libmpg123-dev,
libncurses5-dev,
libncursesw5-dev,
# libopus-dev,
@@ -66,6 +66,7 @@ Build-Depends:
pkg-config,
python,
python-docutils,
+ rst2pdf,
x11proto-core-dev,
yasm,
zlib1g-dev