rev 10762 - branches/kde4/packages/phonon/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Wed May 28 19:14:55 UTC 2008


Author: ana
Date: 2008-05-28 19:14:55 +0000 (Wed, 28 May 2008)
New Revision: 10762

Added:
   branches/kde4/packages/phonon/debian/changelog
   branches/kde4/packages/phonon/debian/compat
   branches/kde4/packages/phonon/debian/control
   branches/kde4/packages/phonon/debian/copyright
   branches/kde4/packages/phonon/debian/libphonon-dev.install
   branches/kde4/packages/phonon/debian/libphonon4.install
   branches/kde4/packages/phonon/debian/rules
Log:
phonon, initial packagign


Added: branches/kde4/packages/phonon/debian/changelog
===================================================================
--- branches/kde4/packages/phonon/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/phonon/debian/changelog	2008-05-28 19:14:55 UTC (rev 10762)
@@ -0,0 +1,5 @@
+phonon (4.2-1) experimental; urgency=low
+
+  * First release. This has been split out from kde4libs.
+  
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Wed, 28 May 2008 20:38:19 +0200

Added: branches/kde4/packages/phonon/debian/compat
===================================================================
--- branches/kde4/packages/phonon/debian/compat	                        (rev 0)
+++ branches/kde4/packages/phonon/debian/compat	2008-05-28 19:14:55 UTC (rev 10762)
@@ -0,0 +1 @@
+6

Added: branches/kde4/packages/phonon/debian/control
===================================================================
--- branches/kde4/packages/phonon/debian/control	                        (rev 0)
+++ branches/kde4/packages/phonon/debian/control	2008-05-28 19:14:55 UTC (rev 10762)
@@ -0,0 +1,35 @@
+Source: phonon
+Section: libs
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Ana Beatriz Guerrero Lopez <ana at debian.org>
+Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), quilt, cmake,
+ libqt4-dev, automoc, libglu1-mesa-dev, libxml2-dev,
+Standards-Version: 3.7.3
+Homepage: http://www.kde.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/branches/kde4/packages/phonon
+Vcs-Svn: svn://svn.debian.org/pkg-kde/branches/kde4/packages/phonon
+
+
+Package: libphonon-dev
+Section: libdevel
+Architecture: any
+Depends: libphonon4 (= ${binary:Version})
+Replaces: kdelibs5-dev (<= 4:4.0.80)
+Description: development files for the Phonon multimedia framework
+ 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 development files for building software that uses the
+ Phonon libraries.
+
+Package: libphonon4
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Replaces: kdelibs5 (<= 4:4.0.80)
+Description: Phonon multimedia framework for Qt 4
+ 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 files necessary to run applications that use Phonon.

Added: branches/kde4/packages/phonon/debian/copyright
===================================================================

Added: branches/kde4/packages/phonon/debian/libphonon-dev.install
===================================================================
--- branches/kde4/packages/phonon/debian/libphonon-dev.install	                        (rev 0)
+++ branches/kde4/packages/phonon/debian/libphonon-dev.install	2008-05-28 19:14:55 UTC (rev 10762)
@@ -0,0 +1,3 @@
+usr/include/KDE/Phonon/*
+usr/include/phonon/*
+usr/lib/libphonon*.so

Added: branches/kde4/packages/phonon/debian/libphonon4.install
===================================================================
--- branches/kde4/packages/phonon/debian/libphonon4.install	                        (rev 0)
+++ branches/kde4/packages/phonon/debian/libphonon4.install	2008-05-28 19:14:55 UTC (rev 10762)
@@ -0,0 +1 @@
+usr/lib/libphonon*.so.*

Added: branches/kde4/packages/phonon/debian/rules
===================================================================
--- branches/kde4/packages/phonon/debian/rules	                        (rev 0)
+++ branches/kde4/packages/phonon/debian/rules	2008-05-28 19:14:55 UTC (rev 10762)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include debian/cdbs/kde.mk


Property changes on: branches/kde4/packages/phonon/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kde-commits mailing list