From: quaker Date: Thu, 1 Jan 2009 11:35:17 +0000 (+0000) Subject: Added new set of debian subdirs. X-Git-Tag: 2.0_alpha~312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=210295eedcc0a6b928c7a4ac657198fd38a16121;p=framework%2Fuifw%2Femotion.git Added new set of debian subdirs. BROKEN/etox e ecore e_dbus edje edje_editor edje_viewer eet efreet eina elicit elitaire embryo E-MODULES-EXTRA emotion emphasis empower emprint enhance enity entrance ephoto epsilon esmart estickies etk etk_extra evas evolve ewl exhibit exml expedite imlib2 imlib2_loaders MISC/engage OLD/eclair OLD/engrave OLD/enotes OLD/entrance_edit_gui OLD/e_utils OLD/evoak OLD/examine OLD/iconbar PROTO/etk_server PROTO/exchange PROTO/extrackt rage git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/emotion@38399 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5d6dfb1 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,13 @@ +emotion (0.1.0.042-2) unstable; urgency=low + + * a SVN release. + + -- quaker Sat, 27 Dec 2008 10:02:05 +0100 + + +emotion (0.1.0.042-1) unstable; urgency=low + + * CVS Release. + + -- Falko Schmidt Thu, 01 Apr 2008 15:11:22 +0000 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..1e8b314 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +6 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f869cc8 --- /dev/null +++ b/debian/control @@ -0,0 +1,56 @@ +Source: emotion +Priority: optional +Section: libs +Maintainer: Falko Schmidt +Build-Depends: cdbs, debhelper (>= 6), pkg-config, libeet-dev, libevas-dev, libedje-dev, libecore-dev, libembryo-dev, libxine-dev (>=1.1.0), libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev +Standards-Version: 3.7.3 +Homepage: http://www.enlightenment.org + +Package: libemotion0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, libemotion0-gstreamer, libemotion0-xine +Provides: libemotion, libemotion-bin +Replaces: libemotion-bin +Description: Video playback library used in Enlightenment DR0.17 + This is the emotion library, a wrapper library used in the next-generation + Enlightenment suite for video playback. + . + This package contains the shared libraries. + +Package: libemotion0-dev +Section: libdevel +Architecture: any +Depends: libemotion0 (= ${Source-Version}), libevas-dev, libecore-dev +Provides: libemotion-dev +Replaces: libemotion-dev +Description: Headers, static libraries and documentation for Emotion + This package contains development files for the Emotion library, a wrapper + library used in the next-generation Enlightenment suite for video playback. + . + This package contains headers and static libraries for development with + libemotion. + +Package: libemotion0-xine +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, libemotion0, libxine1 (>=1.1.0) +Provides: libemotion-xine +Replaces: libemotion-xine +Description: Video playback library used in Enlightenment DR0.17 + This is the emotion library, a wrapper library used in the next-generation + Enlightenment suite for video playback. + . + This package provides the xine module for emotion. + +Package: libemotion0-gstreamer +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, libemotion0, gstreamer0.10-plugins-good +Provides: libemotion-gstreamer +Replaces: libemotion-gstreamer +Description: Video playback library used in Enlightenment DR0.17 + This is the emotion library, a wrapper library used in the next-generation + Enlightenment suite for video playback. + . + This package provides the gstreamer module for emotion. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..40a9929 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,40 @@ +This package was debianized by Victor Koeppel on +Sat, 19 Jun 2004 20:20:49 +0200. + +It was downloaded from the e17/libs/emotion module of the enlightenment cvs +tree. For more information, see: + + http://www.enlightenment.org/cvs.html + +Upstream Author: The Rasterman (Carsten Haitzler) + +Copyright: + +Copyright (C) 2000 Carsten Haitzler and various contributors (see AUTHORS) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies of the Software and its Copyright notices. In addition publicly +documented acknowledgment must be given that this software has been used if no +source code of this software is made available publicly. This includes +acknowledgments in either Copyright notices, Manuals, Publicity and Marketing +documents or any documentation provided with any product containing this +software. This License does not apply to any software that links to the +libraries provided by this software (statically or dynamically), but only to +the software provided. + +Please see the COPYING.PLAIN for a plain-english explanation of this notice +and it's intent. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/libemotion0-dev.install b/debian/libemotion0-dev.install new file mode 100644 index 0000000..b8d218e --- /dev/null +++ b/debian/libemotion0-dev.install @@ -0,0 +1,4 @@ +debian/tmp/usr/include/* +debian/tmp/usr/lib/pkgconfig/* +debian/tmp/usr/lib/*.a +debian/tmp/usr/lib/*.so diff --git a/debian/libemotion0-gstreamer.install b/debian/libemotion0-gstreamer.install new file mode 100644 index 0000000..8494825 --- /dev/null +++ b/debian/libemotion0-gstreamer.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/emotion/*gstreamer*.so diff --git a/debian/libemotion0-xine.install b/debian/libemotion0-xine.install new file mode 100644 index 0000000..d801fe9 --- /dev/null +++ b/debian/libemotion0-xine.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/emotion/*xine*.so diff --git a/debian/libemotion0.install b/debian/libemotion0.install new file mode 100644 index 0000000..c688e77 --- /dev/null +++ b/debian/libemotion0.install @@ -0,0 +1,3 @@ +debian/tmp/usr/lib/libemotion.so.* +debian/tmp/usr/bin/emotion_* +debian/tmp/usr/share/emotion/data/theme.edj diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..813b463 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_MAKE_CLEAN_TARGET := clean +DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath + +clean:: + ./autogen.sh --prefix=/usr $(DEB_CONFIGURE_EXTRA_FLAGS)