From 64b8b7281a185a6e4d054fe8626a2f35f4ae61fa Mon Sep 17 00:00:00 2001 From: Poyraz76 Date: Thu, 20 Aug 2015 16:55:12 +0300 Subject: [PATCH] crystalhd --- multimedia/video/crystalhd/actions.py | 25 ++++++++ multimedia/video/crystalhd/pspec.xml | 69 +++++++++++++++++++++ multimedia/video/crystalhd/translations.xml | 20 ++++++ 3 files changed, 114 insertions(+) create mode 100644 multimedia/video/crystalhd/actions.py create mode 100644 multimedia/video/crystalhd/pspec.xml create mode 100644 multimedia/video/crystalhd/translations.xml diff --git a/multimedia/video/crystalhd/actions.py b/multimedia/video/crystalhd/actions.py new file mode 100644 index 0000000000..8ecfedc67d --- /dev/null +++ b/multimedia/video/crystalhd/actions.py @@ -0,0 +1,25 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +WorkDir = "crystalhd" + +def build(): + #libcrystalhd and crystalhd-firmware + shelltools.cd('linux_lib/libcrystalhd') + autotools.make('clean') + autotools.make() + +def install(): + pisitools.dodoc('COPYING') + #libcrystalhd and crystalhd-firmware + shelltools.cd('linux_lib/libcrystalhd') + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + diff --git a/multimedia/video/crystalhd/pspec.xml b/multimedia/video/crystalhd/pspec.xml new file mode 100644 index 0000000000..5dac3b420e --- /dev/null +++ b/multimedia/video/crystalhd/pspec.xml @@ -0,0 +1,69 @@ + + + + + crystalhd + http://www.broadcom.com/support/crystal_hd/ + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + library + Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD + Drivers for Broadcom's BCM70012 and BCM70015 Crystal HD + http://source.pisilinux.org/1.0/crystalhd.tar.xz + + + libcrystalhd + + /usr/lib/libcrystalhd.so + /usr/lib/libcrystalhd.so.3 + /usr/lib/libcrystalhd.so.3.6 + /usr/share/doc + + + + libcrystalhd-devel + + libcrystalhd + + + /usr/include/libcrystalhd/bc_dts_defs.h + /usr/include/libcrystalhd/bc_dts_types.h + /usr/include/libcrystalhd/libcrystalhd_if.h + /usr/include/libcrystalhd/libcrystalhd_version.h + + + + crystalhd-firmware + + /lib/firmware + + + + + + 2014-05-20 + 20100703 + Rebuild + Serdar Soytetir + kaptan@pisilinux.org + + + 2014-01-21 + 20100703 + Rebuild + Stefan Gronewold(groni) + groni@pisilinux.org + + + 2011-10-24 + 20100703 + First release + Erdem Artan + erdem.artan@linux.org.tr + + + diff --git a/multimedia/video/crystalhd/translations.xml b/multimedia/video/crystalhd/translations.xml new file mode 100644 index 0000000000..0da71a1f56 --- /dev/null +++ b/multimedia/video/crystalhd/translations.xml @@ -0,0 +1,20 @@ + + + + crystalhd + Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri + Broadcom BCM70012 ve BCM70015 için Crystal HD sürücüleri + + + libcrystalhd + Broadcom Crystal HD için kütüphane + + + libcrystalhd-devel + Broadcom Crystal HD için geliştirici dosyaları + + + crystalhd-firmware + Broadcom Crystal HD firmware dosyaları + +