diff --git a/debian/control b/debian/control deleted file mode 100644 index 7f2f4d6..0000000 --- a/debian/control +++ /dev/null @@ -1,75 +0,0 @@ -Source: frei0r -Section: video -Priority: optional -Maintainer: Debian Multimedia Maintainers -Uploaders: Jonas Smedegaard , - IOhannes m zmölnig (Debian/GNU) -Vcs-Git: git://git.debian.org/git/pkg-multimedia/frei0r -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/frei0r.git -Homepage: http://www.piksel.org/frei0r -Build-Depends: cdbs, - autotools-dev, - debhelper, - dh-buildinfo, - pkg-config, - libgavl-dev, - libcairo2-dev, - libopencv-dev -Build-Depends-Indep: doxygen -Standards-Version: 3.9.5 - -Package: frei0r-plugins -Section: video -Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} -Conflicts: frei0r (<= 1.1.22) -Replaces: frei0r -Description: minimalistic plugin API for video effects, plugins collection - frei0r is a minimalistic plugin API for video sources and filters. The - behavior of the effects can be controlled from the host by simple - parameters. The intent is to solve the recurring reimplementation or - adaptation issue of standard effects. It is not meant as a generic API - for all kinds of video applications. - . - frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open - Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). - . - This package contains a collection of plugins. - -Package: frei0r-plugins-dev -Section: devel -Architecture: any -Depends: ${misc:Depends} -Conflicts: frei0r-dev (<= 1.1.22) -Replaces: frei0r-dev -Description: minimalistic plugin API for video effects, header files - frei0r is a minimalistic plugin API for video sources and filters. The - behavior of the effects can be controlled from the host by simple - parameters. The intent is to solve the recurring reimplementation or - adaptation issue of standard effects. It is not meant as a generic API - for all kinds of video applications. - . - frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open - Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). - . - This package contains the header needed to enable frei0r in other - package at build time. - -Package: frei0r-plugins-doc -Section: doc -Architecture: all -Depends: ${misc:Depends} -Conflicts: frei0r-doc (<= 1.1.22) -Replaces: frei0r-doc -Description: minimalistic plugin API for video effects, API documentation - frei0r is a minimalistic plugin API for video sources and filters. The - behavior of the effects can be controlled from the host by simple - parameters. The intent is to solve the recurring reimplementation or - adaptation issue of standard effects. It is not meant as a generic API - for all kinds of video applications. - . - frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open - Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). - . - This package contains the API documentation. diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..d1e7ca6 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,72 @@ +Source: frei0r +Section: video +Priority: optional +Maintainer: Debian Multimedia Maintainers +Uploaders: Jonas Smedegaard , + IOhannes m zmölnig (Debian/GNU) +Vcs-Git: git://git.debian.org/git/pkg-multimedia/frei0r +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/frei0r.git +Homepage: http://www.piksel.org/frei0r +Build-Depends: pkg-config, + libgavl-dev, + libcairo2-dev, + libopencv-dev, + @cdbs@ +Build-Depends-Indep: doxygen +Standards-Version: 3.9.5 + +Package: frei0r-plugins +Section: video +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends} +Conflicts: frei0r (<= 1.1.22) +Replaces: frei0r +Description: minimalistic plugin API for video effects, plugins collection + frei0r is a minimalistic plugin API for video sources and filters. The + behavior of the effects can be controlled from the host by simple + parameters. The intent is to solve the recurring reimplementation or + adaptation issue of standard effects. It is not meant as a generic API + for all kinds of video applications. + . + frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open + Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). + . + This package contains a collection of plugins. + +Package: frei0r-plugins-dev +Section: devel +Architecture: any +Depends: ${misc:Depends} +Conflicts: frei0r-dev (<= 1.1.22) +Replaces: frei0r-dev +Description: minimalistic plugin API for video effects, header files + frei0r is a minimalistic plugin API for video sources and filters. The + behavior of the effects can be controlled from the host by simple + parameters. The intent is to solve the recurring reimplementation or + adaptation issue of standard effects. It is not meant as a generic API + for all kinds of video applications. + . + frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open + Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). + . + This package contains the header needed to enable frei0r in other + package at build time. + +Package: frei0r-plugins-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Conflicts: frei0r-doc (<= 1.1.22) +Replaces: frei0r-doc +Description: minimalistic plugin API for video effects, API documentation + frei0r is a minimalistic plugin API for video sources and filters. The + behavior of the effects can be controlled from the host by simple + parameters. The intent is to solve the recurring reimplementation or + adaptation issue of standard effects. It is not meant as a generic API + for all kinds of video applications. + . + frei0r plugins are used by several projects (e.g.: LiVES, Veejay, Open + Movie Editor, FreeJ, Pure Data Visual Junk Tools, MLT framework). + . + This package contains the API documentation.