rev 7458 - in branches/kde4/packages: . libcaptury libcaptury/debian

Fathi Boudra fboudra-guest at alioth.debian.org
Sun Oct 14 13:26:44 UTC 2007


Author: fboudra-guest
Date: 2007-10-14 13:26:44 +0000 (Sun, 14 Oct 2007)
New Revision: 7458

Added:
   branches/kde4/packages/libcaptury/
   branches/kde4/packages/libcaptury/debian/
   branches/kde4/packages/libcaptury/debian/changelog
   branches/kde4/packages/libcaptury/debian/compat
   branches/kde4/packages/libcaptury/debian/control
   branches/kde4/packages/libcaptury/debian/copyright
   branches/kde4/packages/libcaptury/debian/docs
   branches/kde4/packages/libcaptury/debian/libcaptury-dev.install
   branches/kde4/packages/libcaptury/debian/libcaptury0.install
   branches/kde4/packages/libcaptury/debian/rules
Log:
* Add libcaptury package.
  Now, we can use it with KDE4.


Added: branches/kde4/packages/libcaptury/debian/changelog
===================================================================
--- branches/kde4/packages/libcaptury/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/changelog	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1,6 @@
+libcaptury (0.3.0~svn158-1) unstable; urgency=low
+
+  * Initial release. (Closes: #446619)
+
+ -- Fathi Boudra <fboudra at free.fr>  Sun, 14 Oct 2007 12:36:19 +0200
+

Added: branches/kde4/packages/libcaptury/debian/compat
===================================================================
--- branches/kde4/packages/libcaptury/debian/compat	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/compat	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1 @@
+5

Added: branches/kde4/packages/libcaptury/debian/control
===================================================================
--- branches/kde4/packages/libcaptury/debian/control	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/control	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1,41 @@
+Source: libcaptury
+Priority: extra
+Maintainer: Fathi Boudra <fboudra at free.fr>
+Build-Depends: cdbs, debhelper (>= 5), quilt, autotools-dev, libcapseo-dev,
+ libgl1-mesa-dev, libogg-dev, libxfixes-dev, pkg-config
+Standards-Version: 3.7.2
+Section: libs
+
+Package: libcaptury-dev
+Section: libdevel
+Architecture: any
+Depends: libcaptury0 (= ${binary:Version}), libcapseo-dev
+Description: X11/GLX video capturing framework (development)
+ libcaptury is a movie capturing framework with its primary goal
+ to capture the screen of OpenGL games (running on Linux systems).
+ .
+ The goal of this framework is to provide an easy to understand and
+ an easy to use C API that can be quickly integrated into already
+ existing applications that need capturing capabilities.
+ .
+ This package contains the static libraries and headers for developing
+ applications that use the libcaptury library API.
+ .
+  Homepage: http://rm-rf.in/captury
+
+Package: libcaptury0
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: X11/GLX video capturing framework (runtime)
+ libcaptury is a movie capturing framework with its primary goal
+ to capture the screen of OpenGL games (running on Linux systems).
+ .
+ The goal of this framework is to provide an easy to understand and
+ an easy to use C API that can be quickly integrated into already
+ existing applications that need capturing capabilities.
+ .
+ This package contains the files necessary for running applications that
+ use the libcaptury library.
+ .
+  Homepage: http://rm-rf.in/captury

Added: branches/kde4/packages/libcaptury/debian/copyright
===================================================================
--- branches/kde4/packages/libcaptury/debian/copyright	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/copyright	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1,30 @@
+This package was debianized by Fathi Boudra <fboudra at free.fr> on
+Sun, 14 Oct 2007 12:36:19 +0200.
+
+It was downloaded from http://rm-rf.in/captury
+
+Upstream Author: Christian Parpart <trapni at gentoo.org>
+
+Copyright: (C) 2007 Christian Parpart <trapni at gentoo.org>
+
+License:
+
+    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 can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2007, Fathi Boudra <fboudra at free.fr> and
+is licensed under the GPL, see above.

Added: branches/kde4/packages/libcaptury/debian/docs
===================================================================
--- branches/kde4/packages/libcaptury/debian/docs	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/docs	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1,2 @@
+README
+TODO

Added: branches/kde4/packages/libcaptury/debian/libcaptury-dev.install
===================================================================
--- branches/kde4/packages/libcaptury/debian/libcaptury-dev.install	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/libcaptury-dev.install	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1,4 @@
+usr/include/captury/captury.h
+usr/lib/libcaptury.a
+usr/lib/libcaptury.so
+usr/lib/pkgconfig/libcaptury.pc

Added: branches/kde4/packages/libcaptury/debian/libcaptury0.install
===================================================================
--- branches/kde4/packages/libcaptury/debian/libcaptury0.install	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/libcaptury0.install	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1 @@
+usr/lib/libcaptury.so.*

Added: branches/kde4/packages/libcaptury/debian/rules
===================================================================
--- branches/kde4/packages/libcaptury/debian/rules	                        (rev 0)
+++ branches/kde4/packages/libcaptury/debian/rules	2007-10-14 13:26:44 UTC (rev 7458)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/rules/utils.mk
+
+DEB_DH_INSTALL_SOURCEDIR := debian/tmp
+


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




More information about the pkg-kde-commits mailing list