diff --git a/srcpkgs/gst-plugins-ugly1/gst-plugins-ugly1.rshlibs b/srcpkgs/gst-plugins-ugly1/gst-plugins-ugly1.rshlibs new file mode 100644 index 0000000000..c52bf7f83e --- /dev/null +++ b/srcpkgs/gst-plugins-ugly1/gst-plugins-ugly1.rshlibs @@ -0,0 +1,26 @@ +libgstriff-1.0.so.0 +libgstrtsp-1.0.so.0 +libgstsdp-1.0.so.0 +libgstrtp-1.0.so.0 +libgstaudio-1.0.so.0 +libgsttag-1.0.so.0 +libgstbase-1.0.so.0 +libgstreamer-1.0.so.0 +libgobject-2.0.so.0 +libgmodule-2.0.so.0 +libgthread-2.0.so.0 +librt.so.1 +libglib-2.0.so.0 +libpthread.so.0 +libc.so.6 +libgstvideo-1.0.so.0 +libgstpbutils-1.0.so.0 +liborc-0.4.so.0 +liba52.so.0 +libm.so.6 +libcdio.so.13 +libdvdread.so.4 +libmp3lame.so.0 +libmad.so.0 +libmpeg2.so.0 +libx264.so.120 diff --git a/srcpkgs/gst-plugins-ugly1/template b/srcpkgs/gst-plugins-ugly1/template new file mode 100644 index 0000000000..a77ae55de4 --- /dev/null +++ b/srcpkgs/gst-plugins-ugly1/template @@ -0,0 +1,28 @@ +# Template file for 'gst-plugins-ugly1'. +pkgname=gst-plugins-ugly1 +version=1.0.0 +revision=1 +wrksrc="gst-plugins-ugly-${version}" +build_style=gnu-configure +configure_args="--enable-experimental" +# XXX: add required pkgs for the amr, sid plugins. +makedepends="pkg-config intltool glib-devel libxml2-devel gstreamer1-devel +gst-plugins-base1-devel libcdio-devel libdvdread-devel libmad-devel +orc-devel>=0.4.16 liba52-devel libmpeg2-devel lame-devel +x264-devel>=20120126.2245_2" +short_desc="GStreamer plugins from the ugly set" +maintainer="Juan RP " +license="GPL-2, LGPL-2.1" +homepage="http://gstreamer.freedesktop.org" +distfiles="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${version}.tar.xz" +checksum=d0d21777d16afae3064e0d660cbe46eaabf889fa7f60b065ead8b3d1108a905d +long_desc=" + GStreamer is a streaming media framework, uglyd on graphs of filters which + operate on media data. Applications using this library can do anything + real-time sound processing to playing videos, and just about anything + else media-related. Its plugin-uglyd architecture means that new data + types or processing capabilities can be added simply by installing new + plug-ins. + + This package contains plugins from the ugly set, a set of + good-quality plug-ins that might pose distribution problems."