rev 9830 - in kde-extras/codeine/trunk/debian: . patches

Ana Beatriz Guerrero López ana at alioth.debian.org
Sun Mar 23 13:05:18 UTC 2008


Author: ana
Date: 2008-03-23 13:05:16 +0000 (Sun, 23 Mar 2008)
New Revision: 9830

Added:
   kde-extras/codeine/trunk/debian/patches/02_fix_ftbfs_gcc4.3.diff
Modified:
   kde-extras/codeine/trunk/debian/changelog
   kde-extras/codeine/trunk/debian/control
Log:
  * Apply patch from Cyril Brulebois to fix FTBFS with GCC 4.3.
    (Closes: #461666)
  * Add dependency on libxine1-x. (Closes: #448088)
  * Move Homepage into control field.
  * Update to Standards-Version: 3.7.3, no changes required.



Modified: kde-extras/codeine/trunk/debian/changelog
===================================================================
--- kde-extras/codeine/trunk/debian/changelog	2008-03-22 04:02:45 UTC (rev 9829)
+++ kde-extras/codeine/trunk/debian/changelog	2008-03-23 13:05:16 UTC (rev 9830)
@@ -1,11 +1,20 @@
-codeine (1.0.1-3.dfsg-3) UNRELEASED; urgency=low
+codeine (1.0.1-3.dfsg-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  [ Ana Beatriz Guerrero Lopez ]
+  
+  * Apply patch from Cyril Brulebois to fix FTBFS with GCC 4.3.
+    (Closes: #461666)
+  * Add dependency on libxine1-x. (Closes: #448088)
+  * Move Homepage into control field.
+  * Update to Standards-Version: 3.7.3, no changes required.
+
+  [ Mark Purcell ]
+  
   * cleanbuilddir common-configure-arch::
   * Add debian/watch
   * debian/rules clean: [ ! -f Makefile ]|| rule
 
- -- Mark Purcell <msp at debian.org>  Sun, 19 Aug 2007 09:51:52 +0100
+ -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 23 Mar 2008 14:07:22 +0100
 
 codeine (1.0.1-3.dfsg-2) unstable; urgency=medium
 

Modified: kde-extras/codeine/trunk/debian/control
===================================================================
--- kde-extras/codeine/trunk/debian/control	2008-03-22 04:02:45 UTC (rev 9829)
+++ kde-extras/codeine/trunk/debian/control	2008-03-23 13:05:16 UTC (rev 9830)
@@ -4,11 +4,12 @@
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Achim Bohnet <ach at mpe.mpg.de>, Mark Purcell <msp at debian.org>
 Build-Depends: debhelper (>= 5.0), cdbs, docbook2x, scons, kdelibs4-dev, libxine-dev, libxtst-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://www.methylblue.com/codeine/
 
 Package: codeine
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxine1-x
 Description: Simple KDE video player
  A video player with a different philosophy: Simple, uncluttered interface
  .
@@ -16,5 +17,3 @@
   - Plays DVDs, VCDs, all video formats supported by Xine
   - Bundled with a simple web-page KPart
   - Starts quickly
- .
- Homepage: http://www.methylblue.com/codeine/

Added: kde-extras/codeine/trunk/debian/patches/02_fix_ftbfs_gcc4.3.diff
===================================================================
--- kde-extras/codeine/trunk/debian/patches/02_fix_ftbfs_gcc4.3.diff	                        (rev 0)
+++ kde-extras/codeine/trunk/debian/patches/02_fix_ftbfs_gcc4.3.diff	2008-03-23 13:05:16 UTC (rev 9830)
@@ -0,0 +1,11 @@
+--- a/src/app/xineEngine.cpp
++++ b/src/app/xineEngine.cpp
+@@ -19,6 +19,8 @@
+ #include "xineEngine.h"
+ #include "xineScope.h"
+ 
++#include <cstdlib>
++
+ 
+ #define XINE_SAFE_MODE 1
+ 




More information about the pkg-kde-commits mailing list