debian/0000755000000000000000000000000011703207000007154 5ustar debian/watch0000644000000000000000000000004611703206133010213 0ustar # Upstream currently has no releases. debian/control0000644000000000000000000000136611703206556010604 0ustar Source: firmware-crystalhd Priority: optional Maintainer: Andres Mejia Build-Depends: debhelper (>= 7.0.50~), Standards-Version: 3.9.2 Section: non-free/kernel Homepage: http://www.broadcom.com/support/crystal_hd/ Vcs-Git: git://anonscm.debian.org/collab-maint/firmware-crystalhd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/firmware-crystalhd.git Package: firmware-crystalhd Architecture: all Depends: ${misc:Depends} Suggests: initramfs-tools, linux-image Description: Crystal HD Video Decoder (firmware) 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 CrystalHD firmware. debian/source/0000755000000000000000000000000011703206133010462 5ustar debian/source/format0000644000000000000000000000001411703206133011670 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000005211703206133012075 0ustar unapply-patches abort-on-upstream-changes debian/firmware-crystalhd-get-orig-source0000755000000000000000000000343711703206133015737 0ustar #!/bin/sh # Script used to generate the orig source tarball for firmware-crystalhd. FIRMWARE_CRYSTALHD_GIT_URL="git://linuxtv.org/jarod/crystalhd.git" FIRMWARE_CRYSTALHD_GIT_COMMIT="fdd2f19ac739a3db1fd7469ea19ceaefe0822e5a" DATE_RETRIEVED="20120110" COMMIT_SHORT_FORM="$(echo $FIRMWARE_CRYSTALHD_GIT_COMMIT | \ sed -e 's/^\([[:xdigit:]]\{,7\}\).*/\1/')" FIRMWARE_CRYSTALHD_VERSION="0.0~git${DATE_RETRIEVED}.${COMMIT_SHORT_FORM}" git clone "$FIRMWARE_CRYSTALHD_GIT_URL" "firmware-crystalhd-${FIRMWARE_CRYSTALHD_VERSION}" cd "firmware-crystalhd-${FIRMWARE_CRYSTALHD_VERSION}" git checkout "$FIRMWARE_CRYSTALHD_GIT_COMMIT" rm -rf .git driver examples export-driver-for-staging.sh filters include \ linux_lib find . -name .gitignore -delete cd .. # Remove temp files and other cruft from source tarball # The find command snippet here was taken from debhelper's dh_clean command # with some modification to delete more unneeded files. echo "Removing temp files and other cruft from source tarball" find "firmware-crystalhd-${FIRMWARE_CRYSTALHD_VERSION}" \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ -o -name config.status -o -name config.cache -o -name config.log \ \) -exec rm -f "{}" \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf "{}" \; \) \) # Remove empty directories echo "Removing empty directories" find "firmware-crystalhd-${FIRMWARE_CRYSTALHD_VERSION}" -type d -empty -delete # Generate tarball tar --exclude-vcs -czf "firmware-crystalhd_${FIRMWARE_CRYSTALHD_VERSION}.orig.tar.gz" \ "firmware-crystalhd-${FIRMWARE_CRYSTALHD_VERSION}/" debian/compat0000644000000000000000000000000211703206133010360 0ustar 7 debian/firmware-crystalhd.install0000644000000000000000000000011011703206133014351 0ustar firmware/fwbin/70012/* lib/firmware firmware/fwbin/70015/* lib/firmware debian/rules0000755000000000000000000000003511703206133010240 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000600211703206133011113 0ustar This package was downloaded from http://git.linuxtv.org/jarod/crystalhd.git Upstream Contacts: Broadcom Corporation (http://www.broadcom.com/contact/) CrystalHD firmware Copyright: FIRMWARE BINARIES ARE DISTRIBUTED UNDER THE FOLLOWING LICENSE - BINARIES COVERED WITH THIS LICENSE ARE bcm70015fw.bin and bcm70012fw.bin Copyright 2007-2010 Broadcom Corporation Redistribution and use in binary forms of this software, without modification, are permitted provided that the following conditions are met: Redistributions must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of Broadcom nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED “AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BROADCOM BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The above notice is found in a source file for the crystalhd package. It can be read from http://git.linuxtv.org/jarod/crystalhd.git/blob/HEAD:/linux_lib/libcrystalhd/libcrystalhd_fwcmds.cpp The Debian packaging is: Copyright (C) 2012 Andres Mejia All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/gbp.conf0000644000000000000000000000003611702462354010610 0ustar [DEFAULT] pristine-tar = True debian/changelog0000644000000000000000000000027711703207000011034 0ustar firmware-crystalhd (0.0~git20120110.fdd2f19-1) unstable; urgency=low * Initial release of firmware (Closes: #655427) -- Andres Mejia Tue, 10 Jan 2012 23:19:59 -0500