debian/0000755000000000000000000000000011554557724007205 5ustar debian/compat0000644000000000000000000000000211540663617010375 0ustar 7 debian/copyright0000644000000000000000000000257011540664161011131 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173 Upstream-Name: libomxxvideo Upstream-Contact: Pankaj Sen Giulio Urlini Source: http://sourceforge.net/projects/omxil/ Files: * Copyright: 2007-2009, STMicroelectronics 2007-2009, Nokia Corporation and/or its subsidiary(-ies). License: LGPL-2.1+ Files: debian/* Copyright: 2011, Ying-Chun Liu (PaulLiu) License: LGPL-2.1+ License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian GNU/Linux systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/control0000644000000000000000000000162111540664537010604 0ustar Source: libomxxvideo Section: libs Priority: optional Maintainer: Ying-Chun Liu (PaulLiu) Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libomxil-bellagio-dev, pkg-config, libxv-dev Standards-Version: 3.9.1 Homepage: http://omxil.sourceforge.net/ Package: libomxil-bellagio0-components-xvideo Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: XVideo components for Bellagio OpenMAX IL OpenMAX Integration Layer (IL) is a standard API to access Multimedia Components on mobile platforms. It has been defined by the Khronos group. By means of the OpenMAX IL API, multimedia frameworks can access hardware accelerators on platforms that provide it. . Bellagio is an opensource implementation of the OpenMAX IL API that runs on Linux. . This package contains the XVideo display OpenMAX component that uses the Xlib for the visualization. debian/watch0000644000000000000000000000007111540664135010222 0ustar version=3 http://sf.net/omxil/libomxxvideo-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000011554557126010630 5ustar debian/patches/series0000644000000000000000000000003511554556734012047 0ustar 01_fix_FTBFS_on_64bits.patch debian/patches/01_fix_FTBFS_on_64bits.patch0000644000000000000000000000214211554557126015551 0ustar From: Giulio Urlini Description: [PATCH 1/1] Fix for build on 64 bit machines Avoid error of pointer to integer of different size. Origin: upstream, http://omxil.git.sourceforge.net/git/gitweb.cgi?p=omxil/components;a=commitdiff;h=7c1fc3e3509f305f19defb8fa9032facd925a4d9;hp=f254d4369f60ca6630ef20e96fcd3a25fe8279a7 Bug-Debian: http://bugs.debian.org/622901 Index: libomxxvideo-0.1/src/omx_xvideo_sink_component.c =================================================================== --- libomxxvideo-0.1.orig/src/omx_xvideo_sink_component.c 2011-04-23 22:11:07.925040999 +0800 +++ libomxxvideo-0.1/src/omx_xvideo_sink_component.c 2011-04-23 22:11:36.070749692 +0800 @@ -77,7 +77,7 @@ return OMX_ErrorInsufficientResources; } } else { - DEBUG(DEB_LEV_FUNCTION_NAME, "In %s, Error Component %x Already Allocated\n", __func__, (int)openmaxStandComp->pComponentPrivate); + DEBUG(DEB_LEV_FUNCTION_NAME, "In %s, Error Component %p Already Allocated\n", __func__, openmaxStandComp->pComponentPrivate); } omx_xvideo_sink_component_Private = openmaxStandComp->pComponentPrivate; debian/source/0000755000000000000000000000000011540663510010467 5ustar debian/source/format0000644000000000000000000000001411540663510011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000056511554557202011054 0ustar libomxxvideo (0.1-2) unstable; urgency=low * 01_fix_FTBFS_on_64bits.patch: Fix FTBFS on 64 bits system (Closes: #622901) -- Ying-Chun Liu (PaulLiu) Sat, 23 Apr 2011 22:13:09 +0800 libomxxvideo (0.1-1) unstable; urgency=low * Initial release (Closes: #615169) -- Ying-Chun Liu (PaulLiu) Fri, 18 Mar 2011 22:13:21 +0800 debian/rules0000755000000000000000000000052011540663617010254 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- --libdir=/usr/lib/libomxil-bellagio0 override_dh_makeshlibs: dh_makeshlibs -Xlibomx override_dh_auto_install: dh_auto_install find debian -name '*.la' -exec rm {} \; debian/docs0000644000000000000000000000001411540663617010045 0ustar NEWS README