1
mirror of https://github.com/mpv-player/mpv synced 2024-09-01 04:16:39 +02:00

Changes to debian packaging based on patches by Josip Rodin (joy debian org)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1635 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
eyck 2001-08-22 20:58:50 +00:00
parent 2b48b538fe
commit 8a3b89e9bb
7 changed files with 38 additions and 63 deletions

11
debian/README.debian vendored
View File

@ -1,11 +1,10 @@
mplayer for Debian mplayer for Debian
---------------------- ----------------------
This package is meant for users to build themselves.
Recommended method is running "fakeroot debian/rules binary" in "main" directory
Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Thu, 17 May 2001 13:25:12 +0200 Most options are autodetected or configured during compilation thus
users are supposed to build this package themselves.
Recommended method is running "fakeroot debian/rules binary" in the top
directory
Comments regarding the Package Dariush Pietrzak <eyck@incubus.ar.lublin.pl> Wed Aug 22 21:54:12 CEST 2001
* TeLeNiEkO * <telenieko@telenieko.com>, Mon, 26 Feb 2001 12:24:04 +0100

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
mplayer (0.18-4) unstable; urgency=low
* Changes to debian packaging suggested Josip Rodin
-- Dariush Pietrzak <eyck@ghost.forumakad.pl> Wed, 22 Aug 2001 22:40:58 +0200
mplayer (0.18-3) unstable; urgency=low mplayer (0.18-3) unstable; urgency=low
* fixed templates. * fixed templates.

29
debian/control vendored
View File

@ -1,19 +1,24 @@
Source: mplayer Source: mplayer
Section: unknown Section: misc
Priority: optional Priority: optional
Maintainer: * TeLeNiEkO * <telenieko@telenieko.com> Maintainer: Dariush Pietrzak <eyck@ghost.anime.pl>
Standards-Version: 3.2.1 Standards-Version: 3.2.1
Build-Depends: xlibs-dev, libpng2-dev, libz-dev, debhelper (>= 2), nasm
Package: mplayer Package: mplayer
Architecture: any Architecture: any
Depends: ${shlibs:Depends},debconf,libconfhelper-perl Depends: ${shlibs:Depends},debconf,libconfhelper-perl
Description: The Ultimate Movie Player For Linux Description: The Ultimate Movie Player
MPlayer is a movie player for LINUX. It plays most MPEG, AVI and ASF files, MPlayer is a movie player for Un*x. It plays most MPEG, AVI and ASF files,
supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even supported by many native and Win32 DLL codecs. You can watch VCD, DVD and even
DivX movies too. The another big feature of mplayer is the wide range of DivX movies with MPlayer.
supported output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev, .
but you can use SDL (and this way all drivers of SDL, for example AAlib) and MPlayer supports a wide range of output drivers: X11, Xv, DGA, OpenGL,
some lowlevel card-specific drivers (for Matrox) too! Most of them supports SVGAlib, fbdev, AAlib, GGI, SDL . You can use SDL and thus all the SDL
software or hardware scaling, so you can enjoy movies in fullscreen. And what drivers. Same goes for GGI.
about the nice big antialiased shaded subtitles (7 supported types!!!) with There are some low-level card-specific drivers (e.g. Matrox). Most of the
hungarian, english, cyrillic, czech, korean fonts, and OSD? drivers support either software or hardware scaling, so you can enjoy
movies in full screen mode.
.
MPlayer has nice, big antialiased shaded subtitles (7 supported types!)
with Hungarian, English, Cyrillic, Czech and Korean fonts, and OSD.

7
debian/copyright vendored
View File

@ -1,8 +1,7 @@
This package was debianized by * TeLeNiEkO * telenieko@telenieko.com on This package was debianized by * TeLeNiEkO * telenieko@telenieko.com on
Mon, 26 Feb 2001 12:24:04 +0100. Mon, 26 Feb 2001 12:24:04 +0100.
It was downloaded from http://mp.dev.hu Original source can be found at: http://www.mplayerHQ.hu/homepage/
Copyright: Copyrighted by various authors. Licensed under the terms of GNU GPL.
See /usr/share/common-licenses/GPL for details.
GPL! (partly)

35
debian/docs vendored
View File

@ -1,35 +0,0 @@
DOCS/AUTHORS
DOCS/BUGREPORTS
DOCS/BUGS
DOCS/CDROM
DOCS/CODECS
DOCS/CVS
DOCS/ChangeLog
DOCS/ChangeLog.mpeg
DOCS/DEBIAN
DOCS/DGA
DOCS/DVD
DOCS/DVD-FAQ
DOCS/Hungarian
DOCS/INSTALL
DOCS/LIRC
DOCS/MPlayer-FAQ
DOCS/MTRR
DOCS/OpenDivX
DOCS/README
DOCS/Russian
DOCS/SDL
DOCS/SOUNDCARDS
DOCS/SPEED
DOCS/Spanish
DOCS/TODO
DOCS/TVout-G400
DOCS/VIDEOCARDS
DOCS/codecs-in.html
DOCS/codecs.conf
DOCS/example.conf
DOCS/inttypes.h
DOCS/mplayer.1
DOCS/tech-eng.txt
DOCS/tech-hun.txt

9
debian/rules vendored
View File

@ -23,9 +23,8 @@ build-stamp:
# Add here commands to compile the package. # Add here commands to compile the package.
#$(MAKE) #$(MAKE)
#/usr/bin/docbook-to-man debian/etherconf.sgml > etherconf.1 #/usr/bin/docbook-to-man debian/etherconf.sgml > etherconf.1
make dep ${MAKE} dep
make mplayer ${MAKE} mplayer
touch build-stamp touch build-stamp
@ -53,7 +52,7 @@ install: build
# Add here commands to install the package into debian/<packagename> # Add here commands to install the package into debian/<packagename>
# $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install # $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install
$(MAKE) install prefix=`pwd`/debian/tmp/usr $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
# Build architecture-independent files here. # Build architecture-independent files here.
binary-indep: build install binary-indep: build install
@ -65,7 +64,7 @@ binary-arch: build install
dh_testdir dh_testdir
dh_testroot dh_testroot
dh_installdebconf dh_installdebconf
dh_installdocs dh_installdocs DOCS/*
dh_installexamples dh_installexamples
dh_installmenu dh_installmenu
# dh_installlogrotate # dh_installlogrotate

4
debian/templates vendored
View File

@ -34,10 +34,12 @@ Description: MPlayer Video Output
this driver can work without X and display video on secondary head of matrox cards this driver can work without X and display video on secondary head of matrox cards
* xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering ) * xv - XVideo extensions of X 4.x ( hardware scaling, bilinear filtering )
* sdl - SDL library, it can also use hardware scaling, filtering etc * sdl - SDL library, it can also use hardware scaling, filtering etc
* ggi - GGI library, it can also use hardware scaling, filtering etc
* dga, fsdga - DGA extension. * dga, fsdga - DGA extension.
* fsbdev - framebuffer device ( watching movies on text console ) * fsbdev - framebuffer device ( watching movies on text console )
* x11 - simple x11 output. * x11 - simple x11 output.
Please choose carefully because it has tramendous effect on speed. .
Please choose carefully because this will have a tremendous effect on speed.
Template: mplayer/cfgnote Template: mplayer/cfgnote
Type: note Type: note