diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2013-04-09 12:52:57 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2013-04-09 12:56:13 +1000 |
commit | 13666e0907b9ef7c2832a425a6434ef24301f2e6 (patch) | |
tree | 621aa6fd63cf38ddeca2c619a6b8d32f6708e351 /gst-plugins-ugly1 | |
parent | cb018753bd6986df99dee20951d3010aa2d55d78 (diff) | |
download | contrib-13666e0907b9ef7c2832a425a6434ef24301f2e6.tar.gz contrib-13666e0907b9ef7c2832a425a6434ef24301f2e6.tar.xz |
gst-plugins-ugly1: initial import
Diffstat (limited to 'gst-plugins-ugly1')
-rw-r--r-- | gst-plugins-ugly1/.footprint | 36 | ||||
-rw-r--r-- | gst-plugins-ugly1/.md5sum | 1 | ||||
-rw-r--r-- | gst-plugins-ugly1/Pkgfile | 26 |
3 files changed, 63 insertions, 0 deletions
diff --git a/gst-plugins-ugly1/.footprint b/gst-plugins-ugly1/.footprint new file mode 100644 index 000000000..11c69fab4 --- /dev/null +++ b/gst-plugins-ugly1/.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-ugly1/.md5sum b/gst-plugins-ugly1/.md5sum new file mode 100644 index 000000000..7e009fbd9 --- /dev/null +++ b/gst-plugins-ugly1/.md5sum @@ -0,0 +1 @@ +9ffee39153f419ae2329fbf54ed708e0 gst-plugins-ugly-1.0.6.tar.xz diff --git a/gst-plugins-ugly1/Pkgfile b/gst-plugins-ugly1/Pkgfile new file mode 100644 index 000000000..d2bdd42c5 --- /dev/null +++ b/gst-plugins-ugly1/Pkgfile @@ -0,0 +1,26 @@ +# 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-base1 lame liba52 libcdio libdvdread libid3tag libmad libmpeg2 opencore-amr x264 + +name=gst-plugins-ugly1 +version=1.0.6 +release=1 +source=(http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.xz) + +build() { + cd gst-plugins-ugly-$version + + ./configure \ + --prefix=/usr \ + --mandir=/usr/man \ + --disable-debug \ + --disable-nls \ + --disable-dependency-tracking \ + --disable-valgrind \ + --disable-examples + + make + make DESTDIR=$PKG install +} |