--- smplayer-0.6.9+svn3594.orig/debian/menu +++ smplayer-0.6.9+svn3594/debian/menu @@ -0,0 +1,2 @@ +?package(smplayer): needs="X11" section="Applications/Video" \ + title="SMPlayer" longtitle="SMPlayer media player" icon="/usr/share/pixmaps/smplayer.xpm" command="smplayer" --- smplayer-0.6.9+svn3594.orig/debian/rules +++ smplayer-0.6.9+svn3594/debian/rules @@ -0,0 +1,17 @@ +#!/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 $@ --- smplayer-0.6.9+svn3594.orig/debian/watch +++ smplayer-0.6.9+svn3594/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/smplayer/smplayer-([0-9][^r]*)\.tar\.bz2 --- smplayer-0.6.9+svn3594.orig/debian/control +++ smplayer-0.6.9+svn3594/debian/control @@ -0,0 +1,43 @@ +Source: smplayer +Section: video +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Reinhard Tartler , + Maia Kozheva +Build-Depends: debhelper (>= 7.0.50~), + libqt4-dev (>= 4.3), + zlib1g-dev +Standards-Version: 3.8.4 +Homepage: http://smplayer.sourceforge.net/ + +Package: smplayer +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, mplayer +Recommends: smplayer-translations, smplayer-themes +Description: complete front-end for MPlayer + Qt 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: ${misc:Depends}, + smplayer (>= ${source:Version}) +Replaces: smplayer (<< 0.5.62) +Description: complete front-end for MPlayer - translation files + Qt 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. --- smplayer-0.6.9+svn3594.orig/debian/copyright +++ smplayer-0.6.9+svn3594/debian/copyright @@ -0,0 +1,216 @@ +This package was debianized by Cyril Breuil on +Wed, 18 Apr 2007 13:36:45 +0200. + +It was modified for the Debian operating system by +Maia Kozheva on Wed, 09 Jan 2008 00:10:25 +0600. + +It was downloaded from http://www.kde-apps.org/content/show.php?content=54487 + +Copyright © 2006-2009 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 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 General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + + +src/myslider.cpp, src/myslider.h: + + 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 can be found in `/usr/share/common-licenses/LGPL-2.1'. + + +src/verticaltext.cpp, src/verticaltext.h: + Copyright © 2003-2004 Christian Esken + + 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. + + +src/findsubtitles/filedownloader/main.cpp: + Copyright © 2004-2008 Trolltech ASA. + + 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. + + +src/findsubtitles/quazip/crypt.h: + Copyright © 1998-2005 Gilles Vollant + + This code is a modified version of crypting code in Infozip distribution + + The encryption/decryption parts of this source code (as opposed to the + non-echoing password parts) were originally written in Europe. The + whole source package can be freely distributed, including from the USA. + (Prior to January 2000, re-export from the US was a violation of US law.) + + This encryption code is a direct transcription of the algorithm from + Roger Schlafly, described by Phil Katz in the file appnote.txt. This + file (appnote.txt) is distributed with the PKZIP program (even in the + version without encryption capabilities). + + If you don't need crypting in your application, just define symbols + NOCRYPT and NOUNCRYPT. + + This code support the "Traditional PKWARE Encryption". + + The new AES encryption added on Zip format by Winzip (see the page + http://www.winzip.com/aes_info.htm ) and PKWare PKZip 5.x Strong + Encryption is not supported. + + +src/findsubtitles/quazip/unzip.c: + + Copyright © 1990-2000 Info-ZIP. All rights reserved. + + See the accompanying file LICENSE, version 2000-Apr-09 or later + (the contents of which are also included in zip.h) for terms of use. + If, for some reason, all these files are missing, the Info-ZIP license + also may be found at: ftp://ftp.info-zip.org/pub/infozip/license.html + crypt.c (full version) by Info-ZIP. Last revised: [see crypt.h] + + The encryption/decryption parts of this source code (as opposed to the + non-echoing password parts) were originally written in Europe. The + whole source package can be freely distributed, including from the USA. + (Prior to January 2000, re-export from the US was a violation of US law.) + + This encryption code is a direct transcription of the algorithm from + Roger Schlafly, described by Phil Katz in the file appnote.txt. This + file (appnote.txt) is distributed with the PKZIP program (even in the + version without encryption capabilities). + + +src/findsubtitles/quazip/unzip.h: +src/findsubtitles/quazip/zip.h: + Copyright © 1998-2005 Gilles Vollant + + 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. + + +src/findsubtitles/quazip/quazip*: + Copyright © 2005-2007 Sergey A. Tachenov + + 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. + + You are also permitted to use QuaZIP under the terms of LGPL (see + COPYING.LGPL). You are free to choose either license, but please note + that QuaZIP makes use of Qt, which is not licensed under LGPL. So if + you are using Open Source edition of Qt, you therefore MUST use GPL for + your code based on QuaZIP, since it would be also based on Qt in this + case. If you are Qt commercial license owner, then you are free to use + QuaZIP as long as you respect either GPL or LGPL for QuaZIP code. + + +The Debian packaging is: + + Copyright © 2007 Cyril Breuil + Copyright © 2008-2009 Maia Kozheva + +and is licensed under the GPL, see above. --- smplayer-0.6.9+svn3594.orig/debian/smplayer.xpm +++ smplayer-0.6.9+svn3594/debian/smplayer.xpm @@ -0,0 +1,269 @@ +/* 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" +}; --- smplayer-0.6.9+svn3594.orig/debian/changelog +++ smplayer-0.6.9+svn3594/debian/changelog @@ -0,0 +1,150 @@ +smplayer (0.6.9+svn3594-1~multimediappa1) maverick; urgency=low + + * New upstream SVN snapshot. + + -- Brandon Snider Sun, 12 Dec 2010 19:43:26 -0500 + +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 --- smplayer-0.6.9+svn3594.orig/debian/smplayer.install +++ smplayer-0.6.9+svn3594/debian/smplayer.install @@ -0,0 +1,7 @@ +smplayer*.desktop usr/share/applications +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/shortcuts +debian/tmp/usr/share/smplayer/input.conf --- smplayer-0.6.9+svn3594.orig/debian/clean +++ smplayer-0.6.9+svn3594/debian/clean @@ -0,0 +1,3 @@ +svn_revision +svn_revision.txt +src/svn_revision.h --- smplayer-0.6.9+svn3594.orig/debian/compat +++ smplayer-0.6.9+svn3594/debian/compat @@ -0,0 +1 @@ +7 --- smplayer-0.6.9+svn3594.orig/debian/smplayer.doc-base +++ smplayer-0.6.9+svn3594/debian/smplayer.doc-base @@ -0,0 +1,10 @@ +Document: smplayer +Title: SMPlayer FAQ +Author: Ricardo Villalba +Abstract: This document lists and answers frequently asked questions about the + SMPlayer media player. +Section: Video + +Format: HTML +Index: /usr/share/doc/smplayer/en/faq.html +Files: /usr/share/doc/smplayer/en/faq.html --- smplayer-0.6.9+svn3594.orig/debian/docs +++ smplayer-0.6.9+svn3594/debian/docs @@ -0,0 +1,4 @@ +Not_so_obvious_things.txt +Readme.txt +Release_notes.txt +docs/* --- smplayer-0.6.9+svn3594.orig/debian/smplayer-translations.install +++ smplayer-0.6.9+svn3594/debian/smplayer-translations.install @@ -0,0 +1 @@ +debian/tmp/usr/share/smplayer/translations