summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@math.sfu.ca>2014-01-29 16:37:52 -0800
committerKevin Mitchell <kevmitch@math.sfu.ca>2014-01-29 17:12:20 -0800
commita69576067aada36feb390179d36a8a2e0d85c667 (patch)
treee80d599c357418c7b6b2159553a600e83da4045d
parent9ce245ecf9b42c22e69048912d3003b01a6c43c9 (diff)
downloadmpv-build-a69576067aada36feb390179d36a8a2e0d85c667.tar.bz2
mpv-build-a69576067aada36feb390179d36a8a2e0d85c667.tar.xz
debian package: build-depend and enable libmp3lame and libx264 in ffmpeg
add note to package description about what this package is and where it came from
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules3
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index e929f4f..d961d69 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends:
liblcms2-dev,
liblircclient-dev,
liblua5.1-0-dev,
+ libmp3lame-dev,
libncurses5-dev,
libncursesw5-dev,
libpulse-dev,
@@ -38,6 +39,7 @@ Build-Depends:
libva-dev,
libvdpau-dev,
libwayland-dev [linux-any],
+ libx264-dev,
libx11-dev,
libxext-dev,
libxinerama-dev,
@@ -52,6 +54,10 @@ Build-Depends:
Package: mpv
Architecture: any
-Depends: ${shlibs:Depends},debconf
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: mplayer/mplayer2 based video player
MPV is a versatile CLI movie player, based on mplayer and mplayer2.
+ .
+ This package is not part of Debian. It was created by mpv-build scripts with
+ statically linked ffmpeg (not libav) and libass from upstream.
+Homepage:https://github.com/mpv-player/mpv-build
diff --git a/debian/rules b/debian/rules
index 5671493..6fee1a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,12 +32,11 @@ install:
%:
exec dh $@
-
# this should really create multiple shared object debian packages but
# this will do for now
# the dependencies must be built before mpv is configured
ffmpeg_config:
- scripts/ffmpeg-config
+ scripts/ffmpeg-config --enable-libx264 --enable-libmp3lame
ffmpeg_build:ffmpeg_config
scripts/ffmpeg-build $(MFLAGS)
libass_config: