--- crystalhd-0.0~git20101029.6df10a0.orig/debian/changelog +++ crystalhd-0.0~git20101029.6df10a0/debian/changelog @@ -0,0 +1,18 @@ +crystalhd (1:0.0~git20101029.6df10a0-1~ppa1~lucid) lucid; urgency=low + + * Upload to PPA for lucid + + -- Nathan Rennie-Waldock Fri, 14 Oct 2011 21:50:41 +0100 + +crystalhd (1:0.0~git20101029.6df10a0-1~) hardy; urgency=low + + * Upload to XBMC PPA. + * This is really version 1:0.0~git20100815.6df10a0-1~ with the date changed. + + -- Andres Mejia Fri, 29 Oct 2010 13:50:31 -0400 + +crystalhd (1:0.0~git20100815.6df10a0-1) unstable; urgency=low + + * Initial release. (Closes: #577130) + + -- Andres Mejia Mon, 16 Aug 2010 01:56:06 -0400 --- crystalhd-0.0~git20101029.6df10a0.orig/debian/compat +++ crystalhd-0.0~git20101029.6df10a0/debian/compat @@ -0,0 +1 @@ +7 --- crystalhd-0.0~git20101029.6df10a0.orig/debian/rules +++ crystalhd-0.0~git20101029.6df10a0/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f +%: + dh --with quilt $@ + +override_dh_auto_build: + make -C linux_lib/libcrystalhd + +override_dh_auto_install: + make install -C linux_lib/libcrystalhd DESTDIR=$(CURDIR)/debian/tmp + +override_dh_auto_clean: + dh_clean + make clean -C linux_lib/libcrystalhd --- crystalhd-0.0~git20101029.6df10a0.orig/debian/copyright +++ crystalhd-0.0~git20101029.6df10a0/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~git20101029.6df10a0.orig/debian/control +++ crystalhd-0.0~git20101029.6df10a0/debian/control @@ -0,0 +1,34 @@ +Source: crystalhd +Priority: extra +Maintainer: Debian multimedia packages maintainers +Uploaders: Andres Mejia , + Ouattara Oumar Aziz (alias wattazoum) +Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~), +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: libcrystalhd3 (= ${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: libcrystalhd3 +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~git20101029.6df10a0.orig/debian/README.source +++ crystalhd-0.0~git20101029.6df10a0/debian/README.source @@ -0,0 +1 @@ +This package uses quilt for patching. See /usr/share/doc/quilt/README.source. --- crystalhd-0.0~git20101029.6df10a0.orig/debian/libcrystalhd3.install +++ crystalhd-0.0~git20101029.6df10a0/debian/libcrystalhd3.install @@ -0,0 +1 @@ +usr/lib/lib*.so.* --- crystalhd-0.0~git20101029.6df10a0.orig/debian/libcrystalhd-dev.install +++ crystalhd-0.0~git20101029.6df10a0/debian/libcrystalhd-dev.install @@ -0,0 +1,2 @@ +usr/include/* +usr/lib/*.so --- crystalhd-0.0~git20101029.6df10a0.orig/debian/crystalhd-get-orig-source +++ crystalhd-0.0~git20101029.6df10a0/debian/crystalhd-get-orig-source @@ -0,0 +1,19 @@ +#!/bin/sh + +# Script used to generate the orig source tarball for crystalhd. + +CRYSTALHD_GIT_URL="git://git.wilsonet.com/crystalhd.git" +CRYSTALHD_GIT_COMMIT="6df10a0599b5adf7e6f08529f0954a3fa24ad0ad" +DATE_RETRIEVED="20100815" +COMMIT_SHORT_FORM="$(echo $CRYSTALHD_GIT_COMMIT | \ + sed -e 's/^\([[:xdigit:]]\{,7\}\).*/\1/')" +CRYSTALHD_VERSION="0.0~git${DATE_RETRIEVED}.${COMMIT_SHORT_FORM}" + +git clone "$CRYSTALHD_GIT_URL" "crystalhd-${CRYSTALHD_VERSION}" +cd "crystalhd-${CRYSTALHD_VERSION}" +git checkout "$CRYSTALHD_GIT_COMMIT" +rm -rf .git .gitignore driver examples filters firmware include/flea \ + export-driver-for-staging.sh +cd .. +tar --exclude-vcs -czf "crystalhd_${CRYSTALHD_VERSION}.orig.tar.gz" \ + "crystalhd-${CRYSTALHD_VERSION}/" --- crystalhd-0.0~git20101029.6df10a0.orig/debian/patches/series +++ crystalhd-0.0~git20101029.6df10a0/debian/patches/series @@ -0,0 +1 @@ +exclude-firmware.patch --- crystalhd-0.0~git20101029.6df10a0.orig/debian/patches/exclude-firmware.patch +++ crystalhd-0.0~git20101029.6df10a0/debian/patches/exclude-firmware.patch @@ -0,0 +1,19 @@ +Patch to exclude firmware installation with library. +========================================================================== +--- a/linux_lib/libcrystalhd/Makefile ++++ b/linux_lib/libcrystalhd/Makefile +@@ -53,14 +53,11 @@ + + install: + mkdir -p $(DESTDIR)$(LIBDIR) +- mkdir -p $(DESTDIR)/lib/firmware + mkdir -p $(DESTDIR)/usr/include/libcrystalhd + cp libcrystalhd_if.h $(DESTDIR)/usr/include/libcrystalhd/ + cp $(ROOTDIR)/include/bc_dts_defs.h $(DESTDIR)/usr/include/libcrystalhd/ + cp $(ROOTDIR)/include/bc_dts_types.h $(DESTDIR)/usr/include/libcrystalhd/ + cp $(ROOTDIR)/include/libcrystalhd_version.h $(DESTDIR)/usr/include/libcrystalhd/ +- cp $(ROOTDIR)/firmware/fwbin/70012/bcm70012fw.bin $(DESTDIR)/lib/firmware/ +- cp $(ROOTDIR)/firmware/fwbin/70015/bcm70015fw.bin $(DESTDIR)/lib/firmware/ + install -m 755 $(BCLIB) $(DESTDIR)$(LIBDIR) + (cd $(DESTDIR)$(LIBDIR); ln -sf $(BCLIB) $(BCLIB_NAME)) + (cd $(DESTDIR)$(LIBDIR); ln -sf $(BCLIB) $(BCLIB_SL)) --- crystalhd-0.0~git20101029.6df10a0.orig/debian/source/format +++ crystalhd-0.0~git20101029.6df10a0/debian/source/format @@ -0,0 +1 @@ +1.0