rev 7460 - in branches/kde4/packages: . captury captury/debian

Fathi Boudra fboudra-guest at alioth.debian.org
Sun Oct 14 14:16:01 UTC 2007


Author: fboudra-guest
Date: 2007-10-14 14:16:01 +0000 (Sun, 14 Oct 2007)
New Revision: 7460

Added:
   branches/kde4/packages/captury/
   branches/kde4/packages/captury/debian/
   branches/kde4/packages/captury/debian/captury.1
   branches/kde4/packages/captury/debian/changelog
   branches/kde4/packages/captury/debian/compat
   branches/kde4/packages/captury/debian/control
   branches/kde4/packages/captury/debian/copyright
   branches/kde4/packages/captury/debian/rules
Log:
* Add captury package. Not used by KDE4.
  It does not make sense to not package it,
  as 70% of captury framework is done.
  Let's add the last 30%.


Added: branches/kde4/packages/captury/debian/captury.1
===================================================================
--- branches/kde4/packages/captury/debian/captury.1	                        (rev 0)
+++ branches/kde4/packages/captury/debian/captury.1	2007-10-14 14:16:01 UTC (rev 7460)
@@ -0,0 +1,50 @@
+.TH CAPTURY, "1" "October 2007" "Captury" "User Commands"
+.SH NAME
+Captury \- screen capture tool
+.SH DESCRIPTION
+Captury is a screen capture applications,
+primarly done for recording OpenGl games.
+.IP
+usage: captury [options] [\-\-] command [command options ...]
+.SS "captury options:"
+.TP
+\fB\-v\fR, \fB\-\-verbose\fR
+be more verbose when logging messages (can be repeated)
+.TP
+\fB\-q\fR, \fB\-\-quiet\fR
+be more quiet when logging messages (can be repeated)
+.TP
+\fB\-V\fR, \fB\-\-version\fR
+prints program version and exits
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+prints this help and exits
+.TP
+\fB\-\-fps\fR=\fIVALUE\fR
+overrides default fps to capture on [25]
+.TP
+\fB\-\-scale\fR=\fIVALUE\fR
+overrides default scaling value [1]
+A value of 0 disables frame scaling but costs much
+more CPU load
+.TP
+\fB\-\-output\-dir\fR=\fIPATH\fR
+overrides path where to store the captured movies [/tmp]
+.TP
+\fB\-\-cursor\fR
+Explicitely draw a cursor into the movie
+.TP
+\fB\-\-auto\-capture\fR
+automatically starts capturing a movie at its earliest
+possible time
+.TP
+\fB\-\-\fR
+explicitely states, that following arguments belong
+to the client application.
+.IP
+System settings are loaded from /etc/captury.conf
+You can store user defined settings in ~/.config/captury.conf
+Your settings take precedance over system defaults and command line arguments
+precede the user settings.
+.SH COPYRIGHT
+Copyright \(co 2007 by Christian Parpart <trapni at gentoo.org>

Added: branches/kde4/packages/captury/debian/changelog
===================================================================
--- branches/kde4/packages/captury/debian/changelog	                        (rev 0)
+++ branches/kde4/packages/captury/debian/changelog	2007-10-14 14:16:01 UTC (rev 7460)
@@ -0,0 +1,6 @@
+captury (0.3.0~svn158-1) unstable; urgency=low
+
+  * Initial release. (Closes: #446627)
+
+ -- Fathi Boudra <fboudra at free.fr>  Sun, 14 Oct 2007 15:16:51 +0200
+

Added: branches/kde4/packages/captury/debian/compat
===================================================================
--- branches/kde4/packages/captury/debian/compat	                        (rev 0)
+++ branches/kde4/packages/captury/debian/compat	2007-10-14 14:16:01 UTC (rev 7460)
@@ -0,0 +1 @@
+5

Added: branches/kde4/packages/captury/debian/control
===================================================================
--- branches/kde4/packages/captury/debian/control	                        (rev 0)
+++ branches/kde4/packages/captury/debian/control	2007-10-14 14:16:01 UTC (rev 7460)
@@ -0,0 +1,16 @@
+Source: captury
+Section: x11
+Priority: optional
+Maintainer: Fathi Boudra <fboudra at free.fr>
+Build-Depends: cdbs, debhelper (>= 5), quilt, autotools-dev, libcaptury-dev,
+ libelf-dev, libgl1-mesa-dev, libpng12-dev, pkg-config
+Standards-Version: 3.7.2
+
+Package: captury
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: screen capture tool
+ Captury is a screen capture application,
+ primarly done for recording OpenGl games.
+ .
+  Homepage: http://rm-rf.in/captury

Added: branches/kde4/packages/captury/debian/copyright
===================================================================
--- branches/kde4/packages/captury/debian/copyright	                        (rev 0)
+++ branches/kde4/packages/captury/debian/copyright	2007-10-14 14:16:01 UTC (rev 7460)
@@ -0,0 +1,31 @@
+This package was debianized by Fathi Boudra <fboudra at free.fr> on
+Sun, 14 Oct 2007 15:16:51 +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/captury/debian/rules
===================================================================
--- branches/kde4/packages/captury/debian/rules	                        (rev 0)
+++ branches/kde4/packages/captury/debian/rules	2007-10-14 14:16:01 UTC (rev 7460)
@@ -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_INSTALL_MANPAGES_captury := debian/captury.1
+


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




More information about the pkg-kde-commits mailing list