summaryrefslogtreecommitdiff
path: root/pcr/gstreamer-hplugins
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-04-26 19:28:25 -0300
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2013-04-26 19:28:25 -0300
commit2b7d2c206699d90694a28a971a8fd801fdecf233 (patch)
treef76e15c053e22b877596a1fe872ba238fbe85eb7 /pcr/gstreamer-hplugins
parent61f4c0dc174ba796a4bf403eb8cd58aa4b5cb211 (diff)
gstreamer-hplugins: add package to repo
Diffstat (limited to 'pcr/gstreamer-hplugins')
-rw-r--r--pcr/gstreamer-hplugins/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/pcr/gstreamer-hplugins/PKGBUILD b/pcr/gstreamer-hplugins/PKGBUILD
new file mode 100644
index 000000000..c8ec92cd2
--- /dev/null
+++ b/pcr/gstreamer-hplugins/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=gstreamer-hplugins
+pkgver=0.1.2
+pkgrel=1
+pkgdesc="Gstreamer cairo image overlay plugin"
+arch=(i686 x86_64)
+url="http://landell.holoscopio.com/"
+license=('GPL3')
+depends=('cairo' 'gstreamer0.10-base-plugins')
+options=('!libtool')
+source=("$url$pkgname-$pkgver.tar.gz")
+md5sums=('3129cfe6d59ad7bcf20000d2965d8652')
+
+build() {
+
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et: