rev 15363 - in people/fabo: . phonon-backend-vlc phonon-backend-vlc/debian phonon-backend-vlc/debian/patches

Fathi Boudra fabo at alioth.debian.org
Fri Jul 24 21:09:26 UTC 2009


Author: fabo
Date: 2009-07-24 21:09:25 +0000 (Fri, 24 Jul 2009)
New Revision: 15363

Added:
   people/fabo/phonon-backend-vlc/
   people/fabo/phonon-backend-vlc/debian/
   people/fabo/phonon-backend-vlc/debian/changelog
   people/fabo/phonon-backend-vlc/debian/compat
   people/fabo/phonon-backend-vlc/debian/control
   people/fabo/phonon-backend-vlc/debian/copyright
   people/fabo/phonon-backend-vlc/debian/patches/
   people/fabo/phonon-backend-vlc/debian/patches/01_disable_vlc_log.diff
   people/fabo/phonon-backend-vlc/debian/patches/series
   people/fabo/phonon-backend-vlc/debian/rules
Log:
add phonon-backend-vlc template for experimental-snapshots.


Added: people/fabo/phonon-backend-vlc/debian/changelog
===================================================================
--- people/fabo/phonon-backend-vlc/debian/changelog	                        (rev 0)
+++ people/fabo/phonon-backend-vlc/debian/changelog	2009-07-24 21:09:25 UTC (rev 15363)
@@ -0,0 +1,6 @@
+phonon-backend-vlc (0.1~svn996714-0fabo1) experimental-snapshots; urgency=low
+
+  * KDE svn snapshot r996714.
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 24 Jul 2009 23:07:36 +0200
+

Added: people/fabo/phonon-backend-vlc/debian/compat
===================================================================
--- people/fabo/phonon-backend-vlc/debian/compat	                        (rev 0)
+++ people/fabo/phonon-backend-vlc/debian/compat	2009-07-24 21:09:25 UTC (rev 15363)
@@ -0,0 +1 @@
+7

Added: people/fabo/phonon-backend-vlc/debian/control
===================================================================
--- people/fabo/phonon-backend-vlc/debian/control	                        (rev 0)
+++ people/fabo/phonon-backend-vlc/debian/control	2009-07-24 21:09:25 UTC (rev 15363)
@@ -0,0 +1,31 @@
+Source: phonon-backend-vlc
+Section: sound
+Priority: optional
+Maintainer: Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7.2), quilt (>= 0.46-7), cmake,
+ pkg-kde-tools (>= 0.4.6), automoc, pkg-config,
+ libphonon-dev (>= 4:4.5.2), libqt4-dev (>= 4:4.5.2),
+ libvlc-dev (>= 1.0.0~rc2)
+Standards-Version: 3.8.2
+
+Package: phonon-backend-vlc
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: phonon-backend
+Description: Phonon VLC backend
+ Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction
+ layer for capturing, mixing, processing, and playing audio and video content.
+ .
+ This package contains VLC 1.0.x backend for Phonon.
+
+Package: phonon-backend-vlc-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ phonon-backend-vlc (= ${binary:Version})
+Description: Phonon VLC backend debugging symbols
+ Phonon is the Qt 4 multimedia API, which provides a task-oriented abstraction
+ layer for capturing, mixing, processing, and playing audio and video content.
+ .
+ This package contains the debugging symbols for the VLC Phonon backend.

Added: people/fabo/phonon-backend-vlc/debian/copyright
===================================================================
--- people/fabo/phonon-backend-vlc/debian/copyright	                        (rev 0)
+++ people/fabo/phonon-backend-vlc/debian/copyright	2009-07-24 21:09:25 UTC (rev 15363)
@@ -0,0 +1,43 @@
+This package was debianized by Fathi Boudra <fabo at debian.org> on
+Tue, 07 Jul 2009 20:40:48 +0200.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    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 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
+    Lesser 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 can be found in `/usr/share/common-licenses/LGPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Fathi Boudra <fabo at debian.org>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: people/fabo/phonon-backend-vlc/debian/patches/01_disable_vlc_log.diff
===================================================================
--- people/fabo/phonon-backend-vlc/debian/patches/01_disable_vlc_log.diff	                        (rev 0)
+++ people/fabo/phonon-backend-vlc/debian/patches/01_disable_vlc_log.diff	2009-07-24 21:09:25 UTC (rev 15363)
@@ -0,0 +1,10 @@
+--- a/vlc/vlcloader.cpp
++++ b/vlc/vlcloader.cpp
+@@ -58,7 +58,6 @@ bool vlcInit()
+             "--plugin-path=", pluginsPath.toAscii().constData(),
+             "--verbose=2",
+             "--intf=dummy",
+-            "--extraintf=logger",
+             "--ignore-config",
+             "--reset-plugins-cache",
+             "--no-media-library",

Added: people/fabo/phonon-backend-vlc/debian/patches/series
===================================================================
--- people/fabo/phonon-backend-vlc/debian/patches/series	                        (rev 0)
+++ people/fabo/phonon-backend-vlc/debian/patches/series	2009-07-24 21:09:25 UTC (rev 15363)
@@ -0,0 +1 @@
+01_disable_vlc_log.diff

Added: people/fabo/phonon-backend-vlc/debian/rules
===================================================================
--- people/fabo/phonon-backend-vlc/debian/rules	                        (rev 0)
+++ people/fabo/phonon-backend-vlc/debian/rules	2009-07-24 21:09:25 UTC (rev 15363)
@@ -0,0 +1,29 @@
+#!/usr/bin/make -f
+
+include /usr/share/pkg-kde-tools/makefiles/1/variables.mk
+
+%:
+	dh --with quilt $@
+
+override_dh_auto_configure:
+	mkdir builddir
+	cd builddir && cmake .. \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_C_FLAGS="$(CFLAGS)" \
+		-DCMAKE_LD_FLAGS="-Wl,-z,defs" \
+		-DCMAKE_CXX_FLAGS="$(CXXFLAGS)" \
+		-DCMAKE_SKIP_RPATH=ON \
+		-DCMAKE_VERBOSE_MAKEFILE=ON \
+		$(DEB_CMAKE_KDE4_FLAGS)
+
+override_dh_auto_build:
+	$(MAKE) -C builddir
+
+override_dh_auto_clean:
+	rm -rf builddir
+
+override_dh_auto_install:
+	$(MAKE) -C builddir DESTDIR=$(CURDIR)/debian/phonon-backend-vlc install
+
+override_dh_strip:
+	dh_strip --dbg-package=phonon-backend-vlc-dbg


Property changes on: people/fabo/phonon-backend-vlc/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the pkg-kde-commits mailing list