debian/0000755000000000000000000000000012225234151007163 5ustar debian/compat0000644000000000000000000000000212225231006010355 0ustar 9 debian/patches/0000755000000000000000000000000012225231557010621 5ustar debian/patches/02-disable_updates.patch0000644000000000000000000000230412225231650015202 0ustar Description: Disable updates checking mechanism. Author: Alessio Treglia Forwarded: not-needed --- src/updatechecker.cpp | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) --- smplayer.orig/src/updatechecker.cpp +++ smplayer/src/updatechecker.cpp @@ -47,25 +47,7 @@ void UpdateCheckerData::load(QSettings * UpdateChecker::UpdateChecker(QObject * parent, UpdateCheckerData * data) : QObject(parent) { - d = data; - - QDate now = QDate::currentDate(); - //now = now.addDays(27); - int days = QDateTime(d->last_checked).daysTo(QDateTime(now)); - - qDebug("UpdateChecker::UpdateChecker: enabled: %d", d->enabled); - qDebug("UpdateChecker::UpdateChecker: days_to_check: %d", d->days_to_check); - qDebug("UpdateChecker::UpdateChecker: days since last check: %d", days); - - if ((!d->enabled) || (days < d->days_to_check)) return; - - net_manager = new QNetworkAccessManager(); - QUrl url("http://updates.smplayer.info/current_version"); - - QNetworkRequest req(url); - req.setRawHeader("User-Agent", "SMPlayer"); - QNetworkReply *reply = net_manager->get(req); - connect(reply, SIGNAL(finished()), this, SLOT(gotReply())); + return; } UpdateChecker::~UpdateChecker() { debian/patches/series0000644000000000000000000000007112225231262012025 0ustar 01-add-mplayer2-detection.patch 02-disable_updates.patch debian/patches/01-add-mplayer2-detection.patch0000644000000000000000000000231512225231006016303 0ustar Author: Reinhard Tartler Description: Detect that the binary is actually mplayer2 Bug-Debian: http://bugs.debian.org/699864 smplayer can handle mplayer2 if it detects its presence. Upstream's solution to rename mplayer to mplayer2 is not acceptable for Debian. Since executing the mplayer program to parse its version identification output is too heavy-weight, this change introduces a dpkg-specific, but light-weight check. --- src/core.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- smplayer.orig/src/core.cpp +++ smplayer/src/core.cpp @@ -28,6 +28,7 @@ #endif #include +#include #include "mplayerwindow.h" #include "desktopinfo.h" @@ -1455,9 +1456,10 @@ void Core::startMplayer( QString file, d mplayer_bin = fi.absoluteFilePath(); } - if (fi.baseName().toLower() == "mplayer2") { + // debian/ubuntu specific check if we are using mplayer2 + if ((fi.baseName().toLower() == "mplayer2") || !access("/usr/share/doc/mplayer2/copyright", F_OK)) { + qDebug("Core::startMplayer: this seems mplayer2"); if (!pref->mplayer_is_mplayer2) { - qDebug("Core::startMplayer: this seems mplayer2"); pref->mplayer_is_mplayer2 = true; } } debian/smplayer-translations.install0000644000000000000000000000005312225224424015126 0ustar debian/tmp/usr/share/smplayer/translations debian/rules0000755000000000000000000000072712225224424010253 0ustar #!/usr/bin/make -f QMAKE_OPTS = DEFINES+=NO_DEBUG_ON_CONSOLE MAKE_OPTS = PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 QMAKE_OPTS="$(QMAKE_OPTS)" override_dh_auto_clean: [ ! -f src/Makefile ] || dh_auto_clean override_dh_auto_build: dh_auto_build -- $(MAKE_OPTS) DOC_PATH=\\\"/usr/share/doc/smplayer\\\" override_dh_auto_install: dh_auto_install -- $(MAKE_OPTS) DOC_PATH=/usr/share/doc/smplayer rm -f debian/tmp/usr/share/doc/smplayer/Copying.txt %: dh $@ debian/docs0000644000000000000000000000007612225224424010043 0ustar Not_so_obvious_things.txt Readme.txt Release_notes.txt docs/* debian/control0000644000000000000000000000356412225231006010572 0ustar Source: smplayer Section: video Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Reinhard Tartler , Maia Kozheva Build-Depends: debhelper (>= 9), libqt4-dev (>= 4.3), zlib1g-dev Standards-Version: 3.9.4 Homepage: http://smplayer.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/smplayer.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/smplayer.git Package: smplayer Architecture: any Depends: mplayer2 | mplayer, ${misc:Depends}, ${shlibs:Depends} Recommends: smplayer-themes, smplayer-translations Description: complete front-end for MPlayer and MPlayer2 Qt4 Mplayer front-end, with basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. One of the most interesting features of SMPlayer: it remembers the settings of all files you play. So you start to watch a movie but you have to leave... don't worry, when you open that movie again it will resume at the same point you left it, and with the same settings: audio track, subtitles, volume... Package: smplayer-translations Architecture: all Depends: smplayer (>= ${source:Version}), ${misc:Depends} Replaces: smplayer (<< 0.5.62) Description: complete front-end for MPlayer and MPlayer2 - translation files Qt4 Mplayer front-end, with basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more. One of the most interesting features of SMPlayer: it remembers the settings of all files you play. So you start to watch a movie but you have to leave... don't worry, when you open that movie again it will resume at the same point you left it, and with the same settings: audio track, subtitles, volume... . This package contains translation files. debian/smplayer.xpm0000644000000000000000000001353312225224424011554 0ustar /* XPM */ static char *smplayer[] = { /* columns rows colors chars-per-pixel */ "32 32 231 2", " c #000000", ". c #010408", "X c #0C0C0C", "o c #111111", "O c #1D1D1D", "+ c #061229", "@ c #091429", "# c #061A38", "$ c #081634", "% c #091A3C", "& c #141421", "* c #232323", "= c #26292A", "- c #2A2A2A", "; c #353535", ": c #3A3A3A", "> c #0E2C4C", ", c #0D2450", "< c #0E2758", "1 c #0E3471", "2 c #0F3D7A", "3 c #333E41", "4 c #3B3C43", "5 c #285368", "6 c #395E6A", "7 c #7D4F39", "8 c #444444", "9 c #4B4B4B", "0 c #544C4A", "q c #525252", "w c #5B5B5B", "e c #444E63", "r c #4F5F63", "t c #636363", "y c #61646B", "u c #6A6A6B", "i c #666F73", "p c #6A6A74", "a c #6A6F79", "s c #64767B", "d c #706D6C", "f c #737374", "g c #70707B", "h c #7C7877", "j c #7A7A7B", "k c #153E8A", "l c #16408F", "z c #164294", "x c #14479A", "c c #154BA4", "v c #184CA2", "b c #1A51AA", "n c #1454B4", "m c #1456B8", "M c #165BBC", "N c #274A8F", "B c #285C80", "V c #28539E", "C c #2962B8", "Z c #3E68B0", "A c #1661C5", "S c #1A62C4", "D c #1C67C9", "F c #267AD2", "G c #475A83", "H c #5B5B92", "J c #526DA3", "K c #687C82", "L c #727287", "P c #7B7C82", "I c #407ACD", "U c #7979CA", "Y c #2F83D6", "T c #3883D5", "R c #3B97DA", "E c #3C98DE", "W c #4EA4BF", "Q c #798593", "! c #6F8CBF", "~ c #7686A6", "^ c #7C8FB5", "/ c #7B9CA4", "( c #63A3B6", ") c #76A9B8", "_ c #5380C5", "` c #5887CD", "' c #518BD6", "] c #579BDE", "[ c #5E9ADC", "{ c #58B5D4", "} c #5ABADA", "| c #4FB6EA", " . c #5CA8E2", ".. c #50B8EB", "X. c #5FBAEB", "o. c #648AC6", "O. c #6888C0", "+. c #6A97D7", "@. c #6E98D4", "#. c #689BDC", "$. c #7899CE", "%. c #7E9ED2", "&. c #60AFE6", "*. c #6BA8E2", "=. c #7CA9E1", "-. c #71B9E9", ";. c #7DB4E6", ":. c #69C4EE", ">. c #77C7E3", ",. c #7EC6EE", "<. c #79CCF2", "1. c #8E5328", "2. c #AC5D3E", "3. c #94765C", "4. c #AA755C", "5. c #DF6C3F", "6. c #DA7E30", "7. c #E57233", "8. c #E57C3C", "9. c #FC7E38", "0. c #B8885A", "q. c #A38A6C", "w. c #D48333", "e. c #E7983F", "r. c #ED953C", "t. c #F48A36", "y. c #FD8B34", "u. c #FC8838", "i. c #D38549", "p. c #EE9B42", "a. c #F29549", "s. c #F29846", "d. c #838383", "f. c #82848A", "g. c #8B8B8C", "h. c #829499", "j. c #8F9094", "k. c #8B929B", "l. c #929293", "z. c #959598", "x. c #979898", "c. c #9A9A9B", "v. c #8B8BB6", "b. c #8692A0", "n. c #8793AA", "m. c #8C97AA", "M. c #8C99AB", "N. c #8D9CB2", "B. c #929DA9", "V. c #9A9BA1", "C. c #88B3BF", "Z. c #93A1A6", "A. c #9FA0A4", "S. c #A2948C", "D. c #A69D99", "F. c #A3A3A4", "G. c #A4A5AB", "H. c #ABABAC", "J. c #AAACB2", "K. c #A4B7BC", "L. c #AFB0B3", "P. c #B2B3B3", "I. c #B3B4BB", "U. c #BBBBBB", "Y. c #8989CA", "T. c #829CC8", "R. c #9696F6", "E. c #89A1C7", "W. c #81A6DA", "Q. c #8CAED7", "!. c #93ACC8", "~. c #9DA8C0", "^. c #9DB1D2", "/. c #86B1E2", "(. c #80B9E8", "). c #8FBFEA", "_. c #A2A2CC", "`. c #A0B9DD", "'. c #A8BADA", "]. c #B7B8C0", "[. c #B9BCC3", "{. c #BCBCCC", "}. c #B1BCD2", "|. c #A8A8F5", " X c #82C2EC", ".X c #88D3F4", "XX c #92CBEF", "oX c #9CC8E4", "OX c #9CD0ED", "+X c #98D8EF", "@X c #96D9F4", "#X c #BFC1C6", "$X c #B8C6DC", "%X c #A4DEF4", "&X c #B0C3E2", "*X c #BBCAE2", "=X c #C9AE92", "-X c #DAB389", ";X c #EBE5BC", ":X c #C2C2C2", ">X c #C3C4CB", ",X c #CBCBCB", "./ 8 d.,Xl.: ; : h 4X6X6XP.x.P.iX4XH.P.iXiXiXlXlX", "o w M.%.+.] .X.} r j Q :XU.F.U.6X6X6X6XpXpXaXP.8 ; ; t iX6XlXlX", "t P.^ O.U F T E | { ; X : x.4X6XU.D.S.j aXaXpX9 ; ; ; ; :XiXlXlX", "9 P.a J Z C S F R ..{ * * ; U.H.4.8.i.4XU.aX4X; ; : ; ; F.iXiXlX", "lX; w e N v n A F R 5 6 ; * j 5.9.u.a.=Xh aXiXH.].J.f.: P.iXaXlX", "lXo O ; @ k v m M > 5 :.( 3 w 2.u.y.s.e.4XpXgX2Xj.j g.G.iXiXlXlX", "lXlX % k x # 2 Y X.<.) u 0 7.t.r.s.-X[.5Xl.y w u j 5XiXlXlX", "lXlXlX $ + 1 m D ] -..XC.x.7 6.6.0.q.U.H.f t t w d A.iXlXlX", "lXlXlXlX % z v m ' *. X@X/ 9 1.3.P H.4Xc.Y.U p t t f.[.lXlX", "lXlXlXlXlX , z b ` #.;.XX%XK u t A.I.,X{.9X8Xv.u t j I.lXlX", "lXlXlXlXlXlX . < V o.@.=.).oXi J.y J.3X,XrXdXjX7Xf t j A.lXlX", "lXlXlXlXlXlXlX . G ! $.=.Q.h.Q [.f wXsX>XhXjXkXgXj t j V.lXlX", "lXlXlXlXlXlXlXlX X y ~ E.E.k.!.k.>Xj wXhX,XjXkXkXgXQ u j V.lXlX", "lXlXlXlXlXlXlXlXlX= w f n.k.^.^.Q ].u >XwX,XsXhXkXrXh t j V.lXlX", "lXlXlXlXlXlXlXlXlXlX; w f.~.&X&XN.V.w J.[.,X3XtXuX_.d t j J. lX", "lXlXlXlXlXlXlXlXlXlXlX: d.c.$X$X$XB.f g.G.,XG.|.R.L u t j {. lX", "lXlXlXlXlXlXlXlXlXlXlXlX0 Q L.1XqX0XJ.j z.,XA.g p t w u c.H.& lX", "lXlXlXlXlXlXlXlXlXlXlXlXlXw F.:XrXfXfXeXH.J.>Xf.t w t f >X4 H lX", "lXlXlXlXlXlXlXlXlXlXlXlXlX* t P.6XgXjXkXc.f gXJ.j d f H.[.lXlXlX", "lXlXlXlXlXlXlXlXlXlXlXlXlXlX- g.>XsXjXx.o X I.pXX[. lXlXlX", "lXlXlXlXlXlXlXlXlXlXlXlXlXlXlX* q.0Xd.. lX 9 P j.t X lXlXlXlX", "lXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlX; q . lXlXlXlXlXlXlXlXlXlXlXlXlX", "lXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlXlX" }; debian/changelog0000644000000000000000000002424112225233737011051 0ustar smplayer (0.8.6-2) unstable; urgency=low * Team upload. * Remove doc-base document, faq.html file is no longer provided. (Closes: #725829) * Disable updates checking mechanism. * Add licensing information on libmaia, split sources stanzas from License ones. -- Alessio Treglia Wed, 09 Oct 2013 12:02:50 +0100 smplayer (0.8.6-1) unstable; urgency=low * Team upload. * Upload to unstable. * New upstream release. * Refresh patches. * Fix VCS urls to meet the canonical form. -- Alessio Treglia Tue, 08 Oct 2013 12:51:23 +0100 smplayer (0.8.4-1) experimental; urgency=low * Imported Upstream version 0.8.4 - improved downloading on slow links, closes: #607187. - no longer overwrites previously downloaded subtitles, closes: #607190. * Testing confirms that this version works with both, mplayer and mplayer2, closes: #640889, #641909, #643781, #678315. * Improve mplayer2 auto-detection, closes: #699864. -- Reinhard Tartler Sat, 30 Mar 2013 09:15:38 +0100 smplayer (0.8.3-1) experimental; urgency=low * Team upload. * New upstream release. (Closes: #698300) -- Alessio Treglia Tue, 12 Feb 2013 03:00:21 +0000 smplayer (0.8.0-1) unstable; urgency=low [ Maia Kozheva ] * New upstream release: - Changes since 0.7.1: + A toolbar editor has been added. Now it's possible to select the buttons and controls that want to appear in the toolbars. + New video filters: gradfun, blur and sharpen. + Now it's possible to change the GUI (default, mini, mpc) at runtime, no restart required. + sub files from opensubtitles should work again. + (Youtube) Recognize short urls (like this one: http://y2u.be/F5OcZBVPwOA) + Better support for chapters in video files. + Bug fix: remote m3u files work from the favorites menu or command line. + Internal changes in the single instance option (switch to QtSingleApplication). - Fixes since 0.7.0: + SMPlayer took more than 10 seconds to show when running for the very first time. + The links to download subtitles from Opensubtitles were wrong. + SMPlayer crashed in the favorite editor when trying to select a file if the KDE open dialog was used. - Changes since 0.7.0: + By default the screenshots are saved in the user's pictures folder instead of the SMPlayer's config folder. + Now it's possible to change the opensubtitles server. + Youtube: seeking is slow with flv videos, so now flv videos have the lowest priority. + Youtube: now it's possible to search and download videos from youtube. This is provided by an external application (in linux you have to install an independent package: smtube). * debian/copyright: - Rewrite according to DEP-5 specification. * debian/control: - Depend on mplayer2 | mplayer. (Closes: #638279) - Update Standards-Version to 3.9.3. * Remove debian/patches/handle_local_urls.diff, merged upstream. [ Alessio Treglia ] * Mention smplayer is also a front-end for MPlayer2. * Fix small typo in the description. -- Maia Kozheva Sat, 14 Apr 2012 12:01:57 +0700 smplayer (0.7.0-1) unstable; urgency=low * Team upload. * New upstream release (Closes: #655125): - Changes since 0.6.10: + New favorite menu, where you can add your favorite videos, music, streams, youtube videos... It's also possible to add submenus. + Support for youtube. Now you can open urls like http://www.youtube.com/watch?v=..... using the Open -> URL dialog or dragging a link from a browser to the smplayer window. + Support for mplayer2 (http://www.mplayer2.org). It's a fork of mplayer with interesting features like precise seeking, ordered chapters in mkv videos and better pause handling (e.g. seek works while the video is paused). + New translation: croatian. - Changes since 0.6.9: + New vdpau configuration dialog, which allow to select the vdpau codecs to use. (Closes: #610204) + Port for eCS, OS/2 (by Silvan Scherrer). + New menu to select the closed caption channel (requires mplayer >= r32607). + Possibility to select the seeking method (absolute or relative). + Possibility to sort the items of the playlist. * Remove debian/patches/enable_ffodivxvdpau.diff, the application now provides a configuration dialog for vdpau. * Refresh handle_local_urls.diff. * Update copyright notice. -- Alessio Treglia Thu, 16 Feb 2012 11:51:44 +0100 smplayer (0.6.9-4) unstable; urgency=low * Bump Standards-Version to 3.9.2. * Modify URL parsing patch to handle some corner cases. (Closes: #626324) -- Maia Kozheva Thu, 12 May 2011 20:38:49 +0700 smplayer (0.6.9-3) unstable; urgency=low * Add debian/patches/handle_local_urls.diff. (Closes: #583398) -- Maia Kozheva Thu, 28 Apr 2011 23:36:22 +0700 smplayer (0.6.9-2) unstable; urgency=low [ Maia Kozheva ] * Switch to 3.0 (quilt) format. * debian/control: - Bump Standards-Version to 3.9.1. - Add Vcs-Git and Vcs-Browser fields. - Enable DM-Upload-Allowed. [ Reinhard Tartler ] * Bugfix: add support for ffodivxvdpau, Closes: #609815. Thanks to Thibaut VARENE for the patch. -- Maia Kozheva Sun, 08 Aug 2010 21:47:58 +0700 smplayer (0.6.9-1) unstable; urgency=low * New upstream release. * debian/control: - Removed mplayer-nogui from Depends, as it is now a transitional package to mplayer in both Debian and Ubuntu. - Bumped Standards-Version to 3.8.4 (no changes needed). -- Maia Kozheva Sun, 09 May 2010 21:23:36 +0700 smplayer (0.6.8-2) unstable; urgency=low * debian/compat: - Bumped to 7. * debian/control: - Changed maintainer to team. - Build-depend on dh 7, no cdbs. * debian/rules, debian/clean: - Rewritten to use dh 7. - Set DOC_PATH and remove an unneeded upstream file. * debian/smplayer.install, debian/smplayer.doc-base: - Install upstream docs correctly. (Closes: #557069) * Dropped debian/README.source - not using CDBS simple-patchsys anymore. -- Maia Kozheva Sat, 21 Nov 2009 14:08:08 +0600 smplayer (0.6.8-1) unstable; urgency=low * New upstream release. (Closes: #543156) * Added /usr/share/pixmaps to debian/menu. (Closes: #526353) * debian/control: Bumped Standards-Version to 3.8.3. * debian/rules: - Removed VERSION variables, not relevant anymore. - Removed dh_desktop. * Removed 01_gl_translation.patch, fixed upstream. -- Maia Kozheva Wed, 04 Nov 2009 12:45:38 +0600 smplayer (0.6.7-1) unstable; urgency=low * New upstream release. (Closes: #523791) - Reworked subtitle font preferences. (Closes: #503295) - No longer installs qt_fr.qm. (Closes: #486314) * debian/control: - Bumped Standards-Version to 3.8.1. - Changed maintainer name (still the same person and GPG key). - Changed section to video. - Build-depend on zlib1g-dev for findsubtitles. - Require Qt >= 4.3 per readme. - Added ${misc:Depends}. - Make smplayer-translations depend on smplayer and smplayer recommend smplayer-translations, not the other way round. (Closes: #489375) * debian/copyright: - Significantly expanded per-file with new upstream authors. * debian/rules: - Make make use correct uic in install. - Clean svn_revision. - Removed get-orig-source - not needed with uscan --repack. * debian/patches/01_gl_translation.patch: - Added patch to fix lrelease error on smplayer_gl.ts. * Added debian/README.source for simple-patchsys. -- Maia Kozheva Tue, 31 Mar 2009 23:05:43 +0700 smplayer (0.6.1-1) unstable; urgency=low * New upstream release. * Updated get-orig-source rule (again). -- Matvey Kozhev Fri, 30 May 2008 12:52:19 +0700 smplayer (0.6.0-1) unstable; urgency=low * New upstream release. * Bumped debian/compat to 6. * debian/control: - Require debhelper >= 6. - Relaxed the dependency of smplayer-translations on smplayer to Recommends. (Closes: #478713) * Dropped debian/smplayer.desktop, changes applied upstream. -- Matvey Kozhev Tue, 13 May 2008 10:12:30 +0700 smplayer (0.6.0~rc4-1) unstable; urgency=low * New upstream release. -- Matvey Kozhev Wed, 16 Apr 2008 15:11:15 +0700 smplayer (0.6.0~rc3-1) unstable; urgency=low * New upstream release. * debian/rules: - Disable debug output on console. -- Matvey Kozhev Mon, 24 Mar 2008 20:40:33 +0600 smplayer (0.6.0~rc2-1) unstable; urgency=low * New upstream release. * debian/control: - Updated upstream homepage (for real this time). * debian/rules: - Added --no-symlink to uscan in get-orig-source to avoid creating .orig.tar.bz2 symlinks. -- Matvey Kozhev Fri, 15 Feb 2008 14:58:22 +0600 smplayer (0.6.0~rc1-1) unstable; urgency=low * New upstream release. * debian/control: - Build-depend on CDBS. - Updated upstream homepage. * debian/copyright: - Updated download address. * debian/rules: - Migrated to CDBS. - Tweaked get-orig-source to work with release candidates. * debian/docs: - Removed Translations.txt, upstream removed it from the tarball. - Added Release_notes.txt. * debian/manpages, debian/smplayer.1: - Deleted, manpage merged upstream. * debian/smplayer.install: - Install usr/share/man. -- Matvey Kozhev Thu, 31 Jan 2008 13:44:53 +0600 smplayer (0.5.62-1) unstable; urgency=low * First upload to Debian. (Closes: #459789) * debian/control: - Set maintainer to myself. * debian/copyright: - Mentioned takeover from Ubuntu. * debian/menu: - Replaced icon name "smplayer" with "smplayer.xpm". * debian/rules: - Replaced "make distclean" (nonexistent rule) with "make clean". - Fixed CONF_PATH. - Additional cleanup through dh_clean. -- Matvey Kozhev Wed, 09 Jan 2008 00:10:25 +0600 debian/gbp.conf0000644000000000000000000000006212225231006010574 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000002666012225232517011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SMPlayer Upstream-Contact: Ricardo Villalba Source: http://smplayer.sf.net Files: * License: GPL-2+ Copyright: 2006-2012, Ricardo Villalba Files: debian/* License: GPL-2+ Copyright: 2007, Cyril Breuil 2008-2012, Maia Kozheva Files: src/myslider.cpp src/myslider.h Copyright: 2006-2012, Ricardo Villalba License: LGPL-2.1+ Files: src/verticaltext.cpp src/verticaltext.h Copyright: 2003-2004, Christian Esken License: LGPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library 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 Library General Public License for more details. . You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian GNU/Linux systems, the complete text of the GNU Library General Public License version 2 can be found in the file `/usr/share/common-licenses/LGPL-2'. Files: src/findsubtitles/filedownloader/main.cpp: Copyright: 2004-2008, Trolltech ASA License: GPL-2 or GPL-3 or other This file is part of the example classes of the Qt Toolkit. . This file may be used under the terms of the GNU General Public License versions 2.0 or 3.0 as published by the Free Software Foundation and appearing in the files LICENSE.GPL2 and LICENSE.GPL3 included in the packaging of this file. Alternatively you may (at your option) use any later version of the GNU General Public License if such license has been publicly approved by Trolltech ASA (or its successors, if any) and the KDE Free Qt Foundation. In addition, as a special exception, Trolltech gives you certain additional rights. These rights are described in the Trolltech GPL Exception version 1.2, which can be found at http://www.trolltech.com/products/qt/gplexception/ and in the file GPL_EXCEPTION.txt in this package. . Please review the following information to ensure GNU General Public Licensing requirements will be met: http://trolltech.com/products/qt/licenses/licensing/opensource/. If you are unsure which license is appropriate for your use, please review the following information: http://trolltech.com/products/qt/licenses/licensing/licensingoverview or contact the sales department at sales@trolltech.com. . In addition, as a special exception, Trolltech, as the sole copyright holder for Qt Designer, grants users of the Qt/Eclipse Integration plug-in the right for the Qt/Eclipse Integration to link to functionality provided by Qt Designer and its related libraries. . This file is provided "AS IS" with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Trolltech reserves all rights not expressly granted herein. . This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: src/findsubtitles/quazip/crypt.h Copyright: 1998-2005, Gilles Vollant License: infozip Files: src/findsubtitles/quazip/unzip.c Copyright: 1990-2000 Info-ZIP License: infozip Files: src/findsubtitles/quazip/unzip.h src/findsubtitles/quazip/zip.h Copyright: 1998-2005, Gilles Vollant License: Zlib Files: src/findsubtitles/maia/ Copyright: 2010 Sebastian Wiedenroth License: BSD-2-clause Files: src/findsubtitles/quazip/quazip* Copyright: 2005-2007, Sergey A. Tachenov License: GPL-2+ License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) version 3, or any later version accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), Trolltech ASA (or its successors, if any) and the KDE Free Qt Foundation, which shall act as a proxy defined in Section 6 of version 3 of the license. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library. If not, see http://www.gnu.org/licenses/. . On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License version 2.1 can be found in the file `/usr/share/common-licenses/LGPL-2.1'. License: GPL-2+ 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 program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. License: infozip This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. . This software is provided "as is," without warranty of any kind, express or implied. In no event shall Info-ZIP or its contributors be held liable for any direct, indirect, incidental, special or consequential damages arising out of the use of or inability to use this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the above disclaimer and the following restrictions: . Redistributions of source code (in whole or in part) must retain the above copyright notice, definition, disclaimer, and this list of conditions. . Redistributions in binary form (compiled executables and libraries) must reproduce the above copyright notice, definition, disclaimer, and this list of conditions in documentation and/or other materials provided with the distribution. Additional documentation is not needed for executables where a command line license option provides these and a note regarding this option is in the executable's startup banner. The sole exception to this condition is redistribution of a standard UnZipSFX binary (including SFXWiz) as part of a self-extracting archive; that is permitted without inclusion of this license, as long as the normal SFX banner has not been removed from the binary or disabled. . Altered versions--including, but not limited to, ports to new operating systems, existing ports with new graphical interfaces, versions with modified or added functionality, and dynamic, shared, or static library versions not from Info-ZIP--must be plainly marked as such and must not be misrepresented as being the original source or, if binaries, compiled from the original source. Such altered versions also must not be misrepresented as being Info-ZIP releases--including, but not limited to, labeling of the altered versions with the names "Info-ZIP" (or any variation thereof, including, but not limited to, different capitalizations), "Pocket UnZip," "WiZ" or "MacZip" without the explicit permission of Info-ZIP. Such altered versions are further prohibited from misrepresentative use of the Zip-Bugs or Info-ZIP e-mail addresses or the Info-ZIP URL(s), such as to imply Info-ZIP will provide support for the altered versions. . Info-ZIP retains the right to use the names "Info-ZIP," "Zip," "UnZip," "UnZipSFX," "WiZ," "Pocket UnZip," "Pocket Zip," and "MacZip" for its own source and binary releases. License: Zlib Condition of use and distribution are the same than zlib : . This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of the author. debian/smplayer.install0000644000000000000000000000036012225224424012410 0ustar debian/smplayer.xpm usr/share/pixmaps debian/tmp/usr/bin/smplayer debian/tmp/usr/share/icons debian/tmp/usr/share/man debian/tmp/usr/share/smplayer/input.conf debian/tmp/usr/share/smplayer/shortcuts smplayer*.desktop usr/share/applications debian/source/0000755000000000000000000000000012225224424010465 5ustar debian/source/format0000644000000000000000000000001412225224424011673 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010212225224424010207 0ustar version=3 http://sf.net/smplayer/smplayer-([0-9][^r]*)\.tar\.bz2 debian/clean0000644000000000000000000000006112225224424010167 0ustar svn_revision svn_revision.txt src/svn_revision.h debian/menu0000644000000000000000000000025512225224424010056 0ustar ?package(smplayer): needs="X11" section="Applications/Video" \ title="SMPlayer" longtitle="SMPlayer media player" icon="/usr/share/pixmaps/smplayer.xpm" command="smplayer"