From daf6fa8158399dd0d3803e936c92b3eb0417a885 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 15 Nov 2010 13:37:08 +0100 Subject: [PATCH] crystalhd: add metafile support Signed-off-by: Stephan Raue --- packages/multimedia/crystalhd/build | 3 --- packages/multimedia/crystalhd/install | 2 -- packages/multimedia/crystalhd/meta | 14 ++++++++++++++ ...diff => crystalhd-171-crosscompiling-0.1.patch} | 0 ...f => crystalhd-171-use_8_DMA_buffers-0.1.patch} | 0 packages/multimedia/crystalhd/url | 1 - 6 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 packages/multimedia/crystalhd/meta rename packages/multimedia/crystalhd/patches/{010-crystalhd-crosscompiling-0.1.diff => crystalhd-171-crosscompiling-0.1.patch} (100%) rename packages/multimedia/crystalhd/patches/{crystalhd-171-use_8_DMA_buffers-0.1.diff => crystalhd-171-use_8_DMA_buffers-0.1.patch} (100%) delete mode 100644 packages/multimedia/crystalhd/url diff --git a/packages/multimedia/crystalhd/build b/packages/multimedia/crystalhd/build index f7ab019a4f..9a167377be 100755 --- a/packages/multimedia/crystalhd/build +++ b/packages/multimedia/crystalhd/build @@ -2,9 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build linux - cd $PKG_BUILD/driver/linux ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ diff --git a/packages/multimedia/crystalhd/install b/packages/multimedia/crystalhd/install index adf14ced80..cdbc0dde0c 100755 --- a/packages/multimedia/crystalhd/install +++ b/packages/multimedia/crystalhd/install @@ -2,8 +2,6 @@ . config/options $1 -$SCRIPTS/build busybox-hosttools - VER=`ls $BUILD/linux*/modules/lib/modules` mkdir -p $INSTALL/lib/firmware diff --git a/packages/multimedia/crystalhd/meta b/packages/multimedia/crystalhd/meta new file mode 100644 index 0000000000..1396062053 --- /dev/null +++ b/packages/multimedia/crystalhd/meta @@ -0,0 +1,14 @@ +PKG_NAME="crystalhd" +PKG_VERSION="171" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://code.google.com/p/crystalhd-for-osx/" +PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2" +PKG_DEPENDS="linux" +PKG_BUILD_DEPENDS="toolchain busybox-hosttools linux" +PKG_PRIORITY="optional" +PKG_SECTION="multimedia" +PKG_SHORTDESC="crystalhd: OSX and Linux driver and library support for the Broadcom Crystal HD Video Accelerator." +PKG_LONGDESC="OSX and Linux driver and library support for the Broadcom Crystal HD Video Accelerator. Supported under XBMC for Mac on the AppleTV and under 10.4 and 10.5 OSX platforms." +PKG_IS_ADDON="no" diff --git a/packages/multimedia/crystalhd/patches/010-crystalhd-crosscompiling-0.1.diff b/packages/multimedia/crystalhd/patches/crystalhd-171-crosscompiling-0.1.patch similarity index 100% rename from packages/multimedia/crystalhd/patches/010-crystalhd-crosscompiling-0.1.diff rename to packages/multimedia/crystalhd/patches/crystalhd-171-crosscompiling-0.1.patch diff --git a/packages/multimedia/crystalhd/patches/crystalhd-171-use_8_DMA_buffers-0.1.diff b/packages/multimedia/crystalhd/patches/crystalhd-171-use_8_DMA_buffers-0.1.patch similarity index 100% rename from packages/multimedia/crystalhd/patches/crystalhd-171-use_8_DMA_buffers-0.1.diff rename to packages/multimedia/crystalhd/patches/crystalhd-171-use_8_DMA_buffers-0.1.patch diff --git a/packages/multimedia/crystalhd/url b/packages/multimedia/crystalhd/url deleted file mode 100644 index ec02158bb9..0000000000 --- a/packages/multimedia/crystalhd/url +++ /dev/null @@ -1 +0,0 @@ -http://sources.openelec.tv/svn/crystalhd-171.tar.bz2 \ No newline at end of file