New package: gst-plugins-bad1-1.0.0.
This commit is contained in:
parent
3902f8ea10
commit
d4d693c14a
|
@ -1023,3 +1023,8 @@ libgstaudio-1.0.so.0 gst-plugins-base1-1.0.0_1
|
|||
libgstpbutils-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstriff-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstapp-1.0.so.0 gst-plugins-base1-1.0.0_1
|
||||
libgstphotography-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgstsignalprocessor-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgstbasevideo-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgstbasecamerabinsrc-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
libgstcodecparsers-1.0.so.0 gst-plugins-bad1-1.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
gst-plugins-bad1
|
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'gst-plugins-bad1-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="gst-plugins-base1-devel gst-plugins-bad1>=${version}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
|
@ -0,0 +1,39 @@
|
|||
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
|
||||
libgstaudio-1.0.so.0
|
||||
libgstbase-1.0.so.0
|
||||
libgstvideo-1.0.so.0
|
||||
libgstapp-1.0.so.0
|
||||
libgstrtp-1.0.so.0
|
||||
libgstfft-1.0.so.0
|
||||
libm.so.6
|
||||
liborc-0.4.so.0
|
||||
libgsttag-1.0.so.0
|
||||
libgstpbutils-1.0.so.0
|
||||
libgio-2.0.so.0
|
||||
libgstsdp-1.0.so.0
|
||||
libass.so.4
|
||||
libbz2.so.1
|
||||
libcelt0.so.2
|
||||
libcurl.so.4
|
||||
libdca.so.0
|
||||
libdvdnav.so.4
|
||||
libdvdread.so.4
|
||||
libfaac.so.0
|
||||
libfaad.so.2
|
||||
libgsm.so
|
||||
libmms.so.0
|
||||
libmodplug.so.1
|
||||
libstdc++.so.6
|
||||
libgcc_s.so.1
|
||||
libmpg123.so.0
|
||||
librtmp.so.0
|
||||
libz.so.1
|
||||
libssl.so.1
|
||||
libcrypto.so.1
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'gst-plugins-bad1'.
|
||||
pkgname=gst-plugins-bad1
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="gst-plugins-bad-${version}"
|
||||
subpackages="${pkgname}-devel"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-experimental --disable-static"
|
||||
makedepends="pkg-config intltool alsa-lib-devel celt-devel openssl-devel
|
||||
gst-plugins-base1-devel libdca-devel orc-devel>=0.4.16 libmms-devel exempi-devel
|
||||
libexif-devel libmpcdec-devel faac-devel SDL-devel libpng-devel>=1.5.10
|
||||
faad2-devel libdvdread-devel libdvdnav-devel librsvg-devel libsndfile-devel
|
||||
xvidcore-devel jasper-devel libmodplug-devel neon-devel libcurl-devel
|
||||
libvpx-devel libvdpau-devel libgsm-devel librtmp-devel libass-devel mpg123-devel"
|
||||
short_desc="GStreamer plugins from the bad set (v1.x)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://gstreamer.freedesktop.org"
|
||||
distfiles="$homepage/src/gst-plugins-bad/gst-plugins-bad-${version}.tar.xz"
|
||||
checksum=9af78a20a535687bfbb58128713376f3f5ae670af8afb3be4285713557c2381b
|
||||
long_desc="
|
||||
GStreamer is a streaming media framework, badd 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-badd architecture means that new data
|
||||
types or processing capabilities can be added simply by installing new
|
||||
plug-ins.
|
||||
|
||||
GStreamer Bad Plug-ins is a set of plug-ins that are not up to par
|
||||
compared to the rest. They might be close to being good quality, but
|
||||
they're missing something - be it a good code review, some documentation,
|
||||
a set of tests, a real live maintainer, or some actual wide use."
|
Loading…
Reference in New Issue