--- crystalhd-0.0~git20100118.orig/Makefile +++ crystalhd-0.0~git20100118/Makefile @@ -0,0 +1,22 @@ + +all: libraries +#all: driver/linux/configure driver libraries + +#driver/linux/configure: +# autoconf -o driver/linux/configure driver/linux/configure.ac + +#driver: driver/linux/configure +# cd driver/linux/ && ./configure +# make -C driver/linux + +libraries: + make -C linux_lib/libcrystalhd + +install: install-libs + +#install-headers: +# install -d include $(destdir)/usr/include + +install-libs: libraries + make install -C linux_lib/libcrystalhd DESTDIR=$(destdir) + --- crystalhd-0.0~git20100118.orig/debian/control +++ crystalhd-0.0~git20100118/debian/control @@ -0,0 +1,33 @@ +Source: crystalhd +Priority: extra +Maintainer: Andres Mejia +Uploaders: Ouattara Oumar Aziz (alias wattazoum) +Build-Depends: debhelper (>= 7.0.50~), +Standards-Version: 3.9.1 +Section: libs +Homepage: http://www.broadcom.com/support/crystal_hd/ +Vcs-Git: git://git.debian.org/git/pkg-multimedia/crystalhd.git +Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/crystalhd.git + +Package: libcrystalhd-dev +Section: libdevel +Architecture: any +Depends: libcrystalhd1 (= ${binary:Version}), + ${shlibs:Depends}, ${misc:Depends} +Description: Crystal HD Video Decoder (development files) + Crystal HD Solution is a product offered by Broadcom. It is used to enable + flawless playback of 1080p high definition video across a wide range of + systems. + . + This package contains the files necessary for development. + +Package: libcrystalhd1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Crystal HD Video Decoder (shared library) + Crystal HD Solution is a product offered by Broadcom. It is used to enable + flawless playback of 1080p high definition video across a wide range of + systems. + . + This package contains the shared library. --- crystalhd-0.0~git20100118.orig/debian/libcrystalhd1.install +++ crystalhd-0.0~git20100118/debian/libcrystalhd1.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- crystalhd-0.0~git20100118.orig/debian/libcrystalhd-dev.install +++ crystalhd-0.0~git20100118/debian/libcrystalhd-dev.install @@ -0,0 +1 @@ +usr/include/* --- crystalhd-0.0~git20100118.orig/debian/rules +++ crystalhd-0.0~git20100118/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_install: + make install destdir=$(CURDIR)/debian/tmp + --- crystalhd-0.0~git20100118.orig/debian/copyright +++ crystalhd-0.0~git20100118/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Ouattara Oumar Aziz (alias wattazoum) + on Mon, 18 Jan 2010 21:12:59 +0100. + +It was downloaded from http://git.wilsonet.com/crystalhd.git/ + +Upstream Author(s): + + Broadcom Corporation (http://www.broadcom.com/contact/) + +Copyright: + + Copyright (c) 2004-2009, Broadcom Corporation + +License: + + This package 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 of the License, or (at your option) any later version. + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2'. + +The Debian packaging is: + + Copyright (C) 2010 Ouattara Oumar Aziz (alias wattazoum) + + +and is licensed under the same terms as crystalhd. --- crystalhd-0.0~git20100118.orig/debian/compat +++ crystalhd-0.0~git20100118/debian/compat @@ -0,0 +1 @@ +7 --- crystalhd-0.0~git20100118.orig/debian/changelog +++ crystalhd-0.0~git20100118/debian/changelog @@ -0,0 +1,27 @@ +crystalhd (1:0.0~git20100118-1~) hardy; urgency=low + + * Upload for XBMC PPA. + * Make version less than version to be uploaded in Debian sid. + + -- Andres Mejia Tue, 10 Aug 2010 23:06:49 -0400 + +crystalhd (1:0.0~git20100118-1) unstable; urgency=low + + [ Ouattara Oumar Aziz (alias wattazoum) ] + * Initial release. (Closes: #577130) + + [ Andres Mejia ] + * Fixup version. + * Build depend on debhelper (>= 7.0.50~). + * Bump Standards-Version to 3.9.1. + * Explicitly use source format 1.0. + * Update Vcs-* entries to point to location where packaging is done. + * Remove template README.Debian file. + * Remove unneeded debian/.dirs files and debian/dirs. + * Make myself maintainer and Ouattara an Uploader. + * Ensure the packaging is licensed under the same terms as crystalhd. + * Fixup copyright file. + * Fixup descriptions of packages. + * Remove unnecessary build dependencies on cmake and automake. + + -- Andres Mejia Tue, 10 Aug 2010 23:00:00 -0400 --- crystalhd-0.0~git20100118.orig/debian/source/format +++ crystalhd-0.0~git20100118/debian/source/format @@ -0,0 +1 @@ +1.0