--- smplayer-14.9.0.6690.orig/debian/rules +++ smplayer-14.9.0.6690/debian/rules @@ -0,0 +1,100 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 \ + DOC_PATH="\\\"/usr/share/doc/smplayer\\\"" \ + QMAKE_OPTS=DEFINES+=NO_DEBUG_ON_CONSOLE + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/smplayer. + $(MAKE) PREFIX=/usr DOC_PATH=/usr/share/doc/smplayer \ + DESTDIR=$(CURDIR)/debian/smplayer install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs Changelog + dh_installdocs + dh_installexamples +# dh_install + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb -- -Z lzma + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- smplayer-14.9.0.6690.orig/debian/control +++ smplayer-14.9.0.6690/debian/control @@ -0,0 +1,21 @@ +Source: smplayer +Section: graphics +Priority: extra +Maintainer: Ricardo Villalba +Build-Depends: debhelper (>= 5), libqt4-dev, zlib1g-dev +Standards-Version: 3.7.2 + +Package: smplayer +Architecture: any +Pre-Depends: dpkg (>= 1.14.12ubuntu3) +Depends: ${shlibs:Depends}, mplayer | mplayer-nogui | mpv (>= 0.6.2) +Recommends: smplayer-themes, smplayer-skins, smtube, alsa-utils, x11-utils +Replaces: smplayer-translations, smplayer-l10n +Provides: smplayer-translations, smplayer-l10n +Description: A great front-end for MPlayer + SMPlayer intends to be a complete front-end for MPlayer, from basic features + like playing videos, DVDs, and VCDs to more advanced features like support + for MPlayer filters and more. One of the main features is the ability to + remember the state of a played file, so when you play it later it will resume + at the same point and with the same settings. smplayer is developed with + the Qt toolkit, so it's multi-platform. --- smplayer-14.9.0.6690.orig/debian/docs +++ smplayer-14.9.0.6690/debian/docs @@ -0,0 +1,9 @@ +Copying.txt +dvdmenus.txt +Finding_subtitles.txt +Install.txt +Not_so_obvious_things.txt +Portable_Edition.txt +Readme.txt +Release_notes.txt +Watching_TV.txt --- smplayer-14.9.0.6690.orig/debian/compat +++ smplayer-14.9.0.6690/debian/compat @@ -0,0 +1 @@ +5 --- smplayer-14.9.0.6690.orig/debian/changelog +++ smplayer-14.9.0.6690/debian/changelog @@ -0,0 +1,248 @@ +smplayer (14.9.0.6690-2~trusty1) trusty; urgency=low + + * Add support for MPV. + * Fix for Youtube. + + -- Ricardo Villalba Sun, 25 Jan 2015 22:35:14 +0100 + +smplayer (14.9.0) precise; urgency=low + + * Fix for Youtube. + * New option to shut down the computer when playback has finished. + * The themes and skin icons are loaded from resource files (*.rcc). + * New fix for searching subtitles from opensubtitles.org that should + return more results. + + -- Ricardo Villalba Sat, 06 Sep 2014 01:03:22 +0200 + +smplayer (14.3.0) precise; urgency=low + + * Possibility to play (non-protected) blu-ray discs. + * The control for fullscreen mode has been rewritten and improved. + Now it is displayed over the video. + * (Windows) New option in Preferences -> Subtitles to enable or + disable the use of the Windows font directory. Disabling this option + prevents the annoying font scanning. + * Some presets have been added to the audio equalizer. + * Better support for multimedia keys. This can help control SMPlayer with + a remote control. + * The option "Move the window when the video area is dragged" has been fixed. + * (Windows) Now it's possible to open Windows shortcuts (symlinks). + * Better support for Youtube. + * (Windows) Better screensaver disabling. + * Many bugfixes. + * Possibility to compile with Qt 5. + + -- Ricardo Villalba Sun, 30 Mar 2014 23:51:29 +0200 + +smplayer (0.8.6) precise; urgency=low + + * SMPlayer can now update its internal Youtube code so it's not necessary + to update smplayer everytime Youtube makes a change. + * A section "Updates" has been added to the preferences dialog, where + it's possible to configure or disable the update checker. + * SMPlayer could still fail to find some subtitles from + opensubtitles.org. Hopefully this is fixed. + * (Windows) The autoload of subtitles with non latin1 filenames has been + fixed. + * The Windows installer gives the possibility to delete most of the + configuration files of smplayer. This can be useful if the configuration + files have been corrupted or smplayer has been misconfigured. + Linux users can use the command "smplayer -delete-config". + * Several other bugfixes. See the Changelog for details. + + -- Ricardo Villalba Mon, 12 Aug 2013 22:59:56 +0200 + +smplayer (0.8.5) precise; urgency=low + + * Due to changes in opensubtitles.org, smplayer couldn't find + subtitles anymore. This has been fixed. + * The interface with support for skins is now the default. + * An option to enter url(s) in the playlist has been added. + * The options to change the size of the main window work now + even if the autoresize is set to never. + * Two new options for Audio -> Stereo mode: Mono and Reverse. + * The option "Move the window when the video area is dragged" is + now disabled by default because it has some issues that need to + be addressed. + * (Linux) The problem with mplayer2 and the -fontconfig option has been + fixed (sort of). + * New translation: Malay. + * Some configuration options are changed to new defaults after installation + to ease upgrade from old versions. + + -- Ricardo Villalba Thu, 09 May 2013 02:46:06 +0200 + +smplayer (0.8.4) precise; urgency=low + + * New option to select the fps for external subtitles. + * The video equalizer dialog has been rewritten. + * Now smplayer checks for updates automatically and notifies the user if + a new version is found. + * Support for encoding ISO-8859-16 for subtitles. + * New translations: Thai and Hebrew. + * Some bugfixes. + + -- Ricardo Villalba Sat, 23 Mar 2013 00:36:48 +0100 + +smplayer (0.8.3) precise; urgency=low + + * Fix for youtube playback. + + -- Ricardo Villalba Sat, 22 Dec 2012 00:38:41 +0100 + +smplayer (0.8.2.1) precise; urgency=low + + * Add info about youtube in the about dialog. + + -- Ricardo Villalba Mon, 26 Nov 2012 10:57:08 +0100 + +smplayer (0.8.2) precise; urgency=low + + * New release + + -- Ricardo Villalba Wed, 21 Nov 2012 01:24:56 +0100 + +smplayer (0.8.1) oneiric; urgency=low + + * New release + + -- Ricardo Villalba Wed, 19 Sep 2012 17:47:06 +0200 + +smplayer (0.8.0) oneiric; urgency=low + + * New release + + -- Ricardo Villalba Thu, 05 Apr 2012 00:18:32 +0200 + +smplayer (0.7.1) hardy; urgency=low + + * New release + + -- Ricardo Villalba Fri, 02 Mar 2012 13:31:32 +0100 + +smplayer (0.7.0) hardy; urgency=low + + * New release + + -- Ricardo Villalba Mon, 30 Jan 2012 12:13:17 +0100 + +smplayer (0.6.10) hardy; urgency=low + + * New release + + -- Ricardo Villalba Tue, 27 Dec 2011 23:52:32 +0100 + +smplayer (0.6.9) hardy; urgency=low + + * New release + + -- Ricardo Villalba Mon, 22 Feb 2010 11:59:41 +0100 + +smplayer (0.6.8) hardy; urgency=low + + * New release + + -- Ricardo Villalba Mon, 20 Jul 2009 12:32:59 +0200 + +smplayer (0.6.7) hardy; urgency=low + + * New release + + -- Ricardo Villalba Tue, 10 Mar 2009 00:35:35 +0100 + +smplayer (0.6.6) hardy; urgency=low + + * New release + + -- Ricardo Villalba Wed, 31 Dec 2008 13:56:36 +0100 + +smplayer (0.6.5.1) hardy; urgency=low + + * New release + + -- Ricardo Villalba Thu, 13 Nov 2008 02:11:24 +0100 + +smplayer (0.6.5) hardy; urgency=low + + * New release + + -- Ricardo Villalba Wed, 12 Nov 2008 02:35:29 +0100 + +smplayer (0.6.4) hardy; urgency=low + + * New release + + -- Ricardo Villalba Fri, 24 Oct 2008 17:45:16 +0200 + +smplayer (0.6.3) hardy; urgency=low + + * New release + + -- ricardo Thu, 25 Sep 2008 00:11:17 +0200 + +smplayer (0.6.2) feisty; urgency=low + + * New release + + -- ricardo Wed, 13 Aug 2008 23:49:11 +0200 + +smplayer (0.6.1) feisty; urgency=low + + * New release + + -- ricardo Wed, 28 May 2008 02:05:23 +0200 + +smplayer (0.6.0final) feisty; urgency=low + + * New release + + -- ricardo Tue, 13 May 2008 01:07:20 +0200 + +smplayer (0.6.0rc4) feisty; urgency=low + + * New release + + -- ricardo Tue, 15 Apr 2008 01:17:56 +0200 + +smplayer (0.6.0rc3) feisty; urgency=low + + * New release + + -- ricardo Sat, 22 Mar 2008 13:16:15 +0100 + +smplayer (0.6.0rc2) feisty; urgency=low + + * New release + + -- ricardo Wed, 13 Feb 2008 01:17:06 +0100 + +smplayer (0.6.0rc1) feisty; urgency=low + + * New release + + -- ricardo Thu, 31 Jan 2008 00:54:26 +0100 + +smplayer (0.5.62) feisty; urgency=low + + * New release + + -- ricardo Sat, 17 Nov 2007 00:35:49 +0100 + +smplayer (0.5.61) feisty; urgency=low + + * New release + + -- ricardo Wed, 10 Oct 2007 01:10:40 +0200 + +smplayer (0.5.60) feisty; urgency=low + + * New release + + -- ricardo Wed, 19 Sep 2007 22:29:06 +0200 + +smplayer (0.5.59) unstable; urgency=low + + * Initial Release. + + -- Ricardo Villalba Wed, 08 Aug 2007 01:02:48 +0200 --- smplayer-14.9.0.6690.orig/debian/copyright +++ smplayer-14.9.0.6690/debian/copyright @@ -0,0 +1,26 @@ +This is smplayer, written and maintained by ricardo +on Fri, 25 May 2007 01:48:41 +0200. + +The original source can always be found at: + ftp://ftp.debian.org/dists/unstable/main/source/ + +Copyright Holder: Ricardo Villalba + +License: + + This program 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 program 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'. --- smplayer-14.9.0.6690.orig/debian/README.Debian +++ smplayer-14.9.0.6690/debian/README.Debian @@ -0,0 +1,6 @@ +smplayer for Debian +------------------- + + + + -- ricardo Fri, 25 May 2007 01:48:41 +0200 --- smplayer-14.9.0.6690.orig/debian/README +++ smplayer-14.9.0.6690/debian/README @@ -0,0 +1,6 @@ +The Debian Package smplayer +---------------------------- + +Comments regarding the Package + + -- ricardo Fri, 25 May 2007 01:48:41 +0200 --- smplayer-14.9.0.6690.orig/debian/menu +++ smplayer-14.9.0.6690/debian/menu @@ -0,0 +1,2 @@ +?package(smplayer):needs="X11" section="Apps/Graphics"\ + title="smplayer" command="/usr/bin/smplayer" --- smplayer-14.9.0.6690.orig/src/version.cpp +++ smplayer-14.9.0.6690/src/version.cpp @@ -23,9 +23,11 @@ #define VERSION "14.9.0" #if USE_SVN_VERSIONS +/* #include "svn_revision.h" #else -#define SVN_REVISION "6371" +*/ +#define SVN_REVISION "6690" #endif #ifdef Q_OS_WIN