[Mplayer-cvslog] CVS: main/debian README.debian,1.3,1.4 changelog,1.6,1.7 control,1.4,1.5 copyright,1.3,1.4 rules,1.7,1.8 templates,1.2,1.3 docs,1.1,NONE

Dariush Pietrzak eyck at mplayer.dev.hu
Wed Aug 22 22:58:53 CEST 2001


Update of /cvsroot/mplayer/main/debian
In directory mplayer:/var/tmp.root/cvs-serv31802/debian

Modified Files:
	README.debian changelog control copyright rules templates 
Removed Files:
	docs 
Log Message:
Changes to debian packaging based on patches by Josip Rodin (joy debian org)


Index: README.debian
===================================================================
RCS file: /cvsroot/mplayer/main/debian/README.debian,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README.debian	21 May 2001 08:32:00 -0000	1.3
+++ README.debian	22 Aug 2001 20:58:50 -0000	1.4
@@ -1,11 +1,10 @@
 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 at 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
-
-* TeLeNiEkO * <telenieko at telenieko.com>, Mon, 26 Feb 2001 12:24:04 +0100
+Dariush Pietrzak <eyck at incubus.ar.lublin.pl>  Wed Aug 22 21:54:12 CEST 2001

Index: changelog
===================================================================
RCS file: /cvsroot/mplayer/main/debian/changelog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- changelog	5 Aug 2001 19:11:58 -0000	1.6
+++ changelog	22 Aug 2001 20:58:50 -0000	1.7
@@ -1,3 +1,9 @@
+mplayer (0.18-4) unstable; urgency=low
+
+  * Changes to debian packaging suggested Josip Rodin 
+
+ -- Dariush Pietrzak <eyck at ghost.forumakad.pl>  Wed, 22 Aug 2001 22:40:58 +0200
+
 mplayer (0.18-3) unstable; urgency=low
 
   * fixed templates. 

Index: control
===================================================================
RCS file: /cvsroot/mplayer/main/debian/control,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- control	28 Jul 2001 07:53:11 -0000	1.4
+++ control	22 Aug 2001 20:58:50 -0000	1.5
@@ -1,19 +1,24 @@
 Source: mplayer
-Section: unknown
+Section: misc
 Priority: optional
-Maintainer: * TeLeNiEkO * <telenieko at telenieko.com>
+Maintainer: Dariush Pietrzak <eyck at ghost.anime.pl>
 Standards-Version: 3.2.1
+Build-Depends: xlibs-dev, libpng2-dev, libz-dev, debhelper (>= 2), nasm
 
 Package: mplayer
 Architecture: any
 Depends: ${shlibs:Depends},debconf,libconfhelper-perl
-Description: The Ultimate Movie Player For Linux
-  MPlayer is a movie player for LINUX. It plays most MPEG, AVI and ASF files,
-  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
-  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
-  some lowlevel card-specific drivers (for Matrox) too! Most of them supports
-  software or hardware scaling, so you can enjoy movies in fullscreen. And what
-  about the nice big antialiased shaded subtitles (7 supported types!!!) with
-  hungarian, english, cyrillic, czech, korean fonts, and OSD?
+Description: The Ultimate Movie Player 
+ 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
+ DivX movies with MPlayer.
+ .
+ MPlayer supports a wide range of output drivers: X11, Xv, DGA, OpenGL,
+ SVGAlib, fbdev, AAlib, GGI, SDL . You can use SDL and thus all the SDL 
+ drivers. Same goes for GGI.
+ There are some low-level card-specific drivers (e.g. Matrox).  Most of the
+ 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.

Index: copyright
===================================================================
RCS file: /cvsroot/mplayer/main/debian/copyright,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- copyright	14 Jul 2001 12:28:55 -0000	1.3
+++ copyright	22 Aug 2001 20:58:50 -0000	1.4
@@ -1,8 +1,7 @@
 This package was debianized by * TeLeNiEkO * telenieko at telenieko.com on
 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:
-
- GPL! (partly)
+Copyrighted by various authors. Licensed under the terms of GNU GPL.
+See /usr/share/common-licenses/GPL for details.

Index: rules
===================================================================
RCS file: /cvsroot/mplayer/main/debian/rules,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rules	28 Jul 2001 07:53:11 -0000	1.7
+++ rules	22 Aug 2001 20:58:50 -0000	1.8
@@ -23,9 +23,8 @@
 	# Add here commands to compile the package.
 	#$(MAKE)
 	#/usr/bin/docbook-to-man debian/etherconf.sgml > etherconf.1
-	make dep
-	make mplayer
-
+	${MAKE} dep
+	${MAKE} mplayer
 
 	touch build-stamp
 
@@ -53,7 +52,7 @@
 
 	# Add here commands to install the package into debian/<packagename>
 #	$(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.
 binary-indep: build install
@@ -65,7 +64,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installdebconf	
-	dh_installdocs
+	dh_installdocs DOCS/*
 	dh_installexamples
 	dh_installmenu
 #	dh_installlogrotate

Index: templates
===================================================================
RCS file: /cvsroot/mplayer/main/debian/templates,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- templates	5 Aug 2001 19:11:58 -0000	1.2
+++ templates	22 Aug 2001 20:58:50 -0000	1.3
@@ -34,10 +34,12 @@
  	   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 )
  	 * 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.
  	 * fsbdev - framebuffer device ( watching movies on text console )
  	 * 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
 Type: note

--- docs DELETED ---




More information about the MPlayer-cvslog mailing list