--- gnome-mplayer-0.9.1.orig/debian/menu +++ gnome-mplayer-0.9.1/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" --- gnome-mplayer-0.9.1.orig/debian/install +++ gnome-mplayer-0.9.1/debian/install @@ -0,0 +1,2 @@ +debian/gnome-mplayer.xpm /usr/share/pixmaps +gnome-mplayer.schemas /usr/share/gconf/schemas --- gnome-mplayer-0.9.1.orig/debian/copyright +++ gnome-mplayer-0.9.1/debian/copyright @@ -0,0 +1,99 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +Upstream-Author: Kevin DeKorte +Packaged-By: Cesare Tirabassi +Packaged-Date: Wed, 02 Jul 2008 15:21:38 +0200 +Original-Source-Location: http://code.google.com/p/gnome-mplayer/ + +Files: *, src/*.c, src/*.h +Copyright: © 2006-2008 Kevin DeKorte +License: GPL-2+ + +Files: debian/* +Copyright: © 2008 Cesare Tirabassi +License: GPL-2+ + +Files: missing, ltmain.sh, depcomp +Copyright: © 1994-2006 Free Software Foundation, Inc. +License: GPL-2+ + +Files: src/makefile.in, Makefile.in, configure, aclocal.m4 +Copyright: © 1994-2006 Free Software Foundation, Inc. +License: GAP + +Files: po/Makefile.in.in +Copyright: © 1995-1997 by Ulrich Drepper +License: other + +Files: install-sh +Copyright: © 1994 X Consortium +License: X11 + +Files: INSTALL +Copyright: © 1994-2005 Free Software Foundation, Inc. +License: GFDL + +License: GPL-2+ + + 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 + version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +License: X11 + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to + deal in the Software without restriction, including without limitation the + rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- + TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + . + Except as contained in this notice, the name of the X Consortium shall not + be used in advertising or otherwise to promote the sale, use or other deal- + ings in this Software without prior written authorization from the X Consor- + tium. + +License: GFDL + + This file is free documentation; the Free Software Foundation gives + unlimited permission to copy, distribute and modify it. + +License: GAP + + This software is free software; you are given unlimited permission to + copy and/or distribute it, with or without modifications, as long as + this notice is preserved. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY, to the extent permitted by law; without + even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. + +License: other + + This file can be copied and used freely without restrictions. It can + be used in projects which are not available under the GNU Public License + but which still want to provide support for the GNU gettext functionality. + Please note that the actual code is *not* freely available. --- gnome-mplayer-0.9.1.orig/debian/watch +++ gnome-mplayer-0.9.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/gnome-mplayer/downloads/list \ +http://gnome-mplayer.googlecode.com/files/gnome-mplayer-(.*)\.tar\.gz --- gnome-mplayer-0.9.1.orig/debian/gnome-mplayer.1 +++ gnome-mplayer-0.9.1/debian/gnome-mplayer.1 @@ -0,0 +1,164 @@ +.\" Hey, EMACS: -*- nroff -*- +.TH GNOME-MPLAYER 1 "June 16, 2008" +.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 +\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://kdekorte.googlepages.com/gnomemplayer +.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 \-\-reallyverbose +Show even 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 \-\-disablefullscreen +Disable fullscreen options in browser mode +.TP +.B \-\-loop +Play all files on the playlist forever +.TP +.B \-q, \-\-quit_on_complete +Quit application when last file on playlist is played +.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 \-\-disabledeinterlace +Disable the deinterlace filter +.TP +.B \-\-disableframedrop +Don't skip drawing frames to better keep sync +.TP +.B \-\-disableass +Use the old subtitle rendering system +.TP +.B \-\-disableembeddedfonts +Don't use fonts embedded on matroska files +.TP +.B \-\-vertical +Use Vertical Layout +.TP +.B \-\-showplaylist +Start with playlist open +.TP +.B \-\-showdetails +Start with details visible +.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 \-\-single_instance +Only allow one instance +.TP +.B \-\-replace_and_play +Put single instance mode into replace and play mode +.TP +.B \-\-new_instance +Ignore single instance preference for this instance +.TP +.B \-\-keep_on_top +Keep window on top +.TP +.B \-\-display=DISPLAY +X display to use +.br +.SH AUTHOR +gnome-mplayer was written by Kevin DeKorte . --- gnome-mplayer-0.9.1.orig/debian/docs +++ gnome-mplayer-0.9.1/debian/docs @@ -0,0 +1,4 @@ +README +DOCS/keyboard_shortcuts.txt +DOCS/tech/dbus.txt +DOCS/tech/plugin-interaction.txt --- gnome-mplayer-0.9.1.orig/debian/control +++ gnome-mplayer-0.9.1/debian/control @@ -0,0 +1,42 @@ +Source: gnome-mplayer +Section: graphics +Priority: optional +Maintainer: Cesare Tirabassi +Build-Depends: debhelper (>= 5), + autotools-dev, + libgconf2-dev, + libasound2-dev, + libgtk2.0-dev (>= 2.12.0), + libglib2.0-dev (>= 2.14.0), + libdbus-1-dev, + libdbus-glib-1-dev (>= 0.70), + libnotify-dev, + pkg-config (>= 0.20), + quilt +Standards-Version: 3.8.0 +Homepage: http://kdekorte.googlepages.com/gnomemplayer + +Package: gnome-mplayer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, mplayer (>= 1.0~) | mplayer-nogui (>= 1.0~), dbus (>= 0.95) +Description: 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. + +Package: gnome-mplayer-dbg +Priority: extra +Architecture: any +Depends: gnome-mplayer (= ${binary:Version}) +Description: A simple GUI for MPlayer (debugging symbols) + 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. + . + This package contains the debugging symbols. --- gnome-mplayer-0.9.1.orig/debian/compat +++ gnome-mplayer-0.9.1/debian/compat @@ -0,0 +1 @@ +5 --- gnome-mplayer-0.9.1.orig/debian/gnome-mplayer.xpm +++ gnome-mplayer-0.9.1/debian/gnome-mplayer.xpm @@ -0,0 +1,68 @@ +/* XPM */ +static char * gnome_mplayer_xpm[] = { +"32 32 33 1", +" c None", +". c #0E0E0C", +"+ c #242827", +"@ c #373837", +"# c #3E3D30", +"$ c #4D4F4F", +"% c #636564", +"& c #1475F9", +"* c #736C49", +"= c #7B6F34", +"- c #51789F", +"; c #757465", +"> c #767A7B", +", c #498AD3", +"' c #388CFA", +") c #989C9B", +"! c #C79C3A", +"~ c #63A9F9", +"{ c #8EA4C1", +"] c #BCA165", +"^ c #A9A799", +"/ c #ADA982", +"( c #9BB36C", +"_ c #9CABBC", +": c #CAC045", +"< c #E5B84D", +"[ c #ADCA56", +"} c #F2C23A", +"| c #C4C3BA", +"1 c #BADA55", +"2 c #DDE293", +"3 c #E2E1D8", +"4 c #FAF68E", +" >% ", +" ^333> ", +" |)>$%|3|% ", +" >)333^$@++. ", +" 33^$@$^|>@.. ", +" >%>333|$+... ", +" 333^@@@>;@.. |^ ", +" %%%%|33^@... >|3>$%33> ", +" $$$@@@%@...@|3|$$|3|++)|^+ ", +" .@@$@.$^3%$>33%+$||%+#*==+. ", +" ..@@@$33^+@||)+#**==!!!<}*+ ", +" +@+.+>||$@$-%=(([::<<<<}}]@ ", +" ...++%----,-/([[[1::<<<}}<@ ", +" .--,,,~~~,^/(([[11::<<<}<$ ", +" +-~~~~~~~{///(([[11:<<<<<;@ ", +" +-~~~~~~,^/////*([11:!]///@ ", +" +$~~~~~~{]]*%^++(([[/_____@ ", +" @~~~~~~)]**#;+%/(()______$ ", +" @~~~~~,]!#]]/;^^/)_______>@ ", +" @-~''',]*<]#@@;^)_____{{{)@ ", +" @-'''',}!=++++]])__{{,&'{_$ ", +" @-''''-}}++++=<])_{{{&&&'_% ", +" +%''''-}<+++=}<<^_{{{&&&'_>@ ", +" $'''',}}#+*}=+2^{_{{,&&{{)$ ", +" $~&&&'}}:#+*#*42{_{{{{___)% ", +" $,&&&&2444/*/444^____))>%%$ ", +" @,&&&&_44444422/^>>%$$@@++ ", +" @-&&&&,22//^;%%$@@+++ ", +" @>,,-->%%$$@++++ ", +" @%%$$@@+++ ", +" @+++ ", +" "}; --- gnome-mplayer-0.9.1.orig/debian/gnome-mplayer.manpages +++ gnome-mplayer-0.9.1/debian/gnome-mplayer.manpages @@ -0,0 +1 @@ +debian/gnome-mplayer.1 --- gnome-mplayer-0.9.1.orig/debian/rules +++ gnome-mplayer-0.9.1/debian/rules @@ -0,0 +1,99 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +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 +GTK_LIBS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 \ + -lgthread-2.0 -lglib-2.0 +GIO_LIBS = -lgio-2.0 +DBUS_LIBS = -ldbus-glib-1 -ldbus-1 +GCONF_LIBS = -lgconf-2 +ALSA_LIBS = -lasound +NOTIFY_LIBS= -lnotify + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: config-stamp + +config-stamp: $(QUILT_STAMPFN) + 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 --sysconfdir=\$${prefix}/share \ + --with-gio --with-libnotify --with-gconf --disable-schemas-install \ + CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" GTK_LIBS="$(GTK_LIBS)" \ + GIO_LIBS="$(GIO_LIBS)" DBUS_LIBS="$(DBUS_LIBS)" \ + GCONF_LIBS="$(GCONF_LIBS)" NOTIFY_LIBS="$(NOTIFY_LIBS)" + + touch $@ + +build: build-stamp + +build-stamp: config-stamp + dh_testdir + + $(MAKE) + + touch $@ + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp config-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + rm -f po/*.gmo config.sub config.guess + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + + $(MAKE) DESTDIR=$(CURDIR)/debian/gnome-mplayer install + + # remove docs installed by upstream + rm -rf $(CURDIR)/debian/gnome-mplayer/usr/share/doc/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 -pgnome-mplayer --dbg-package=gnome-mplayer-dbg + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: configure build clean binary-indep binary-arch binary install --- gnome-mplayer-0.9.1.orig/debian/changelog +++ gnome-mplayer-0.9.1/debian/changelog @@ -0,0 +1,67 @@ +gnome-mplayer (0.9.1-1ubuntu1) jaunty; urgency=low + + * Fake-sync with Debian package. + + -- Cesare Tirabassi Wed, 12 Nov 2008 15:01:33 +0100 + +gnome-mplayer (0.9.1-1) unstable; urgency=low + + * New upstream release. + + -- Cesare Tirabassi Sun, 02 Nov 2008 16:44:02 +0100 + +gnome-mplayer (0.9.0-1) unstable; urgency=low + + * New upstream release (LP: #285988): + - add --with-gio, --with-libnotify and --with-gconf flags in debian/rules + - add --disable-schemas-install to configure call in debian/rules and add + installation of schema file in debian/install + - add libnotify-dev as Build-Depends in debian/control + - format Build-Depends line in debian/control + - remove avoid_libtool.patch, finally applied upstream + * Explicitly pass all libraries through environment variables to avoid + linking against unneeded libraries. + + -- Cesare Tirabassi Fri, 31 Oct 2008 21:55:22 +0100 + +gnome-mplayer (0.8.0-1) unstable; urgency=low + + * New upstream release: + - add --showdetails, --replace_and_play, --new_instance and --keep_on_top + line options in man page. + * debian/rules: add configure to list of PHONY targets. + + -- Cesare Tirabassi Mon, 29 Sep 2008 21:53:14 +0200 + +gnome-mplayer (0.7.0-1) unstable; urgency=low + + * New upstream release (Closes: #494322): + - debian/control: + + add libasound2-dev as a Build-Depends + + add required version for pkg-config (>= 0.20) + - remove patch fix-desktop-kde.patch now applied upstream + - add --single_instance command line option in man page + * Fix the package failing to build if built twice in a row (Closes: #493241) + * Link only against needed libraries (Closes: #495094): + - explicitly pass libraries through the GTK_LIBS environment variable + * Remove libtool usage for linking: + - debian/patches/avoid_libtool.patch: avoid linking using libtool + - debian/rules: remove call to chrpath + - debian/control: remove B-D on chrpath + * Modify debian/rules to patch before configure call + * Removed unused dh_installdir call in debian/rules + + -- Cesare Tirabassi Fri, 15 Aug 2008 21:17:50 +0200 + +gnome-mplayer (0.6.3-2) unstable; urgency=low + + * Fix the package failing to build if built twice in a row + (Closes: #493241) + + -- Cesare Tirabassi Fri, 01 Aug 2008 16:11:55 +0200 + +gnome-mplayer (0.6.3-1) unstable; urgency=low + + * Initial release (Closes: #415381) + + -- Cesare Tirabassi Wed, 02 Jul 2008 15:21:38 +0200