summaryrefslogtreecommitdiff
path: root/gst-plugins-ugly
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2014-07-27 22:23:39 +1000
committerDanny Rawlins <monster.romster@gmail.com>2014-07-27 23:31:37 +1000
commiteaa04bc370c5140c48a9a4d30311ae36045ba697 (patch)
tree1643abee30d0b97eafc007677636dfc6bfab8410 /gst-plugins-ugly
parentb7d74fd62b8239e2b6d2c15f603f71a1850c1dd8 (diff)
downloadcontrib-eaa04bc370c5140c48a9a4d30311ae36045ba697.tar.gz
contrib-eaa04bc370c5140c48a9a4d30311ae36045ba697.tar.xz
gst-plugins-ugly1 1.2.4 -> gst-plugins-ugly 1.4.0
Diffstat (limited to 'gst-plugins-ugly')
-rw-r--r--gst-plugins-ugly/.footprint36
-rw-r--r--gst-plugins-ugly/.md5sum1
-rw-r--r--gst-plugins-ugly/Pkgfile27
3 files changed, 64 insertions, 0 deletions
diff --git a/gst-plugins-ugly/.footprint b/gst-plugins-ugly/.footprint
new file mode 100644
index 000000000..11c69fab4
--- /dev/null
+++ b/gst-plugins-ugly/.footprint
@@ -0,0 +1,36 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/gstreamer-1.0/
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgsta52dec.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgsta52dec.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstamrnb.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstamrnb.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstamrwbdec.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstamrwbdec.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstasf.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstasf.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstcdio.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstcdio.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdlpcmdec.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdlpcmdec.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdread.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdread.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdsub.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstdvdsub.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstlame.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstlame.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstmad.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstmad.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstmpeg2dec.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstmpeg2dec.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstrmdemux.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstrmdemux.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstx264.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstx264.so
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstxingmux.la
+-rwxr-xr-x root/root usr/lib/gstreamer-1.0/libgstxingmux.so
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/gstreamer-1.0/
+drwxr-xr-x root/root usr/share/gstreamer-1.0/presets/
+-rw-r--r-- root/root usr/share/gstreamer-1.0/presets/GstAmrnbEnc.prs
+-rw-r--r-- root/root usr/share/gstreamer-1.0/presets/GstX264Enc.prs
diff --git a/gst-plugins-ugly/.md5sum b/gst-plugins-ugly/.md5sum
new file mode 100644
index 000000000..89d53b2ca
--- /dev/null
+++ b/gst-plugins-ugly/.md5sum
@@ -0,0 +1 @@
+558146cb5ec8b313afe2113aafc3da85 gst-plugins-ugly-1.4.0.tar.xz
diff --git a/gst-plugins-ugly/Pkgfile b/gst-plugins-ugly/Pkgfile
new file mode 100644
index 000000000..2e290dc4e
--- /dev/null
+++ b/gst-plugins-ugly/Pkgfile
@@ -0,0 +1,27 @@
+# Description: A set of plugins for gstreamer that may pose distribution problems.
+# URL: http://gstreamer.freedesktop.org/modules/gst-plugins-ugly.html
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager Matt Housh, jaeger at morpheus dot net
+# Depends on: gst-plugins-base lame liba52 libcdio libdvdread libid3tag libmad libmpeg2 opencore-amr x264
+
+name=gst-plugins-ugly
+version=1.4.0
+release=1
+source=(http://gstreamer.freedesktop.org/src/$name/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --disable-debug \
+ --disable-nls \
+ --disable-dependency-tracking \
+ --disable-valgrind \
+ --disable-examples
+
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/gtk-doc
+}

Generated by cgit