Codebase list frei0r / 888df8a
Switched from cdbs to dh-11 IOhannes m zmölnig 8 years ago
3 changed file(s) with 8 addition(s) and 96 deletion(s). Raw diff Collapse all Expand all
66 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/frei0r.git
77 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/frei0r.git
88 Homepage: http://frei0r.dyne.org/
9 Build-Depends: cdbs,
10 autotools-dev,
11 debhelper (>= 10~),
9 Build-Depends:
10 debhelper (>= 11~),
1211 dh-buildinfo,
13 dh-autoreconf,
14 licensecheck,
1512 pkg-config,
1613 libgavl-dev,
1714 libcairo2-dev,
+0
-77
debian/control.in less more
0 Source: frei0r
1 Section: video
2 Priority: optional
3 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
4 Uploaders: Jonas Smedegaard <dr@jones.dk>,
5 IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
6 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/frei0r.git
7 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/frei0r.git
8 Homepage: http://frei0r.dyne.org/
9 Build-Depends: @cdbs@,
10 pkg-config,
11 libgavl-dev,
12 libcairo2-dev,
13 libopencv-dev,
14 Build-Depends-Indep: doxygen
15 Standards-Version: 4.0.0
16
17 Package: frei0r-plugins
18 Architecture: any
19 Depends:
20 ${shlibs:Depends},
21 ${misc:Depends},
22 Suggests: opencv-data
23 Breaks: frei0r (<= 1.1.22)
24 Replaces: frei0r
25 Description: minimalistic plugin API for video effects, plugins collection
26 frei0r is a minimalistic plugin API for video sources and filters. The
27 behavior of the effects can be controlled from the host by simple
28 parameters. The intent is to solve the recurring reimplementation or
29 adaptation issue of standard effects. It is not meant as a generic API
30 for all kinds of video applications.
31 .
32 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
33 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
34 .
35 This package contains a collection of plugins.
36
37 Package: frei0r-plugins-dev
38 Section: devel
39 Architecture: any
40 Multi-Arch: same
41 Depends:
42 ${misc:Depends},
43 Breaks: frei0r-dev (<= 1.1.22)
44 Replaces: frei0r-dev
45 Description: minimalistic plugin API for video effects, header files
46 frei0r is a minimalistic plugin API for video sources and filters. The
47 behavior of the effects can be controlled from the host by simple
48 parameters. The intent is to solve the recurring reimplementation or
49 adaptation issue of standard effects. It is not meant as a generic API
50 for all kinds of video applications.
51 .
52 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
53 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
54 .
55 This package contains the header needed to enable frei0r in other
56 package at build time.
57
58 Package: frei0r-plugins-doc
59 Section: doc
60 Architecture: all
61 Multi-Arch: foreign
62 Depends:
63 ${misc:Depends},
64 Breaks: frei0r-doc (<= 1.1.22)
65 Replaces: frei0r-doc
66 Description: minimalistic plugin API for video effects, API documentation
67 frei0r is a minimalistic plugin API for video sources and filters. The
68 behavior of the effects can be controlled from the host by simple
69 parameters. The intent is to solve the recurring reimplementation or
70 adaptation issue of standard effects. It is not meant as a generic API
71 for all kinds of video applications.
72 .
73 frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open
74 Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework).
75 .
76 This package contains the API documentation.
00 #!/usr/bin/make -f
11
2 -include /usr/share/cdbs/1/rules/upstream-tarball.mk
3 include /usr/share/cdbs/1/rules/buildcore.mk
4 include /usr/share/cdbs/1/rules/debhelper.mk
5 # regenerate configure, so that patches to configure.ac take effect
6 include /usr/share/cdbs/1/rules/autoreconf.mk
7 include /usr/share/cdbs/1/class/autotools.mk
8 include /usr/share/cdbs/1/rules/utils.mk
9
10 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^((.*\.jpg)|debian/(changelog|copyright(|_hints|_newhints)))$
11
12 pkg = $(DEB_SOURCE_PACKAGE)
13 pkgdoc = frei0r-plugins-doc
2 %:
3 dh $@
144
155 # to be used with `debian/rules get-orig-source`
166 DEB_UPSTREAM_URL = http://releases.dyne.org/$(pkg)/releases
177 DEB_UPSTREAM_PACKAGE = frei0r-plugins
188 DEB_UPSTREAM_TARBALL_MD5 = 202375d1bcb545c1b6eb8f34e0260ec5
199
20 build/frei0r-plugins-doc::
10 override_dh_auto_build-indep:
11 dh_auto_build -i
2112 make -C doc/
2213
23 clean::
14 override_dh_clean:
15 dh_clean
2416 rm -rf doc/html/
2517 rm -f doc/Makefile