summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-29 23:46:13 +0100
committerwm4 <wm4@nowhere>2013-12-29 23:47:39 +0100
commitba60c400ae5c69bd8b7f6c1368e6e8c6bfb42f24 (patch)
treeffbb8c2d3e17646acbeb06ca9cf29af9c6a13038
parent4a3cd16f2fb2cdb67a1ff16217365f8c61133044 (diff)
downloadmpv-build-ba60c400ae5c69bd8b7f6c1368e6e8c6bfb42f24.tar.bz2
mpv-build-ba60c400ae5c69bd8b7f6c1368e6e8c6bfb42f24.tar.xz
Remove incomprehensible Debian magic
I don't know how to fix this. It appears that debian/rules should contain a override_dh_auto_install target, but I have not the slightest clue what it should do or what it did with the old Makefile or how to make it work with waf. Why the heck can't I just list the files that should be installed? Note: this is not a real removal. If someone wants to fix this, a pull request reverting this commit + fixing the waf build would be welcome. For now I'm removing this, because fixing it is probably a huge time sink (just to learn Debian cryptomagic?), and I don't want to confuse users with non-working instructions and packaging files.
-rw-r--r--README.rst33
-rw-r--r--debian/README.debian6
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control12
-rw-r--r--debian/copyright7
-rw-r--r--debian/dirs2
-rw-r--r--debian/mime20
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
-rw-r--r--debian/source/options2
11 files changed, 0 insertions, 102 deletions
diff --git a/README.rst b/README.rst
index c801f01..7e6e9bd 100644
--- a/README.rst
+++ b/README.rst
@@ -5,8 +5,6 @@ This is a collection of scripts to make downloading and building mpv, ffmpeg
and libass easier. ffmpeg and libass get special treatment, because they are
essential, and distribution packages are often too old or too broken.
-See below for instructions for building Debian packages.
-
If you are running Mac OSX and using homebrew we provide homebrew-mpv_, an up
to date formula that compiles mpv with sensible dependencies and defaults for
OSX.
@@ -86,37 +84,6 @@ example, to enable some dependencies needed for encoding:
(Do this in the mpv-build toplevel directory, the same that contains
the build scripts and this readme file.)
-Installing dependencies on Debian or Ubuntu
-===========================================
-
-On Debian or Ubuntu systems, you can try to run this command in the
-mpv-build directory to install most of the required dependencies:
-
- sudo apt-get install devscripts
-
- mk-build-deps -s sudo -ir
-
-This will generate and install a dummy package with the required
-dependencies. (mk-build-deps is part of devscripts.)
-
-If you don't want to use sudo, you can also try:
-
- mk-build-deps
-
- dpkg -i mpv-build-deps_1.0_all.deb
-
-dpkg -i will require root rights of course.
-
-Building a Debian package
-=========================
-
-You can build a full mpv Debian package with the following command:
-
- debuild -uc -us -b -j4
-
-The .deb file will be created in the parent directory. (4 is the number
-of jobs running in parallel - you can change it.)
-
Local changes to the git repositories
=====================================
diff --git a/debian/README.debian b/debian/README.debian
deleted file mode 100644
index b3e2ac3..0000000
--- a/debian/README.debian
+++ /dev/null
@@ -1,6 +0,0 @@
-mpv for Debian
---------------
-
- You can build the package using 'debuild -uc -us -b -j<number of jobs>'.
-
--- Wessel Dankers <wsl@fruit.je>, Sun, 06 Jan 2013 13:44:11 +0100
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 927c2cf..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-mpv (1.0git) stable; urgency=low
-
- * Initial package.
-
- -- Wessel Dankers <wsl@fruit.je> Sun, 06 Jan 2013 13:44:11 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index d1bf49a..0000000
--- a/debian/control
+++ /dev/null
@@ -1,12 +0,0 @@
-Source: mpv
-Section: misc
-Priority: optional
-Maintainer: Wessel Dankers <wsl@fruit.je>
-Standards-Version: 3.9.3
-Build-Depends: c-compiler, libjpeg-dev, libvdpau-dev, zlib1g-dev, x11proto-core-dev, libx11-dev, libxext-dev, libxinerama-dev, libxv-dev, libfreetype6-dev, libfribidi-dev, libfontconfig1-dev, libgl1-mesa-dev, debhelper (>= 7), autoconf, automake, libtool, yasm, libpulse-dev, libasound2-dev, libbluray-dev, python3-docutils, libdvdread-dev
-
-Package: mpv
-Architecture: any
-Depends: ${shlibs:Depends},debconf
-Description: mplayer/mplayer2 based video player
- MPV is a versatile CLI movie player, based on mplayer and mplayer2.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 03a2b2c..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,7 +0,0 @@
-This package was debianized by Wessel Dankers <wsl@fruit.je> on
-Sun, 06 Jan 2013 13:44:11 +0100.
-
-Original source can be found at: https://github.com/mpv-player
-
-Copyrighted by various authors. Licensed under the terms of GNU GPL.
-See /usr/share/common-licenses/GPL for details.
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 98d1583..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/man/man1
diff --git a/debian/mime b/debian/mime
deleted file mode 100644
index e405227..0000000
--- a/debian/mime
+++ /dev/null
@@ -1,20 +0,0 @@
-application/x-ogg; mpv %s; description="Ogg Stream"
-application/ogg; mpv %s; description="Ogg Stream"
-audio/mpeg; mpv %s; description="MPEG Audio"
-audio/x-mpegurl; mpv %s; description="Icecast Playlist"
-audio/x-ms-wax; mpv %s; description="Windows Media Audio"
-audio/x-ms-wma; mpv %s; description="Windows Media Audio"
-audio/x-pls; mpv %s; description="MP3 ShoutCast/IceCast Playlist"
-audio/x-scpls; mpv %s; description="Shoutcast Playlist"
-audio/x-wav; mpv %s; description="WAV Audio"
-video/mpeg; mpv %s; description="MPEG Video";
-video/quicktime; mpv %s; description="Apple QuickTime Video";
-video/x-mpeg; mpv %s; description="MPEG Video";
-video/x-mpeg2; mpv %s; description="MPEG-2 Video";
-video/x-msvideo; mpv %s; description="MS Video (AVI)";
-video/x-ms-afs; mpv %s; description="Microsoft ASF Video";
-video/x-ms-asf; mpv %s; description="Microsoft ASF Video";
-video/x-ms-wma; mpv %s; description="Windows Media Audio";
-video/x-ms-wmv; mpv %s; description="Windows Media Video";
-video/x-ms-wmx; mpv %s; description="Windows Media Video";
-video/x-ms-wvx; mpv %s; description="Windows Media Video";
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 9ad668a..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,13 +0,0 @@
-#! /usr/bin/make -f
-
-%:
- exec dh $@ --parallel
-
-override_dh_auto_build:
- scripts/ffmpeg-config
- scripts/ffmpeg-build
- scripts/libass-config
- scripts/libass-build
- scripts/mpv-config --prefix=/usr
- scripts/mpv-build
-
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 89ae9db..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (native)
diff --git a/debian/source/options b/debian/source/options
deleted file mode 100644
index 659f59c..0000000
--- a/debian/source/options
+++ /dev/null
@@ -1,2 +0,0 @@
-compression = xz
-compression-level = best