Tidy control file: Newline-delimit package relations. Rewrap long descriptions at 72 chars.
Jonas Smedegaard
13 years ago
| 5 | 5 | Vcs-Git: git://git.debian.org/git/pkg-multimedia/frei0r |
| 6 | 6 | Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/frei0r.git |
| 7 | 7 | Homepage: http://www.piksel.org/frei0r |
| 8 | Build-Depends: cdbs, debhelper (>> 5.0.0), pkg-config, libcv-dev, libgavl-dev (>= 1.1.0), | |
| 9 | libtool, autoconf, automake, | |
| 10 | libcvaux-dev, libhighgui-dev | |
| 8 | Build-Depends: cdbs, | |
| 9 | debhelper (>> 5.0.0), | |
| 10 | libtool, | |
| 11 | automake, | |
| 12 | autoconf, | |
| 13 | pkg-config, | |
| 14 | libcv-dev, | |
| 15 | libgavl-dev (>= 1.1.0), | |
| 16 | libcvaux-dev, | |
| 17 | libhighgui-dev | |
| 11 | 18 | Standards-Version: 3.8.3 |
| 12 | 19 | |
| 13 | 20 | Package: frei0r-plugins |
| 14 | 21 | Section: video |
| 15 | 22 | Architecture: any |
| 16 | Depends: ${shlibs:Depends}, ${misc:Depends} | |
| 23 | Depends: ${shlibs:Depends}, | |
| 24 | ${misc:Depends} | |
| 17 | 25 | Conflicts: frei0r (<= 1.1.22) |
| 18 | 26 | Replaces: frei0r |
| 19 | 27 | Description: minimalistic plugin API for video effects, plugins collection |
| 20 | 28 | frei0r is a minimalistic plugin API for video sources and filters. The |
| 21 | 29 | behavior of the effects can be controlled from the host by simple |
| 22 | 30 | parameters. The intent is to solve the recurring reimplementation or |
| 23 | adaptation issue of standard effects. It is not meant as a generic API for | |
| 24 | all kinds of video applications. | |
| 31 | adaptation issue of standard effects. It is not meant as a generic API | |
| 32 | for all kinds of video applications. | |
| 25 | 33 | . |
| 26 | frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open Movie | |
| 27 | Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). | |
| 34 | frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open | |
| 35 | Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). | |
| 28 | 36 | . |
| 29 | 37 | This package contains a collection of plugins. |
| 30 | 38 | |
| 38 | 46 | frei0r is a minimalistic plugin API for video sources and filters. The |
| 39 | 47 | behavior of the effects can be controlled from the host by simple |
| 40 | 48 | parameters. The intent is to solve the recurring reimplementation or |
| 41 | adaptation issue of standard effects. It is not meant as a generic API for | |
| 42 | all kinds of video applications. | |
| 49 | adaptation issue of standard effects. It is not meant as a generic API | |
| 50 | for all kinds of video applications. | |
| 43 | 51 | . |
| 44 | frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open Movie | |
| 45 | Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). | |
| 52 | frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open | |
| 53 | Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). | |
| 46 | 54 | . |
| 47 | This package contains the header needed to enable frei0r in other package | |
| 48 | at build time. | |
| 55 | This package contains the header needed to enable frei0r in other | |
| 56 | package at build time. | |
| 49 | 57 | |
| 50 | 58 | Package: frei0r-plugins-doc |
| 51 | 59 | Section: doc |
| 57 | 65 | frei0r is a minimalistic plugin API for video sources and filters. The |
| 58 | 66 | behavior of the effects can be controlled from the host by simple |
| 59 | 67 | parameters. The intent is to solve the recurring reimplementation or |
| 60 | adaptation issue of standard effects. It is not meant as a generic API for | |
| 61 | all kinds of video applications. | |
| 68 | adaptation issue of standard effects. It is not meant as a generic API | |
| 69 | for all kinds of video applications. | |
| 62 | 70 | . |
| 63 | frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open Movie | |
| 64 | Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). | |
| 71 | frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open | |
| 72 | Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). | |
| 65 | 73 | . |
| 66 | 74 | This package contains the API documentation. |
| 67 | ||