summaryrefslogtreecommitdiff
path: root/gst-ffmpeg/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gst-ffmpeg/Pkgfile')
-rw-r--r--gst-ffmpeg/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/gst-ffmpeg/Pkgfile b/gst-ffmpeg/Pkgfile
new file mode 100644
index 000000000..2ef4e85f5
--- /dev/null
+++ b/gst-ffmpeg/Pkgfile
@@ -0,0 +1,23 @@
+# Description: FFmpeg-based plug-ins for gstreamer.
+# URL: http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
+# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
+# Packager: Matt Housh, jaeger at morpheus dot net
+# Depends on: gst-plugins-base python
+
+name=gst-plugins-ffmpeg
+version=0.10.2
+release=1
+source=(http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-$version.tar.gz)
+
+build() {
+ cd gst-ffmpeg-$version
+
+ CFLAGS="${CFLAGS//-O?/-O2}" CXXFLAGS="${CXXFLAGS//-O?/-O2}" \
+ ./configure \
+ --prefix=/usr \
+ --disable-static
+
+ make
+ make DESTDIR=$PKG install
+}
+

Generated by cgit