Added gst-plugins-ugly-0.10.16 build template.
This commit is contained in:
parent
20ca68b456
commit
2fab2599b0
|
@ -0,0 +1,59 @@
|
|||
# Template file for 'gst-plugins-ugly'.
|
||||
pkgname=gst-plugins-ugly
|
||||
version=0.10.16
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-experimental"
|
||||
short_desc="GStreamer plugins from the ugly set"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
checksum=d7fc7636001e78736540c628ad889888cb85ea722f08d1c6813b16682dd9c09c
|
||||
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."
|
||||
|
||||
# XXX: add required pkgs for the amr, sid plugins.
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run libxml2
|
||||
Add_dependency run libcdio
|
||||
Add_dependency run libdvdread
|
||||
Add_dependency run x264
|
||||
Add_dependency run libmad
|
||||
Add_dependency run libid3tag
|
||||
Add_dependency run orc
|
||||
Add_dependency run liba52
|
||||
Add_dependency run libmpeg2
|
||||
Add_dependency run lame
|
||||
Add_dependency run gstreamer
|
||||
Add_dependency run gst-plugins-base
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build coreutils
|
||||
Add_dependency build diffutils
|
||||
Add_dependency build gstreamer-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libxml2-devel
|
||||
Add_dependency build glibc-devel
|
||||
Add_dependency build gst-plugins-base-devel
|
||||
Add_dependency build libcdio-devel
|
||||
Add_dependency build libdvdread-devel
|
||||
Add_dependency build x264-devel
|
||||
Add_dependency build libmad-devel
|
||||
Add_dependency build libid3tag-devel
|
||||
Add_dependency build orc-devel
|
||||
Add_dependency build liba52-devel
|
||||
Add_dependency build libmpeg2-devel
|
||||
Add_dependency build lame-devel
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
export PATH="/bin:/usr/bin:$PATH"
|
||||
}
|
Loading…
Reference in New Issue