first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
fswebcam-gc2035 (20140113-1) unstable; urgency=low
* Update debian/watch
* Import Upstream version 20140113
* Bump Standards-Version to 3.9.5 (no changes needed)
* Move to debhelper 9
* Import CPPFLAGS during build
* Move packaging to git
-- Luca Niccoli <lultimouomo@gmail.com> Tue, 21 Jan 2014 00:02:55 +0100

View File

@@ -0,0 +1 @@
9

View File

@@ -0,0 +1,21 @@
Source: fswebcam-gc2035
Section: graphics
Priority: optional
Maintainer: Luca Niccoli <lultimouomo@gmail.com>
Build-Depends: debhelper (>= 9.20120417), libgd2-noxpm-dev | libgd2-xpm-dev, libv4l-dev
Standards-Version: 3.9.5
Homepage: https://github.com/avafinger/fswebcam
Package: fswebcam-gc2035
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: fswebcam
Conflicts: fswebcam
Description: Tiny and flexible webcam program
Fswebcam is a tiny and flexible webcam command-line program for capturing
images from a V4L1/V4L2 device. It accepts a number of formats, can skip
the first (possibly bad) frames before performing the actual capture, and
can perform simple manipulation on the captured image, such as resizing,
averaging multiple frames or overlaying a caption or an image.
.
This is the version for Orange Pi boards with gc2035 camera

View File

@@ -0,0 +1,62 @@
This package was debianized by Luca Niccoli <lultimouomo@gmail.com> on
Wed, 28 Jan 2008 16:05:41 +0100.
It was downloaded from http://www.firestorm.cx/fswebcam/files/
Upstream author: Philip Heron <phil@sanslogic.co.uk>
Licence (videodev_mjpeg.h):
videodev_mjpeg.h is a part of mjpegtools, written by
Rainer Johanni <Rainer@Johanni.de>
Gernot Ziegler <gz@lysator.liu.se>
Andrew Stevens <andrew.stevens@nexgo.de>
Bernhard Praschinger <shadowlord@utanet.at>
Ronald Bultje <rbultje@ronald.bitfreak.net>
Xavier Biquard <biquard@free.fr>
Matthew Marjanovic <maddog@mir.com>
Philipp Zabel <pzabel@gmx.de>
Kawamata/Hitoshi <hitoshi.kawamata@nifty.ne.jp>
Stefan Fendt <stefan@lionfish.ping.de>
Scott Moser <smoser@brickies.net>
Shawn Sulma <lavtools@athos.cx>
Mike Bernson <mike@mlb.org>
James Klicman <james@klicman.org>
mjpegtools is distributed under the terms of the GNU General Public
License, version 2. You may use, modify, and redistribute it under the
terms of this license.
This program 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 program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
License (everything else):
Copyright 2004-2009 Philip Heron <phil@sanslogic.co.uk>
This program is distributed under the terms of the GNU General Public
License, version 2. You may use, modify, and redistribute it under the
terms of this license.
This program 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 program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
The Debian packaging is © 2010, Luca Niccoli <lultimouomo@gmail.com> and is
licensed under the same license as the upstream source, see above.
On Debian GNU/Linux systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL-2' file.

View File

@@ -0,0 +1 @@
01-Use-kernel-headers.patch

View File

@@ -0,0 +1,7 @@
#!/usr/bin/make -f
override_dh_auto_configure:
dh_auto_configure -- --prefix=/usr --disable-v4l1 --enable-32bit-buffer
%:
dh $@

View File

@@ -0,0 +1 @@
3.0 (quilt)