diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..101b8fb --- /dev/null +++ b/debian/changelog @@ -0,0 +1,46 @@ +frei0r (1.1.22git20090209-1) unstable; urgency=low + + * First official debian package (Closes: #514639). + * Import some fixes from upstream. + * Switch to cdbs. + * Build-depend on pkg-config. + * Use installed documentation. + * Remove watch file (source code in git repository). + * Rename source package in frei0r. + * Rename plugins binary package in frei0r-plugins. + * Rename libfrei0r-* in frei0r-plugins-*. + + -- Luca Bigliardi Thu, 26 Feb 2009 15:03:02 +0100 + +frei0r-plugins (1.1.22-0.2) unstable; urgency=low + + * Rebuild against the latest libgavl-dev 1.1.0 + + -- Christian Marillat Mon, 02 Feb 2009 12:21:15 +0100 + +frei0r-plugins (1.1.22-0.1) unstable; urgency=low + + * Update watch file. + * Build against the latest libgavl-dev 1.0.1 + + -- Christian Marillat Thu, 11 Dec 2008 23:56:33 +0100 + +frei0r-plugins (1.1.22-0.0) unstable; urgency=low + + * New upstream release. + + -- Christian Marillat Wed, 29 Oct 2008 08:23:52 +0100 + +frei0r (1.1.21git20081022-0.0) unstable; urgency=low + + * Update the version number to the real version 1.1.21 + * Remove the water plugin who doesn't work. I'll add this plugin later. + + -- Christian Marillat Thu, 23 Oct 2008 10:50:10 +0200 + +frei0r (1.1git20081022-0.0) unstable; urgency=low + + * Initial release. + + -- Christian Marillat Wed, 22 Oct 2008 16:06:34 +0200 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b659362 --- /dev/null +++ b/debian/control @@ -0,0 +1,61 @@ +Source: frei0r +Section: graphics +Priority: optional +Maintainer: Luca Bigliardi +Uploaders: Denis Rojo +DM-Upload-Allowed: yes +Vcs-Git: git://git.dyne.org/frei0r.git +Vcs-Browser: http://git.dyne.org/?r=frei0r +Homepage: http://www.piksel.org/frei0r +Build-Depends: cdbs, debhelper (>> 5.0.0), pkg-config, libcv-dev, libgavl-dev (>= 1.1.0) +Standards-Version: 3.8.0 + +Package: frei0r-plugins +Section: graphics +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +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} +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} +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/copyright b/debian/copyright new file mode 100644 index 0000000..ec3291e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +This package was debianized by Christian Marillat on +Wed, 22 Oct 2008 16:06:34 +0200. + +It was downloaded from http://www.piksel.org/frei0r + +Upstream Authors: + + See the AUTHORS in /usr/share/doc/frei0r-plugins + +Copyright: + + Copyright © 2008 /usr/share/doc/frei0r-plugins/AUTHORS + +License: + + You should have received a copy of the GNU General Public License with the + Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if + not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth + Floor, Boston, MA 02110-1301, USA. + diff --git a/debian/frei0r-plugins-dev.install b/debian/frei0r-plugins-dev.install new file mode 100644 index 0000000..bf05562 --- /dev/null +++ b/debian/frei0r-plugins-dev.install @@ -0,0 +1 @@ +usr/include/ diff --git a/debian/frei0r-plugins-doc.doc-base b/debian/frei0r-plugins-doc.doc-base new file mode 100644 index 0000000..fea241c --- /dev/null +++ b/debian/frei0r-plugins-doc.doc-base @@ -0,0 +1,9 @@ +Document: frei0r +Title: A minimalistic plugin API for video effects +Author: doxygen +Abstract: A minimalistic plugin API for video effects +Section: Graphics + +Format: HTML +Index: /usr/share/doc/frei0r-plugins-1.1/html/index.html +Files: /usr/share/doc/frei0r-plugins-1.1/html/*.html diff --git a/debian/frei0r-plugins-doc.install b/debian/frei0r-plugins-doc.install new file mode 100644 index 0000000..7276ecd --- /dev/null +++ b/debian/frei0r-plugins-doc.install @@ -0,0 +1 @@ +usr/share/doc diff --git a/debian/frei0r-plugins.install b/debian/frei0r-plugins.install new file mode 100644 index 0000000..fa0d100 --- /dev/null +++ b/debian/frei0r-plugins.install @@ -0,0 +1 @@ +usr/lib/frei0r-1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..42e7a17 --- /dev/null +++ b/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +DEB_DH_INSTALL_SOURCEDIR=debian/tmp + +include /usr/share/cdbs/1/rules/buildcore.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +