diff options
author | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-13 21:01:16 +1000 |
---|---|---|
committer | Danny Rawlins <romster@shortcircuit.net.au> | 2007-04-13 21:01:16 +1000 |
commit | 501e2cf90e04af629d26d2e1384e966183b606a5 (patch) | |
tree | 056ac24e19c6086d3d195c61fc6bf5f14782eb82 /gst-plugins-ugly | |
parent | 46af2c1fc42f7dfc8c9cdf21b8818f00d0ac61c7 (diff) | |
download | contrib-501e2cf90e04af629d26d2e1384e966183b606a5.tar.gz contrib-501e2cf90e04af629d26d2e1384e966183b606a5.tar.xz |
gstreamer-plugins-ugly: renamed gstreamer-plugins-ugly -> gst-plugins-ugly
Diffstat (limited to 'gst-plugins-ugly')
-rw-r--r-- | gst-plugins-ugly/.footprint | 27 | ||||
-rw-r--r-- | gst-plugins-ugly/.md5sum | 1 | ||||
-rw-r--r-- | gst-plugins-ugly/Pkgfile | 25 |
3 files changed, 53 insertions, 0 deletions
diff --git a/gst-plugins-ugly/.footprint b/gst-plugins-ugly/.footprint new file mode 100644 index 000000000..c56089a8e --- /dev/null +++ b/gst-plugins-ugly/.footprint @@ -0,0 +1,27 @@ +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/libgsta52dec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgsta52dec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstasf.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstasf.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstdvdlpcmdec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstdvdlpcmdec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstdvdread.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstdvdread.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstdvdsub.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstdvdsub.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstiec958.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstiec958.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstlame.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstlame.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmad.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmad.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpeg2dec.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpeg2dec.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpegaudioparse.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpegaudioparse.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpegstream.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstmpegstream.so +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstrmdemux.la +-rwxr-xr-x root/root usr/lib/gstreamer-0.10/libgstrmdemux.so diff --git a/gst-plugins-ugly/.md5sum b/gst-plugins-ugly/.md5sum new file mode 100644 index 000000000..29fa04c52 --- /dev/null +++ b/gst-plugins-ugly/.md5sum @@ -0,0 +1 @@ +9ddbb39e8bbd85d89c9022df19cc27d5 gst-plugins-ugly-0.10.5.tar.gz diff --git a/gst-plugins-ugly/Pkgfile b/gst-plugins-ugly/Pkgfile new file mode 100644 index 000000000..32f5d988e --- /dev/null +++ b/gst-plugins-ugly/Pkgfile @@ -0,0 +1,25 @@ +# 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, romster at shortcircuit dot net dot au +# Packager Matt Housh, jaeger at morpheus dot net +# Depends on: gst-plugins-base liba52 id3lib lame libmad mpeg2dec libdvdnav + +name=gst-plugins-ugly +version=0.10.5 +release=1 +source=(http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-$version.tar.gz) + +build() { + cd gst-plugins-ugly-$version + + ./configure \ + --prefix=/usr \ + --disable-static \ + --disable-debug \ + --disable-examples \ + --disable-nls + + make + make DESTDIR=$PKG install +} + |