From 6e91d9cbece9de178973c42152545d4a246c3857 Mon Sep 17 00:00:00 2001 From: Ryan Mullen Date: Sun, 13 Jan 2013 00:33:25 -0500 Subject: [PATCH] Introducing gst-plugins-marvell --- gst-plugins-marvell/.footprint | 37 ++++++++++++++++++++++++++++++++++ gst-plugins-marvell/.md5sum | 1 + gst-plugins-marvell/Pkgfile | 20 ++++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 gst-plugins-marvell/.footprint create mode 100644 gst-plugins-marvell/.md5sum create mode 100644 gst-plugins-marvell/Pkgfile diff --git a/gst-plugins-marvell/.footprint b/gst-plugins-marvell/.footprint new file mode 100644 index 0000000..bf6b9ce --- /dev/null +++ b/gst-plugins-marvell/.footprint @@ -0,0 +1,37 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/gstreamer-0.10/ +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstaacdec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstaacdec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstamrnbdec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstamrnbdec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstamrnbenc.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstamrnbenc.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth263dec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth263dec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth263enc.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth263enc.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth264dec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth264dec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth264enc.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsth264enc.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstippamrwbdec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstippamrwbdec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstippamrwbenc.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstippamrwbenc.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstippmpeg2dec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstippmpeg2dec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmjpegdec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmjpegdec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmp3dec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmp3dec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpeg4dec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpeg4dec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpeg4enc.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpeg4enc.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstvmetadec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstvmetadec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstwmadec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstwmadec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstwmvdec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstwmvdec.so diff --git a/gst-plugins-marvell/.md5sum b/gst-plugins-marvell/.md5sum new file mode 100644 index 0000000..e8e74e3 --- /dev/null +++ b/gst-plugins-marvell/.md5sum @@ -0,0 +1 @@ +6387e85fbe85747bc8f646e87a16c407 cubox-packages.tar.gz diff --git a/gst-plugins-marvell/Pkgfile b/gst-plugins-marvell/Pkgfile new file mode 100644 index 0000000..ef1b77f --- /dev/null +++ b/gst-plugins-marvell/Pkgfile @@ -0,0 +1,20 @@ +# Description: GStreamer Marvell plugins +# URL: http://www.solid-run.com/mw/index.php/Main_Page +# Packager: Ryan Mullen, rmmullen at gmail dot com +# Maintainer: Ryan Mullen, rmmullen at gmail dot com +# Depends on: gst-plugins-base + +name=gst-plugins-marvell +version=0.2.0 +release=1 +source=(http://download.solid-run.com/pub/solidrun/cubox/packages/cubox-packages-source/cubox-packages.tar.gz) + +build() { + + cd packages/$name + tar xf ${name}0.10_$version-0ubuntu1~ppa14.tar.gz + cd $name + CPPFLAGS="-I/usr/include/marvell-ipp" ./configure --prefix=/usr --mandir=/usr/man + make + make DESTDIR=$PKG install +} -- 2.26.2