CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Introducing gst-plugins-marvell
authorRyan Mullen <rmull@rmull.com>
Sun, 13 Jan 2013 05:33:25 +0000 (00:33 -0500)
committerRyan Mullen <rmull@rmull.com>
Sun, 13 Jan 2013 05:33:25 +0000 (00:33 -0500)
gst-plugins-marvell/.footprint [new file with mode: 0644]
gst-plugins-marvell/.md5sum [new file with mode: 0644]
gst-plugins-marvell/Pkgfile [new file with mode: 0644]

diff --git a/gst-plugins-marvell/.footprint b/gst-plugins-marvell/.footprint
new file mode 100644 (file)
index 0000000..bf6b9ce
--- /dev/null
@@ -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 (file)
index 0000000..e8e74e3
--- /dev/null
@@ -0,0 +1 @@
+6387e85fbe85747bc8f646e87a16c407  cubox-packages.tar.gz
diff --git a/gst-plugins-marvell/Pkgfile b/gst-plugins-marvell/Pkgfile
new file mode 100644 (file)
index 0000000..ef1b77f
--- /dev/null
@@ -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
+}