Codebase list frei0r / d9a8c6d
Imported Debian patch 1.1.22git20090209-1 Luca Bigliardi authored 17 years ago Jonas Smedegaard committed 14 years ago
9 changed file(s) with 148 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 frei0r (1.1.22git20090209-1) unstable; urgency=low
1
2 * First official debian package (Closes: #514639).
3 * Import some fixes from upstream.
4 * Switch to cdbs.
5 * Build-depend on pkg-config.
6 * Use installed documentation.
7 * Remove watch file (source code in git repository).
8 * Rename source package in frei0r.
9 * Rename plugins binary package in frei0r-plugins.
10 * Rename libfrei0r-* in frei0r-plugins-*.
11
12 -- Luca Bigliardi <shammash@artha.org> Thu, 26 Feb 2009 15:03:02 +0100
13
14 frei0r-plugins (1.1.22-0.2) unstable; urgency=low
15
16 * Rebuild against the latest libgavl-dev 1.1.0
17
18 -- Christian Marillat <marillat@debian.org> Mon, 02 Feb 2009 12:21:15 +0100
19
20 frei0r-plugins (1.1.22-0.1) unstable; urgency=low
21
22 * Update watch file.
23 * Build against the latest libgavl-dev 1.0.1
24
25 -- Christian Marillat <marillat@debian.org> Thu, 11 Dec 2008 23:56:33 +0100
26
27 frei0r-plugins (1.1.22-0.0) unstable; urgency=low
28
29 * New upstream release.
30
31 -- Christian Marillat <marillat@debian.org> Wed, 29 Oct 2008 08:23:52 +0100
32
33 frei0r (1.1.21git20081022-0.0) unstable; urgency=low
34
35 * Update the version number to the real version 1.1.21
36 * Remove the water plugin who doesn't work. I'll add this plugin later.
37
38 -- Christian Marillat <marillat@debian.org> Thu, 23 Oct 2008 10:50:10 +0200
39
40 frei0r (1.1git20081022-0.0) unstable; urgency=low
41
42 * Initial release.
43
44 -- Christian Marillat <marillat@debian.org> Wed, 22 Oct 2008 16:06:34 +0200
45
0 Source: frei0r
1 Section: graphics
2 Priority: optional
3 Maintainer: Luca Bigliardi <shammash@artha.org>
4 Uploaders: Denis Rojo <jaromil@dyne.org>
5 DM-Upload-Allowed: yes
6 Vcs-Git: git://git.dyne.org/frei0r.git
7 Vcs-Browser: http://git.dyne.org/?r=frei0r
8 Homepage: http://www.piksel.org/frei0r
9 Build-Depends: cdbs, debhelper (>> 5.0.0), pkg-config, libcv-dev, libgavl-dev (>= 1.1.0)
10 Standards-Version: 3.8.0
11
12 Package: frei0r-plugins
13 Section: graphics
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}
16 Description: minimalistic plugin API for video effects, plugins collection
17 frei0r is a minimalistic plugin API for video sources and filters. The
18 behavior of the effects can be controlled from the host by simple
19 parameters. The intent is to solve the recurring reimplementation or
20 adaptation issue of standard effects. It is not meant as a generic API for
21 all kinds of video applications.
22 .
23 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open Movie
24 Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
25 .
26 This package contains a collection of plugins.
27
28 Package: frei0r-plugins-dev
29 Section: devel
30 Architecture: any
31 Depends: ${misc:Depends}
32 Description: minimalistic plugin API for video effects, header files
33 frei0r is a minimalistic plugin API for video sources and filters. The
34 behavior of the effects can be controlled from the host by simple
35 parameters. The intent is to solve the recurring reimplementation or
36 adaptation issue of standard effects. It is not meant as a generic API for
37 all kinds of video applications.
38 .
39 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open Movie
40 Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
41 .
42 This package contains the header needed to enable frei0r in other package
43 at build time.
44
45 Package: frei0r-plugins-doc
46 Section: doc
47 Architecture: all
48 Depends: ${misc:Depends}
49 Description: minimalistic plugin API for video effects, API documentation
50 frei0r is a minimalistic plugin API for video sources and filters. The
51 behavior of the effects can be controlled from the host by simple
52 parameters. The intent is to solve the recurring reimplementation or
53 adaptation issue of standard effects. It is not meant as a generic API for
54 all kinds of video applications.
55 .
56 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open Movie
57 Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
58 .
59 This package contains the API documentation.
60
0 This package was debianized by Christian Marillat <marillat@debian.org> on
1 Wed, 22 Oct 2008 16:06:34 +0200.
2
3 It was downloaded from http://www.piksel.org/frei0r
4
5 Upstream Authors:
6
7 See the AUTHORS in /usr/share/doc/frei0r-plugins
8
9 Copyright:
10
11 Copyright © 2008 /usr/share/doc/frei0r-plugins/AUTHORS
12
13 License:
14
15 You should have received a copy of the GNU General Public License with the
16 Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if
17 not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth
18 Floor, Boston, MA 02110-1301, USA.
19
0 Document: frei0r
1 Title: A minimalistic plugin API for video effects
2 Author: doxygen
3 Abstract: A minimalistic plugin API for video effects
4 Section: Graphics
5
6 Format: HTML
7 Index: /usr/share/doc/frei0r-plugins-1.1/html/index.html
8 Files: /usr/share/doc/frei0r-plugins-1.1/html/*.html
0 #!/usr/bin/make -f
1
2 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
3
4 include /usr/share/cdbs/1/rules/buildcore.mk
5 include /usr/share/cdbs/1/rules/debhelper.mk
6 include /usr/share/cdbs/1/class/autotools.mk
7