gst-plugins-bad: update to 0.10.23.
This commit is contained in:
parent
67c3bc733d
commit
c64dd5ab8b
3 changed files with 8 additions and 8 deletions
|
@ -5,13 +5,10 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=2
|
|
||||||
|
|
||||||
Add_dependency run gst-plugins-base-devel
|
Add_dependency run gst-plugins-base-devel
|
||||||
Add_dependency run gst-plugins-bad
|
Add_dependency run gst-plugins-bad
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,3 +51,4 @@ libvpx.so.1
|
||||||
librsvg-2.so.2
|
librsvg-2.so.2
|
||||||
libgdk_pixbuf-2.0.so.0
|
libgdk_pixbuf-2.0.so.0
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
|
libgstfft-0.10.so.0
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'gst-plugins-bad'.
|
# Template file for 'gst-plugins-bad'.
|
||||||
pkgname=gst-plugins-bad
|
pkgname=gst-plugins-bad
|
||||||
version=0.10.22
|
version=0.10.23
|
||||||
revision=8
|
|
||||||
homepage="http://gstreamer.freedesktop.org"
|
homepage="http://gstreamer.freedesktop.org"
|
||||||
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="$homepage/src/$pkgname/$pkgname-$version.tar.xz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-experimental --disable-static"
|
configure_args="--enable-experimental --disable-static"
|
||||||
short_desc="GStreamer plugins from the bad set"
|
short_desc="GStreamer plugins from the bad set"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=d8f7102f43ffea076646427115ffdccb3975954f1e9367bd304f7ee01e12070c
|
checksum=03cf0786391c64625569072e904082a08861f05a63d64b2f8e8dad3f26d81bf9
|
||||||
long_desc="
|
long_desc="
|
||||||
GStreamer is a streaming media framework, badd on graphs of filters which
|
GStreamer is a streaming media framework, badd on graphs of filters which
|
||||||
operate on media data. Applications using this library can do anything
|
operate on media data. Applications using this library can do anything
|
||||||
|
@ -25,6 +24,9 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
# Requires libgstfft-0.10.so.0 from gst-plugins-base-0.10.36.
|
||||||
|
shlib_depends="gst-plugins-base>=0.10.36"
|
||||||
|
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency build alsa-lib-devel
|
Add_dependency build alsa-lib-devel
|
||||||
|
|
Loading…
Reference in a new issue