debian/0000755000000000000000000000000011755676753007214 5ustar debian/rules0000755000000000000000000000037111753557023010257 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --parallel --dbg-package=kaffeine-dbg --list-missing --with kde --with xine override_dh_xine: dh_xine -pkaffeine x ffmpeg .PHONY: override_dh_auto_test debian/watch0000644000000000000000000000016011753537274010232 0ustar version=3 opts=uversionmangle=s/-pre/~pre/ \ http://sf.net/kaffeine/kaffeine-(.*)\.tar\.gz debian svn-upgrade debian/changelog0000644000000000000000000004672211755667630011073 0ustar kaffeine (1.2.2-2) unstable; urgency=low * Team upload. * Add ftbfs_gcc47.diff, avoids an FTBFS with GCC 4.7 (Closes: #667218) * Update xine-lib dependencies. (Closes: #656915) * Bump debhelper compatibility level to 9. * Amend package descriptions. (Closes: #627900) * Update Vcs-* fields, kaffeine packaging was just moved to git. * Bump Standards-Version to 3.9.3, no changes needed. * After rebuilding the kaffeine binary package it will depend on kde-runtime instead of kdebase-runtime. (Closes: #664720) -- José Manuel Santamaría Lema Sat, 19 May 2012 11:59:55 +0200 kaffeine (1.2.2-1) unstable; urgency=low * New upstream release/ -- Fathi Boudra Sun, 01 May 2011 11:55:48 +0300 kaffeine (1.1-2) unstable; urgency=low * Upload to Sid. * Bump Standards-Version to 3.9.1 (no changes needed). -- Fathi Boudra Sun, 20 Feb 2011 17:17:09 +0200 kaffeine (1.1-1) experimental; urgency=low * New upstream release - .m2t is assigned to kaffeine again (Closes: #596671) * Upload to experimental while we await squeeze -- Mark Purcell Sat, 25 Sep 2010 08:45:50 +1000 kaffeine (1.0-1) unstable; urgency=low * New upstream release. * Update debian/control: - bump build depencies (debhelper, pkg-kde-tools, kdelibs5-dev). - add libxss-dev build dependency. * Update installed files. * Remove debian/dirs and cleanup debian/rules: kaffeinsdvb.so library file isn't shipped anymore. Thanks Christophe ;) -- Fathi Boudra Wed, 02 Jun 2010 09:16:51 +0300 kaffeine (1.0~pre3-3) unstable; urgency=low * Unstable KDE4 release - KDE3 package remains available in lenny * debian/watch: uversionmangle=s/-pre/~pre/ * Add debian/presubj to direct bug reports upstream - mitigation against large number of outstanding bugs in BTS * Add Suggests: libdvdcss2 (Closes: #476079) -- Mark Purcell Mon, 03 May 2010 21:55:13 +1000 kaffeine (1.0~pre3-2) experimental; urgency=low * Do not try to install optional dvb files if they are not available. (Closes: #566911) -- Michael Meskes Fri, 12 Feb 2010 09:28:53 +0100 kaffeine (1.0~pre3-1) experimental; urgency=low * New upstream release: - optional dvb support. (Closes: #566911) [ Fathi Boudra ] * Switch to dpkg-source 3.0 (quilt) format. * Update debian/control: bump debhelper and pkg-kde-tools build dependencies. * Update debian/copyright: update years. * Update debian/kaffeine.install file. * Update debian/rules: - Enable parallel build (pass --parallel option to dh). - List missing files (pass --list-missing option to dh). - Use kde sequence addon (pass --with kde option to dh). [ Michael Meskes ] * Update debian/control: - Add myself as uploader. - Add libxine-dev and libx11-dev build dependencies. - Add libqt4-sql-sqlite dependency. - Bump Standards-Version to 3.8.4 (no changes needed). -- Fathi Boudra Thu, 04 Feb 2010 12:24:19 +0100 kaffeine (1.0~pre2-1) experimental; urgency=low * New upstream release (KDE 4 version). * Bump debian/compat to 7. * Update debian/control: - Move kaffeine to section video. - Cleanup build depencies for the KDE 4 version. - Update Homepage field. - Cleanup dependencies for the KDE 4 version. - Update description. * Rewrite debian/copyright file (KDE 4 version). * Cleanup debian/kaffeine.docs file. * Add debian/kaffeine.install file. * Convert debian/rules to dh usage. -- Fathi Boudra Wed, 12 Aug 2009 02:23:50 +0200 kaffeine (0.8.7-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.8.0. * Refresh buildprep patch. -- Fathi Boudra Mon, 21 Jul 2008 22:00:21 +0200 kaffeine (0.8.6-2) unstable; urgency=low * Build with -fasynchronous-unwind-tables flags. (Closes: #469594) -- Fathi Boudra Fri, 14 Mar 2008 03:40:35 +0100 kaffeine (0.8.6-1) unstable; urgency=low * New upstream release. This is the last KDE3 release. (Closes: #462339) * Refresh buildprep patch. * Bump build-dependency on libxine-dev to >= 1.1.9 * Add Vcs-Browser and Vcs-Svn fields. * Add clean target. Useful for create-buildprep script. -- Fathi Boudra Sat, 26 Jan 2008 10:41:36 +0100 kaffeine (0.8.5-2) unstable; urgency=low * Restrict dependency on hdparm only for linux architectures. Thanks to Uwe Hermann and Petr Salinger (Closes: #438848) * Add libxine1-x dependency. (Closes: #448084) * Remove Riku Voipio from Uploaders field. * Update my e-mail address. * Bump Standards-Version to 3.7.3. * Use Homepage field. * Update menu file to latest Debian menu policy. * Switch to quilt patch system. * Build with --as-needed linker flag. * Update copyright file. Refer to common-licenses directory. -- Fathi Boudra Sun, 30 Dec 2007 17:44:40 +0100 kaffeine (0.8.5-1) unstable; urgency=low * New upstream release. -- Fathi Boudra Sat, 28 Jul 2007 19:59:41 +0200 kaffeine (0.8.4-6) unstable; urgency=low * Add patch to add AM_INIT_AUTOMAKE to configure.in.in. It fixes broken modulename after relibtoolization. (Closes: #432112) -- Fathi Boudra Wed, 18 Jul 2007 18:01:13 +0200 kaffeine (0.8.4-5) unstable; urgency=low [ Fathi Boudra ] * Update desktop file for iso. It should be hidden. (Closes: #420127) Thanks to Michael Biebl. * Add version to xine build dependency. [ Mark Purcell ] * Update kaffeine-dbg Depends: kaffeine (= ${binary:Version}), kdelibs-dbg -- Mark Purcell Fri, 06 Jul 2007 10:22:19 +0100 kaffeine (0.8.4-4) unstable; urgency=low * Remove libxine1-kde recommends. * Raise libxine1-ffmpeg relationship. (Closes: #426247) -- Fathi Boudra Mon, 04 Jun 2007 22:17:33 +0200 kaffeine (0.8.4-3) unstable; urgency=low * Add libxcb1-dev and chrpath build-dependency. * Add libxine1-ffmpeg and libxine1-kde recommends. (Closes: #427085) -- Fathi Boudra Sun, 03 Jun 2007 22:10:26 +0200 kaffeine (0.8.4-2) unstable; urgency=low * Remove CMakeLists.txt - Problem during upgrade: trying to overwrite `/usr/share/doc/kde/HTML/en/doc/CMakeLists.txt' (Closes: #419477) -- Mark Purcell Thu, 19 Apr 2007 05:50:00 +1000 kaffeine (0.8.4-1) unstable; urgency=low * New upstream release - Ripping CD to OGG produces white noise on powerpc (probably endianness issue) (Closes: #376025) - debian/patches/Bug403749.diff removed - encorporated upstream (Closes: #403749) - fails to properly play files with names containing '#' character (Closes: #362807) * Build-Depends: libogg-dev * Add /usr/share/applications/kde/kaffeine-iso.desktop - play DVD ISO files on filesystem (rather than in DVD drive) automatically (Closes: #402382) -- Mark Purcell Sat, 14 Apr 2007 10:03:23 +0100 kaffeine (0.8.3-1) unstable; urgency=low * New upstream release * Remove patch for bug 390829, merged upstream * Update copyright file * Update lintian override -- Fathi Boudra Mon, 27 Nov 2006 21:21:58 +0100 kaffeine (0.8.2-2) unstable; urgency=low * Kaffeine refuses to start completely (Closes: #390829) -- Mark Purcell Sun, 8 Oct 2006 09:59:13 +1000 kaffeine (0.8.2-1) unstable; urgency=low [ Mark Purcell ] * Update debian/watch & ~beta1 * New upstream release [ Fathi Boudra ] * New upstream release (Closes: #366993): * DVB: cicam support for HLCI and LLCI interfaces * Systray: reversed mouse wheel behaviour * Playlist: added a KURLComboBox to file browser * DVB: fixed fast zap lock * fixed: reduced minimum window size * Playlist: autoselect subtitle when unique * Update copyright file * Add patch to fix kaffeine_part crash, thanks to Olivier Trichet (Closes: #338756) -- Mark Purcell Tue, 12 Sep 2006 21:33:30 +0100 kaffeine (0.8.1-3) unstable; urgency=low [ Fathi Boudra ] * Updated copyright file according to GFDL documentations * Added hdparm to kaffeine Depends (Closes: #289895) * Added informations about css and region setting in README.Debian * Added install-css script taken from libdvdread3 package * Removed x-mplayer2.desktop shipped by kdelibs (Closes: #372514) -- Fathi Boudra Sat, 10 Jun 2006 00:25:04 +0200 kaffeine (0.8.1-2) unstable; urgency=low * Requires libxine-dev (>=1.1.1-2), various archs have build empty .debs with old libxine... -- Riku Voipio Sat, 8 Apr 2006 11:26:20 +0300 kaffeine (0.8.1-1) unstable; urgency=low [ Fathi Boudra ] * New upstream release * Remove patch 10_gstreamer_service_menu.diff merged upstream * Remove libqt3-compat-headers from Build-Depends -- Fathi Boudra Mon, 3 Apr 2006 23:59:25 +0200 kaffeine (0.8-1) experimental; urgency=low [ Fathi Boudra ] * New upstream release, Closes: #360393 * Clean up control * Add libcdparanoia0-dev to Build-Depends * Add libxtst-dev to Build-Depends (thanks to Jonathan Riddell) * Disable gstreamer support, Closes: #346252, #328786 * Merge kaffeine-xine in kaffeine package [ Riku Voipio ] * The -dbg package feature needs cdbs (>= 0.4.37) * Acknowledge NMU's: Closes: #329010, #329143, #329177, #328738 (Thanks to Adeodato Simó and LaMont Jones !) * Remove build-dependency on g++-3.4 on selected archs, Closes: #342974 * Remove build-dependency on linux-kernel-headers, Closes: #328550 * Documentation link is correct now, Closes: #336738 * The new upstream version fixes a range of problems: * Audio busy problem, and failure to fall back to another audio sink: Closes: #328788, #336306, #358234 * Keyboard shortcuts no longer crash after playback, Closes: #329178 * Xine engine configuration dialog is now scrollable, Closes: #344093 * Upload to experimental since 0.8.1 is coming this week -- Riku Voipio Mon, 3 Apr 2006 23:16:16 +0300 kaffeine (0.7.1-1.3) unstable; urgency=low * NMU with maintainer's approval. All changes come straight from a patch sent by Modestas Vainius to the BTS. Thanks! * Remove 13_xine_service_menu.diff, since it breaks loading of libkaffeinepart (the name "Kaffeine" is hardcored in many places in the code, so leave it). Closes: #328738 * Make kaffeine depend on kaffeine-xine | kaffeine-gstreamer instead of backwards, so that the XINE engine (the only one it used to exist) gets installed by default when upgrading from << 0.7 versions. * Update 12_gstreamer_service_menu.diff to leave "Name" section unchanged; no need to risk breaking things (like the bug above) in the future. Leave "Icon" unchanged as well. -- Adeodato Simó Fri, 11 Nov 2005 00:06:35 +0100 kaffeine (0.7.1-1.2) unstable; urgency=low * Non-maintainer upload. * work around gcc-4.0 FTBFS on some architectures -- LaMont Jones Fri, 14 Oct 2005 19:28:28 +0000 kaffeine (0.7.1-1.1) unstable; urgency=low * Non-maintainer upload. * Make Kaffeine not crash at exist. For this, don't call ./configure with --with-xorg and --with-xinit-workaround. Kudos to Christopher Martin for diagnosing the issue. Closes: #329010, #329143 * Make Kaffeine not display the configuration wizard every time it starts. For this, remove bogus patch kubuntu_04_locate_wizard_stamp.diff (bug: even if locate() is used to check for system-wide configuration files, the file to write must be obtained with locateLocal()). Closes: #329177 -- Adeodato Simó Sun, 25 Sep 2005 20:08:28 +0200 kaffeine (0.7.1-1) unstable; urgency=low * New upstream release. Closes: #326491 * Built against kdelibs4c2. Closes: #325074 * Removed kubuntu_03_gstreamer_stop.diff, which was included upstream. * Updated kubuntu_04_locate_wizard_stamp.diff. -- Zack Cerza Sun, 11 Sep 2005 02:19:50 -0400 kaffeine (0.7-1) unstable; urgency=low * New upstream release. * Removed code that moved the menu file, as dh_installmenu does it now. * Removed patches that were included upstream. * Updated patches that weren't. * Moved 14_resume-playback.diff into old_patches/ - i.e. dropped it (hopefully temporarily). * Add DVB and GStreamer Build-Depends. * Split playing engines into kaffeine-gstreamer and kaffeine-xine. * Added Recommends and Suggests for several GStreamer plugins. * Updated package description. * Added 12_gstreamer_service_menu.diff, based on Kubuntu's patch kubuntu_02_gstreamer_service_menu.diff to change name, icon and MIME types of the GStreamer part. * Added 13_xine_service_menu.diff to change name of the xine part. * Added kubuntu_03_gstreamer_stop.diff from Kubuntu to not attempt to play the logo file when the stop button is pressed. * Added 16_xine_stop.diff to not attempt to play the logo file when the stop button is pressed. * Re-added the logo files. * Added dbg-packages.diff to source package in case users want to build -dbg packages. They haven't helped me fix the bug I was trying to fix (the 100% CPU on exit bug), so I'm not shipping them at this time. * Added a README to explain how to build the -dbg packages, and to note a workaround for the 100%-CPU bug. * Removed notes about kaffeine-dev from kaffeine.TODO, since they were out-of-date and really just unnecessary. -- Zack Cerza Tue, 9 Aug 2005 20:37:05 -0400 kaffeine (0.6-2) unstable; urgency=low * Fixed copyright holders in debian/copyright. * Replaced GPL statement with the boilerplate one. * Added an XPM icon for use in the Debian menu. * Changed a 'mv -f' to 'mv' in debian/rules. * Added patch from Jens Seidel to address some typos. Closes: #314025 * Moved menu file from /usr/lib/menu to /usr/share/menu. -- Zack Cerza Mon, 13 Jun 2005 18:07:12 -0400 kaffeine (0.6-1) unstable; urgency=low * New upstream release. * Upstream added ability to disable the "Pause video when hidden" setting. Closes: #298205 * Upstream fixed the bug causing the "Pause video when hidden" to unpause kaffeine even when it was paused manually. Closes: #298204 * Upstream fixed the multiple xine error dialog bug. Closes: #293692 * Upstream kinda fixed the problem with opening m3u playlists. You have to drag-and-drop the file onto kaffeine for it to work. Closes: #289460 * Xine provides libdvdread and libdvdnav functionality. Closes: #295068 * Forward-ported patches. * Added a patch from CVS to make the "Append to Kaffeine Playlist service menu only show up for mimetypes that kaffeine can actually use. * Renamed "Save State" feature to "Resume Playback" * Added icon to Debian menu entry. * Updated the manpage. * Updated authors in debian/control and debian/copyright. * Moved HTML docs to the right place. I guess nobody missed them. * Added an exclude to keep dh_compress from compressing .docbook files. Riku Voipio: * Add myself as uploader * Fix kaffeine.menu -- Zack Cerza Sun, 20 Mar 2005 12:29:08 -0500 kaffeine (0.5-1) unstable; urgency=low * New upstream release. Closes: #289488 * Dropped patches that were included upstream. * Updated patches that weren't. * Refactored part of the save-state patch to better detect whether kaffeine was playing and/or paused on exit. * Added a toggle to the view menu: "Save State" * Added a patch to re-add skip-ahead and skip-back. * Added a patch to remove the broken, useless "preserve aspect" toggle. Closes: #281188 * Split off *.h and *.so; not shipping kaffeine-dev at this time. * Removed /usr/share/lintian/overrides/kaffeine * Tweaked package description - it still needs work. * Removed /usr/share/apps/kaffeine/logo . -- Zack Cerza Thu, 6 Jan 2005 22:25:12 -0500 kaffeine (0.4.92+0.5rc2-3) unstable; urgency=low * Add suggests for libdvdread3 and libdvdnav4. * Tightened build-depends for kdelibs4-dev. -- Zack Cerza Mon, 13 Dec 2004 12:04:36 -0500 kaffeine (0.4.92+0.5rc2-2) unstable; urgency=low * Don't resume on startup if URLs are passed as command-line arguments. Closes: #281192 * Remove all CVS dirs before building. Thanks suy! -- Zack Cerza Sun, 14 Nov 2004 14:57:44 -0500 kaffeine (0.4.92+0.5rc2-1) unstable; urgency=low * New upstream release. Closes: #278832 * Upstream fixed buffer overflow. * No longer crashes while playing audio streams. Closes: #249889, #253601 * Upstream added PlayAudioCD() DCOP function. Closes: #272246 * Upstream fixed stop functionality. Closes: #272355 * Verified that playlists can be saved. Closes: #279354 * Bookmarks don't exist anymore. Closes: #276710 * Added patch to fix HTTP_PROXY crash. Closes: #279748 * Added a patch to remember the position in the current file on exit, and to return to that position on startup. * Changed default UI a bit to make it less cluttered. * Massive changes upstream broke debian/rules so I redid the packaging using CDBS, and as little magic as possible. * Made package description a little better. * Added /usr/share/lintian/overrides/kaffeine until I make a decision on if/how I will split kaffeine into multiple packages. -- Zack Cerza Mon, 8 Nov 2004 11:22:38 -0500 kaffeine (0.4.3.1-2) unstable; urgency=low * Diverted user settings to '~/.kde/share/apps/kaffeine'. Closes: #261245 * Removed logo.avi - if this is a big problem, we can talk. * Now build-depends on libxine-dev >= 1-rc5-1. Closes: #268819 -- Zack Cerza Tue, 7 Sep 2004 23:11:30 -0400 kaffeine (0.4.3.1-1) unstable; urgency=low * This version corresponds to '0.4.3b' upstream. * The mozilla plugin has been split at the source level upstream. Removed all references to kaffeine-mozilla. * upstream dropped the SuperKaramba theme. Removed related patches. * /usr/share/mimelnk/application/x-mplayer2.desktop somehow got lost during Chris' NMU. I put it back. -- Zack Cerza Mon, 17 May 2004 11:22:39 -0400 kaffeine (0.4.3-1) unstable; urgency=low * New upstream release * Improved the manpage * Thanks Chris. Closes: #245062 * SuperKaramba theme accidentally broken. Fixed. -- Zack Cerza Mon, 3 May 2004 16:32:03 -0400 kaffeine (0.4.2-1.1) unstable; urgency=low * NMU. * debian dir redone with permission of maintainer. * Install docs into /usr/share/doc/kde/HTML. (Closes: #245062) -- Christopher L Cheney Thu, 22 Apr 2004 00:30:00 -0500 kaffeine (0.4.2-1) unstable; urgency=low * Initial Release. * Generated manpage with help2man and tweaked it a bit * Fixed a bug in kaffeine/Makefile.am that made libkaffeinepart.(so|la) be installed into /usr/lib instead of /usr/lib/kde3 * Split into two packages: kaffeine and kaffeine-mozilla * Fixed a bug in configure.in.in that made kaffeineplugin.(so|la) be installed into /usr/lib. I put it in /usr/lib/mozilla/plugins and symlinks to it in /usr/lib/mozilla-firefox/plugins and /usr/lib/mozilla-snapshot/plugins. * Had to remove debian/kaffeine/usr/share/services/mms.protocol and debian/kaffeine/usr/share/mimelnk/video/x-ms-wmv.desktop (thanks grepper!) * Put the SuperKaramba theme in /usr/share/superkaramba/themes/kaffeine_bw/ -- Zack Cerza Mon, 05 Apr 2004 22:41:00 -0500 debian/presubj0000644000000000000000000000102711753537274010601 0ustar If you know that the bug you want to report is in the "upstream" code then please file a bug report in the kaffeine bug tracking system Kaffeine -> Help -> Report Bug (or on the web at http://kaffeine.kde.org/?q=bugs). If you feel that the bug is one that other Debian users should know about then you are welcome to file a report in the Debian BTS as well. Please keep in mind, however, that managing bug reports is part of the maintainers' workload and this package currently has a large number of outstanding reports in the BTS. debian/kaffeine.install0000644000000000000000000000130011753537274012336 0ustar debian/kaffeine.xpm /usr/share/pixmaps debian/presubj /usr/share/bug/kaffeine/ usr/bin/kaffeine usr/bin/kaffeine-xbu usr/share/applications/kde4/kaffeine.desktop usr/share/icons/hicolor/*/apps/kaffeine.png usr/share/icons/hicolor/scalable/apps/kaffeine.svgz usr/share/icons/oxygen/*/actions/audio-radio-encrypted.png usr/share/icons/oxygen/*/actions/video-television-encrypted.png usr/share/kde4/apps/kaffeine/scanfile.dvb usr/share/kde4/apps/profiles/kaffeine.profile.xml usr/share/kde4/apps/solid/actions/kaffeine_play_audiocd.desktop usr/share/kde4/apps/solid/actions/kaffeine_play_dvd.desktop usr/share/kde4/apps/solid/actions/kaffeine_play_videocd.desktop usr/share/locale/*/LC_MESSAGES/kaffeine.mo debian/kaffeine.xpm0000644000000000000000000002157011753537274011507 0ustar /* XPM */ static char * kaffeine_xpm[] = { "32 32 428 2", " c None", ". c #030100", "+ c #1B0D00", "@ c #2A1300", "# c #361900", "$ c #472000", "% c #3D1C00", "& c #291300", "* c #1A0C00", "= c #000000", "- c #110800", "; c #502500", "> c #924300", ", c #9E4900", "' c #753600", ") c #532600", "! c #562800", "~ c #652E00", "{ c #662F00", "] c #883F00", "^ c #221000", "/ c #0B0500", "( c #351900", "_ c #AE5000", ": c #D06100", "< c #A84E00", "[ c #5E2C00", "} c #3C1C00", "| c #6B3100", "1 c #803B00", "2 c #713400", "3 c #C65C00", "4 c #F57900", "5 c #F39000", "6 c #9A5900", "7 c #180B00", "8 c #522600", "9 c #BF5900", "0 c #E66A00", "a c #B45300", "b c #4A2200", "c c #3A1A00", "d c #482100", "e c #612D00", "f c #7B3900", "g c #853D00", "h c #DD6700", "i c #FD8600", "j c #FF9B00", "k c #F78000", "l c #944A00", "m c #0C0500", "n c #592900", "o c #E46B00", "p c #F67300", "q c #A14B00", "r c #401D00", "s c #351800", "t c #452000", "u c #672F00", "v c #783700", "w c #894000", "x c #683000", "y c #C25A00", "z c #EA7000", "A c #FE8F00", "B c #FF9600", "C c #FD7B00", "D c #F97F00", "E c #4F2800", "F c #3F1F00", "G c #CF6100", "H c #FC7800", "I c #C55C00", "J c #421F00", "K c #462000", "L c #5B2A00", "M c #833D00", "N c #8B4000", "O c #763700", "P c #D86400", "Q c #F67A00", "R c #FF9A00", "S c #FE8800", "T c #FD7D00", "U c #FD8200", "V c #A85D00", "W c #0D0800", "X c #1F0E00", "Y c #D76500", "Z c #FD8000", "` c #C96000", " . c #4F2500", ".. c #371900", "+. c #4C2300", "@. c #632E00", "#. c #833C00", "$. c #843D00", "%. c #9F4A00", "&. c #E56B00", "*. c #FB8500", "=. c #FD7E00", "-. c #FD8300", ";. c #E37D00", ">. c #392100", ",. c #0A0500", "'. c #8C4100", "). c #FB7F00", "!. c #F17800", "~. c #6B3200", "{. c #3B1B00", "]. c #512500", "^. c #773700", "/. c #823C00", "(. c #914300", "_. c #9D4800", ":. c #7B3800", "<. c #BD5700", "[. c #EF7500", "}. c #FE9300", "|. c #F68C00", "1. c #5C3300", "2. c #502600", "3. c #E97900", "4. c #F77F00", "5. c #9E4C00", "6. c #3E1D00", "7. c #582800", "8. c #6E3300", "9. c #7D3900", "0. c #873E00", "a. c #9F4900", "b. c #9C4800", "c. c #DA6600", "d. c #FD8100", "e. c #FF9C00", "f. c #FB7600", "g. c #FD7F00", "h. c #FD8500", "i. c #FE9000", "j. c #884F00", "k. c #BA5B00", "l. c #FC8700", "m. c #D56B00", "n. c #773600", "o. c #813B00", "p. c #954400", "q. c #A54C00", "r. c #7E3A00", "s. c #AD5000", "t. c #E16B00", "u. c #FE8D00", "v. c #F47500", "w. c #FC7900", "x. c #FE9400", "y. c #9A5A00", "z. c #532800", "A. c #F98300", "B. c #FA8800", "C. c #703300", "D. c #853E00", "E. c #8F4200", "F. c #9A4700", "G. c #A44C00", "H. c #A64D00", "I. c #7C3900", "J. c #D66300", "K. c #F57B00", "L. c #FF9900", "M. c #FB8800", "N. c #F17000", "O. c #FA7500", "P. c #FD7C00", "Q. c #AE6600", "R. c #140900", "S. c #A15200", "T. c #FE8A00", "U. c #E47400", "V. c #843C00", "W. c #964500", "X. c #A04900", "Y. c #A34B00", "Z. c #A64C00", "`. c #AC4F00", " + c #B15100", ".+ c #DF6700", "++ c #FB8100", "@+ c #F37B00", "#+ c #EF6F00", "$+ c #F87400", "%+ c #A36000", "&+ c #3B1E00", "*+ c #E47900", "=+ c #F78900", "-+ c #BC5A00", ";+ c #B55400", ">+ c #B35300", ",+ c #B25200", "'+ c #B45200", ")+ c #B55300", "!+ c #E66E00", "~+ c #F99000", "{+ c #E56D00", "]+ c #ED6E00", "^+ c #F77300", "/+ c #FD7A00", "(+ c #FE8E00", "_+ c #925500", ":+ c #643200", "<+ c #F88A00", "[+ c #E77800", "}+ c #A94F00", "|+ c #BC5700", "1+ c #BE5800", "2+ c #B85500", "3+ c #7A3800", "4+ c #C45B00", "5+ c #F87B00", "6+ c #EF7C00", "7+ c #DB6600", "8+ c #E86C00", "9+ c #FC7700", "0+ c #804900", "a+ c #C86800", "b+ c #FC8F00", "c+ c #BF5F00", "d+ c #7D3A00", "e+ c #A44B00", "f+ c #B65400", "g+ c #BF5800", "h+ c #C05900", "i+ c #8D4100", "j+ c #A04A00", "k+ c #D66400", "l+ c #DA6500", "m+ c #E36A00", "n+ c #F97500", "o+ c #F38300", "p+ c #543000", "q+ c #E67A00", "r+ c #FE9100", "s+ c #954600", "t+ c #693000", "u+ c #934300", "v+ c #783800", "w+ c #E76F00", "x+ c #FE9800", "y+ c #F38800", "z+ c #CE6000", "A+ c #D16200", "B+ c #DF6800", "C+ c #F06F00", "D+ c #FA7600", "E+ c #E57A00", "F+ c #3C2200", "G+ c #020100", "H+ c #F18300", "I+ c #FB8700", "J+ c #5A2900", "K+ c #5A2A00", "L+ c #934400", "M+ c #A74D00", "N+ c #B05100", "O+ c #893F00", "P+ c #C85D00", "Q+ c #F47E00", "R+ c #FD9A00", "S+ c #DB6E00", "T+ c #C75C00", "U+ c #CD5F00", "V+ c #D36200", "W+ c #E16900", "X+ c #F17100", "Y+ c #C46400", "Z+ c #1B1000", "`+ c #1D0D00", " @ c #F88B00", ".@ c #EC7C00", "+@ c #3F1D00", "@@ c #763600", "#@ c #873F00", "$@ c #954500", "%@ c #9C4900", "&@ c #AB4F00", "*@ c #DB6900", "=@ c #FD8F00", "-@ c #F58E00", ";@ c #BB5700", ">@ c #C15A00", ",@ c #C95D00", "'@ c #D16100", ")@ c #994700", "!@ c #070300", "~@ c #582900", "{@ c #FA8D00", "]@ c #D46C00", "^@ c #2E1500", "/@ c #442000", "(@ c #652F00", "_@ c #743500", ":@ c #E47200", "<@ c #C55B00", "[@ c #421E00", "}@ c #FA8B00", "|@ c #B85D00", "1@ c #2C1400", "2@ c #6F3300", "3@ c #7F3A00", "4@ c #8A4000", "5@ c #974600", "6@ c #8E4200", "7@ c #CA5E00", "8@ c #FE9700", "9@ c #D16300", "0@ c #C35A00", "a@ c #B15200", "b@ c #080400", "c@ c #5F2C00", "d@ c #F98900", "e@ c #A85400", "f@ c #4D2300", "g@ c #602C00", "h@ c #E56C00", "i@ c #FF9700", "j@ c #F38500", "k@ c #CC5E00", "l@ c #D06200", "m@ c #D46300", "n@ c #D96600", "o@ c #683100", "p@ c #2D1500", "q@ c #F88400", "r@ c #A14F00", "s@ c #7F3B00", "t@ c #753500", "u@ c #F27800", "v@ c #E17300", "w@ c #CF6000", "x@ c #DE6800", "y@ c #CF6500", "z@ c #2A1600", "A@ c #050200", "B@ c #F18100", "C@ c #A15100", "D@ c #622D00", "E@ c #FD8C00", "F@ c #F78F00", "G@ c #D06300", "H@ c #D76400", "I@ c #E46A00", "J@ c #EB6D00", "K@ c #FA7A00", "L@ c #643600", "M@ c #D86E00", "N@ c #B05800", "O@ c #4E2400", "P@ c #723400", "Q@ c #5D2B00", "R@ c #AF5100", "S@ c #EE7300", "T@ c #EB7A00", "U@ c #E36900", "V@ c #D06D00", "W@ c #904800", "X@ c #C96200", "Y@ c #331700", "Z@ c #451F00", "`@ c #FD8800", " # c #FE9500", ".# c #D96900", "+# c #D26200", "@# c #E26900", "## c #DF7900", "$# c #412500", "%# c #442100", "&# c #301600", "*# c #441F00", "=# c #AC5000", "-# c #FE8C00", ";# c #F98700", "># c #F67200", ",# c #794600", "'# c #080500", ")# c #120800", "!# c #A24D00", "~# c #662E00", "{# c #411E00", "]# c #4F2400", "^# c #6D3200", "/# c #F17900", "(# c #E77300", "_# c #F68000", ":# c #9C5900", "<# c #311700", "[# c #904300", "}# c #2F1600", "|# c #FB8600", "1# c #FA8C00", "2# c #D86700", "3# c #EE6F00", "4# c #A85A00", "5# c #1E1100", "6# c #361800", "7# c #EB7600", "8# c #EE7700", "9# c #D36300", "0# c #E96D00", "a# c #F87500", "b# c #F37800", "c# c #9F5300", "d# c #090500", "e# c #2D1400", "f# c #3C1B00", "g# c #793800", "h# c #DF6A00", "i# c #F27000", "j# c #F07100", "k# c #723700", "l# c #140A00", "m# c #1B0C00", "n# c #231000", "o# c #522D00", "p# c #DD7E00", "q# c #CC5F00", "r# c #8B4100", "s# c #2A1400", "t# c #3F2300", "u# c #6A3400", " . + @ # $ % & + * = = = = ", " - ; > , ' ) ! ~ { ] { ^ = = = = ", " / ( _ : < [ } ; | 1 2 3 4 5 6 7 = = = ", " 8 9 0 a b c d e f 1 g h i j k l = = = = ", " m n o p q r s t u v w x y z A B C D E = = = = ", " F G H I J # K L 2 M N O P Q R S T U V W = = = ", " X Y Z ` ...+.@.2 #.> $.%.&.*.j Z =.-.;.>.= = = ", " ,.'.).!.~.{.].@.^./.(._.:.<.[.}.}.H =.-.|.1.= = = ", " 2.3.4.5.6.7.8.9.0.> a.b.$.c.d.e.Z f.g.h.i.j.= = = = ", " = k.l.m.[ e n.o.'.p._.q.r.s.t.u.j v.w.g.h.x.y.= = = = ", " z.A.B.'.C.D.E.F.b.G.H.G.I.J.K.L.M.N.O.P.-.}.Q.= = = = ", " R.S.T.U.V.W._.X.Y.Z.`. +W.E..+++e.@+#+$+C d.A %+= = = = ", " &+*+=+-+;+>+a ,+,+,+'+)+1 >+!+}.~+{+]+^+/+Z (+_+= = = = ", " = :+<+[+}+|+1+9 1+)+2+2+a 3+4+5+j 6+7+8+N.9+Z (+0+= = = = ", " = a+b+c+d+e+a f+g+h+1+h+i+j+k+A j l+J.m+8+n+/+o+p+= = = = ", " = q+r+s+t+u+e+_ )+2+<.f+v+<.w+x+y+z+A+k+B+C+D+E+F+= = = = ", " G+H+I+J+K+1 L+, M+N+)+F.O+P+Q+R+S+y T+U+V+W+X+Y+Z+= = = ", " `+ @.@+@].@@#@$@%@H.&@r._.*@=@-@` ;@h+>@,@'@&.)@!@= = = ", " ~@{@]@^@/@(@_@] L+, , 2 ;+K.R :@<.<.<.2+|+<@U+[@= = = = ", " ~.}@|@1@{.J+2@3@4@5@f 6@7@S 8@9@h+y y 0@9 9 a@b@= = = = ", " c@d@e@1@s f@c@@@$.] g@;+h@i@j@0@,@k@G l@m@n@o@= = = = = ", " p@q@r@1@^@t K+C.s@_@t@,@u@i@v@,@w@'@c.x@8+y@z@= = = = ", " A@B@C@1@1@% ; x ^.D@L+n@E@F@G@z+H@I@J@p K@L@= = = = = ", " = M@N@1@1@..O@D@P@Q@R@S@}.T@U+V+U@#+^+C V@W = = = = ", " = W@X@1@1@Y@Z@c@7./.7@`@ #.#+#@#C+9+C ##$#= = = = = ", " = %#n@Y@1@&#*#~@b =#B+-#;#w@7+J@>#T U ,#'#= = = = ", " = )#!#~#1@&#{#]#^#4+/#i@(#V+m+p C _#:#= = = = = ", " = <#[#Y@}#6.b i+k+|#1#2#l+3#/+Z 4#5#= = = = = ", " = = 6#K }#[@7.R@7#A 8#9#0#a#b#c#d#= = = = = ", " = A@R.e#f#g#P+I+A h#n@i#j#k#l#= = = = = ", " = = !@m#n#o#p#o+q#9 r#s#= = = = = = ", " = = = = = = t#u#+@1@b@= = = = = = = "}; debian/copyright0000644000000000000000000000673311753537274011150 0ustar This package was debianized by: Fathi Boudra on Wed, 12 Aug 2009 02:23:50 +0200 It was downloaded from: http://kaffeine.kde.org Upstream Author: Christoph Pfister Copyright: Copyright (C) 2007-2010 Christoph Pfister Copyright for include/dmx.h file: Copyright (C) 2000 Marcus Metzler & Ralph Metzler for convergence integrated media GmbH Copyright for include/frontend.h file: Copyright (C) 2000 Marcus Metzler Ralph Metzler Holger Waechtler Andre Draszik for convergence integrated media GmbH Copyright for icons/* files: Copyright (C) 2007 The Oxygen Team Kaffeine is licensed under GPL-2 or any later version: 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' `/usr/share/common-licenses/GPL-3' Kaffeine include files are licensed under LGPL-2.1 or any later version: This package 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) 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 Lesser 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 Lesser General Public License version 2.1 or any later version can be found in: `/usr/share/common-licenses/LGPL-2.1' `/usr/share/common-licenses/LGPL-3' Kaffeine icons are licensed under Creative Common Attribution-ShareAlike 3.0 or LGPL2+: All icons are copied & hacked from oxygen Creative Common Attribution-ShareAlike 3.0 or LGPL2+ (+ clarification) On Debian systems, the complete text of the GNU Lesser General Public License version 2 or any later version can be found in: `/usr/share/common-licenses/LGPL-2' `/usr/share/common-licenses/LGPL-2.1' `/usr/share/common-licenses/LGPL-3' The Debian packaging is: Copyright (C) 2009-2010 Fathi Boudra and is licensed under the GPL version 2 or any later version, see above. debian/control0000644000000000000000000000270711755667226010620 0ustar Source: kaffeine Section: video Priority: optional Maintainer: Debian KDE Extras Team Uploaders: Fathi Boudra , Mark Purcell , Michael Meskes Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools (>= 0.9.0), kdelibs5-dev (>= 4:4.4.4), libxine-dev, libx11-dev, libxss-dev Standards-Version: 3.9.3 Homepage: http://kaffeine.kde.org Vcs-Browser: http://git.debian.org/?p=pkg-kde/kde-extras/kaffeine.git Vcs-Git: git://git.debian.org/pkg-kde/kde-extras/kaffeine.git Package: kaffeine Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${xine-ffmpeg:Depends}, ${xine-x:Depends}, libqt4-sql-sqlite Suggests: libdvdcss2 Description: versatile media player for KDE Kaffeine is a media player for KDE. While it supports multiple Phonon backends, its default backend is Xine, giving Kaffeine a wide variety of supported media types and letting Kaffeine access CDs, DVDs, and network streams easily. . Kaffeine can keep track of multiple playlists simultaneously, and supports autoloading of subtitle files for use while playing video. Package: kaffeine-dbg Section: debug Architecture: any Priority: extra Depends: ${misc:Depends}, kaffeine (= ${binary:Version}), kdelibs5-dbg Description: debugging symbols for Kaffeine This package contains the debugging symbols associated with Kaffeine. They will automatically be used by gdb for debugging Kaffeine-related issues. debian/compat0000644000000000000000000000000211755666702010403 0ustar 9 debian/kaffeine.menu0000644000000000000000000000025111753537274011640 0ustar ?package(kaffeine):\ needs="X11"\ section="Applications/Video"\ hints="KDE"\ title="Kaffeine"\ command="/usr/bin/kaffeine"\ icon="/usr/share/pixmaps/kaffeine.xpm" debian/source/0000755000000000000000000000000011753532120010465 5ustar debian/source/format0000644000000000000000000000001411753537274011712 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011753546603010627 5ustar debian/patches/series0000644000000000000000000000002111753546603012035 0ustar ftbfs_gcc47.diff debian/patches/ftbfs_gcc47.diff0000644000000000000000000000253611753546603013562 0ustar Author: Christoph Pfister Origin: http://quickgit.kde.org/?p=kaffeine.git&a=commitdiff&h=2da9df1e Description: fix build for gcc 4.7 --- a/src/dvb/dvbepg.cpp +++ b/src/dvb/dvbepg.cpp @@ -690,15 +690,15 @@ void AtscEpgFilter::processEitSection(co // 1980-01-06T000000 minus 15 secs (= UTC - GPS in 2011) QDateTime baseDateTime = QDateTime(QDate(1980, 1, 5), QTime(23, 59, 45), Qt::UTC); - for (AtscEitSectionEntry entry = eitSection.entries(); (entryCount > 0) && entry.isValid(); - --entryCount, entry.advance()) { + for (AtscEitSectionEntry eitEntry = eitSection.entries(); + (entryCount > 0) && eitEntry.isValid(); --entryCount, eitEntry.advance()) { DvbEpgEntry epgEntry; epgEntry.channel = channel; - epgEntry.begin = baseDateTime.addSecs(entry.startTime()); - epgEntry.duration = QTime().addSecs(entry.duration()); - epgEntry.title = entry.title(); + epgEntry.begin = baseDateTime.addSecs(eitEntry.startTime()); + epgEntry.duration = QTime().addSecs(eitEntry.duration()); + epgEntry.title = eitEntry.title(); - quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(entry.eventId())); + quint32 id = ((quint32(fakeChannel.networkId) << 16) | quint32(eitEntry.eventId())); DvbSharedEpgEntry entry = epgEntries.value(id); if (entry.isValid() && (entry->channel == epgEntry.channel) &&