gst-plugins-ugly: rebuild with as-needed for shlibs.
This commit is contained in:
parent
6b2de89260
commit
5c872553a2
|
@ -2,27 +2,24 @@ libgstriff-0.10.so.0
|
|||
libgstrtsp-0.10.so.0
|
||||
libgstsdp-0.10.so.0
|
||||
libgstrtp-0.10.so.0
|
||||
libgstaudio-0.10.so.0
|
||||
libgsttag-0.10.so.0
|
||||
libgstbase-0.10.so.0
|
||||
libgstreamer-0.10.so.0
|
||||
libgobject-2.0.so.0
|
||||
libgmodule-2.0.so.0
|
||||
libxml2.so.2
|
||||
libgthread-2.0.so.0
|
||||
librt.so.1
|
||||
libglib-2.0.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libgstaudio-0.10.so.0
|
||||
libgstpbutils-0.10.so.0
|
||||
libm.so.6
|
||||
liborc-0.4.so.0
|
||||
liba52.so.0
|
||||
libgstcdda-0.10.so.0
|
||||
libcdio.so.13
|
||||
libgmodule-2.0.so.0
|
||||
libdvdread.so.4
|
||||
libmp3lame.so.0
|
||||
libmad.so.0
|
||||
libgstvideo-0.10.so.0
|
||||
libmpeg2.so.0
|
||||
libcdio.so.13
|
||||
libx264.so.120
|
||||
|
|
|
@ -1,15 +1,18 @@
|
|||
# Template file for 'gst-plugins-ugly'.
|
||||
pkgname=gst-plugins-ugly
|
||||
version=0.10.19
|
||||
homepage="http://gstreamer.freedesktop.org"
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-experimental"
|
||||
makedepends="pkg-config intltool glib-devel libxml2-devel gstreamer-devel gst-plugins-base-devel libcdio-devel libdvdread-devel x264-devel libmad-devel orc-devel liba52-devel libmpeg2-devel lame-devel"
|
||||
revision=1
|
||||
# XXX: add required pkgs for the amr, sid plugins.
|
||||
makedepends="pkg-config intltool glib-devel libxml2-devel gstreamer-devel
|
||||
gst-plugins-base-devel libcdio-devel libdvdread-devel x264-devel
|
||||
libmad-devel orc-devel liba52-devel libmpeg2-devel lame-devel"
|
||||
short_desc="GStreamer plugins from the ugly set"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://gstreamer.freedesktop.org"
|
||||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=4934f65ff892637e7efaf1cfe635779189dde429d0706f40c86a3aac476ea873
|
||||
long_desc="
|
||||
GStreamer is a streaming media framework, uglyd on graphs of filters which
|
||||
|
@ -21,5 +24,3 @@ long_desc="
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue