23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
54 lines
1.9 KiB
Text
54 lines
1.9 KiB
Text
# Template file for 'gst-plugins-ugly'.
|
|
pkgname=gst-plugins-ugly
|
|
version=0.10.18
|
|
revision=1
|
|
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=f9c16748cd9269fae86422d8254a579fa6db073797a5a19a9dc5c72cd66c8e14
|
|
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 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
|