--- gnome-mplayer-0.7.0.orig/debian/control +++ gnome-mplayer-0.7.0/debian/control @@ -0,0 +1,21 @@ +Source: gnome-mplayer +Section: graphics +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Cesare Tirabassi +Build-Depends: debhelper (>= 5), autotools-dev, libgconf2-dev, + libgtk2.0-dev (>= 2.12.0), libglib2.0-dev (>= 2.14.0), libdbus-1-dev, + libdbus-glib-1-dev (>= 0.70), pkg-config, chrpath (>= 0.13) +Standards-Version: 3.7.3 +Homepage: http://dekorte.homeip.net/download/gnome-mplayer/ + +Package: gnome-mplayer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg (>= 1.14.12ubuntu3), mplayer (>= 1.0) | mplayer-nogui (>= 1.0), dbus (>= 0.95) +Description: GNOME MPlayer is a simple GUI for MPlayer + It provides a simple and clean interface to MPlayer. GNOME MPlayer has + a rich API that is exposed via DBus. Using DBus you can control a single + or multiple instances of GNOME MPlayer from a single command. + . + GNOME MPlayer can be used to play media on websites when used in conjunction + with Gecko Mediaplayer. --- gnome-mplayer-0.7.0.orig/debian/docs +++ gnome-mplayer-0.7.0/debian/docs @@ -0,0 +1,3 @@ +README +DOCS/tech/dbus.txt +DOCS/tech/plugin-interaction.txt --- gnome-mplayer-0.7.0.orig/debian/compat +++ gnome-mplayer-0.7.0/debian/compat @@ -0,0 +1 @@ +5 --- gnome-mplayer-0.7.0.orig/debian/gnome-mplayer.xpm +++ gnome-mplayer-0.7.0/debian/gnome-mplayer.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * gnome_mplayer_xpm[] = { +"32 32 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" .... ", +" ... ...... ", +" ... ...... ", +" .. .... ....... ", +" ... .... ...... ", +" ... .. ..... ", +" . ... .. .... ", +" ... . .. ", +" ... ", +" .. ........ ", +" . ...+....... ", +" ...+++++..... ", +" ....+..+++.... ", +" ....++....+.... ", +" ....++...++... ", +" ....++..+++.. ", +" .....+++++.. ", +" .......+.. ", +" ......... ", +" ...... .... ", +" ...... ..... ", +" ...... ..... ", +" ............. ", +" .......... ", +" .......... ", +" ...... ", +" ", +" ", +" "}; --- gnome-mplayer-0.7.0.orig/debian/rules +++ gnome-mplayer-0.7.0/debian/rules @@ -0,0 +1,84 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=\$${prefix}/share CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + +build: build-stamp + +build-stamp: config.status $(QUILT_STAMPFN) + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + rm -f config.sub config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/gnome-mplayer install + + # remove extra doc-files created by upstream script + rm -rf $(CURDIR)/debian/gnome-mplayer/usr/share/doc/gnome-mplayer + # removes hardcoded rpath in executable (http://wiki.debian.org/RpathIssue) + chrpath -d $(CURDIR)/debian/gnome-mplayer/usr/bin/gnome-mplayer + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installman + dh_installmenu + dh_install + dh_desktop + dh_gconf + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- gnome-mplayer-0.7.0.orig/debian/copyright +++ gnome-mplayer-0.7.0/debian/copyright @@ -0,0 +1,31 @@ +This package was debianized by Michael Rasmussen on +Tue, 27 Feb 2007 22:57:46 +0100. + +It was downloaded from http://dekorte.homeip.net/download/gnome-mplayer/ + +Upstream Author: Kevin DeKorte + +Copyright: 2006, 2007 Kevin DeKorte + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, Michael Rasmussen and +is licensed under the GPL, see above. + --- gnome-mplayer-0.7.0.orig/debian/install +++ gnome-mplayer-0.7.0/debian/install @@ -0,0 +1,2 @@ +debian/gnome-mplayer.xpm /usr/share/pixmaps + --- gnome-mplayer-0.7.0.orig/debian/watch +++ gnome-mplayer-0.7.0/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://dekorte.homeip.net/download/download.php \ + /download/gnome-mplayer/gnome-mplayer-(.*)\.tar\.gz --- gnome-mplayer-0.7.0.orig/debian/gnome-mplayer.1 +++ gnome-mplayer-0.7.0/debian/gnome-mplayer.1 @@ -0,0 +1,146 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH GNOME-MPLAYER 1 "November 3, 2007" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +gnome-mplayer \- a simple GUI for MPlayer +.SH SYNOPSIS +.B gnome-mplayer +.RI [ options ] " files" ... +.br +.SH DESCRIPTION +This manual page documents briefly the +.B gnome-mplayer +command. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBgnome-mplayer\fP provides a simple and clean interface to MPlayer. +.br +GNOME MPlayer has a rich API that is exposed via DBus. +.br +Using DBus you can control a single or multiple instances of GNOME MPlayer +from a single command. +.br +GNOME MPlayer can be used to play media on websites when used in conjunction +with Gecko Mediaplayer. +.sp +Homepage: http://dekorte.homeip.net/download/gnome-mplayer/ +.SH OPTIONS +This program follows the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.PP +Help Options: +.TP +.B \-?, \-\-help +Show summary of options +.TP +.B \-\-help-all +Show all help options +.TP +.B \-\-help-gtk +Show GTK+ Options +.PP +Application Options: +.TP +.B \-\-window=WID +Window to embed in +.TP +.B \-w, \-\-width=X +Width of window to embed in +.TP +.B \-h, \-\-height=Y +Height of window to embed in +.TP +.B \-\-controlid=CID +Unique DBUS controller id +.TP +.B \-\-playlist +File Argument is a playlist +.TP +.B \-v, \-\-verbose +Show more ouput on the console +.TP +.B \-\-softvol +Use mplayer software volume control +.TP +.B \-\-volume +Set initial volume percentage +.TP +.B \-\-showcontrols=[0|1] +Show the controls in window +.TP +.B \-\-autostart=[0|1] +Autostart the media. Default is 1, set to 0 to load but don't play +.TP +.B \-\-disablecontextmenu +Disable popup menu on right click +.TP +.B \-\-loop +Play all files on the playlist forever +.TP +.B \-\-random +Play items on playlist in random order +.TP +.B \-\-cache +Set cache size +.TP +.B \-\-forcecache +Force cache usage on streaming sites +.TP +.B \-\-vertical +Use Vertical Layout +.TP +.B \-\-showplaylist +Start with playlist open +.TP +.B \-\-rpname=NAME +Real Player Name +.TP +.B \-\-rpconsole=CONSOLE +Real Player Console ID +.TP +.B \-\-rpcontrols=Control Name,... +Real Player Console Controls +.TP +.B \-\-subtitle=FILENAME +Subtitle file for first media file +.TP +.B \-\-tvdevice=DEVICE +TV device name +.TP +.B \-\-tvdriver=DRIVER +TV driver name (v4l|v4l2) +.TP +.B \-\-tvinput=INPUT +TV input name +.TP +.B \-\-tvwidth=WIDTH +Width of TV input +.TP +.B \-\-tvheight=HEIGHT +Height of TV input +.TP +.B \-\-tvfps=FPS +Frames per second from TV input +.TP +.B \-\-display=DISPLAY +X display to use +.br +.SH AUTHOR +gnome-mplayer was written by Kevin DeKorte . --- gnome-mplayer-0.7.0.orig/debian/gnome-mplayer.manpages +++ gnome-mplayer-0.7.0/debian/gnome-mplayer.manpages @@ -0,0 +1 @@ +debian/gnome-mplayer.1 --- gnome-mplayer-0.7.0.orig/debian/changelog +++ gnome-mplayer-0.7.0/debian/changelog @@ -0,0 +1,145 @@ +gnome-mplayer (0.7.0-2) hardy; urgency=low + + * New upstream version + - Several bug fixes and enhancements. + - Additional UI options and help text. + - Additional dbus methods + + -- Patryk Skorupa (skoruppa) Sun, 17 Aug 2008 23:13:15 +0200 + +gnome-mplayer (0.6.0-0ubuntu2) hardy; urgency=low + + * Add quilt support in debian/rules and debian/control + * Add debian/patches/fix_drop_callback: + Bail out of drop_callback if filename is NULL (LP: #215823) + + -- Cesare Tirabassi Thu, 17 Apr 2008 16:59:17 +0200 + +gnome-mplayer (0.6.0-0ubuntu1) hardy; urgency=low + + * New upstream release + * Update manual page in accordance with upstream changes + * Add explicit libglib2.0-dev dependency as (>= 2.14.0) profiting from an + upstream change which results in lower X usage + * Remove dpatch from debian/control and debian/rules + + -- Cesare Tirabassi Sat, 16 Feb 2008 15:30:38 +0100 + +gnome-mplayer (0.5.4-0ubuntu1) hardy; urgency=low + + * New upstream release + * Update manual page in accordance with upstream changes + * Update dependancy versionings in debian/control + + -- Cesare Tirabassi Fri, 18 Jan 2008 12:00:35 +0100 + +gnome-mplayer (0.5.3-0ubuntu1) hardy; urgency=low + + * New upstream release + * Update watch file in accordance with upstream change of download page + * Add debian/menu and debian/gnome-mplayer.xpm and install them + * debian/control: + - bump Standards-Version to 3.7.3 + - move Homepage: to proper field in accordance with new Debian policy + - remove libgnome2-dev and libgnomeui-dev (>= 2) from Build-Depends + - add libgconf2-dev to Build-Depends + - add explicit dependencies on libgtk2.0-dev (>= 2.12.0) and libglib2.0-dev + + -- Cesare Tirabassi Fri, 14 Dec 2007 13:54:07 +0100 + +gnome-mplayer (0.5.2-0ubuntu1) hardy; urgency=low + + * New upstream release + * Correct and update man page + + -- Cesare Tirabassi Sat, 03 Nov 2007 17:57:34 +0100 + +gnome-mplayer (0.5.1-0ubuntu1) hardy; urgency=low + + * New upstream release + * Remove patches fix_null_argument.dpatch and fix_uri_dialog.dpatch + which were applied upstream. + + -- Cesare Tirabassi Sat, 20 Oct 2007 18:44:43 +0200 + +gnome-mplayer (0.5.0-0ubuntu3) gutsy; urgency=low + + * Changed dependancy to mplayer or mplayer-nogui (LP: #149125) + + -- Cesare Tirabassi Thu, 04 Oct 2007 22:18:10 +0200 + +gnome-mplayer (0.5.0-0ubuntu2) gutsy; urgency=low + + * Add dpatch support in debian/rules and debian/control + * Add space before Homepage: entry in debian/control + * Change XSBC-Original-Maintainer email to norsetto@ubuntu.com + * Fix SIGSEGV if filename returned by dialog is null or an uri (LP: #139972) + - Add patch fix_uri_dialog.dpatch in debian/patches + * Fix potential SIGSEGV if application is called argumentless (LP: #144304) + - Add patch fix_null_argument.dpatch in debian/patches + * Correct debian/rules so that files are correctly cleaned after debuild: + - Add removal of config.guess and config.sub in clean target + - Move copy of config.guess and config.sub to config.status target + * Add schema registration support: + - Add dh_gconf call in debian/rules + - Add Depends on ${misc:Depends} in debian/control + + -- Cesare Tirabassi Thu, 04 Oct 2007 17:24:05 +0200 + +gnome-mplayer (0.5.0-0ubuntu1) gutsy; urgency=low + + * New upstream release (LP: #136477) + + -- Cesare Tirabassi Fri, 31 Aug 2007 23:43:43 +0200 + +gnome-mplayer (0.4.7-0ubuntu1) gutsy; urgency=low + + * New upstream release (LP: #121301) + * Use upstream .desktop file + + -- Cesare Tirabassi Sat, 21 Jul 2007 22:39:11 +0200 + +gnome-mplayer (0.4.6ubuntu-0ubuntu1) gutsy; urgency=low + + * Add icons from upstream + * Add .desktop file (remove upstream .desktop) + * Remove Debian menu + * Remove not necessary docs from installation file + * Remove dirs + * Change rules file: + - Remove hardcoded rpath in executable + (http://wiki.debian.org/RpathIssue) + - Remove extra doc-files created by upstream script + - Change rule -$(MAKE) distclean to + [ ! -f Makefile ] || $(MAKE) distclean + - Change files installation from rules file to install file + - Move config.guess and config.sub from clean: to config.status: + * Change control file: + - Add dependancies (mplayer, dbus) + - Change maintainer field + - Add original maintainer field + - Change Description field + - Change priority to optional + - Add Homepage in Description field + * Change source tarball + - Rename source tarball to gnome-mplayer_0.4.6ubuntu.orig.tar.gz + - Remove /debian from source tarball + - Change source tarball to delete references to /debian in + configure, configure.in, Makefile.am, Makefile.in + - Change references to wrong file in copyright statements: + src/guy.h (changed 4 occ. of callback.c to gui.h) + src/guy.c (changed 4 occ. of callback.c to gui.c) + src/support.h (changed 2 occ. of callback.h to support.h) + src/support.c (changed 2 occ. of callback.h to support.c) + src/thread.h (changed 2 occ. of callback.h to thread.h) + src/thread.h (changed 2 occ. of support.c to thread.h) + src/dbus-interface.h (changed 2 occ. of callback.h to dbus-interface.h) + src/dbus-interface.c (changed 2 occ. of callback.h to dbus-interface.c) + + -- Cesare Tirabassi Wed, 11 Jul 2007 10:14:14 +0200 + +gnome-mplayer (0.4.6-1) unstable; urgency=low + + * New upstream release + + -- Michael Rasmussen Fri, 11 May 2007 18:56:46 +0100 --- gnome-mplayer-0.7.0.orig/debian/menu +++ gnome-mplayer-0.7.0/debian/menu @@ -0,0 +1,6 @@ +?package(gnome-mplayer):\ + needs="X11" \ + section="Applications/Video" \ + title="GNOME MPlayer" \ + command="gnome-mplayer" \ + icon="/usr/share/pixmaps/gnome-mplayer.xpm"